Searched refs:mpfr_div_2exp (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Ddiv_2exp.c0 /* mpfr_div_2exp -- divide a floating-point number by a power of two
27 #undef mpfr_div_2exp macro
30 mpfr_div_2exp (mpfr_ptr y, mpfr_srcptr x, unsigned long int n, mpfr_rnd_t rnd_mode) function
H A Ddigamma.c48 mpfr_div_2exp (t, t, 1, MPFR_RNDN); /* exact */
145 mpfr_div_2exp (u, u, 1, MPFR_RNDN);
H A Dsin_cos.c545 mpfr_div_2exp (s, s, l, MPFR_RNDN);
549 mpfr_div_2exp (c, c, l, MPFR_RNDN);
613 mpfr_div_2exp (pi, pi, 1, MPFR_RNDN); /* Pi/2 */
H A Dmpf2mpfr.h94 #define mpf_div_2exp(x,y,z) mpfr_div_2exp(x,y,z,MPFR_DEFAULT_RND)
H A Dmpfr.h557 __MPFR_DECLSPEC int mpfr_div_2exp _MPFR_PROTO ((mpfr_ptr, mpfr_srcptr,
799 #define mpfr_div_2exp(y,x,n,r) mpfr_div_2ui((y),(x),(n),(r)) macro
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/src/
H A Ddiv_2exp.c29 inex_re = mpfr_div_2exp (MPC_RE(a), MPC_RE(b), c, MPC_RND_RE(rnd));
30 inex_im = mpfr_div_2exp (MPC_IM(a), MPC_IM(b), c, MPC_RND_IM(rnd));
H A Dacos.c200 mpfr_div_2exp (pi_over_2, pi_over_2, 1, GMP_RNDN); /* Pi/2 */
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtget_d.c45 mpfr_div_2exp (x, x, 1022, MPFR_RNDN); /* k * 2^(-1022) */
58 mpfr_div_2exp (x, x, 1, MPFR_RNDN);
H A Dtget_ld_2exp.c119 mpfr_div_2exp (x, x, 16383, MPFR_RNDN);
H A Dtexceptions.c164 mpfr_div_2exp (x, x, 1025, MPFR_RNDN);
361 mpfr_div_2exp (x, x, 1022, MPFR_RNDN);
374 mpfr_div_2exp (x, x, 1025, MPFR_RNDN);
H A Dtacos.c154 mpfr_div_2exp (x, x, 1, MPFR_RNDN); /* exact */
H A Dtasin.c104 mpfr_div_2exp (x, x, 1, MPFR_RNDN); /* exact */
120 mpfr_div_2exp (x, x, 1, MPFR_RNDN); /* exact */
H A Dtacosh.c111 mpfr_div_2exp (x, x, 1, MPFR_RNDN);
H A Dtget_z.c96 mpfr_div_2exp (f, f, -sh, MPFR_RNDN);
H A Dtget_f.c62 mpfr_div_2exp (y2, y2, 1, MPFR_RNDN);
333 mpfr_div_2exp (y, y, e, MPFR_RNDN);
H A Dtsub.c270 mpfr_div_2exp (x, x, 32, MPFR_RNDN);
414 mpfr_div_2exp (x, x, 4, MPFR_RNDN); /* x = 6/16 */
417 mpfr_div_2exp (y, y, 4, MPFR_RNDN); /* y = -1/16 */
H A Dtadd.c382 mpfr_div_2exp (b, b, dif, MPFR_RNDN);
384 mpfr_div_2exp (b, b, prec_a, MPFR_RNDN);
391 mpfr_div_2exp (c, c, dif, MPFR_RNDN);
393 mpfr_div_2exp (c, c, prec_a, MPFR_RNDN);
H A Dtatan.c61 mpfr_div_2exp (x, x, 1, (mpfr_rnd_t) r);
77 mpfr_div_2exp (x, x, 1, (mpfr_rnd_t) r);
H A Dtcmp2.c63 mpfr_div_2exp (y, y, 1, MPFR_RNDN); /* y = 1/2^i */
H A Dtaway.c399 test2ui (mpfr_div_2exp, "mpfr_div_2exp");
H A Dtdiv.c713 mpfr_div_2exp (d, d, 1, MPFR_RNDZ);
722 mpfr_div_2exp (a, a, 2, MPFR_RNDZ);
H A Dtsqrt.c296 mpfr_div_2exp (x, x, 1075, MPFR_RNDN);
H A Dtget_str.c81 mpfr_div_2exp (x, x, 63, MPFR_RNDN); /* x = -2^(-63) */
996 mpfr_div_2exp (x, x, 4343, MPFR_RNDN);
H A Dreuse.c583 test2ui (mpfr_div_2exp, "mpfr_div_2exp", p, (mpfr_rnd_t) rnd);
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/tests/
H A Dtpow_ui.c105 mpfr_div_2exp (mpc_realref (z), mpc_realref (z), 2, GMP_RNDN);

Completed in 261 milliseconds

12