Searched refs:ustrn (Results 1 – 1 of 1) sorted by relevance
/math/ |
A D | libm-test-support.c | 314 char ustrn[FSTR_MAX]; in print_function_ulps() local 315 FTOSTR (ustrn, FSTR_MAX, "%.0f", FUNC (ceil) (ulp)); in print_function_ulps() 317 fprintf (ulps_file, "%s: %s\n", qtype_str, ustrn); in print_function_ulps() 709 char ustrn[FSTR_MAX], mustrn[FSTR_MAX]; in check_float_internal() local 712 fmt_ftostr (ustrn, FSTR_MAX, 4, "f", ulps); in check_float_internal() 715 printf (" ulp : %s\n", ustrn); in check_float_internal()
|
Completed in 5 milliseconds