Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp556 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument
560 if (moreSignificant == lfExactlyZero) in combineLostFractions()
561 moreSignificant = lfLessThanHalf; in combineLostFractions()
562 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()
563 moreSignificant = lfMoreThanHalf; in combineLostFractions()
566 return moreSignificant; in combineLostFractions()