Searched refs:check_int (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/math/ |
D | libm-test-driver.c | 642 check_int (extra1_name, EXTRA_VAR, EXTRA_EXPECTED, 0); \ 696 check_int (extra1_name, EXTRA_VAR, EXTRA_EXPECTED, 0); \ 724 check_int (extra1_name, (EXTRA_VAR) % 8, EXTRA_EXPECTED, 0); \ 853 check_int (test_name, FUNC_TEST (FUNC_NAME) (ARG), EXPECTED, \ 871 check_int (test_name, FUNC_NAME (ARG), EXPECTED, EXCEPTIONS); \ 943 check_int (test_name, FUNC_NAME (ARG1, ARG2), EXPECTED, \
|
D | libm-test-support.h | 177 void check_int (const char *, int, int, int);
|
D | libm-test-support.c | 774 check_int (const char *test_name, int computed, int expected, in check_int() function
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 1676 (check_int): Likewise. 9404 (check_int): Likewise. 10244 (check_int): Likewise. 61622 (check_int): Do not check numerical result if flag IGNORE_RESULT 66935 (check_int): Do not take max_ulp parameter. 67032 * math/libm-test.inc (check_int): Expect result to be exactly 68346 (check_int): Likewise. 68545 (check_int): Call test_errno. Set errno to 0. 68550 check_int.
|
D | ChangeLog.7 | 7977 (check_int): New Function to compare int values.
|