Searched refs:excessPrecision (Results 1 – 1 of 1) sorted by relevance
2366 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local2369 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()[all …]