Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp318 return lfMoreThanHalf; in trailingHexadecimalFraction()
335 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
356 return lfMoreThanHalf; in lostFractionThroughTruncation()
383 moreSignificant = lfMoreThanHalf; in combineLostFractions()
1104 lost_fraction = lfMoreThanHalf; in divideSignificand()
1224 return lost_fraction == lfExactlyHalf || lost_fraction == lfMoreThanHalf; in roundAwayFromZero()
1227 if (lost_fraction == lfMoreThanHalf) in roundAwayFromZero()
1458 lost_fraction = lfMoreThanHalf; in addOrSubtractSignificand()
1459 else if (lost_fraction == lfMoreThanHalf) in addOrSubtractSignificand()
/external/llvm/include/llvm/ADT/
DAPFloat.h36 lfMoreThanHalf // 1xxxxx x's not all zero enumerator