Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp320 return lfMoreThanHalf; in trailingHexadecimalFraction()
337 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
358 return lfMoreThanHalf; in lostFractionThroughTruncation()
385 moreSignificant = lfMoreThanHalf; in combineLostFractions()
1136 lost_fraction = lfMoreThanHalf; in divideSignificand()
1256 return lost_fraction == lfExactlyHalf || lost_fraction == lfMoreThanHalf; in roundAwayFromZero()
1259 if (lost_fraction == lfMoreThanHalf) in roundAwayFromZero()
1490 lost_fraction = lfMoreThanHalf; in addOrSubtractSignificand()
1491 else if (lost_fraction == lfMoreThanHalf) in addOrSubtractSignificand()
/external/llvm/include/llvm/ADT/
DAPFloat.h36 lfMoreThanHalf // 1xxxxx x's not all zero enumerator