diff options
author | Roland McGrath <roland@gnu.org> | 2006-03-01 21:26:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-03-01 21:26:02 +0000 |
commit | c99445f897367f658bb3c0da1cf5a8a8620931aa (patch) | |
tree | 61d9cc1ac926a96d448d81b2a81f181688602c33 /sysdeps/sparc/sparc64 | |
parent | c4a4875d0fe42612280c62130b25d01a8d76fea8 (diff) |
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
* sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat64): Use
libc_hidden_ver rather than libc_hidden_def.
Diffstat (limited to 'sysdeps/sparc/sparc64')
-rw-r--r-- | sysdeps/sparc/sparc64/fpu/libm-test-ulps | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/sparc/sparc64/fpu/libm-test-ulps b/sysdeps/sparc/sparc64/fpu/libm-test-ulps index 5719a7ca54..db5543e9eb 100644 --- a/sysdeps/sparc/sparc64/fpu/libm-test-ulps +++ b/sysdeps/sparc/sparc64/fpu/libm-test-ulps @@ -465,6 +465,11 @@ ifloat: 2 ildouble: 1 ldouble: 1 +# exp2 +Test "exp2 (10) == 1024": +ildouble: 2 +ldouble: 2 + # expm1 Test "expm1 (0.75) == 1.11700001661267466854536981983709561": double: 1 @@ -1192,6 +1197,10 @@ ifloat: 2 ildouble: 1 ldouble: 1 +Function: "exp2": +ildouble: 2 +ldouble: 2 + Function: "expm1": double: 1 float: 1 |