Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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()
/external/llvm/lib/Support/
DAPFloat.cpp379 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument
383 if (moreSignificant == lfExactlyZero) in combineLostFractions()
384 moreSignificant = lfLessThanHalf; in combineLostFractions()
385 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()
386 moreSignificant = lfMoreThanHalf; in combineLostFractions()
389 return moreSignificant; in combineLostFractions()