Searched refs:test_name (Results 1 – 4 of 4) sorted by relevance
/math/ |
A D | libm-test-support.c | 350 fpstack_test (const char *test_name) in fpstack_test() argument 363 test_name, sw, old_stack); in fpstack_test() 465 test_name, flag_name); in test_single_exception() 475 test_name, flag_name); in test_single_exception() 722 fpstack_test (test_name); in check_float_internal() 800 fpstack_test (test_name); in check_int() 834 fpstack_test (test_name); in check_long() 868 fpstack_test (test_name); in check_bool() 903 fpstack_test (test_name); in check_longlong() 937 fpstack_test (test_name); in check_intmax_t() [all …]
|
A D | libm-test-driver.c | 461 char *test_name; \ 474 free (test_name) 488 check_float (test_name, FUNC_TEST (FUNC_NAME) (ARG), \ 508 check_float (test_name, FUNC_TEST (FUNC_NAME) (&(ARG)), \ 576 check_intmax_t (test_name, \ 596 check_uintmax_t (test_name, \ 616 check_float (test_name, \ 719 check_float (test_name, \ 810 check_complex (test_name, \ 831 check_complex (test_name, \ [all …]
|
A D | test-fenv.c | 89 test_exceptions (const char *test_name, short int exception, in test_exceptions() argument 92 printf ("Test: %s\n", test_name); in test_exceptions() 148 test_rounding (const char *test_name, int rounding_mode) in test_rounding() argument 152 printf ("Test: %s\n", test_name); in test_rounding() 169 set_single_exc (const char *test_name, int fe_exc, fexcept_t exception) in set_single_exc() argument 177 strcpy (str, test_name); in set_single_exc() 183 strcpy (str, test_name); in set_single_exc() 188 strcpy (str, test_name); in set_single_exc() 194 strcpy (str, test_name); in set_single_exc()
|
A D | gen-tgmath-tests.py | 577 test_name = '%s (%s)' % (macro, 583 test_name, mant_dig,
|
Completed in 12 milliseconds