Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dlibm-test-support.c539 test_single_errno (const char *test_name, int errno_value, in test_single_errno() argument
542 if (errno_value == expected_value) in test_single_errno()
545 printf ("Pass: %s: errno set to %d (%s)\n", test_name, errno_value, in test_single_errno()
553 test_name, errno_value, expected_value, expected_name); in test_single_errno()
560 test_errno (const char *test_name, int errno_value, int exceptions) in test_errno() argument
566 test_single_errno (test_name, errno_value, 0, "unchanged"); in test_errno()
568 test_single_errno (test_name, errno_value, EDOM, "EDOM"); in test_errno()
570 test_single_errno (test_name, errno_value, ERANGE, "ERANGE"); in test_errno()
621 int errno_value = errno; in check_float_internal() local
624 test_errno (test_name, errno_value, exceptions); in check_float_internal()
[all …]