Searched refs:calcLostFraction (Results 1 – 1 of 1) sorted by relevance
2418 lostFraction calcLostFraction; in roundSignificandWithExponent() local2424 calcLostFraction = decSig.multiplySignificand(pow5, NULL); in roundSignificandWithExponent()2427 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()2436 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()2444 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()2459 calcLostFraction = lostFractionThroughTruncation(decSig.significandParts(), in roundSignificandWithExponent()2462 return normalize(rounding_mode, calcLostFraction); in roundSignificandWithExponent()