Searched refs:excessPrecision (Results 1 – 1 of 1) sorted by relevance
2436 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local2439 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()2440 truncatedBits = excessPrecision; in roundSignificandWithExponent()2465 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()2466 truncatedBits = excessPrecision; in roundSignificandWithExponent()2467 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()2468 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()2482 excessPrecision, isNearest); in roundSignificandWithExponent()2487 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()2488 excessPrecision); in roundSignificandWithExponent()[all …]