Home
last modified time | relevance | path

Searched refs:check_int (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/math/
Dlibm-test-driver.c642 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, \
Dlibm-test-support.h177 void check_int (const char *, int, int, int);
Dlibm-test-support.c774 check_int (const char *test_name, int computed, int expected, in check_int() function
/glibc-2.36/ChangeLog.old/
DChangeLog.181676 (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.
DChangeLog.77977 (check_int): New Function to compare int values.