Searched refs:moreSignificant (Results 1 – 1 of 1) sorted by relevance
375 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument379 if (moreSignificant == lfExactlyZero) in combineLostFractions()380 moreSignificant = lfLessThanHalf; in combineLostFractions()381 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()382 moreSignificant = lfMoreThanHalf; in combineLostFractions()385 return moreSignificant; in combineLostFractions()