summaryrefslogtreecommitdiff
path: root/test/math/libm-test-ulps-microblaze
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-09-23 08:14:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2022-09-23 08:19:46 +0200
commita0d7487a6636f06daf9b4fb2c3765935bb4daf65 (patch)
tree1a499e80002a8e263ef12c094677bb67b482f612 /test/math/libm-test-ulps-microblaze
parent728e1e0ea5adf1bd9b479e4edc456b637e26c031 (diff)
revert glibc sync for math tests
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'test/math/libm-test-ulps-microblaze')
-rw-r--r--test/math/libm-test-ulps-microblaze322
1 files changed, 41 insertions, 281 deletions
diff --git a/test/math/libm-test-ulps-microblaze b/test/math/libm-test-ulps-microblaze
index c252c96..46b2ac5 100644
--- a/test/math/libm-test-ulps-microblaze
+++ b/test/math/libm-test-ulps-microblaze
@@ -1,385 +1,145 @@
# Begin of automatic generation
-# Maximal error of functions:
-Function: "acosh":
+# cos
+Test "cos (M_PI_6l * 2.0) == 0.5":
double: 1
idouble: 1
-
-Function: "asinh":
-double: 1
-float: 1
-ifloat: 1
-
-Function: "atan2":
-float: 1
-ifloat: 1
-
-Function: "atanh":
+Test "cos (M_PI_6l * 4.0) == -0.5":
+double: 2
float: 1
+idouble: 2
ifloat: 1
-Function: Real part of "cacos":
+# erf
+Test "erf (0.75) == 0.711155633653515131598937834591410777":
double: 1
-float: 2
idouble: 1
-ifloat: 2
-
-Function: Imaginary part of "cacos":
+Test "erf (1.25) == 0.922900128256458230136523481197281140":
double: 1
-float: 2
idouble: 1
-ifloat: 2
-
-Function: Real part of "cacosh":
-double: 1
-float: 2
-idouble: 1
-ifloat: 2
-Function: Imaginary part of "cacosh":
+# erfc
+Test "erfc (4.125) == 0.542340079956506600531223408575531062e-8":
double: 1
-float: 2
-idouble: 1
-ifloat: 2
-
-Function: Real part of "casin":
-double: 1
-float: 1
idouble: 1
-ifloat: 1
-Function: Imaginary part of "casin":
+# exp
+Test "exp (1) == e":
double: 1
-float: 2
idouble: 1
-ifloat: 2
-Function: Real part of "casinh":
+# expm1
+Test "expm1 (0.75) == 1.11700001661267466854536981983709561":
double: 1
-float: 2
idouble: 1
-ifloat: 2
-Function: Imaginary part of "casinh":
-double: 1
+# hypot
+Test "hypot (-0.7, -12.4) == 12.419742348374220601176836866763271":
float: 1
-idouble: 1
ifloat: 1
-
-Function: Real part of "catan":
+Test "hypot (-0.7, 12.4) == 12.419742348374220601176836866763271":
float: 1
ifloat: 1
-
-Function: Imaginary part of "catan":
-double: 1
+Test "hypot (-12.4, -0.7) == 12.419742348374220601176836866763271":
float: 1
-idouble: 1
ifloat: 1
-
-Function: Real part of "catanh":
-double: 1
+Test "hypot (-12.4, 0.7) == 12.419742348374220601176836866763271":
float: 1
-idouble: 1
ifloat: 1
-
-Function: Imaginary part of "catanh":
+Test "hypot (0.7, -12.4) == 12.419742348374220601176836866763271":
float: 1
ifloat: 1
-
-Function: "cbrt":
-double: 1
+Test "hypot (0.7, 12.4) == 12.419742348374220601176836866763271":
float: 1
-idouble: 1
ifloat: 1
-
-Function: Real part of "ccos":
-double: 1
+Test "hypot (12.4, -0.7) == 12.419742348374220601176836866763271":
float: 1
-idouble: 1
ifloat: 1
-
-Function: Imaginary part of "ccos":
-double: 1
+Test "hypot (12.4, 0.7) == 12.419742348374220601176836866763271":
float: 1
-idouble: 1
ifloat: 1
-Function: Real part of "ccosh":
+# lgamma
+Test "lgamma (0.7) == 0.260867246531666514385732417016759578":
double: 1
float: 1
idouble: 1
ifloat: 1
-
-Function: Imaginary part of "ccosh":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-
-Function: Real part of "cexp":
-double: 2
-float: 1
-idouble: 2
-ifloat: 1
-
-Function: Imaginary part of "cexp":
+Test "lgamma (1.2) == -0.853740900033158497197028392998854470e-1":
double: 1
float: 2
idouble: 1
ifloat: 2
-Function: Real part of "clog":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-
-Function: Imaginary part of "clog":
-float: 1
-ifloat: 1
-
-Function: Real part of "clog10":
-double: 2
-float: 2
-idouble: 2
-ifloat: 2
-
-Function: Imaginary part of "clog10":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-
-Function: "cos":
-float: 1
-ifloat: 1
-
-Function: "cos_tonearest":
-float: 1
-ifloat: 1
-
-Function: "cosh":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-
-Function: "cosh_tonearest":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-
-Function: Real part of "cpow":
-double: 2
-float: 4
-idouble: 2
-ifloat: 4
-
-Function: Imaginary part of "cpow":
-float: 2
-ifloat: 2
-
-Function: Real part of "csin":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-
-Function: Real part of "csinh":
-float: 1
-ifloat: 1
-
-Function: Imaginary part of "csinh":
+# log10
+Test "log10 (0.75) == -0.124938736608299953132449886193870744":
double: 1
-float: 1
idouble: 1
-ifloat: 1
-
-Function: Real part of "csqrt":
-double: 1
+Test "log10 (e) == log10(e)":
float: 1
-idouble: 1
ifloat: 1
-Function: Imaginary part of "csqrt":
+# tgamma
+Test "tgamma (-0.5) == -2 sqrt (pi)":
double: 1
-float: 1
idouble: 1
-ifloat: 1
-
-Function: Real part of "ctan":
+Test "tgamma (0.7) == 1.29805533264755778568117117915281162":
double: 1
float: 1
idouble: 1
ifloat: 1
-Function: Imaginary part of "ctan":
-double: 2
-float: 1
-idouble: 2
-ifloat: 1
-
-Function: Real part of "ctan_tonearest":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-
-Function: Imaginary part of "ctan_tonearest":
-double: 2
-float: 1
-idouble: 2
-ifloat: 1
-
-Function: Real part of "ctanh":
-double: 2
-float: 1
-idouble: 2
-ifloat: 1
-
-Function: Imaginary part of "ctanh":
-double: 2
-float: 2
-idouble: 2
-ifloat: 2
-
-Function: Real part of "ctanh_tonearest":
+# Maximal error of functions:
+Function: "cos":
double: 2
float: 1
idouble: 2
ifloat: 1
-Function: Imaginary part of "ctanh_tonearest":
-double: 2
-float: 2
-idouble: 2
-ifloat: 2
-
Function: "erf":
double: 1
idouble: 1
Function: "erfc":
double: 1
-float: 1
idouble: 1
-ifloat: 1
-Function: "exp10":
-double: 1
-idouble: 1
-
-Function: "exp10_tonearest":
+Function: "exp":
double: 1
idouble: 1
Function: "expm1":
double: 1
-float: 1
idouble: 1
-ifloat: 1
-Function: "expm1_tonearest":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-
-Function: "gamma":
-double: 1
+Function: "hypot":
float: 1
-idouble: 1
ifloat: 1
-Function: "hypot":
-double: 1
-idouble: 1
-
-Function: "j0":
-double: 2
-float: 2
-idouble: 2
-ifloat: 2
-
-Function: "j1":
+Function: "lgamma":
double: 1
float: 2
idouble: 1
ifloat: 2
-Function: "jn":
-double: 4
-float: 4
-idouble: 4
-ifloat: 4
-
-Function: "lgamma":
-double: 1
-float: 1
-idouble: 1
-ifloat: 1
-
Function: "log":
float: 1
ifloat: 1
Function: "log10":
double: 1
-float: 2
-idouble: 1
-ifloat: 2
-
-Function: "log1p":
-float: 1
-ifloat: 1
-
-Function: "pow":
float: 1
+idouble: 1
ifloat: 1
-Function: "pow10":
+Function: "tan":
double: 1
idouble: 1
-Function: "pow_tonearest":
-float: 1
-ifloat: 1
-
-Function: "sin":
-float: 1
-ifloat: 1
-
-Function: "sin_tonearest":
-float: 1
-ifloat: 1
-
-Function: "sincos":
-float: 1
-ifloat: 1
-
Function: "tgamma":
-double: 4
-float: 3
-idouble: 4
-ifloat: 3
-
-Function: "y0":
-double: 2
+double: 1
float: 1
-idouble: 2
+idouble: 1
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