Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp593 return lfLessThanHalf; in trailingHexadecimalFraction()
609 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
632 return lfLessThanHalf; in lostFractionThroughTruncation()
655 moreSignificant = lfLessThanHalf; in combineLostFractions()
1423 lost_fraction = lfLessThanHalf; in divideSignificand()
1798 if (lost_fraction == lfLessThanHalf) in addOrSubtractSignificand()
1801 lost_fraction = lfLessThanHalf; in addOrSubtractSignificand()
3052 fs = normalize(rounding_mode, lfLessThanHalf); in convertFromDecimalString()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h50 lfLessThanHalf, // 0xxxxx x's not all zero enumerator