| /src/external/lgpl3/mpc/dist/src/ |
| ui_ui_sub.c | 30 inex_re = mpfr_ui_sub (mpc_realref (rop), re, mpc_realref (op), MPC_RND_RE (rnd)); 31 inex_im = mpfr_ui_sub (mpc_imagref (rop), im, mpc_imagref (op), MPC_RND_IM (rnd));
|
| atan.c | 188 mpfr_ui_sub (z, 1, z, MPFR_RNDZ); 273 mpfr_ui_sub (a, 1, mpc_imagref (op), rnd1); 354 mpfr_ui_sub (b, 1, mpc_imagref (op), MPFR_RNDZ); /* round to zero */
|
| asin.c | 262 mpfr_ui_sub (t, 1, t, MPFR_RNDD); 449 mpfr_ui_sub (mpc_realref(z1), 1, mpc_realref(z1), MPFR_RNDN);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tui_sub.c | 1 /* Test file for mpfr_ui_sub. 40 inexact = mpfr_ui_sub (x, 1, y, MPFR_RNDN); 50 if ((inexact = mpfr_ui_sub (x, 38181761, y, MPFR_RNDN)) >= 0) 59 if ((inexact = mpfr_ui_sub (x, 1541116494, y, MPFR_RNDN)) <= 0) 68 if ((inexact = mpfr_ui_sub (x, 2000375416, y, MPFR_RNDN)) >= 0) 77 if ((inexact = mpfr_ui_sub (x, 927694848, y, MPFR_RNDN)) <= 0) 89 mpfr_ui_sub (y, 1, x, MPFR_RNDD); 93 printf ("Error in mpfr_ui_sub (y, 1, x, MPFR_RNDD) for x=2^(-12)\nexpected 1.1111e-1, got "); 99 mpfr_ui_sub (y, 1, x, MPFR_RNDU); 103 printf ("Error in mpfr_ui_sub (y, 1, x, MPFR_RNDU) for x=2^(-12)\n [all...] |
| tsinh_cosh.c | 116 mpfr_ui_sub (x, i, x, MPFR_RNDD);
|
| terandom_chisq.c | 146 mpfr_ui_sub (z, counts[i], pa, rnd); 271 mpfr_ui_sub (z, counts[i], pa, rnd);
|
| tnrandom_chisq.c | 142 mpfr_ui_sub (z, counts[i], pa, rnd); 272 mpfr_ui_sub (z, counts[i], pa, rnd);
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| trigd.inc | 168 mpfr_ui_sub (x, 90, x, GFC_RND_MODE); 180 mpfr_ui_sub (x, 180, x, GFC_RND_MODE); 190 mpfr_ui_sub (x, 270, x, GFC_RND_MODE); 204 mpfr_ui_sub (x, 360, x, GFC_RND_MODE); 315 mpfr_ui_sub (x, 90, x, GFC_RND_MODE); 327 mpfr_ui_sub (x, 180, x, GFC_RND_MODE); 338 mpfr_ui_sub (x, 270, x, GFC_RND_MODE); 352 mpfr_ui_sub (x, 360, x, GFC_RND_MODE); 455 mpfr_ui_sub (x, 180, x, GFC_RND_MODE); 467 mpfr_ui_sub (x, 360, x, GFC_RND_MODE) [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| trigd.inc | 168 mpfr_ui_sub (x, 90, x, GFC_RND_MODE); 180 mpfr_ui_sub (x, 180, x, GFC_RND_MODE); 190 mpfr_ui_sub (x, 270, x, GFC_RND_MODE); 204 mpfr_ui_sub (x, 360, x, GFC_RND_MODE); 315 mpfr_ui_sub (x, 90, x, GFC_RND_MODE); 327 mpfr_ui_sub (x, 180, x, GFC_RND_MODE); 338 mpfr_ui_sub (x, 270, x, GFC_RND_MODE); 352 mpfr_ui_sub (x, 360, x, GFC_RND_MODE); 455 mpfr_ui_sub (x, 180, x, GFC_RND_MODE); 467 mpfr_ui_sub (x, 360, x, GFC_RND_MODE) [all...] |
| /src/external/lgpl3/mpfr/dist/src/ |
| acos.c | 88 mpfr_ui_sub (xp, 1, xp, MPFR_RNDD); 123 mpfr_ui_sub (tmp, 1, tmp, MPFR_RNDN);
|
| asin.c | 94 mpfr_ui_sub (xp, 1, xp, MPFR_RNDD); 108 mpfr_ui_sub (xp, 1, xp, MPFR_RNDN);
|
| ui_sub.c | 0 /* 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
|
| gamma.c | 341 mpfr_ui_sub (xp, 2, x, MPFR_RNDD); 356 MPFR_DBGRES (ck = mpfr_ui_sub (tmp, 2, x, MPFR_RNDN)); 416 ck = mpfr_ui_sub (xp, 2, x, MPFR_RNDN); /* 2-x, exact */
|
| si_op.c | 80 res = mpfr_ui_sub (y, u, x, rnd_mode);
|
| atanh.c | 185 mpfr_ui_sub (te, 1, x, MPFR_RNDU); /* (1-x) with x = |xt| */
|
| sin.c | 163 mpfr_ui_sub (c, 1, c, MPFR_RNDZ);
|
| beta.c | 199 inex = mpfr_ui_sub (z_plus_w, 1, z_plus_w, MPFR_RNDN);
|
| erf.c | 83 mpfr_ui_sub (l, 1, l, MPFR_RNDZ); /* lower bound on 1 - x^2/3 */
|
| erfc.c | 254 mpfr_ui_sub (tmp, 1, tmp, MPFR_RNDN);
|
| log_ui.c | 175 mpfr_ui_sub (tmp, kk, tmp, MPFR_RNDD);
|
| atan2u.c | 329 mpfr_ui_sub (tmp, u, tmp, MPFR_RNDN);
|
| digamma.c | 141 MPFR_DBGRES(inex = mpfr_ui_sub (u, 1, x, MPFR_RNDN));
|
| eint.c | 144 mpfr_ui_sub (erru, k, erru, MPFR_RNDD);
|
| mpf2mpfr.h | 179 #define mpf_ui_sub(x,y,z) mpfr_ui_sub(x,y,z,MPFR_DEFAULT_RND)
|
| li2.c | 277 mpfr_ui_sub (u, 1, x, MPFR_RNDN); 478 mpfr_ui_sub (xx, 1, x, MPFR_RNDN); 582 mpfr_ui_sub (xx, 1, x, MPFR_RNDN);
|