Searched refs:decSig (Results 1 – 1 of 1) sorted by relevance
3070 IEEEFloat decSig(calcSemantics, uninitialized); in roundSignificandWithExponent() local3071 decSig.makeZero(sign); in roundSignificandWithExponent()3074 sigStatus = decSig.convertFromUnsignedParts(decSigParts, sigPartCount, in roundSignificandWithExponent()3079 decSig.exponent += exp; in roundSignificandWithExponent()3087 calcLostFraction = decSig.multiplySignificand(pow5); in roundSignificandWithExponent()3090 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()3092 if (decSig.exponent < semantics->minExponent) { in roundSignificandWithExponent()3093 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()3105 (decSig.significandParts(), calcSemantics.precision - 1) == 1); in roundSignificandWithExponent()3109 HUdistance = 2 * ulpsFromBoundary(decSig.significandParts(), in roundSignificandWithExponent()[all …]