diff options
author | Chung-Lin Tang <cltang@codesourcery.com> | 2018-04-19 12:00:58 -0700 |
---|---|---|
committer | Chung-Lin Tang <cltang@codesourcery.com> | 2018-04-19 12:00:58 -0700 |
commit | 9f0437e862225e036155b30e7edc4f6fe89dc0c0 (patch) | |
tree | 77da82eae9afb7e82e1ea02e3f0d4cf2cb2d0e21 | |
parent | e60c3f2bb71210ca62dc09b1b797443a88b4e3cf (diff) | |
download | glibc-9f0437e862225e036155b30e7edc4f6fe89dc0c0.tar.gz glibc-9f0437e862225e036155b30e7edc4f6fe89dc0c0.tar.xz glibc-9f0437e862225e036155b30e7edc4f6fe89dc0c0.zip |
Update sysdeps/nios2/libm-test-ulps
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/nios2/libm-test-ulps | 24 |
2 files changed, 20 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog index d010e7c485..190d6701bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-04-19 Chung-Lin Tang <cltang@codesourcery.com> + + * sysdeps/nios2/libm-test-ulps: Update. + 2018-04-19 Adhemerval Zanella <adhemerval.zanella@linaro.org> * sysdeps/unix/sysv/linux/mips/mips64/getdents64.c (__getdents64): diff --git a/sysdeps/nios2/libm-test-ulps b/sysdeps/nios2/libm-test-ulps index a9d2c23143..0b9ef2afec 100644 --- a/sysdeps/nios2/libm-test-ulps +++ b/sysdeps/nios2/libm-test-ulps @@ -180,7 +180,9 @@ idouble: 2 ifloat: 2 Function: "cos": +double: 1 float: 1 +idouble: 1 ifloat: 1 Function: "cosh": @@ -191,9 +193,9 @@ ifloat: 1 Function: Real part of "cpow": double: 2 -float: 4 +float: 5 idouble: 2 -ifloat: 4 +ifloat: 5 Function: Imaginary part of "cpow": float: 2 @@ -235,15 +237,15 @@ ifloat: 1 Function: Imaginary part of "ctan": double: 2 -float: 1 +float: 2 idouble: 2 -ifloat: 1 +ifloat: 2 Function: Real part of "ctanh": double: 2 -float: 1 +float: 2 idouble: 2 -ifloat: 1 +ifloat: 2 Function: Imaginary part of "ctanh": double: 2 @@ -340,15 +342,21 @@ idouble: 2 ifloat: 1 Function: "pow": +double: 1 float: 3 +idouble: 1 ifloat: 3 Function: "sin": +double: 1 float: 1 +idouble: 1 ifloat: 1 Function: "sincos": +double: 1 float: 1 +idouble: 1 ifloat: 1 Function: "sinh": @@ -387,8 +395,8 @@ ifloat: 2 Function: "yn": double: 3 -float: 2 +float: 3 idouble: 3 -ifloat: 2 +ifloat: 3 # end of automatic generation |