Searched refs:check (Results 1 – 6 of 6) sorted by relevance
/math/ |
A D | basic-test.c | 29 check (const char *testname, int result) in check() function 65 check (#FLOAT " !isinf (1)", !(isinf (one_var))); \ 107 check (#FLOAT " isnan (NAN)", isnan (NAN)); \ 108 check (#FLOAT " isnan (-NAN)", isnan (-NAN)); \ 109 check (#FLOAT " !isinf (NAN)", !(isinf (NAN))); \ 111 check (#FLOAT " NAN != NAN", NAN != NAN); \ 112 check (#FLOAT " NAN != qNaN", NAN != qNaN_var); \ 125 check (#FLOAT " nan (\"\") != nan (\"\")", \ 131 check (#FLOAT " nan (\"\") != -sNaN", \ 137 check (#FLOAT " 1 != 1+EPSILON", x1 != x2); \ [all …]
|
A D | test-math-issignaling.cc | 35 check (int actual, int expected, const char *actual_expr, int line) in check() function 47 check ((actual), (expected), #actual, __LINE__)
|
A D | test-math-iseqsig.cc | 35 check (int actual, int expected, const char *actual_expr, int line) in check() function 47 check ((actual), (expected), #actual, __LINE__)
|
A D | test-math-iszero.cc | 35 check (int actual, int expected, const char *actual_expr, int line) in check() function 47 check ((actual), (expected), #actual, __LINE__)
|
A D | README.libm-test | 68 the changes, post your patch, and check it in after review.
|
A D | Makefile | 402 $(PYTHON) $< check-list $(tgmath3-macros) > $@; \
|
Completed in 6 milliseconds