Home | History | Annotate | Download | only in tests

Lines Matching refs:mpfr_frac

1 /* Test file for mpfr_frac.
56 inex1 = mpfr_frac (dst, sum, rnd);
60 printf ("Wrong inexact flag in mpfr_frac for\n");
69 printf ("Error in mpfr_frac (y, x, %s) with\nx = ",
82 inex1 = mpfr_frac (sum, sum, rnd);
85 printf ("Wrong inexact flag in mpfr_frac\n");
92 printf ("Error in mpfr_frac (x, x, %s) with\nx = ",
138 mpfr_frac (t, z, MPFR_RNDN);
149 mpfr_frac (t, z, MPFR_RNDN);
160 mpfr_frac (t, z, MPFR_RNDN);
193 inexy = mpfr_frac (y, x, (mpfr_rnd_t) r);
206 inexz = mpfr_frac (z, x, MPFR_RNDN);
237 #define TEST_FUNCTION mpfr_frac