Home
last modified time | relevance | path

Searched refs:mpf_set (Results 1 – 25 of 55) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-trunc.c136 mpf_set (trunc, src); in check_various()
137 mpf_set (ceil, src); in check_various()
138 mpf_set (floor, src); in check_various()
173 mpf_set (trunc, src); in check_various()
174 mpf_set (ceil, src); in check_various()
175 mpf_set (floor, src); in check_various()
189 mpf_set (floor, trunc); in check_various()
204 mpf_set (floor, trunc); in check_various()
205 mpf_set (ceil, trunc); in check_various()
220 mpf_set (floor, trunc); in check_various()
[all …]
H A Dreuse.c133 mpf_set (out1, in1); in main()
135 mpf_set (res2, out1); in main()
137 mpf_set (out1, in2); in main()
139 mpf_set (res3, out1); in main()
164 mpf_set (out1, in1); in main()
166 mpf_set (res2, out1); in main()
182 mpf_set (out1, in2); in main()
184 mpf_set (res2, out1); in main()
H A Dt-set.c36 mpf_set (f, f); in check_reuse()
84 mpf_set (b, a); in check_random()
H A Dt-get_d.c92 mpf_set (u, v); in main()
H A Dt-add.c80 mpf_set (max_rerr, rerr); in main()
H A Dt-sqrt.c74 mpf_set (max_rerr, rerr); in check_rand1()
H A Dt-conv.c236 mpf_set (max_rerr, rerr); in main()
H A Dt-sub.c83 mpf_set (max_rerr, rerr); in check_rand()
/netbsd/external/lgpl3/gmp/dist/mpf/
H A Dpow_ui.c50 mpf_set (r, b); in mpf_pow_ui()
63 mpf_set (t, b); /* consume most significant bit */ in mpf_pow_ui()
H A Dsub_ui.c41 mpf_set (sum, u); in mpf_sub_ui()
H A Dset.c34 mpf_set (mpf_ptr r, mpf_srcptr u) in mpf_set() function
H A Dadd.c54 mpf_set (r, v); in mpf_add()
H A Dsub.c57 mpf_set (r, u); in mpf_sub()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprfa.c160 mpf_set (w, x); in e_mpf_set_or_swap()
185 p.mpX_set = (mpexpr_fun_unary_t) mpf_set; in mpf_expr_a()
/netbsd/external/lgpl3/gmp/dist/tests/rand/
H A Dstatlib.c114 mpf_set (Kp, Kt); in ks()
128 mpf_set (Km, Kt); in ks()
223 mpf_set (p, x); in P()
418 mpf_set (rop, v); in merit()
H A Dstat.c95 mpf_set (p, x); in Pks()
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h156 #undef mpf_set
157 #define mpf_set(x,y) mpfr_set(x,y,MPFR_DEFAULT_RND) macro
/netbsd/external/lgpl3/mpc/dist/tests/
H A Dcopy_parameter.c83 mpf_set (params->P[index_dest].mpf, params->P[index_src].mpf); in copy_parameter()
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h99 mpf_set (y, x); in main()
H A Dtget_f.c53 mpf_set (x2, x1); in prec_test()
/netbsd/external/lgpl3/gmp/dist/tests/
H A Drefmpf.c183 mpf_set (dst, src); in refmpf_set_overlap()
/netbsd/external/lgpl3/gmp/dist/
H A Dgmpxx.h168 static void eval(mpf_ptr f, mpf_srcptr g) { mpf_set(f, g); } in eval()
1983 { mpf_init2(mp, f.get_prec()); mpf_set(mp, f.mp); }
1989 { mpf_init2(mp, prec); mpf_set(mp, f.mp); }
2063 { mpf_init2(mp, mpf_get_prec(f)); mpf_set(mp, f); }
2065 { mpf_init2(mp, prec); mpf_set(mp, f); }
2073 { mpf_set(mp, f.mp); return *this; }
2274 mpf_set(f, g.get_mpf_t());
/netbsd/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs741 mpf_set (f, SvMPF(sv)); in my_mpf_set_sv_using()
2728 mpf_set (RETVAL, f);
3050 mpf_set (new_f, old_f);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1379 #define mpf_set __gmpf_set macro
1380 __GMP_DECLSPEC void mpf_set (mpf_ptr, mpf_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1379 #define mpf_set __gmpf_set macro
1380 __GMP_DECLSPEC void mpf_set (mpf_ptr, mpf_srcptr);

123