mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
Adjust libm test ulps for s390
This commit is contained in:
parent
f3a6cc0a56
commit
b5f44c1ad9
@ -1,3 +1,8 @@
|
||||
2011-11-30 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
|
||||
expectations for float.
|
||||
|
||||
2011-11-29 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* locale/weight.h (findidx): Add parameter len.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user