Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp387 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument
391 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()