diff options
| author | John David Anglin <danglin@gcc.gnu.org> | 2025-01-04 10:39:35 -0500 |
|---|---|---|
| committer | John David Anglin <danglin@gcc.gnu.org> | 2025-01-04 10:39:35 -0500 |
| commit | d7b37322c53e84eba2b35ee118b63f00c057050f (patch) | |
| tree | 8adbe97319b7d3c082d52b6a65d8613c6b17e70b /sysdeps/hppa | |
| parent | 377a61c020ecbc1fb127972720c8caf03bd60481 (diff) | |
| download | glibc-d7b37322c53e84eba2b35ee118b63f00c057050f.tar.xz glibc-d7b37322c53e84eba2b35ee118b63f00c057050f.zip | |
hppa: Update libm-test-ulps
Signed-off-by: John David Anglin <dave.anglin@bell.net>
Diffstat (limited to 'sysdeps/hppa')
| -rw-r--r-- | sysdeps/hppa/fpu/libm-test-ulps | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sysdeps/hppa/fpu/libm-test-ulps b/sysdeps/hppa/fpu/libm-test-ulps index 48cfaea992..2b8fa35078 100644 --- a/sysdeps/hppa/fpu/libm-test-ulps +++ b/sysdeps/hppa/fpu/libm-test-ulps @@ -26,7 +26,7 @@ Function: "acosh_upward": double: 2 Function: "acospi": -double: 1 +double: 2 float: 1 Function: "acospi_downward": @@ -75,11 +75,11 @@ float: 1 Function: "asinpi_towardzero": double: 1 -float: 1 +float: 2 Function: "asinpi_upward": double: 2 -float: 1 +float: 2 Function: "atan": double: 1 @@ -131,7 +131,7 @@ Function: "atanh_upward": double: 3 Function: "atanpi": -double: 1 +double: 2 float: 1 Function: "atanpi_downward": @@ -570,12 +570,12 @@ Function: "cosh_upward": double: 2 Function: "cospi": -double: 1 -float: 1 +double: 2 +float: 2 Function: "cospi_downward": double: 1 -float: 1 +float: 2 Function: "cospi_towardzero": double: 1 @@ -583,7 +583,7 @@ float: 1 Function: "cospi_upward": double: 1 -float: 1 +float: 2 Function: Real part of "cpow": double: 2 @@ -1142,8 +1142,8 @@ Function: "sinh_upward": double: 3 Function: "sinpi": -double: 1 -float: 1 +double: 2 +float: 2 Function: "sinpi_downward": double: 2 @@ -1155,7 +1155,7 @@ float: 1 Function: "sinpi_upward": double: 2 -float: 2 +float: 3 Function: "tan": double: 1 @@ -1183,8 +1183,8 @@ Function: "tanh_upward": double: 3 Function: "tanpi": -double: 2 -float: 2 +double: 3 +float: 3 Function: "tanpi_downward": double: 2 |
