Searched refs:decSig (Results 1 – 1 of 1) sorted by relevance
2968 IEEEFloat decSig(calcSemantics, uninitialized); in roundSignificandWithExponent() local2969 decSig.makeZero(sign); in roundSignificandWithExponent()2972 sigStatus = decSig.convertFromUnsignedParts(decSigParts, sigPartCount, in roundSignificandWithExponent()2977 decSig.exponent += exp; in roundSignificandWithExponent()2985 calcLostFraction = decSig.multiplySignificand(pow5); in roundSignificandWithExponent()2988 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()2990 if (decSig.exponent < semantics->minExponent) { in roundSignificandWithExponent()2991 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()3003 (decSig.significandParts(), calcSemantics.precision - 1) == 1); in roundSignificandWithExponent()3007 HUdistance = 2 * ulpsFromBoundary(decSig.significandParts(), in roundSignificandWithExponent()[all …]