Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp527 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument
531 if (moreSignificant == lfExactlyZero) in combineLostFractions()
532 moreSignificant = lfLessThanHalf; in combineLostFractions()
533 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()
534 moreSignificant = lfMoreThanHalf; in combineLostFractions()
537 return moreSignificant; in combineLostFractions()