Home | History | Annotate | Download | only in tests

Lines Matching defs:Not

19 along with the GNU MPFR Library; see the file COPYING.LESSER.  If not, see
74 PRINT_ERROR ("mpfr_set_ui_2exp and overflow (overflow flag not set)");
81 PRINT_ERROR ("mpfr_set_si_2exp (pos) and overflow (overflow flag not set)");
88 PRINT_ERROR ("mpfr_set_si_2exp (neg) and overflow (overflow flag not set)");
315 const char *Not = s == 0 ? "" : " not";
322 s, Not, Not);
394 j mod 1 != 0, i.e. the last two bits are not 00. */
461 /* FIXME: Comparing against mpfr_get_si/ui is not ideal, it'd be better to
748 printf ("mpfr_set_ui (x, 7, MPFR_RNDU) should not underflow "
765 printf ("mpfr_set_si (x, -7, MPFR_RNDD) should not underflow "