Home
last modified time | relevance | path

Searched defs:halfway_value (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A DNormalFloat.h117 const StorageType halfway_value = in T() local
236 const StorageType halfway_value = StorageType(1) << (shift - 1); variable