Searched refs:mpfr_mul_si (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/src/
H A Dmul_si.c29 inex_re = mpfr_mul_si (MPC_RE(a), MPC_RE(b), c, MPC_RND_RE(rnd));
30 inex_im = mpfr_mul_si (MPC_IM(a), MPC_IM(b), c, MPC_RND_IM(rnd));
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtsi_op.c1 /* Test file for mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si,
82 #define TEST_FUNCTION mpfr_mul_si
83 #define TEST_FUNCTION_NAME "mpfr_mul_si"
120 mpfr_mul_si (z, x, y, MPFR_RNDZ);
H A Dtsprintf.c325 mpfr_mul_si (x, x, -1, MPFR_RNDD);
326 mpfr_mul_si (z, z, -1, MPFR_RNDD);
576 mpfr_mul_si (x, x, -1, MPFR_RNDD);
577 mpfr_mul_si (z, z, -1, MPFR_RNDD);
699 mpfr_mul_si (x, x, -1, MPFR_RNDD);
700 mpfr_mul_si (z, z, -1, MPFR_RNDD);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dlog.c136 mpfr_mul_si (tmp1, tmp1, m, MPFR_RNDN); /* compute m*log(2),err<=2ulps */
H A Dmul_ui.c2 mpfr_mul_si -- multiply a floating-point number by a machine integer
121 int mpfr_mul_si (mpfr_ptr y, mpfr_srcptr x, long int u, mpfr_rnd_t rnd_mode) function
H A Djyn_asympt.c93 mpfr_mul_si (t, t, 2 * (n + k) - 1, MPFR_RNDN); /* err <= err_k + 1 */
94 mpfr_mul_si (t, t, 2 * (n - k) + 1, MPFR_RNDN); /* err <= err_k + 2 */
H A Dpow.c626 inexact = mpfr_mul_si (tmp, y, b, MPFR_RNDN); /* exact */
H A Dmpfr.h492 __MPFR_DECLSPEC int mpfr_mul_si _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,

Completed in 79 milliseconds