Home | History | Annotate | Download | only in tests

Lines Matching defs:PRINT_ERROR

25 #define PRINT_ERROR(s) do { printf ("%s\n", s); exit (1); } while (0)
55 PRINT_ERROR ("ERROR in setting / getting default rounding mode (1)");
60 PRINT_ERROR ("ERROR in setting / getting default rounding mode (2)");
63 PRINT_ERROR ("ERROR in setting / getting default rounding mode (3)");
76 PRINT_ERROR ("set_emin failed!");
78 PRINT_ERROR ("get_emin FAILED!");
80 PRINT_ERROR ("set_emin failed! (2)");
83 PRINT_ERROR ("set_emax failed!");
85 PRINT_ERROR ("get_emax FAILED!");
87 PRINT_ERROR ("set_emax failed! (2)");
90 PRINT_ERROR ("get_emin_min");
92 PRINT_ERROR ("get_emin_max");
94 PRINT_ERROR ("get_emax_min");
96 PRINT_ERROR ("get_emax_max");
111 PRINT_ERROR ("mpfr_get_prec");
119 PRINT_ERROR ("mpfr_get_prec (2)");
134 PRINT_ERROR ("get_default_prec failed (1)");
137 PRINT_ERROR ("get_default_prec failed (2)");
173 PRINT_ERROR ("ERROR: No overflow detected!\n");
179 PRINT_ERROR ("ERROR: No underflow detected!\n");
185 PRINT_ERROR ("ERROR: No NaN flag!\n");
191 PRINT_ERROR ("ERROR: No inexact flag!\n");
198 PRINT_ERROR ("ERROR: No erange flag!\n");