Searched refs:moreSignificant (Results 1 – 1 of 1) sorted by relevance
556 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument560 if (moreSignificant == lfExactlyZero) in combineLostFractions()561 moreSignificant = lfLessThanHalf; in combineLostFractions()562 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()563 moreSignificant = lfMoreThanHalf; in combineLostFractions()566 return moreSignificant; in combineLostFractions()