Searched refs:format (Results 1 – 5 of 5) sorted by relevance
/math/ |
A D | gen-auto-libm-tests.c | 757 fp_format format) in special_fill_max() argument 766 fp_format format) in special_fill_minus_max() argument 775 fp_format format) in special_fill_min() argument 784 fp_format format) in special_fill_minus_min() argument 793 fp_format format) in special_fill_min_subnorm() argument 803 fp_format format) in special_fill_minus_min_subnorm() argument 813 fp_format format) in special_fill_min_subnorm_p120() argument 1056 mpfr_t r, fp_format format) in round_real() argument 1106 - fp_formats[format].min_exp), in round_real() 1118 (fp_formats[format].min_exp in round_real() [all …]
|
A D | README.libm-test | 25 the target platform and the specific real floating type and format and 58 and format of the -in and -out files. 152 in either the decimal or the hexadecimal floating point format which 153 may or may not correspond to the format used in the auto-libm-test-in 157 floating point format, and the ULP and maximum ULP for the test
|
A D | auto-libm-test-in | 193 # floating-point format, so that double rounding would sometimes yield 219 # Two values representable in the same format with sum very close to 4494 # Test values either side of overflow for each floating-point format. 4849 # to half way between two representable values in a narrower format, 4851 # a narrower format of width a and a wider format of width w, take 5885 # the next values yield large errors in the binary32 format 6678 # Cases where the product of two values in a wider format is very 6680 # format, so that double rounding would sometimes yield the wrong 6683 # format, b is greater than the width of the wider format and factors 6685 # within the wider format. [all …]
|
A D | libm-test-support.c | 161 char format[64]; in fmt_ftostr() local 166 ptr_format = stpcpy (format, "%."); in fmt_ftostr() 182 FTOSTR (dest, size, format, value); in fmt_ftostr()
|
A D | Makefile | 210 $(inst_libdir)/libm.so: $(common-objpfx)format.lds \ 225 $(inst_libdir)/libm.a: $(common-objpfx)format.lds \
|
Completed in 17 milliseconds