Lines Matching defs:test_name
350 fpstack_test (const char *test_name) in fpstack_test()
446 test_single_exception (const char *test_name, in test_single_exception()
493 test_exceptions (const char *test_name, int exception) in test_exceptions()
539 test_single_errno (const char *test_name, int errno_value, in test_single_errno()
560 test_errno (const char *test_name, int errno_value, int exceptions) in test_errno()
613 check_float_internal (const char *test_name, FLOAT computed, FLOAT expected, in check_float_internal()
729 check_float (const char *test_name, FLOAT computed, FLOAT expected, in check_float()
738 check_complex (const char *test_name, CFLOAT computed, in check_complex()
774 check_int (const char *test_name, int computed, int expected, in check_int()
808 check_long (const char *test_name, long int computed, long int expected, in check_long()
842 check_bool (const char *test_name, int computed, int expected, in check_bool()
876 check_longlong (const char *test_name, long long int computed, in check_longlong()
911 check_intmax_t (const char *test_name, intmax_t computed, in check_intmax_t()
945 check_uintmax_t (const char *test_name, uintmax_t computed, in check_uintmax_t()