Home
last modified time | relevance | path

Searched refs:mpf_div_2exp (Results 1 – 25 of 53) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-int_p.c62 mpf_div_2exp (f, f, 1L); in main()
66 mpf_div_2exp (f, f, 5000L); in main()
H A Dt-dm2exp.c72 mpf_div_2exp (limit_rerr, limit_rerr, res_prec); in main()
82 mpf_div_2exp (w1, u, pow2); in main()
H A Dt-trunc.c143 mpf_div_2exp (src, src, 1024L); in check_various()
151 mpf_div_2exp (src, src, 1L); in check_various()
159 mpf_div_2exp (src, src, 64L); in check_various()
H A Dreuse.c71 mpf_mul_2exp, mpf_div_2exp, mpf_pow_ui
157 if (dsi_funcs[i] == mpf_mul_2exp || dsi_funcs[i] == mpf_div_2exp) in main()
H A Dt-add.c53 mpf_div_2exp (limit_rerr, limit_rerr, bprec); in main()
H A Dt-set.c68 mpf_div_2exp (a, a, mpz_get_ui (z) + 1); in check_random()
H A Dt-get_d_2exp.c63 mpf_div_2exp (f, f, -exp); in check_data()
H A Dt-muldiv.c71 mpf_div_2exp (limit_rerr, limit_rerr, res_prec - 1); in main()
H A Dt-sqrt.c51 mpf_div_2exp (limit_rerr, limit_rerr, bprec); in check_rand1()
H A Dt-conv.c61 mpf_div_2exp (limit_rerr, limit_rerr, bprec); in main()
H A Dt-sub.c51 mpf_div_2exp (limit_rerr, limit_rerr, bprec); in check_rand()
H A Dt-fits.c56 mpf_div_2exp (f0p5, f0p5, 1L); in main()
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtget_f.c59 mpf_div_2exp (x2, x2, 1); in prec_test()
341 mpf_div_2exp (x, x, e); in main()
350 mpf_div_2exp (x, x, e); in main()
H A Dmpf_compat.h162 mpf_div_2exp (y, x, 17); in main()
/netbsd/external/lgpl3/gmp/dist/mpf/
H A Ddiv_2exp.c77 mpf_div_2exp (mpf_ptr r, mpf_srcptr u, mp_bitcnt_t exp) in mpf_div_2exp() function
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h104 #undef mpf_div_2exp
105 #define mpf_div_2exp(x,y,z) mpfr_div_2exp(x,y,z,MPFR_DEFAULT_RND) macro
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-set_f.c59 mpf_div_2exp (f, f, shift[sh]); in check_one()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprf.c65 { ">>", (mpexpr_fun_t) mpf_div_2exp, MPEXPR_TYPE_BINARY_UI, 180 },
/netbsd/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c404 mpf_div_2exp (f, f, NEG_CAST (unsigned long, exp)); in gmpscan()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1267 #define mpf_div_2exp __gmpf_div_2exp macro
1268 __GMP_DECLSPEC void mpf_div_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1267 #define mpf_div_2exp __gmpf_div_2exp macro
1268 __GMP_DECLSPEC void mpf_div_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1284 #define mpf_div_2exp __gmpf_div_2exp macro
1285 __GMP_DECLSPEC void mpf_div_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1284 #define mpf_div_2exp __gmpf_div_2exp macro
1285 __GMP_DECLSPEC void mpf_div_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1284 #define mpf_div_2exp __gmpf_div_2exp macro
1285 __GMP_DECLSPEC void mpf_div_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1284 #define mpf_div_2exp __gmpf_div_2exp macro
1285 __GMP_DECLSPEC void mpf_div_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);

123