From 4cc585c1b810ea9bee9c85a44b692de6f3d7fc22 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 17 Feb 2016 01:14:02 +0100 Subject: refresh xtensa ulps file --- test/math/libm-test-ulps-xtensa | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/test/math/libm-test-ulps-xtensa b/test/math/libm-test-ulps-xtensa index 9c730fad7..46b2ac559 100644 --- a/test/math/libm-test-ulps-xtensa +++ b/test/math/libm-test-ulps-xtensa @@ -79,6 +79,16 @@ Test "log10 (e) == log10(e)": float: 1 ifloat: 1 +# tgamma +Test "tgamma (-0.5) == -2 sqrt (pi)": +double: 1 +idouble: 1 +Test "tgamma (0.7) == 1.29805533264755778568117117915281162": +double: 1 +float: 1 +idouble: 1 +ifloat: 1 + # Maximal error of functions: Function: "cos": double: 2 @@ -126,4 +136,10 @@ Function: "tan": double: 1 idouble: 1 +Function: "tgamma": +double: 1 +float: 1 +idouble: 1 +ifloat: 1 + # end of automatic generation -- cgit v1.2.3