Searched refs:moreSignificant (Results 1 – 1 of 1) sorted by relevance
681 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument685 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()