Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp331 return lfLessThanHalf; in trailingHexadecimalFraction()
346 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
369 return lfLessThanHalf; in lostFractionThroughTruncation()
392 moreSignificant = lfLessThanHalf; in combineLostFractions()
1038 lost_fraction = lfLessThanHalf; in divideSignificand()
1384 if (lost_fraction == lfLessThanHalf) in addOrSubtractSignificand()
1387 lost_fraction = lfLessThanHalf; in addOrSubtractSignificand()
2426 fs = normalize(rounding_mode, lfLessThanHalf); in convertFromDecimalString()
/external/llvm/include/llvm/ADT/
DAPFloat.h120 lfLessThanHalf, // 0xxxxx x's not all zero enumerator