Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp666 return digitValue == 0 ? lfExactlyZero: lfExactlyHalf; in trailingHexadecimalFraction()
684 return lfExactlyZero; in lostFractionThroughTruncation()
712 if (lessSignificant != lfExactlyZero) { in combineLostFractions()
713 if (moreSignificant == lfExactlyZero) in combineLostFractions()
1202 normalize(rmNearestTiesToEven, lfExactlyZero); in IEEEFloat()
1322 lost_fraction = lfExactlyZero; in multiplySignificand()
1380 assert(lost_fraction == lfExactlyZero && in multiplySignificand()
1508 lost_fraction = lfExactlyZero; in divideSignificand()
1632 assert(lost_fraction != lfExactlyZero); in roundAwayFromZero()
1675 if (omsb || lost_fraction != lfExactlyZero) { in normalize()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h51 lfExactlyZero, // 000000 enumerator