Searched refs:errors (Results 1 – 11 of 11) sorted by relevance
38 static int errors = 0; variable47 ++errors; \52 ++errors; \136 return errors != 0; in TEST_FUNC()
109 int errors = 0; in do_test() local154 errors += (e2s - e3s == 53); in do_test()182 printf ("%d failures; %d errors; error rate %0.2f%%\n", failures, errors, in do_test()183 errors * 100.0 / (double) (1 << N2)); in do_test()
146 int errors = 0; in do_test() local193 errors += (e2s - e3s == 53); in do_test()213 printf ("%d failures; %d errors; error rate %0.2f%%\n", failures, errors, in do_test()214 errors * 100.0 / (double) (1 << N2)); in do_test()
23 static int errors; variable33 errors++; in check_type()45 return errors != 0; in do_test()
24 static int errors = 0; variable30 ++errors; in our_error()65 return errors != 0; in do_test()
30 static int errors = 0; variable36 ++errors; in our_error()88 return errors != 0; in CHECK_RET_CONST()
32 static bool errors; variable39 errors = true; in check()110 return errors; in do_test()
32 static bool errors; variable39 errors = true; in check()160 return errors; in do_test()
25 static int errors = 0; variable33 errors++; in check()217 return errors != 0; in TEST_FUNC()
94 The file contains lines for maximal errors of single functions, like:
5802 # the next values yield large errors for binary325885 # the next values yield large errors in the binary32 format8355 # the next values yield large errors for binary32
Completed in 17 milliseconds