| /src/external/lgpl3/gmp/dist/tests/mpf/ |
| t-int_p.c | 62 mpf_div_2exp (f, f, 1L); 66 mpf_div_2exp (f, f, 5000L);
|
| t-dm2exp.c | 1 /* Test mpf_div, mpf_div_2exp, mpf_mul_2exp. 72 mpf_div_2exp (limit_rerr, limit_rerr, res_prec); 82 mpf_div_2exp (w1, u, pow2); 87 printf ("ERROR in mpf_div or mpf_div_2exp after %d tests\n", i);
|
| reuse.c | 71 mpf_mul_2exp, mpf_div_2exp, mpf_pow_ui 77 "mpf_mul_2exp", "mpf_div_2exp", "mpf_pow_ui" 157 if (dsi_funcs[i] == mpf_mul_2exp || dsi_funcs[i] == mpf_div_2exp)
|
| t-add.c | 53 mpf_div_2exp (limit_rerr, limit_rerr, bprec);
|
| t-get_d_2exp.c | 63 mpf_div_2exp (f, f, -exp);
|
| t-set.c | 68 mpf_div_2exp (a, a, mpz_get_ui (z) + 1);
|
| t-trunc.c | 143 mpf_div_2exp (src, src, 1024L); 151 mpf_div_2exp (src, src, 1L); 159 mpf_div_2exp (src, src, 64L);
|
| t-muldiv.c | 71 mpf_div_2exp (limit_rerr, limit_rerr, res_prec - 1);
|
| t-sqrt.c | 51 mpf_div_2exp (limit_rerr, limit_rerr, bprec);
|
| t-conv.c | 61 mpf_div_2exp (limit_rerr, limit_rerr, bprec);
|
| t-sub.c | 51 mpf_div_2exp (limit_rerr, limit_rerr, bprec);
|
| t-fits.c | 56 mpf_div_2exp (f0p5, f0p5, 1L);
|
| /src/external/lgpl3/gmp/dist/mpf/ |
| div_2exp.c | 0 /* mpf_div_2exp -- Divide a float by 2^n. 41 mpf_div_2exp with exp==0 come out the same as mpz_set. 69 The way mpn_lshift is used means successive mpf_div_2exp calls on the 77 mpf_div_2exp (mpf_ptr r, mpf_srcptr u, mp_bitcnt_t exp) function
|
| /src/external/lgpl3/gmp/dist/demos/expr/ |
| exprf.c | 65 { ">>", (mpexpr_fun_t) mpf_div_2exp, MPEXPR_TYPE_BINARY_UI, 180 },
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-set_f.c | 59 mpf_div_2exp (f, f, shift[sh]);
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tget_f.c | 59 mpf_div_2exp (x2, x2, 1); 341 mpf_div_2exp (x, x, e); 350 mpf_div_2exp (x, x, e);
|
| mpf_compat.h | 162 mpf_div_2exp (y, x, 17);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| mpf2mpfr.h | 104 #undef mpf_div_2exp macro 105 #define mpf_div_2exp(x,y,z) mpfr_div_2exp(x,y,z,MPFR_DEFAULT_RND) macro
|
| /src/external/lgpl3/gmp/dist/scanf/ |
| doscan.c | 127 exponent is applied with mpf_mul_exp or mpf_div_2exp. This is easier 130 mpf_div_2exp will preserve the application requested precision, so 404 mpf_div_2exp (f, f, NEG_CAST (unsigned long, exp));
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/ |
| gmp.h | 1284 #define mpf_div_2exp __gmpf_div_2exp macro 1285 __GMP_DECLSPEC void mpf_div_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/ |
| gmp.h | 1284 #define mpf_div_2exp __gmpf_div_2exp macro 1285 __GMP_DECLSPEC void mpf_div_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| gmp.h | 1284 #define mpf_div_2exp __gmpf_div_2exp macro 1285 __GMP_DECLSPEC void mpf_div_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| gmp.h | 1284 #define mpf_div_2exp __gmpf_div_2exp macro 1285 __GMP_DECLSPEC void mpf_div_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/ |
| gmp.h | 1267 #define mpf_div_2exp __gmpf_div_2exp macro 1268 __GMP_DECLSPEC void mpf_div_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| gmp.h | 1284 #define mpf_div_2exp __gmpf_div_2exp macro 1285 __GMP_DECLSPEC void mpf_div_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
|