Home
last modified time | relevance | path

Searched refs:mpf_init2 (Results 1 – 25 of 56) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-mul_ui.c122 mpf_init2 (u, 2*8*sizeof(long)); in check_various()
123 mpf_init2 (got, 2*8*sizeof(long)); in check_various()
124 mpf_init2 (want, 2*8*sizeof(long)); in check_various()
H A Dt-trunc.c46 mpf_init2 (got, mpf_get_prec (trunc)); in check_one()
114 mpf_init2 (src, 512L); in check_various()
115 mpf_init2 (trunc, 256L); in check_various()
116 mpf_init2 (ceil, 256L); in check_various()
117 mpf_init2 (floor, 256L); in check_various()
H A Dt-set.c33 mpf_init2 (f, bits); in check_reuse()
56 mpf_init2 (a, 1 << PRECBITS); in check_random()
H A Dt-get_d_2exp.c40 mpf_init2 (f, 3); in check_data()
92 mpf_init2 (f, 1024L); in check_round()
H A Dt-get_si.c61 mpf_init2 (f, 2000L); in check_data()
91 mpf_init2 (f, 200L); in check_max()
H A Dt-int_p.c53 mpf_init2 (f, 200L); in main()
H A Dt-fits.c51 mpf_init2 (f, 200L); in main()
52 mpf_init2 (f0p5, 200L); in main()
H A Dt-cmp_si.c84 mpf_init2 (a, 128); in check_data()
/netbsd/external/lgpl3/gmp/dist/tests/rand/
H A Dt-rand.c211 mpf_init2 (f, a->nbits); in main()
212 mpf_init2 (rf, a->nbits); in main()
265 mpf_init2 (rf, nbits); in main()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmpxx.h285 mpf_init2(temp, 8*sizeof(double)); in eval()
420 mpf_init2(temp, 8*sizeof(double)); in eval()
428 mpf_init2(temp, 8*sizeof(double)); in eval()
608 mpf_init2(temp, 8*sizeof(double)); in eval()
781 mpf_init2(temp, 8*sizeof(double)); in eval()
789 mpf_init2(temp, 8*sizeof(double)); in eval()
1144 mpf_init2(temp, mpf_get_prec(f)); in eval()
1155 mpf_init2(temp, mpf_get_prec(f)); in eval()
1172 mpf_init2(temp, mpf_get_prec(f)); in eval()
2037 mpf_init2(mp, prec);
[all …]
/netbsd/external/lgpl3/gmp/dist/mpf/
H A Dinit2.c34 mpf_init2 (mpf_ptr r, mp_bitcnt_t prec_in_bits) in mpf_init2() function
H A Dpow_ui.c61 mpf_init2 (t, mpf_get_prec (r) + cnt); in mpf_pow_ui()
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h39 #undef mpf_init2
40 #define mpf_init2(x,p) (mpfr_init2((x),(p)), mpfr_set_ui ((x), 0, MPFR_DEFAULT_RND)) macro
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-set_f.c37 mpf_init2 (f, mpz_sizeinbase(z,2)); in check_one()
/netbsd/external/lgpl3/gmp/dist/tests/mpq/
H A Dt-set_f.c109 mpf_init2 (f, 1024L); in main()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Drun-expr.c115 mpf_init2 (res, prec); in run_expr()
H A Dexprfa.c183 p.mpX_init = (mpexpr_fun_unary_ui_t) mpf_init2; in mpf_expr_a()
/netbsd/external/lgpl3/gmp/dist/tests/misc/
H A Dt-printf.c681 mpf_init2 (f, 256L); in check_f()
861 mpf_init2 (f, 128L); in check_misc()
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h65 mpf_init2 (x, prec); in main()
H A Dtget_f.c177 mpf_init2 (x, 256); in ternary_test()
/netbsd/external/lgpl3/mpc/dist/tests/
H A Dtset.c74 mpf_init2 (mpf, 1000); in mpc_set_ui_fr()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1324 #define mpf_init2 __gmpf_init2 macro
1325 __GMP_DECLSPEC void mpf_init2 (mpf_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1324 #define mpf_init2 __gmpf_init2 macro
1325 __GMP_DECLSPEC void mpf_init2 (mpf_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h1341 #define mpf_init2 __gmpf_init2 macro
1342 __GMP_DECLSPEC void mpf_init2 (mpf_ptr, mp_bitcnt_t);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h1341 #define mpf_init2 __gmpf_init2 macro
1342 __GMP_DECLSPEC void mpf_init2 (mpf_ptr, mp_bitcnt_t);

123