diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-17 15:46:29 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-19 11:45:44 -0300 |
commit | 1c15464ca05f36db5c582856d3770d5e8bde9d61 (patch) | |
tree | 5278adbefa85c883801987d2c392306890859391 /sysdeps/m68k/coldfire/fpu/libm-test-ulps | |
parent | a8ce8222343933d28665e1687ab8862c0664d9f7 (diff) | |
download | glibc-1c15464ca05f36db5c582856d3770d5e8bde9d61.tar.gz |
math: Remove inline math tests
With mathinline removal there is no need to keep building and testing
inline math tests.
The gen-libm-tests.py support to generate ULP_I_* is removed and all
libm-test-ulps files are updated to longer have the
i{float,double,ldouble} entries. The support for no-test-inline is
also removed from both gen-auto-libm-tests and the
auto-libm-test-out-* were regenerated.
Checked on x86_64-linux-gnu and i686-linux-gnu.
Diffstat (limited to 'sysdeps/m68k/coldfire/fpu/libm-test-ulps')
-rw-r--r-- | sysdeps/m68k/coldfire/fpu/libm-test-ulps | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/sysdeps/m68k/coldfire/fpu/libm-test-ulps b/sysdeps/m68k/coldfire/fpu/libm-test-ulps index fad7f8f068..ad3649f890 100644 --- a/sysdeps/m68k/coldfire/fpu/libm-test-ulps +++ b/sysdeps/m68k/coldfire/fpu/libm-test-ulps @@ -3,226 +3,158 @@ # Maximal error of functions: Function: "atan2": float: 1 -ifloat: 1 Function: "atanh": float: 1 -ifloat: 1 Function: Imaginary part of "cacosh": float: 1 -ifloat: 1 Function: Real part of "casin": double: 1 float: 1 -idouble: 1 -ifloat: 1 Function: Real part of "casinh": double: 5 float: 1 -idouble: 5 -ifloat: 1 Function: Imaginary part of "casinh": double: 3 float: 6 -idouble: 3 -ifloat: 6 Function: Imaginary part of "catan": double: 1 float: 1 -idouble: 1 -ifloat: 1 Function: Real part of "catanh": double: 4 -idouble: 4 Function: "cbrt": double: 1 -idouble: 1 Function: Real part of "ccos": double: 1 float: 1 -idouble: 1 -ifloat: 1 Function: Imaginary part of "ccos": float: 1 -ifloat: 1 Function: Real part of "ccosh": double: 1 float: 1 -idouble: 1 -ifloat: 1 Function: Imaginary part of "ccosh": float: 1 -ifloat: 1 Function: Real part of "cexp": float: 1 -ifloat: 1 Function: Imaginary part of "cexp": float: 1 -ifloat: 1 Function: Real part of "clog": float: 1 -ifloat: 1 Function: Real part of "clog10": float: 1 -ifloat: 1 Function: Imaginary part of "clog10": double: 1 float: 1 -idouble: 1 -ifloat: 1 Function: "cos": double: 2 float: 1 -idouble: 2 -ifloat: 1 Function: Real part of "cpow": double: 2 float: 4 -idouble: 2 -ifloat: 4 Function: Imaginary part of "cpow": double: 2 float: 2 -idouble: 2 -ifloat: 2 Function: Real part of "csinh": float: 1 -ifloat: 1 Function: Imaginary part of "csinh": double: 1 float: 1 -idouble: 1 -ifloat: 1 Function: Real part of "csqrt": float: 1 -ifloat: 1 Function: Imaginary part of "ctan": double: 1 -idouble: 1 Function: Real part of "ctanh": double: 1 float: 2 -idouble: 1 -ifloat: 2 Function: Imaginary part of "ctanh": float: 1 -ifloat: 1 Function: "erf": double: 1 -idouble: 1 Function: "erfc": double: 1 -idouble: 1 Function: "exp10": double: 6 float: 2 -idouble: 6 -ifloat: 2 Function: "expm1": double: 1 float: 1 -idouble: 1 -ifloat: 1 Function: "hypot": float: 1 -ifloat: 1 Function: "j0": double: 2 float: 2 -idouble: 2 -ifloat: 2 Function: "j1": double: 1 float: 2 -idouble: 1 -ifloat: 2 Function: "jn": double: 4 float: 4 -idouble: 4 -ifloat: 4 Function: "lgamma": double: 1 float: 2 -idouble: 1 -ifloat: 2 Function: "log10": double: 1 float: 2 -idouble: 1 -ifloat: 2 Function: "log1p": float: 1 -ifloat: 1 Function: "sincos": double: 1 float: 1 -idouble: 1 -ifloat: 1 Function: "tan": double: 1 -idouble: 1 Function: "tgamma": double: 1 float: 1 -idouble: 1 -ifloat: 1 Function: "y0": double: 2 float: 1 -idouble: 2 -ifloat: 1 Function: "y1": double: 3 float: 2 -idouble: 3 -ifloat: 2 Function: "yn": double: 3 float: 2 -idouble: 3 -ifloat: 2 # end of automatic generation |