Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDAPFloat.cpp322 return lfLessThanHalf; in trailingHexadecimalFraction()
337 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
360 return lfLessThanHalf; in lostFractionThroughTruncation()
383 moreSignificant = lfLessThanHalf; in combineLostFractions()
1124 lost_fraction = lfLessThanHalf; in divideSignificand()
1471 if (lost_fraction == lfLessThanHalf) in addOrSubtractSignificand()
1474 lost_fraction = lfLessThanHalf; in addOrSubtractSignificand()
2554 fs = normalize(rounding_mode, lfLessThanHalf); in convertFromDecimalString()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDAPFloat.h34 lfLessThanHalf, // 0xxxxx x's not all zero enumerator