Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 11 of 11) sorted by relevance

/math/
A Dtest-snan.c38 static int errors = 0; variable
47 ++errors; \
52 ++errors; \
136 return errors != 0; in TEST_FUNC()
A Datest-exp.c109 int errors = 0; in do_test() local
154 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()
A Datest-exp2.c146 int errors = 0; in do_test() local
193 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()
A Dtest-math-iscanonical.cc23 static int errors; variable
33 errors++; in check_type()
45 return errors != 0; in do_test()
A Dtest-tgmath-int.c24 static int errors = 0; variable
30 ++errors; in our_error()
65 return errors != 0; in do_test()
A Dtest-tgmath-ret.c30 static int errors = 0; variable
36 ++errors; in our_error()
88 return errors != 0; in CHECK_RET_CONST()
A Dtest-math-issignaling.cc32 static bool errors; variable
39 errors = true; in check()
110 return errors; in do_test()
A Dtest-math-iszero.cc32 static bool errors; variable
39 errors = true; in check()
160 return errors; in do_test()
A Dbasic-test.c25 static int errors = 0; variable
33 errors++; in check()
217 return errors != 0; in TEST_FUNC()
A DREADME.libm-test94 The file contains lines for maximal errors of single functions, like:
A Dauto-libm-test-in5802 # the next values yield large errors for binary32
5885 # the next values yield large errors in the binary32 format
8355 # the next values yield large errors for binary32

Completed in 17 milliseconds