Home
last modified time | relevance | path

Searched refs: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
116 if (shiftOutValue > halfwayValue) { in T()
118 } else if (shiftOutValue == halfwayValue) { in T()
226 const UIntType halfwayValue = UIntType(1) << (shift - 1); variable
230 if (shiftOutValue > halfwayValue) {
232 } else if (shiftOutValue == halfwayValue) {