Searched refs:moreSignificant (Results 1 – 2 of 2) sorted by relevance
387 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument391 if (moreSignificant == lfExactlyZero) in combineLostFractions()392 moreSignificant = lfLessThanHalf; in combineLostFractions()393 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()394 moreSignificant = lfMoreThanHalf; in combineLostFractions()397 return moreSignificant; in combineLostFractions()
379 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument383 if (moreSignificant == lfExactlyZero) in combineLostFractions()384 moreSignificant = lfLessThanHalf; in combineLostFractions()385 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()386 moreSignificant = lfMoreThanHalf; in combineLostFractions()389 return moreSignificant; in combineLostFractions()