mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Update sparc ULPs for recently added exp tests.
* sysdeps/sparc/fpu/libm-test-ulps: Update.
This commit is contained in:
parent
7f18b530e9
commit
05760585e0
@ -1,5 +1,7 @@
|
||||
2012-05-07 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* sysdeps/sparc/fpu/libm-test-ulps: Update.
|
||||
|
||||
[BZ #14074]
|
||||
* sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
|
||||
(SETUP_PIC_REG): Use it.
|
||||
|
@ -1224,6 +1224,14 @@ double: 2
|
||||
float: 1
|
||||
idouble: 2
|
||||
ifloat: 1
|
||||
Test "exp10 (-305) == 1.0e-305":
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "exp10 (-36) == 1.0e-36":
|
||||
double: 1
|
||||
idouble: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "exp10 (0.75) == 5.62341325190349080394951039776481231":
|
||||
double: 1
|
||||
float: 1
|
||||
@ -1236,6 +1244,12 @@ idouble: 6
|
||||
ifloat: 2
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "exp10 (36) == 1.0e36":
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "exp10 (4932) == 1.0e4932":
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
# exp2
|
||||
Test "exp2 (100.5) == 1.792728671193156477399422023278661496394e+30":
|
||||
@ -1284,6 +1298,9 @@ idouble: 1
|
||||
ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "expm1 (500.0) == 1.4035922178528374107397703328409120821806e+217":
|
||||
double: 1
|
||||
idouble: 1
|
||||
|
||||
# gamma
|
||||
Test "gamma (-0.5) == log(2*sqrt(pi))":
|
||||
|
Loading…
Reference in New Issue
Block a user