Searched refs:excessPrecision (Results 1 – 1 of 1) sorted by relevance
2626 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local2629 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()2630 truncatedBits = excessPrecision; in roundSignificandWithExponent()2655 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()2656 truncatedBits = excessPrecision; in roundSignificandWithExponent()2657 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()2658 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()2672 excessPrecision, isNearest); in roundSignificandWithExponent()2677 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()2678 excessPrecision); in roundSignificandWithExponent()[all …]