Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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()
1034 lost_fraction = lfMoreThanHalf; in divideSignificand()
1157 return lost_fraction == lfExactlyHalf || lost_fraction == lfMoreThanHalf; in roundAwayFromZero()
1160 if (lost_fraction == lfMoreThanHalf) in roundAwayFromZero()
1387 lost_fraction = lfMoreThanHalf; in addOrSubtractSignificand()
1388 else if (lost_fraction == lfMoreThanHalf) in addOrSubtractSignificand()
/external/llvm/lib/Support/
DAPFloat.cpp321 return lfMoreThanHalf; in trailingHexadecimalFraction()
338 return digitValue == 0 ? lfLessThanHalf: lfMoreThanHalf; in trailingHexadecimalFraction()
359 return lfMoreThanHalf; in lostFractionThroughTruncation()
386 moreSignificant = lfMoreThanHalf; in combineLostFractions()
1139 lost_fraction = lfMoreThanHalf; in divideSignificand()
1259 return lost_fraction == lfExactlyHalf || lost_fraction == lfMoreThanHalf; in roundAwayFromZero()
1262 if (lost_fraction == lfMoreThanHalf) in roundAwayFromZero()
1493 lost_fraction = lfMoreThanHalf; in addOrSubtractSignificand()
1494 else if (lost_fraction == lfMoreThanHalf) in addOrSubtractSignificand()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h122 lfMoreThanHalf // 1xxxxx x's not all zero enumerator
/external/llvm/include/llvm/ADT/
DAPFloat.h38 lfMoreThanHalf // 1xxxxx x's not all zero enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h42 lfMoreThanHalf // 1xxxxx x's not all zero enumerator