Searched refs:FTOSTR (Results 1 – 9 of 9) sorted by relevance
/math/ |
A D | libm-test-support.c | 182 FTOSTR (dest, size, format, value); in fmt_ftostr() 315 FTOSTR (ustrn, FSTR_MAX, "%.0f", FUNC (ceil) (ulp)); in print_function_ulps() 331 FTOSTR (fstrn, FSTR_MAX, "%.0f", FUNC (ceil) (real_ulp)); in print_complex_function_ulps() 337 FTOSTR (fstrn, FSTR_MAX, "%.0f", FUNC (ceil) (imag_ulp)); in print_complex_function_ulps() 388 FTOSTR (mestr, FSTR_MAX, "%.0f", FUNC (ceil) (max_error)); in print_max_error() 389 FTOSTR (pmestr, FSTR_MAX, "%.0f", FUNC (ceil) (prev_max_error)); in print_max_error() 427 FTOSTR (rmestr, FSTR_MAX, "%.0f", FUNC (ceil) (real_max_error)); in print_complex_max_error() 428 FTOSTR (prmestr, FSTR_MAX, "%.0f", FUNC (ceil) (prev_real_max_error)); in print_complex_max_error() 429 FTOSTR (imestr, FSTR_MAX, "%.0f", FUNC (ceil) (imag_max_error)); in print_complex_max_error() 430 FTOSTR (pimestr, FSTR_MAX, "%.0f", FUNC (ceil) (prev_imag_max_error)); in print_complex_max_error()
|
A D | test-double.h | 28 #define FTOSTR strfromd macro
|
A D | test-float.h | 29 #define FTOSTR strfromf macro
|
A D | test-float32.h | 35 #define FTOSTR strfromf32 macro
|
A D | test-float32x.h | 35 #define FTOSTR strfromf32x macro
|
A D | test-float64.h | 35 #define FTOSTR strfromf64 macro
|
A D | test-float128.h | 40 #define FTOSTR strfromf128 macro
|
A D | test-float64x.h | 40 #define FTOSTR strfromf64x macro
|
A D | test-ldouble.h | 41 #define FTOSTR strfroml macro
|
Completed in 38 milliseconds