Lines Matching refs:inexact
31 int inexact;
39 inexact = mpfr_div_d (y, x, 1.0, MPFR_RNDN);
40 MPFR_ASSERTN (inexact == 0);
47 inexact = mpfr_div_d (y, x, 1.0, MPFR_RNDN);
48 MPFR_ASSERTN (inexact == 0);
56 inexact = mpfr_div_d (y, x, 1.0, MPFR_RNDN);
57 MPFR_ASSERTN (inexact == 0);
65 inexact = mpfr_div_d (y, x, 0.0, MPFR_RNDN);
66 MPFR_ASSERTN (inexact == 0);
73 inexact = mpfr_div_d (y, x, 0.0, MPFR_RNDN);
74 MPFR_ASSERTN (inexact == 0);
82 inexact = mpfr_div_d (y, x, 0.0, MPFR_RNDN);
83 MPFR_ASSERTN (inexact == 0);
102 int inexact;
114 inexact = mpfr_div_d (x, y, d, MPFR_RNDN);
115 if (inexact != 0)
117 printf ("Inexact flag error in mpfr_div_d\n");