Home
last modified time | relevance | path

Searched refs:lfLessThanHalf (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp331 return lfLessThanHalf; in trailingHexadecimalFraction()
346 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
369 return lfLessThanHalf; in lostFractionThroughTruncation()
392 moreSignificant = lfLessThanHalf; in combineLostFractions()
1040 lost_fraction = lfLessThanHalf; in divideSignificand()
1386 if (lost_fraction == lfLessThanHalf) in addOrSubtractSignificand()
1389 lost_fraction = lfLessThanHalf; in addOrSubtractSignificand()
2430 fs = normalize(rounding_mode, lfLessThanHalf); in convertFromDecimalString()
/external/llvm/lib/Support/
DAPFloat.cpp323 return lfLessThanHalf; in trailingHexadecimalFraction()
338 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
361 return lfLessThanHalf; in lostFractionThroughTruncation()
384 moreSignificant = lfLessThanHalf; in combineLostFractions()
1145 lost_fraction = lfLessThanHalf; in divideSignificand()
1492 if (lost_fraction == lfLessThanHalf) in addOrSubtractSignificand()
1495 lost_fraction = lfLessThanHalf; in addOrSubtractSignificand()
2575 fs = normalize(rounding_mode, lfLessThanHalf); in convertFromDecimalString()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h120 lfLessThanHalf, // 0xxxxx x's not all zero enumerator
/external/llvm/include/llvm/ADT/
DAPFloat.h36 lfLessThanHalf, // 0xxxxx x's not all zero enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h40 lfLessThanHalf, // 0xxxxx x's not all zero enumerator