Lines Matching refs:excessPrecision
2626 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2629 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()
2630 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2655 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2656 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2657 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()
2658 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()
2672 excessPrecision, isNearest); in roundSignificandWithExponent()
2677 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()
2678 excessPrecision); in roundSignificandWithExponent()
2683 - (calcSemantics.precision - excessPrecision)); in roundSignificandWithExponent()