Searched refs:calcLostFraction (Results 1 – 1 of 1) sorted by relevance
2643 lostFraction calcLostFraction; in roundSignificandWithExponent() local2649 calcLostFraction = decSig.multiplySignificand(pow5); in roundSignificandWithExponent()2652 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()2661 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()2669 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()2684 calcLostFraction = lostFractionThroughTruncation(decSig.significandParts(), in roundSignificandWithExponent()2687 return normalize(rounding_mode, calcLostFraction); in roundSignificandWithExponent()