Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp2442 IEEEFloat decSig(calcSemantics, uninitialized); in roundSignificandWithExponent() local
2443 decSig.makeZero(sign); in roundSignificandWithExponent()
2446 sigStatus = decSig.convertFromUnsignedParts(decSigParts, sigPartCount, in roundSignificandWithExponent()
2451 decSig.exponent += exp; in roundSignificandWithExponent()
2459 calcLostFraction = decSig.multiplySignificand(pow5); in roundSignificandWithExponent()
2462 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
2464 if (decSig.exponent < semantics->minExponent) { in roundSignificandWithExponent()
2465 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2477 (decSig.significandParts(), calcSemantics.precision - 1) == 1); in roundSignificandWithExponent()
2481 HUdistance = 2 * ulpsFromBoundary(decSig.significandParts(), in roundSignificandWithExponent()
[all …]