Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/FPUtil/
H A DNormalFloat.h116 const StorageType halfway_value = T() local
235 const StorageType halfway_value = StorageType(1) << (shift - 1); global() variable