Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp650 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument
654 if (moreSignificant == lfExactlyZero) in combineLostFractions()
655 moreSignificant = lfLessThanHalf; in combineLostFractions()
656 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()
657 moreSignificant = lfMoreThanHalf; in combineLostFractions()
660 return moreSignificant; in combineLostFractions()