Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp398 return lfLessThanHalf; in trailingHexadecimalFraction()
413 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
436 return lfLessThanHalf; in lostFractionThroughTruncation()
459 moreSignificant = lfLessThanHalf; in combineLostFractions()
1146 lost_fraction = lfLessThanHalf; in divideSignificand()
1476 if (lost_fraction == lfLessThanHalf) in addOrSubtractSignificand()
1479 lost_fraction = lfLessThanHalf; in addOrSubtractSignificand()
2484 fs = normalize(rounding_mode, lfLessThanHalf); in convertFromDecimalString()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h50 lfLessThanHalf, // 0xxxxx x's not all zero enumerator