Searched refs:check_bool (Results 1 – 3 of 3) sorted by relevance
/math/ |
A D | libm-test-driver.c | 752 check_bool (test_name, FUNC_TEST (FUNC_NAME) (&(EXTRA_VAR), \ 782 check_bool (test_name, FUNC_TEST (FUNC_NAME) (&(EXTRA_VAR), \ 904 check_bool (test_name, FUNC_TEST (FUNC_NAME) (ARG1, ARG2), \ 923 check_bool (test_name, \ 961 check_bool (test_name, FUNC_TEST (FUNC_NAME) (ARG), EXPECTED, \ 979 check_bool (test_name, FUNC_NAME (ARG), EXPECTED, EXCEPTIONS); \
|
A D | libm-test-support.h | 179 void check_bool (const char *, int, int, int);
|
A D | libm-test-support.c | 842 check_bool (const char *test_name, int computed, int expected, in check_bool() function
|
Completed in 10 milliseconds