Home
last modified time | relevance | path

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

/math/
A Dtest-fenv.c171 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 Dlibm-test-support.c743 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 Dgen-fromfp-tests.py90 width_list = [(w, str(w)) for w in width_list]
132 width_list = [(w, str(w)) for w in width_list]
A Dgen-libm-test.py210 fn_ulps = [str(ulps_dict[fn][f]) for f in ALL_FLOATS]
613 ulp_str = str(ulp) if ulp else '-'
A Dtest-tgmath2.c90 #define FAIL(str) \ argument
93 printf ("%s failure on line %d\n", (str), __LINE__); \
A Dgen-auto-libm-tests.c981 const char *str; member
1161 if (strcmp (arg, special_real_inputs[i].str) == 0) in handle_input_arg()
A Dgen-tgmath-tests.py296 trans_id = str.maketrans(' *', '_p')

Completed in 18 milliseconds