Lines Matching full:rounding
66 * were lost to rounding. This adjustment negates the effects of double
67 * rounding when the result is added to another number with a higher
94 * Compute ldexp(a+b, scale) with a single rounding error. It is assumed
96 * double rounding does not occur.
133 * The current rounding mode must be round-to-nearest.
161 * Fused multiply-add: Compute x * y + z with a single rounding error.
169 * This algorithm is sensitive to the rounding precision. FPUs such
208 * will overflow, so we handle these cases specially. Rounding
269 * There is no need to worry about double rounding in directed
270 * rounding modes.