Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h121 lfExactlyHalf, // 100000 enumerator
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp344 return digitValue == 0 ? lfExactlyZero: lfExactlyHalf; in trailingHexadecimalFraction()
364 return lfExactlyHalf; in lostFractionThroughTruncation()
393 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()
1036 lost_fraction = lfExactlyHalf; in divideSignificand()
1157 return lost_fraction == lfExactlyHalf || lost_fraction == lfMoreThanHalf; in roundAwayFromZero()
1164 if (lost_fraction == lfExactlyHalf && category != fcZero) in roundAwayFromZero()
/external/llvm/include/llvm/ADT/
DAPFloat.h37 lfExactlyHalf, // 100000 enumerator
/external/llvm/lib/Support/
DAPFloat.cpp336 return digitValue == 0 ? lfExactlyZero: lfExactlyHalf; in trailingHexadecimalFraction()
356 return lfExactlyHalf; in lostFractionThroughTruncation()
385 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()
1141 lost_fraction = lfExactlyHalf; in divideSignificand()
1259 return lost_fraction == lfExactlyHalf || lost_fraction == lfMoreThanHalf; in roundAwayFromZero()
1266 if (lost_fraction == lfExactlyHalf && category != fcZero) in roundAwayFromZero()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h41 lfExactlyHalf, // 100000 enumerator