Searched refs:calcLostFraction (Results 1 – 1 of 1) sorted by relevance
2323 lostFraction calcLostFraction; in roundSignificandWithExponent() local2329 calcLostFraction = decSig.multiplySignificand(pow5, NULL); in roundSignificandWithExponent()2332 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()2341 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()2349 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()2364 calcLostFraction = lostFractionThroughTruncation(decSig.significandParts(), in roundSignificandWithExponent()2367 return normalize(rounding_mode, calcLostFraction); in roundSignificandWithExponent()