Home
last modified time | relevance | path

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

123

/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtset_f.c78 mpf_mul_2exp (y, y, 600); in main()
154 mpf_mul_2exp (y, y, 1); in main()
158 mpf_mul_2exp (y, y, ULONG_MAX); in main()
174 mpf_mul_2exp (y, y, emax); in main()
188 mpf_mul_2exp (y, y, emax - 1); in main()
H A Dtget_f.c334 mpf_mul_2exp (x, x, e); in main()
357 mpf_mul_2exp (x, x, e); in main()
H A Dmpf_compat.h161 mpf_mul_2exp (y, x, 17); in main()
/netbsd/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-eq.c129 mpf_mul_2exp (a, a, lshift1 + 1); in check_random()
130 mpf_mul_2exp (b, b, lshift1 + 1); in check_random()
135 mpf_mul_2exp (a, a, lshift2); in check_random()
136 mpf_mul_2exp (b, b, lshift2); in check_random()
H A Dt-get_d_2exp.c61 mpf_mul_2exp (f, f, exp); in check_data()
102 mpf_mul_2exp (f, f, data[i]); in check_round()
H A Dt-dm2exp.c76 mpf_mul_2exp (v, v, pow2); in main()
94 mpf_mul_2exp (w3, w1, pow2); in main()
H A Dt-fits.c287 mpf_mul_2exp (f, f, BITS_PER_ULONG + 1); in main()
298 mpf_mul_2exp (f, f, BITS_PER_ULONG + 1); in main()
309 mpf_mul_2exp (f, f, BITS_PER_ULONG + 5); in main()
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-pow_ui.c34 mpf_mul_2exp (limit, limit, MAX (GMP_NUMB_BITS, 53)); in check_data()
H A Dt-int_p.c70 mpf_mul_2exp (f, f, 5000L); in main()
H A Dt-cmp_d.c82 mpf_mul_2exp (x, x, 5000L); in check_infinity()
H A Dt-ui_div.c131 mpf_mul_2exp (v, v, 800L); in check_various()
H A Dt-div.c164 mpf_mul_2exp (v, v, 800L); in check_various()
H A Dt-trunc.c135 mpf_mul_2exp (src, src, 1024L); in check_various()
/netbsd/external/lgpl3/gmp/dist/mpf/
H A Dmul_2exp.c71 mpf_mul_2exp (mpf_ptr r, mpf_srcptr u, mp_bitcnt_t exp) in mpf_mul_2exp() function
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h144 #undef mpf_mul_2exp
145 #define mpf_mul_2exp(x,y,z) mpfr_mul_2exp(x,y,z,MPFR_DEFAULT_RND) macro
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-set_f.c64 mpf_mul_2exp (f, f, shift[sh]); in check_one()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprf.c64 { "<<", (mpexpr_fun_t) mpf_mul_2exp, MPEXPR_TYPE_BINARY_UI, 180 },
/netbsd/external/lgpl3/gmp/dist/scanf/
H A Ddoscan.c402 mpf_mul_2exp (f, f, (unsigned long) exp); in gmpscan()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1356 #define mpf_mul_2exp __gmpf_mul_2exp macro
1357 __GMP_DECLSPEC void mpf_mul_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1356 #define mpf_mul_2exp __gmpf_mul_2exp macro
1357 __GMP_DECLSPEC void mpf_mul_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1373 #define mpf_mul_2exp __gmpf_mul_2exp macro
1374 __GMP_DECLSPEC void mpf_mul_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1373 #define mpf_mul_2exp __gmpf_mul_2exp macro
1374 __GMP_DECLSPEC void mpf_mul_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h1373 #define mpf_mul_2exp __gmpf_mul_2exp macro
1374 __GMP_DECLSPEC void mpf_mul_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h1373 #define mpf_mul_2exp __gmpf_mul_2exp macro
1374 __GMP_DECLSPEC void mpf_mul_2exp (mpf_ptr, mpf_srcptr, mp_bitcnt_t);

123