Searched refs:calcLostFraction (Results 1 – 1 of 1) sorted by relevance
2470 lostFraction calcLostFraction; in roundSignificandWithExponent() local2476 calcLostFraction = decSig.multiplySignificand(pow5, nullptr); in roundSignificandWithExponent()2479 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()2488 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()2496 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()2511 calcLostFraction = lostFractionThroughTruncation(decSig.significandParts(), in roundSignificandWithExponent()2514 return normalize(rounding_mode, calcLostFraction); in roundSignificandWithExponent()