Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp624 return lfLessThanHalf; in trailingHexadecimalFraction()
640 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
663 return lfLessThanHalf; in lostFractionThroughTruncation()
686 moreSignificant = lfLessThanHalf; in combineLostFractions()
1452 lost_fraction = lfLessThanHalf; in divideSignificand()
1829 if (lost_fraction == lfLessThanHalf) in addOrSubtractSignificand()
1832 lost_fraction = lfLessThanHalf; in addOrSubtractSignificand()
3083 fs = normalize(rounding_mode, lfLessThanHalf); in convertFromDecimalString()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h51 lfLessThanHalf, // 0xxxxx x's not all zero enumerator