Lines Matching refs:excessPrecision
2931 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2934 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()
2935 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2960 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2961 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2962 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()
2963 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()
2977 excessPrecision, isNearest); in roundSignificandWithExponent()
2982 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()
2983 excessPrecision); in roundSignificandWithExponent()
2988 - (calcSemantics.precision - excessPrecision)); in roundSignificandWithExponent()