Searched refs:mpf_set (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dsub_ui.c41 mpf_set (sum, u);
H A Dpow_ui.c50 mpf_set (r, b);
63 mpf_set (t, b); /* consume most significant bit */
H A Dset.c0 /* mpf_set -- Assign a float from another float.
34 mpf_set (mpf_ptr r, mpf_srcptr u) function
H A Dadd.c54 mpf_set (r, v);
H A Dsub.c57 mpf_set (r, u);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpf/
H A Dreuse.c133 mpf_set (out1, in1);
135 mpf_set (res2, out1);
137 mpf_set (out1, in2);
139 mpf_set (res3, out1);
164 mpf_set (out1, in1);
166 mpf_set (res2, out1);
182 mpf_set (out1, in2);
184 mpf_set (res2, out1);
H A Dt-trunc.c67 mpf_set (got, src); \
79 /* Can't do these unconditionally in case truncation by mpf_set strips
136 mpf_set (trunc, src);
137 mpf_set (ceil, src);
138 mpf_set (floor, src);
173 mpf_set (trunc, src);
174 mpf_set (ceil, src);
175 mpf_set (floor, src);
189 mpf_set (floor, trunc);
204 mpf_set (floo
[all...]
H A Dt-set.c1 /* Test mpf_set, mpf_init_set.
28 /* Try mpf_set(f,f) when f is bigger than prec. In the past this had
36 mpf_set (f, f);
84 mpf_set (b, a);
88 printf ("mpf_set wrong.\n");
H A Dt-get_d.c92 mpf_set (u, v);
H A Dt-add.c80 mpf_set (max_rerr, rerr);
H A Dt-sqrt.c74 mpf_set (max_rerr, rerr);
H A Dt-sub.c83 mpf_set (max_rerr, rerr);
H A Dt-conv.c236 mpf_set (max_rerr, rerr);
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexprfa.c160 mpf_set (w, x);
185 p.mpX_set = (mpexpr_fun_unary_t) mpf_set;
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dcopy_parameter.c83 mpf_set (params->P[index_dest].mpf, params->P[index_src].mpf);
/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dstatlib.c114 mpf_set (Kp, Kt);
128 mpf_set (Km, Kt);
223 mpf_set (p, x);
418 mpf_set (rop, v);
H A Dstat.c95 mpf_set (p, x);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h156 #undef mpf_set macro
157 #define mpf_set(x,y) mpfr_set(x,y,MPFR_DEFAULT_RND) macro
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h99 mpf_set (y, x);
H A Dtget_f.c53 mpf_set (x2, x1);
/netbsd-current/external/lgpl3/gmp/dist/tests/
H A Drefmpf.c183 mpf_set (dst, src);
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmpxx.h168 static void eval(mpf_ptr f, mpf_srcptr g) { mpf_set(f, g); }
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-current/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs741 mpf_set (f, SvMPF(sv));
2728 mpf_set (RETVAL, f);
3050 mpf_set (new_f, old_f);
/netbsd-current/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-current/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);

Completed in 235 milliseconds

12