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