Searched refs:mpfr_set_f (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtset_f.c1 /* Test file for mpfr_set_f.
48 mpfr_set_f (x, y, MPFR_RNDN);
51 mpfr_set_f (x, y, RND_RAND ());
62 mpfr_set_f (x, y, MPFR_RNDN);
65 printf ("mpfr_set_f failed for y=2033033E-3\n");
70 mpfr_set_f (x, y, MPFR_RNDN);
74 printf ("mpfr_set_f failed for y=-2033033E-3\n");
82 mpfr_set_f (x, y, MPFR_RNDN);
85 printf ("Error in mpfr_set_f: corrupted result\n");
98 mpfr_set_f (
[all...]
H A Dtget_f.c65 mpfr_set_f (y3, x1, MPFR_RNDN);
370 inex = mpfr_set_f (z, x, MPFR_RNDN);
H A Dtfprintf.c179 mpfr_set_f (mpfr, mpf, MPFR_RNDN);
H A Dtprintf.c262 mpfr_set_f (mpfr, mpf, MPFR_RNDN);
H A Dtgmpop.c299 mpfr_set_f (z, y, MPFR_RNDN);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dset_f.c0 /* mpfr_set_f -- set a MPFR number from a GNU MPF number
27 mpfr_set_f (mpfr_ptr y, mpf_srcptr x, mpfr_rnd_t rnd_mode) function
H A Dgmp_op.c317 res = mpfr_set_f (t, z, MPFR_RNDN);
H A Dmpfr.h327 mpfr_set_f _MPFR_PROTO ((mpfr_ptr, mpf_srcptr, mpfr_rnd_t));
920 ( mpfr_init(x), mpfr_set_f((x), (y), (rnd)) )
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/tests/
H A Dtset.c225 mpfr_set_f (fr, mpf, GMP_RNDN);

Completed in 72 milliseconds