mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Adjust libm test ULPs for powerpc
This commit is contained in:
parent
cfdc0dd7fa
commit
84ba42c4fb
@ -1,5 +1,7 @@
|
||||
2012-02-07 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
|
||||
|
||||
* math/libm-test.inc (jn_test): Add missing L suffix.
|
||||
|
||||
2012-02-06 Marek Polacek <polacek@redhat.com>
|
||||
|
@ -657,34 +657,48 @@ ldouble: 2
|
||||
Test "jn (3, 2.4048255576957729) == 0.19899990535769083404042146764530813":
|
||||
double: 3
|
||||
idouble: 3
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "jn (4, 2.4048255576957729) == 0.647466661641779720084932282551219891E-1":
|
||||
double: 1
|
||||
idouble: 1
|
||||
ildouble: 2
|
||||
ldouble: 2
|
||||
Test "jn (5, 2.4048255576957729) == 0.163892432048058525099230549946147698E-1":
|
||||
double: 3
|
||||
float: 1
|
||||
idouble: 3
|
||||
ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "jn (6, 2.4048255576957729) == 0.34048184720278336646673682895929161E-2":
|
||||
double: 4
|
||||
float: 3
|
||||
idouble: 4
|
||||
ifloat: 3
|
||||
ildouble: 4
|
||||
ldouble: 4
|
||||
Test "jn (7, 2.4048255576957729) == 0.60068836573295394221291569249883076E-3":
|
||||
double: 3
|
||||
float: 5
|
||||
idouble: 3
|
||||
ifloat: 5
|
||||
ildouble: 2
|
||||
ldouble: 2
|
||||
Test "jn (8, 2.4048255576957729) == 0.92165786705344923232879022467054148E-4":
|
||||
double: 3
|
||||
float: 2
|
||||
idouble: 3
|
||||
ifloat: 2
|
||||
ildouble: 4
|
||||
ldouble: 4
|
||||
Test "jn (9, 2.4048255576957729) == 0.12517270977961513005428966643852564E-4":
|
||||
double: 1
|
||||
float: 2
|
||||
idouble: 1
|
||||
ifloat: 2
|
||||
ildouble: 7
|
||||
ldouble: 7
|
||||
|
||||
# lgamma
|
||||
Test "lgamma (0.7) == 0.260867246531666514385732417016759578":
|
||||
@ -1278,8 +1292,8 @@ double: 4
|
||||
float: 5
|
||||
idouble: 4
|
||||
ifloat: 5
|
||||
ildouble: 4
|
||||
ldouble: 4
|
||||
ildouble: 7
|
||||
ldouble: 7
|
||||
|
||||
Function: "lgamma":
|
||||
double: 1
|
||||
|
Loading…
Reference in New Issue
Block a user