Searched refs:mpfr_div_z (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dgmp_op.c63 mpfr_div_z (mpfr_ptr y, mpfr_srcptr x, mpz_srcptr z, mpfr_rnd_t r) function
114 res = mpfr_div_z (y, tmp, mpq_denref(z), rnd_mode);
136 res = mpfr_div_z (y, tmp, mpq_numref(z), rnd_mode);
H A Dyn.c71 mpfr_div_z (s, s, f, MPFR_RNDN);
110 mpfr_div_z (s, u, q, MPFR_RNDN);
127 mpfr_div_z (u, u, q, MPFR_RNDN);
H A Dconst_euler.c164 mpfr_div_z (x, x, Q, MPFR_RNDN);
H A Dsin_cos.c544 mpfr_div_z (s, s, Q, MPFR_RNDN);
548 mpfr_div_z (c, c, Q, MPFR_RNDN);
H A Dmpfr.h682 __MPFR_DECLSPEC int mpfr_div_z _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtgmpop.c609 test_genericz (2, 100, 100, mpfr_div_z, "div");

Completed in 123 milliseconds