Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp454 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument
458 if (moreSignificant == lfExactlyZero) in combineLostFractions()
459 moreSignificant = lfLessThanHalf; in combineLostFractions()
460 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()
461 moreSignificant = lfMoreThanHalf; in combineLostFractions()
464 return moreSignificant; in combineLostFractions()