Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp2632 IEEEFloat decSig(calcSemantics, uninitialized); in roundSignificandWithExponent() local
2633 decSig.makeZero(sign); in roundSignificandWithExponent()
2636 sigStatus = decSig.convertFromUnsignedParts(decSigParts, sigPartCount, in roundSignificandWithExponent()
2641 decSig.exponent += exp; in roundSignificandWithExponent()
2649 calcLostFraction = decSig.multiplySignificand(pow5); in roundSignificandWithExponent()
2652 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
2654 if (decSig.exponent < semantics->minExponent) { in roundSignificandWithExponent()
2655 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2667 (decSig.significandParts(), calcSemantics.precision - 1) == 1); in roundSignificandWithExponent()
2671 HUdistance = 2 * ulpsFromBoundary(decSig.significandParts(), in roundSignificandWithExponent()
[all …]