Searched refs:str (Results 1 – 7 of 7) sorted by relevance
/math/ |
A D | test-fenv.c | 171 char str[200]; in set_single_exc() local 177 strcpy (str, test_name); in set_single_exc() 178 strcat (str, ": set flag, with rest not set"); in set_single_exc() 181 test_exceptions (str, fe_exc, ignore_inexact); in set_single_exc() 183 strcpy (str, test_name); in set_single_exc() 188 strcpy (str, test_name); in set_single_exc() 189 strcat (str, ": set flag, with rest set"); in set_single_exc() 192 test_exceptions (str, ALL_EXC, 0); in set_single_exc() 194 strcpy (str, test_name); in set_single_exc() 195 strcat (str, ": clear flag, leave rest set"); in set_single_exc() [all …]
|
A D | libm-test-support.c | 743 char *str; in check_complex() local 745 if (asprintf (&str, "Real part of: %s", test_name) == -1) in check_complex() 751 check_float_internal (str, part_comp, part_exp, in check_complex() 753 free (str); in check_complex() 755 if (asprintf (&str, "Imaginary part of: %s", test_name) == -1) in check_complex() 763 check_float_internal (str, part_comp, part_exp, in check_complex() 768 free (str); in check_complex()
|
A D | gen-fromfp-tests.py | 90 width_list = [(w, str(w)) for w in width_list] 132 width_list = [(w, str(w)) for w in width_list]
|
A D | gen-libm-test.py | 210 fn_ulps = [str(ulps_dict[fn][f]) for f in ALL_FLOATS] 613 ulp_str = str(ulp) if ulp else '-'
|
A D | test-tgmath2.c | 90 #define FAIL(str) \ argument 93 printf ("%s failure on line %d\n", (str), __LINE__); \
|
A D | gen-auto-libm-tests.c | 981 const char *str; member 1161 if (strcmp (arg, special_real_inputs[i].str) == 0) in handle_input_arg()
|
A D | gen-tgmath-tests.py | 296 trans_id = str.maketrans(' *', '_p')
|
Completed in 18 milliseconds