Update sparc ULPs for recently added exp tests.

* sysdeps/sparc/fpu/libm-test-ulps: Update.
This commit is contained in:
David S. Miller 2012-05-07 19:29:24 -07:00
parent 7f18b530e9
commit 05760585e0
2 changed files with 19 additions and 0 deletions

View File

@ -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.

View File

@ -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))":