Home
last modified time | relevance | path

Searched refs:check (Results 1 – 6 of 6) sorted by relevance

/math/
A Dbasic-test.c29 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 Dtest-math-issignaling.cc35 check (int actual, int expected, const char *actual_expr, int line) in check() function
47 check ((actual), (expected), #actual, __LINE__)
A Dtest-math-iseqsig.cc35 check (int actual, int expected, const char *actual_expr, int line) in check() function
47 check ((actual), (expected), #actual, __LINE__)
A Dtest-math-iszero.cc35 check (int actual, int expected, const char *actual_expr, int line) in check() function
47 check ((actual), (expected), #actual, __LINE__)
A DREADME.libm-test68 the changes, post your patch, and check it in after review.
A DMakefile402 $(PYTHON) $< check-list $(tgmath3-macros) > $@; \

Completed in 7 milliseconds