mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 07:10:05 +00:00
Add long double failures.
This commit is contained in:
parent
b622a0bda8
commit
ebff7f5d87
@ -385,6 +385,9 @@ ildouble: 2
|
||||
ldouble: 2
|
||||
|
||||
# cpow
|
||||
Test "Real part of: cpow (2 + 0 i, 10 + 0 i) == 1024.0 + 0.0 i":
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "Real part of: cpow (2 + 3 i, 4 + 0 i) == -119.0 - 120.0 i":
|
||||
double: 1
|
||||
float: 4
|
||||
@ -402,9 +405,6 @@ idouble: 2
|
||||
ifloat: 2
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "Real part of: cpow (2 + 0 i, 10 + 0 i) == 1024.0 + 0.0 i":
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
# csin
|
||||
Test "Imaginary part of: csin (0.7 + 1.2 i) == 1.1664563419657581376 + 1.1544997246948547371 i":
|
||||
@ -620,6 +620,13 @@ float: 1
|
||||
ifloat: 1
|
||||
|
||||
# j0
|
||||
Test "j0 (-4.0) == -3.9714980986384737228659076845169804197562E-1":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "j0 (10.0) == -0.24593576445134833520":
|
||||
double: 2
|
||||
float: 1
|
||||
@ -628,6 +635,13 @@ ifloat: 1
|
||||
Test "j0 (2.0) == 0.22389077914123566805":
|
||||
float: 2
|
||||
ifloat: 2
|
||||
Test "j0 (4.0) == -3.9714980986384737228659076845169804197562E-1":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "j0 (8.0) == 0.17165080713755390609":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
@ -840,15 +854,14 @@ double: 0.5
|
||||
idouble: 0.5
|
||||
|
||||
# tanh
|
||||
Test "tanh (0.7) == 0.60436777711716349631":
|
||||
Test "tanh (-0.7) == -0.60436777711716349631":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
Test "tanh (-0.7) == -0.60436777711716349631":
|
||||
Test "tanh (0.7) == 0.60436777711716349631":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
@ -1369,6 +1382,8 @@ double: 2
|
||||
float: 2
|
||||
idouble: 2
|
||||
ifloat: 2
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
Function: "j1":
|
||||
double: 1
|
||||
|
Loading…
Reference in New Issue
Block a user