| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trigd_fe.inc | 43 mpfr_sqrt (x, x, GFC_RND_MODE); \
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trigd_fe.inc | 43 mpfr_sqrt (x, x, GFC_RND_MODE); \
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tsqrt.c | 1 /* Test file for mpfr_sqrt. 35 res = mpfr_sqrt (a, b, rnd_mode); 45 #define test_sqrt mpfr_sqrt 58 printf ("mpfr_sqrt failed for a=%s, rnd_mode=%s\n", 78 printf ("mpfr_sqrt failed for a=%s, rnd_mode=%s\n", 99 printf ("mpfr_sqrt failed for a=%s, prec=24, rnd_mode=%s\n", 119 printf ("mpfr_sqrt failed for a=%s, prec=%lu, rnd_mode=%s\n", 525 mpfr_sqrt (z, z, r); 556 mpfr_sqrt (y, y, r); 586 mpfr_sqrt (y, x, MPFR_RNDN) [all...] |
| tsqr.c | 210 mpfr_sqrt (b, b, MPFR_RNDU); 233 mpfr_sqrt (b, b, MPFR_RNDU); 256 mpfr_sqrt (b, b, MPFR_RNDU); 266 mpfr_sqrt (b, b, MPFR_RNDU); 278 inex = mpfr_sqrt (b, b, MPFR_RNDZ); 322 inex = mpfr_sqrt (b, b, MPFR_RNDZ); 360 bad_cases (mpfr_sqr, mpfr_sqrt, "mpfr_sqr", 8, -256, 255, 4, 128, 800, 50);
|
| trec_sqrt.c | 241 mpfr_sqrt (z, x, MPFR_RNDN); 243 printf ("mpfr_sqrt: %.3gs\n", t / (double) CLOCKS_PER_SEC);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| sqrt_ui.c | 51 inex = mpfr_sqrt (r, uu, rnd_mode); 59 inex = mpfr_sqrt (r, uu, rnd_mode);
|
| gammaonethird.c | 153 mpfr_sqrt (tmp2, tmp2, MPFR_RNDN); 156 mpfr_sqrt (tmp3, tmp, MPFR_RNDN); 182 mpfr_sqrt (temp, temp, MPFR_RNDN);
|
| acosh.c | 125 mpfr_sqrt (t, t, MPFR_RNDN); /* sqrt(2t) */ 131 mpfr_sqrt (t, t, MPFR_RNDN); /* sqrt(x^2-1) */
|
| asinh.c | 94 mpfr_sqrt (t, t, MPFR_RNDN); /* sqrt(x^2+1) */
|
| erf.c | 85 mpfr_sqrt (h, h, MPFR_RNDU); /* upper bound on sqrt(Pi) */ 92 mpfr_sqrt (h, h, MPFR_RNDD); /* lower bound on sqrt(Pi) */ 240 mpfr_sqrt (t, t, MPFR_RNDZ);
|
| acos.c | 124 mpfr_sqrt (tmp, tmp, MPFR_RNDN);
|
| asin.c | 109 mpfr_sqrt (xp, xp, MPFR_RNDN);
|
| const_pi.c | 85 mpfr_sqrt (b, B, MPFR_RNDN); /* 1/2 <= b <= 1 */
|
| agm.c | 216 mpfr_sqrt (u, u, MPFR_RNDN); 278 mpfr_sqrt (u, uf, MPFR_RNDN);
|
| hypot.c | 182 exact |= mpfr_sqrt (t, t, MPFR_RNDZ);
|
| sin.c | 164 mpfr_sqrt (c, c, MPFR_RNDZ);
|
| erfc.c | 85 mpfr_sqrt (xx, xx, MPFR_RNDN); /* err <= 1/2*ulp(xx) + ulp(Pi)/2/sqrt(Pi)
|
| grandom.c | 145 mpfr_sqrt (l, l, MPFR_RNDN);
|
| jyn_asympt.c | 250 mpfr_sqrt (c, c, MPFR_RNDN); /* err<=5/2, thus the absolute error is
|
| ai.c | 139 mpfr_sqrt (tmp_sp, tmp_sp, MPFR_RNDU); /* tmp_sp ~ |x|^(3/2) */ 364 mpfr_sqrt (tmp_sp, tmp_sp, MPFR_RNDU); /* tmp_sp ~ |x|^(3/2) */
|
| gamma.c | 89 mpfr_sqrt (y, y, MPFR_RNDZ);
|
| /src/external/lgpl3/mpc/dist/src/ |
| sqrt.c | 121 inex_w = mpfr_sqrt (mpc_realref (a), mpc_realref (b), MPC_RND_RE (rnd)); 133 inex_w = -mpfr_sqrt (mpc_imagref (a), w, INV_RND (MPC_RND_IM (rnd))); 137 inex_w = mpfr_sqrt (mpc_imagref (a), w, MPC_RND_IM (rnd)); 155 inex_w = mpfr_sqrt (mpc_realref (a), y, MPC_RND_RE (rnd)); 156 inex_t = mpfr_sqrt (mpc_imagref (a), y, MPC_RND_IM (rnd)); 161 inex_w = mpfr_sqrt (mpc_realref (a), y, MPC_RND_RE (rnd)); 162 inex_t = -mpfr_sqrt (mpc_imagref (a), y, INV_RND (MPC_RND_IM (rnd))); 222 inex_w |= mpfr_sqrt (w, w, MPFR_RNDD); 228 inex_w |= mpfr_sqrt (w, w, MPFR_RNDD);
|
| asin.c | 58 inex = mpfr_sqrt (mpc_imagref (z1), abs_y, MPFR_RNDN); /* error <= 1/2 ulp */ 264 mpfr_sqrt (t, t, MPFR_RNDD);
|
| /src/external/lgpl3/mpfr/dist/tools/bench/ |
| mpfrbench.c | 67 DECLARE_TIME_1OP (mpfr_sqrt) 86 {"sqrt", ADDR_TIME_NOP (mpfr_sqrt), ADDR_ACCURATE_TIME_NOP (mpfr_sqrt), egroup_special, 1},
|
| /src/external/lgpl3/mpc/dist/tests/ |
| teta.c | 80 mpfr_sqrt (mpc_imagref (z), mpc_imagref (z), MPFR_RNDD);
|