Searched refs:mpfr_ui_sub (Results 1 - 24 of 24) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/src/
H A Dui_ui_sub.c31 inex_re = mpfr_ui_sub (MPC_RE (rop), re, MPC_RE (op), MPC_RND_RE (rnd));
32 inex_im = mpfr_ui_sub (MPC_IM (rop), im, MPC_IM (op), MPC_RND_IM (rnd));
H A Datan.c242 mpfr_ui_sub (a, 1, MPC_IM (op), rnd1);
325 mpfr_ui_sub (b, 1, MPC_IM (op), GMP_RNDZ);
H A Dasin.c163 mpfr_ui_sub (MPC_RE(z1), 1, MPC_RE(z1), GMP_RNDN);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtui_sub.c1 /* Test file for mpfr_ui_sub.
42 inexact = mpfr_ui_sub (x, 1, y, MPFR_RNDN);
52 if ((inexact = mpfr_ui_sub (x, 38181761, y, MPFR_RNDN)) >= 0)
61 if ((inexact = mpfr_ui_sub (x, 1541116494, y, MPFR_RNDN)) <= 0)
70 if ((inexact = mpfr_ui_sub (x, 2000375416, y, MPFR_RNDN)) >= 0)
79 if ((inexact = mpfr_ui_sub (x, 927694848, y, MPFR_RNDN)) <= 0)
91 mpfr_ui_sub (y, 1, x, MPFR_RNDD);
95 printf ("Error in mpfr_ui_sub (y, 1, x, MPFR_RNDD) for x=2^(-12)\nexpected 1.1111e-1, got ");
101 mpfr_ui_sub (y, 1, x, MPFR_RNDU);
105 printf ("Error in mpfr_ui_sub (
[all...]
H A Dtsinh_cosh.c121 mpfr_ui_sub (x, i, x, MPFR_RNDD);
H A Dtaway.c407 testui2 (mpfr_ui_sub, "mpfr_ui_sub");
H A Dreuse.c591 testui2 (mpfr_ui_sub, "mpfr_ui_sub", p, (mpfr_rnd_t) rnd);
H A Dtpow_all.c568 inex = mpfr_ui_sub (x, 1, eps, MPFR_RNDN);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dsi_op.c49 return mpfr_ui_sub (y, u, x, rnd_mode);
H A Dui_sub.c0 /* mpfr_ui_sub -- subtract a floating-point number from an integer
27 mpfr_ui_sub (mpfr_ptr y, unsigned long int u, mpfr_srcptr x, mpfr_rnd_t rnd_mode) function
H A Dasin.c92 mpfr_ui_sub (xp, 1, xp, MPFR_RNDD);
106 mpfr_ui_sub (xp, 1, xp, MPFR_RNDN);
H A Dacos.c86 mpfr_ui_sub (xp, 1, xp, MPFR_RNDD);
121 mpfr_ui_sub (tmp, 1, tmp, MPFR_RNDN);
H A Datanh.c97 mpfr_ui_sub (te, 1, x, MPFR_RNDU); /* (1-xt)*/
H A Dgamma.c295 mpfr_ui_sub (xp, 2, x, MPFR_RNDD);
310 ck = mpfr_ui_sub (tmp, 2, x, MPFR_RNDN);
366 ck = mpfr_ui_sub (xp, 2, x, MPFR_RNDN);
H A Dsin.c135 mpfr_ui_sub (c, 1, c, MPFR_RNDZ);
H A Derf.c83 mpfr_ui_sub (l, 1, l, MPFR_RNDZ); /* lower bound on 1 - x^2/3 */
H A Derfc.c253 mpfr_ui_sub (tmp, 1, tmp, MPFR_RNDN);
H A Ddigamma.c140 MPFR_ASSERTN(mpfr_ui_sub (u, 1, x, MPFR_RNDN) == 0);
H A Deint.c120 mpfr_ui_sub (erru, k, erru, MPFR_RNDD);
H A Dmpf2mpfr.h168 #define mpf_ui_sub(x,y,z) mpfr_ui_sub(x,y,z,MPFR_DEFAULT_RND)
H A Dli2.c278 mpfr_ui_sub (u, 1, x, MPFR_RNDN);
479 mpfr_ui_sub (xx, 1, x, MPFR_RNDN);
583 mpfr_ui_sub (xx, 1, x, MPFR_RNDN);
H A Dlngamma.c219 mpfr_ui_sub (s, 2, z0, MPFR_RNDD); /* s = (2-z0) * (1+2r) >= 1 */
H A Dsin_cos.c189 mpfr_ui_sub (c, 1, c, MPFR_RNDN); /* error bounded by 2^(6-m) if reduce
H A Dmpfr.h477 __MPFR_DECLSPEC int mpfr_ui_sub _MPFR_PROTO ((mpfr_ptr, unsigned long,

Completed in 98 milliseconds