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.cpp652 return lfLessThanHalf; in trailingHexadecimalFraction()
668 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
691 return lfLessThanHalf; in lostFractionThroughTruncation()
714 moreSignificant = lfLessThanHalf; in combineLostFractions()
1510 lost_fraction = lfLessThanHalf; in divideSignificand()
1896 if (lost_fraction == lfLessThanHalf) in addOrSubtractSignificand()
1899 lost_fraction = lfLessThanHalf; in addOrSubtractSignificand()
1909 if (lost_fraction == lfLessThanHalf) in addOrSubtractSignificand()
1912 lost_fraction = lfLessThanHalf; in addOrSubtractSignificand()
3187 fs = normalize(rounding_mode, lfLessThanHalf); in convertFromDecimalString()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h52 lfLessThanHalf, // 0xxxxx x's not all zero enumerator