Searched refs:calcLostFraction (Results 1 – 1 of 1) sorted by relevance
3081 lostFraction calcLostFraction; in roundSignificandWithExponent() local3087 calcLostFraction = decSig.multiplySignificand(pow5); in roundSignificandWithExponent()3090 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()3099 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()3107 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()3122 calcLostFraction = lostFractionThroughTruncation(decSig.significandParts(), in roundSignificandWithExponent()3125 return normalize(rounding_mode, calcLostFraction); in roundSignificandWithExponent()