diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-11-30 14:12:19 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-11-30 14:14:42 +0100 |
commit | b5f44c1ad9acb380cac6df42f2a13461640d91b3 (patch) | |
tree | 16236f74bc4eaf7e2b749d4dd7c8f3ebbfc1eac8 /sysdeps/s390 | |
parent | f3a6cc0a560a17f32a3e90d2f20501a53cab6058 (diff) | |
download | glibc-b5f44c1ad9acb380cac6df42f2a13461640d91b3.tar glibc-b5f44c1ad9acb380cac6df42f2a13461640d91b3.tar.gz glibc-b5f44c1ad9acb380cac6df42f2a13461640d91b3.tar.bz2 glibc-b5f44c1ad9acb380cac6df42f2a13461640d91b3.zip |
Adjust libm test ulps for s390
Diffstat (limited to 'sysdeps/s390')
-rw-r--r-- | sysdeps/s390/fpu/libm-test-ulps | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/s390/fpu/libm-test-ulps b/sysdeps/s390/fpu/libm-test-ulps index a014bafd4b..fb89731325 100644 --- a/sysdeps/s390/fpu/libm-test-ulps +++ b/sysdeps/s390/fpu/libm-test-ulps @@ -338,9 +338,9 @@ ildouble: 2 ldouble: 2 Test "Real part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i": double: 1 -float: 4 +float: 5 idouble: 1 -ifloat: 4 +ifloat: 5 ildouble: 3 ldouble: 3 Test "Imaginary part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i": @@ -1155,9 +1155,9 @@ ldouble: 1 Function: Real part of "cpow": double: 2 -float: 4 +float: 5 idouble: 2 -ifloat: 4 +ifloat: 5 ildouble: 10 ldouble: 10 |