Lines Matching refs:excessPrecision
2366 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2369 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()
2370 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2395 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2396 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2397 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()
2398 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()
2412 excessPrecision, isNearest); in roundSignificandWithExponent()
2417 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()
2418 excessPrecision); in roundSignificandWithExponent()
2423 - (calcSemantics.precision - excessPrecision)); in roundSignificandWithExponent()