Searched refs:moreSignificant (Results 1 – 1 of 1) sorted by relevance
506 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument510 if (moreSignificant == lfExactlyZero) in combineLostFractions()511 moreSignificant = lfLessThanHalf; in combineLostFractions()512 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()513 moreSignificant = lfMoreThanHalf; in combineLostFractions()516 return moreSignificant; in combineLostFractions()