| /src/external/lgpl3/mpfr/dist/tests/ |
| tadd_ui.c | 1 /* Test file for mpfr_add_ui 35 mpfr_add_ui (zz, xx, y, rnd_mode); 55 mpfr_add_ui (y, x, 1, MPFR_RNDD); 71 mpfr_add_ui (y, x, 2394875L, MPFR_RNDN); 77 mpfr_add_ui (y, x, 2394875L, MPFR_RNDN); 83 mpfr_add_ui (y, x, 2394875L, MPFR_RNDN); 91 #define TEST_FUNCTION mpfr_add_ui
|
| tmin_prec.c | 71 mpfr_add_ui (x, x, 1, MPFR_RNDN);
|
| tfrac.c | 258 mpfr_add_ui (ip, ip, 1, MPFR_RNDN); 264 mpfr_add_ui (ip, ip, 1, MPFR_RNDN); 278 mpfr_add_ui (fp, fp, 1, MPFR_RNDN);
|
| tsub_ui.c | 67 mpfr_add_ui (v, u, x, rnd);
|
| tget_sj.c | 253 mpfr_add_ui (x, x, 1, MPFR_RNDN); 259 mpfr_add_ui (x, x, 1, MPFR_RNDN);
|
| tmul.c | 1160 mpfr_add_ui (b, b, 1, MPFR_RNDN); 1162 mpfr_add_ui (c, c, 1, MPFR_RNDN); 1187 mpfr_add_ui (b, b, 1, MPFR_RNDN); 1189 mpfr_add_ui (c, c, 1, MPFR_RNDN); 1219 mpfr_add_ui (b, b, 1, MPFR_RNDN); 1221 mpfr_add_ui (c, c, 1, MPFR_RNDN); 1238 mpfr_add_ui (b, b, 1, MPFR_RNDN); 1241 mpfr_add_ui (c, c, 1, MPFR_RNDN);
|
| tset_sj.c | 88 inex1 = mpfr_add_ui (x, x, 1, MPFR_RNDN); 121 inex |= mpfr_add_ui (x, x, 1, MPFR_RNDN);
|
| /src/external/lgpl3/mpc/dist/src/ |
| add_ui.c | 29 inex_re = mpfr_add_ui (mpc_realref(a), mpc_realref(b), c, MPC_RND_RE(rnd));
|
| atan.c | 287 mpfr_add_ui (a, mpc_imagref(op), 1, rnd2); 347 mpfr_add_ui (a, mpc_imagref (op), 1, MPFR_RNDA);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| si_op.c | 42 res = mpfr_add_ui (y, x, u, rnd_mode); 63 res = mpfr_add_ui (y, x, - (unsigned long) u, rnd_mode); 83 res = - mpfr_add_ui (y, x, - (unsigned long) u,
|
| add_ui.c | 0 /* mpfr_add_ui -- add a floating-point number with a machine integer 27 mpfr_add_ui (mpfr_ptr y, mpfr_srcptr x, unsigned long int u, mpfr_rnd_t rnd_mode) function
|
| asinh.c | 93 mpfr_add_ui (t, t, 1, MPFR_RNDD); /* x^2+1 */
|
| eint.c | 115 mpfr_add_ui (eps, eps, 1, MPFR_RNDU); 126 mpfr_add_ui (erru, erru, 1, MPFR_RNDU); 204 mpfr_add_ui (err, err, 6 * k, MPFR_RNDU); 214 mpfr_add_ui (err, err, 8, MPFR_RNDU);
|
| compound.c | 135 return mpfr_add_ui (y, x, 1, rnd_mode); 290 mpfr_add_ui (t, t, 1, MPFR_RNDU); 323 if (mpfr_add_ui (t, x, 1, MPFR_RNDZ) == 0)
|
| erfc.c | 61 mpfr_add_ui (err, err, 14 * k, MPFR_RNDU); /* 2^(1-p) * t <= 2 ulp(t) */ 66 mpfr_add_ui (err, err, 1, MPFR_RNDU); 113 mpfr_add_ui (err, err, 7, MPFR_RNDU);
|
| zeta.c | 60 mpfr_add_ui (s1, s, t, MPFR_RNDN); /* s + (2p-2l) */ 63 mpfr_add_ui (s1, s, t, MPFR_RNDN); /* s + (2p-2l-1) */ 334 mpfr_add_ui (u, u, 1, MPFR_RNDU); /* u = 1+eps, rounded up */ 336 mpfr_add_ui (m1, t, 1, MPFR_RNDU); 343 mpfr_add_ui (t, t, 1, MPFR_RNDU); /* 1+eps*max(8,m1) */ 345 mpfr_add_ui (u, m1, 13, MPFR_RNDU); /* 13+m1 */
|
| log2p1.c | 43 inex = mpfr_add_ui (t, x, 1, MPFR_RNDZ);
|
| tanh.c | 131 mpfr_add_ui (t, te, 1, MPFR_RNDD); /* exp(2x) + 1 */
|
| atanh.c | 186 mpfr_add_ui (t, x, 1, MPFR_RNDD); /* (1+x) */
|
| const_catalan.c | 126 mpfr_add_ui (x, x, 2, MPFR_RNDU);
|
| log10p1.c | 45 inex = mpfr_add_ui (t, x, 1, MPFR_RNDZ);
|
| log1p.c | 211 inexact = mpfr_add_ui (t, x, 1, MPFR_RNDN); /* 1+x */
|
| tanu.c | 153 mpfr_add_ui (z, z, 1, MPFR_RNDU);
|
| /src/external/lgpl3/mpc/dist/tests/ |
| tatan.c | 35 mpfr_add_ui (mpc_imagref(z), mpc_imagref(z), 1, MPFR_RNDZ);
|
| teta.c | 98 mpfr_add_ui (mpc_imagref (j->c), mpc_imagref (j->c), 1, MPFR_RNDN); 123 mpfr_add_ui (mpc_imagref (j->c), mpc_imagref (j->c), 1, MPFR_RNDN);
|