Searched refs:excessPrecision (Results 1 – 1 of 1) sorted by relevance
2931 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local2934 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()2935 truncatedBits = excessPrecision; in roundSignificandWithExponent()2960 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()2961 truncatedBits = excessPrecision; in roundSignificandWithExponent()2962 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()2963 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()2977 excessPrecision, isNearest); in roundSignificandWithExponent()2982 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()2983 excessPrecision); in roundSignificandWithExponent()[all …]