Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp709 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument
713 if (moreSignificant == lfExactlyZero) in combineLostFractions()
714 moreSignificant = lfLessThanHalf; in combineLostFractions()
715 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()
716 moreSignificant = lfMoreThanHalf; in combineLostFractions()
719 return moreSignificant; in combineLostFractions()