Home
last modified time | relevance | path

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

/external/llvm-project/libc/utils/FPUtil/
DNormalFloat.h112 const UIntType halfwayValue = UIntType(1) << (shift - 1); in T() local
226 const UIntType halfwayValue = UIntType(1) << (shift - 1); variable