| /src/external/lgpl3/mpfr/dist/src/ |
| si_op.c | 5 mpfr_div_si -- divide a floating-point number by a machine integer 115 #undef mpfr_div_si macro 117 mpfr_div_si (mpfr_ptr y, mpfr_srcptr x, long int u, mpfr_rnd_t rnd_mode) function
|
| mpfr.h | 602 __MPFR_DECLSPEC int mpfr_div_si (mpfr_ptr, mpfr_srcptr, long, mpfr_rnd_t); 1012 #undef mpfr_div_si macro 1013 #define mpfr_div_si(_f, _g, _s,_r) \ macro 1016 mpfr_div_si ((_f), (_g), (_s), (_r)))
|
| gmp_op.c | 101 return mpfr_div_si (y, x, mpz_get_si (z), r);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tsi_op.c | 2 mpfr_div_si, mpfr_si_div 97 #define TEST_FUNCTION mpfr_div_si 98 #define TEST_FUNCTION_NAME "mpfr_div_si" 131 mpfr_div_si (z, x, y, MPFR_RNDZ);
|
| terandom_chisq.c | 54 mpfr_div_si (q, chisqp, nu, rnd); /* chisqp/nu */ 58 mpfr_div_si (t, t, 9*nu, rnd); /* 2/(9*nu) */ 107 mpfr_div_si (dx, dx, nu, rnd);
|
| tnrandom_chisq.c | 55 mpfr_div_si (q, chisqp, nu, rnd); /* chisqp/nu */ 59 mpfr_div_si (t, t, 9*nu, rnd); /* 2/(9*nu) */ 108 mpfr_div_si (dx, dx, nu, rnd);
|
| tasinu.c | 198 inex = mpfr_div_si (x, x, -12, (mpfr_rnd_t) r);
|
| tatanu.c | 138 inex = mpfr_div_si (x, x, -8, (mpfr_rnd_t) r);
|
| tatan2u.c | 348 inex = mpfr_div_si (x, x, -8, (mpfr_rnd_t) r); 386 inex = mpfr_div_si (x, x, -8, (mpfr_rnd_t) r);
|
| tdiv.c | 111 inex2 = mpfr_div_si (a2, b, mpfr_get_si (c, MPFR_RNDN), r); 114 check_equal (a, a2, "mpfr_div_si", b, c, r);
|
| /src/external/lgpl3/mpfr/dist/tune/ |
| tuneup.c | 597 mpfr_div_si (ratio, ratio, dirp, MPFR_RNDN);
|