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

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtset_f.c1 /* Test file for mpfr_set_f.
46 mpfr_set_f (x, y, MPFR_RNDN);
49 mpfr_set_f (x, y, RND_RAND ());
60 mpfr_set_f (x, y, MPFR_RNDN);
63 printf ("mpfr_set_f failed for y=2033033E-3\n");
68 mpfr_set_f (x, y, MPFR_RNDN);
72 printf ("mpfr_set_f failed for y=-2033033E-3\n");
80 mpfr_set_f (x, y, MPFR_RNDN);
83 printf ("Error in mpfr_set_f: corrupted result\n");
96 mpfr_set_f (
[all...]
H A Dtget_f.c64 mpfr_set_f (y3, x1, MPFR_RNDN);
369 inex = mpfr_set_f (z, x, MPFR_RNDN);
H A Dtfprintf.c194 mpfr_set_f (mpfr, mpf, MPFR_RNDN);
H A Dtprintf.c317 mpfr_set_f (mpfr, mpf, MPFR_RNDN);
H A Dtgmpop.c457 mpfr_set_f (z, y, MPFR_RNDN);
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dset_f.c0 /* mpfr_set_f -- set a MPFR number from a GNU MPF number
29 mpfr_set_f (mpfr_ptr y, mpf_srcptr x, mpfr_rnd_t rnd_mode) function
H A Dgmp_op.c512 res = mpfr_set_f (t, z, MPFR_RNDN);
H A Dmpfr.h491 __MPFR_DECLSPEC int mpfr_set_f (mpfr_ptr, mpf_srcptr, mpfr_rnd_t);
1098 ( mpfr_init(x), mpfr_set_f((x), (y), (rnd)) )
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtset.c221 mpfr_set_f (fr, mpf, MPFR_RNDN);

Completed in 103 milliseconds