Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp638 return digitValue == 0 ? lfExactlyZero: lfExactlyHalf; in trailingHexadecimalFraction()
658 return lfExactlyHalf; in lostFractionThroughTruncation()
687 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()
1448 lost_fraction = lfExactlyHalf; in divideSignificand()
1578 return lost_fraction == lfExactlyHalf || lost_fraction == lfMoreThanHalf; in roundAwayFromZero()
1585 if (lost_fraction == lfExactlyHalf && category != fcZero) in roundAwayFromZero()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h52 lfExactlyHalf, // 100000 enumerator