Searched refs:ulp (Results 1 – 10 of 10) sorted by relevance
/math/ |
A D | libm-test-support.c | 193 const struct ulp_data *ulpdat = ulp; in compare_ulp_data() 580 ulp (FLOAT value) in ulp() function 582 FLOAT ulp; in ulp() local 597 ulp = FUNC(ldexp) (1.0, MIN_EXP - MANT_DIG); in ulp() 609 return ulp; in ulp() 1078 ulps = ulp (0x0.0p0); in check_ulp() 1085 ulps = ulp (LIT(1.0)); in check_ulp() 1096 ulpx = ulp (LIT(1.0)); in check_ulp() 1107 ulpx = ulp (LIT(1.0)); in check_ulp() 1116 ulpx = ulp (LIT(2.0)); in check_ulp() [all …]
|
A D | gen-libm-test.py | 612 ulp = p_ulps.normal[func][flt] 613 ulp_str = str(ulp) if ulp else '-'
|
A D | auto-libm-test-in | 6031 # Values +/- 10ulp from overflow threshold. (Values very close to 6033 # where a result inaccurate by a few ulp could differ from the ideal 6034 # result in whether it overflows; +/- 10ulp is sufficient for overflow 6302 # Integers +/- 1ulp for binary128 (gen-auto-libm-tests will round these 6303 # to produce integers +/- 1ulp for other formats). 6426 # +/- 1ulp.
|
A D | README.libm-test | 72 ./testrun.sh math/test-double -u --ignore-max-ulp=yes
|
A D | gen-fromfp-tests-inputs | 203 /* 1, 1.5, 2, 2.5, 3, 3.5 +/- 1ulp. */
|
A D | libm-test-roundeven.inc | 148 /* 0.5, 1.5, 2.5, 3.5 +/- 1ulp. */
|
A D | libm-test-ufromfp.inc | 3570 /* 1, 1.5, 2, 2.5, 3, 3.5 +/- 1ulp. */
|
A D | libm-test-ufromfpx.inc | 3570 /* 1, 1.5, 2, 2.5, 3, 3.5 +/- 1ulp. */
|
A D | libm-test-fromfp.inc | 5200 /* 1, 1.5, 2, 2.5, 3, 3.5 +/- 1ulp. */
|
A D | libm-test-fromfpx.inc | 5200 /* 1, 1.5, 2, 2.5, 3, 3.5 +/- 1ulp. */
|
Completed in 108 milliseconds