Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp506 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() argument
510 if (moreSignificant == lfExactlyZero) in combineLostFractions()
511 moreSignificant = lfLessThanHalf; in combineLostFractions()
512 else if (moreSignificant == lfExactlyHalf) in combineLostFractions()
513 moreSignificant = lfMoreThanHalf; in combineLostFractions()
516 return moreSignificant; in combineLostFractions()