Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp329 return lfMoreThanHalf; in trailingHexadecimalFraction()
346 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
367 return lfMoreThanHalf; in lostFractionThroughTruncation()
394 moreSignificant = lfMoreThanHalf; in combineLostFractions()
1032 lost_fraction = lfMoreThanHalf; in divideSignificand()
1155 return lost_fraction == lfExactlyHalf || lost_fraction == lfMoreThanHalf; in roundAwayFromZero()
1158 if (lost_fraction == lfMoreThanHalf) in roundAwayFromZero()
1385 lost_fraction = lfMoreThanHalf; in addOrSubtractSignificand()
1386 else if (lost_fraction == lfMoreThanHalf) in addOrSubtractSignificand()
/external/llvm/include/llvm/ADT/
DAPFloat.h122 lfMoreThanHalf // 1xxxxx x's not all zero enumerator