diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-19 20:32:10 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-19 20:32:22 +0100 |
commit | ade860d04f11761a0e31bccd61804fde30550a02 (patch) | |
tree | dfbc822b78719a0131c66f866fddbaeb8685557e /test/math/libm-test-ulps-arm | |
parent | 0c811db32b27ad051beac648fa9676358921f468 (diff) |
test: update ulps file for ARM
Diffstat (limited to 'test/math/libm-test-ulps-arm')
-rw-r--r-- | test/math/libm-test-ulps-arm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/math/libm-test-ulps-arm b/test/math/libm-test-ulps-arm index d2d4e058f..8528e81b4 100644 --- a/test/math/libm-test-ulps-arm +++ b/test/math/libm-test-ulps-arm @@ -3968,6 +3968,9 @@ double: 1 float: 1 idouble: 1 ifloat: 1 +Test "tgamma (-0.5) == -2 sqrt (pi)": +double: 1 +idouble: 1 Test "tgamma (-0x0.fffffffffffff8p0)": double: 1 idouble: 1 @@ -4155,6 +4158,11 @@ double: 1 float: 1 idouble: 1 ifloat: 1 +Test "tgamma (0.7) == 1.29805533264755778568117117915281162": +double: 1 +float: 1 +idouble: 1 +ifloat: 1 Test "tgamma (0x1.fffffep0)": float: 1 ifloat: 1 |