Home
last modified time | relevance | path

Searched refs:moreSignificant (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Support/
HDAPFloat.cpp378 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument
382 if (moreSignificant == lfExactlyZero) in combineLostFractions()
383 moreSignificant = lfLessThanHalf; in combineLostFractions()
384 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()
385 moreSignificant = lfMoreThanHalf; in combineLostFractions()
388 return moreSignificant; in combineLostFractions()