Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp681 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument
685 if (moreSignificant == lfExactlyZero) in combineLostFractions()
686 moreSignificant = lfLessThanHalf; in combineLostFractions()
687 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()
688 moreSignificant = lfMoreThanHalf; in combineLostFractions()
691 return moreSignificant; in combineLostFractions()