Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp470 return lfLessThanHalf; in trailingHexadecimalFraction()
486 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
509 return lfLessThanHalf; in lostFractionThroughTruncation()
532 moreSignificant = lfLessThanHalf; in combineLostFractions()
1227 lost_fraction = lfLessThanHalf; in divideSignificand()
1558 if (lost_fraction == lfLessThanHalf) in addOrSubtractSignificand()
1561 lost_fraction = lfLessThanHalf; in addOrSubtractSignificand()
2745 fs = normalize(rounding_mode, lfLessThanHalf); in convertFromDecimalString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h51 lfLessThanHalf, // 0xxxxx x's not all zero enumerator