Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp499 return lfLessThanHalf; in trailingHexadecimalFraction()
515 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
538 return lfLessThanHalf; in lostFractionThroughTruncation()
561 moreSignificant = lfLessThanHalf; in combineLostFractions()
1320 lost_fraction = lfLessThanHalf; in divideSignificand()
1681 if (lost_fraction == lfLessThanHalf) in addOrSubtractSignificand()
1684 lost_fraction = lfLessThanHalf; in addOrSubtractSignificand()
2896 fs = normalize(rounding_mode, lfLessThanHalf); in convertFromDecimalString()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h50 lfLessThanHalf, // 0xxxxx x's not all zero enumerator