Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp375 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument
379 if (moreSignificant == lfExactlyZero) in combineLostFractions()
380 moreSignificant = lfLessThanHalf; in combineLostFractions()
381 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()
382 moreSignificant = lfMoreThanHalf; in combineLostFractions()
385 return moreSignificant; in combineLostFractions()