Searched refs:scaled_v (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dfma.c212 mpfr_t scaled_v; local
227 mpfr_init2 (scaled_v, MPFR_PREC (x));
228 mpfr_mul_2ui (scaled_v, x, scale, MPFR_RNDN);
229 mpfr_mul (u, scaled_v, y, MPFR_RNDN);
233 mpfr_init2 (scaled_v, MPFR_PREC (y));
234 mpfr_mul_2ui (scaled_v, y, scale, MPFR_RNDN);
235 mpfr_mul (u, x, scaled_v, MPFR_RNDN);
237 mpfr_clear (scaled_v);
H A Dfms.c214 mpfr_t scaled_v; local
229 mpfr_init2 (scaled_v, MPFR_PREC (x));
230 mpfr_mul_2ui (scaled_v, x, scale, MPFR_RNDN);
231 mpfr_mul (u, scaled_v, y, MPFR_RNDN);
235 mpfr_init2 (scaled_v, MPFR_PREC (y));
236 mpfr_mul_2ui (scaled_v, y, scale, MPFR_RNDN);
237 mpfr_mul (u, x, scaled_v, MPFR_RNDN);
239 mpfr_clear (scaled_v);

Completed in 101 milliseconds