| tmodf.c | 31 mpfr_t xi, xf, x; local 34 mpfr_init2 (xf, xfp); 37 inexact = mpfr_modf (xi, xf, x, rnd_mode); 47 if (mpfr_cmp_str1 (xf, xfs)) 52 mpfr_out_str (stdout, 10, 0, xf, MPFR_RNDN); 63 mpfr_clears (xi, xf, x, (mpfr_ptr) 0); 69 mpfr_t x, xi, xf; local 73 mpfr_init2 (xf, 123); 77 mpfr_modf (xi, xf, x, MPFR_RNDN); 79 MPFR_ASSERTN (mpfr_nan_p (xf)); 105 mpfr_t xi, xf, x; local [all...] |