Searched refs:excessPrecision (Results 1 – 1 of 1) sorted by relevance
2307 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local2310 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()2311 truncatedBits = excessPrecision; in roundSignificandWithExponent()2335 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()2336 truncatedBits = excessPrecision; in roundSignificandWithExponent()2337 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()2338 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()2352 excessPrecision, isNearest); in roundSignificandWithExponent()2357 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()2358 excessPrecision); in roundSignificandWithExponent()[all …]