mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
Adjust MIPS ULPS to take into account the new jn tests.
This commit is contained in:
parent
d653a08bfb
commit
cec96a4f3d
@ -1,3 +1,9 @@
|
||||
2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
|
||||
|
||||
* sysdeps/mips/fpu/libm-test-ulps: Adjust ULPs for jn tests.
|
||||
* sysdeps/mips/mips64/n32/fpu/libm-test-ulps: Likewise.
|
||||
* sysdeps/mips/mips64/n64/fpu/libm-test-ulps: Likewise.
|
||||
|
||||
2012-02-15 Robert Millan <rmh@gnu.org>
|
||||
|
||||
[BZ #12301]
|
||||
|
@ -429,8 +429,15 @@ float: 3
|
||||
idouble: 4
|
||||
ifloat: 3
|
||||
Test "jn (10, 2.0) == 0.251538628271673670963516093751820639e-6":
|
||||
double: 1
|
||||
float: 4
|
||||
idouble: 1
|
||||
ifloat: 4
|
||||
Test "jn (2, 2.4048255576957729) == 0.43175480701968038399746111312430703":
|
||||
double: 2
|
||||
float: 1
|
||||
idouble: 2
|
||||
ifloat: 1
|
||||
Test "jn (3, 0.125) == 0.406503832554912875023029337653442868e-4":
|
||||
double: 1
|
||||
float: 1
|
||||
@ -451,6 +458,37 @@ double: 1
|
||||
float: 2
|
||||
idouble: 1
|
||||
ifloat: 2
|
||||
Test "jn (3, 2.4048255576957729) == 0.19899990535769083404042146764530813":
|
||||
double: 3
|
||||
idouble: 3
|
||||
Test "jn (4, 2.4048255576957729) == 0.647466661641779720084932282551219891E-1":
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "jn (5, 2.4048255576957729) == 0.163892432048058525099230549946147698E-1":
|
||||
double: 3
|
||||
float: 1
|
||||
idouble: 3
|
||||
ifloat: 1
|
||||
Test "jn (6, 2.4048255576957729) == 0.34048184720278336646673682895929161E-2":
|
||||
double: 4
|
||||
float: 3
|
||||
idouble: 4
|
||||
ifloat: 3
|
||||
Test "jn (7, 2.4048255576957729) == 0.60068836573295394221291569249883076E-3":
|
||||
double: 3
|
||||
float: 5
|
||||
idouble: 3
|
||||
ifloat: 5
|
||||
Test "jn (8, 2.4048255576957729) == 0.92165786705344923232879022467054148E-4":
|
||||
double: 3
|
||||
float: 2
|
||||
idouble: 3
|
||||
ifloat: 2
|
||||
Test "jn (9, 2.4048255576957729) == 0.12517270977961513005428966643852564E-4":
|
||||
double: 1
|
||||
float: 2
|
||||
idouble: 1
|
||||
ifloat: 2
|
||||
|
||||
# lgamma
|
||||
Test "lgamma (0.7) == 0.260867246531666514385732417016759578":
|
||||
@ -833,9 +871,9 @@ ifloat: 2
|
||||
|
||||
Function: "jn":
|
||||
double: 4
|
||||
float: 4
|
||||
float: 5
|
||||
idouble: 4
|
||||
ifloat: 4
|
||||
ifloat: 5
|
||||
|
||||
Function: "lgamma":
|
||||
double: 1
|
||||
|
@ -612,8 +612,15 @@ ifloat: 3
|
||||
ildouble: 2
|
||||
ldouble: 2
|
||||
Test "jn (10, 2.0) == 0.251538628271673670963516093751820639e-6":
|
||||
double: 1
|
||||
float: 4
|
||||
idouble: 1
|
||||
ifloat: 4
|
||||
Test "jn (2, 2.4048255576957729) == 0.43175480701968038399746111312430703":
|
||||
double: 2
|
||||
float: 1
|
||||
idouble: 2
|
||||
ifloat: 1
|
||||
Test "jn (3, 0.125) == 0.406503832554912875023029337653442868e-4":
|
||||
double: 1
|
||||
float: 1
|
||||
@ -636,6 +643,37 @@ double: 1
|
||||
float: 2
|
||||
idouble: 1
|
||||
ifloat: 2
|
||||
Test "jn (3, 2.4048255576957729) == 0.19899990535769083404042146764530813":
|
||||
double: 3
|
||||
idouble: 3
|
||||
Test "jn (4, 2.4048255576957729) == 0.647466661641779720084932282551219891E-1":
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "jn (5, 2.4048255576957729) == 0.163892432048058525099230549946147698E-1":
|
||||
double: 3
|
||||
float: 1
|
||||
idouble: 3
|
||||
ifloat: 1
|
||||
Test "jn (6, 2.4048255576957729) == 0.34048184720278336646673682895929161E-2":
|
||||
double: 4
|
||||
float: 3
|
||||
idouble: 4
|
||||
ifloat: 3
|
||||
Test "jn (7, 2.4048255576957729) == 0.60068836573295394221291569249883076E-3":
|
||||
double: 3
|
||||
float: 5
|
||||
idouble: 3
|
||||
ifloat: 5
|
||||
Test "jn (8, 2.4048255576957729) == 0.92165786705344923232879022467054148E-4":
|
||||
double: 3
|
||||
float: 2
|
||||
idouble: 3
|
||||
ifloat: 2
|
||||
Test "jn (9, 2.4048255576957729) == 0.12517270977961513005428966643852564E-4":
|
||||
double: 1
|
||||
float: 2
|
||||
idouble: 1
|
||||
ifloat: 2
|
||||
|
||||
# lgamma
|
||||
Test "lgamma (-0.5) == log(2*sqrt(pi))":
|
||||
@ -1158,9 +1196,9 @@ ldouble: 4
|
||||
|
||||
Function: "jn":
|
||||
double: 4
|
||||
float: 4
|
||||
float: 5
|
||||
idouble: 4
|
||||
ifloat: 4
|
||||
ifloat: 5
|
||||
ildouble: 4
|
||||
ldouble: 4
|
||||
|
||||
|
@ -612,8 +612,15 @@ ifloat: 3
|
||||
ildouble: 2
|
||||
ldouble: 2
|
||||
Test "jn (10, 2.0) == 0.251538628271673670963516093751820639e-6":
|
||||
double: 1
|
||||
float: 4
|
||||
idouble: 1
|
||||
ifloat: 4
|
||||
Test "jn (2, 2.4048255576957729) == 0.43175480701968038399746111312430703":
|
||||
double: 2
|
||||
float: 1
|
||||
idouble: 2
|
||||
ifloat: 1
|
||||
Test "jn (3, 0.125) == 0.406503832554912875023029337653442868e-4":
|
||||
double: 1
|
||||
float: 1
|
||||
@ -636,6 +643,37 @@ double: 1
|
||||
float: 2
|
||||
idouble: 1
|
||||
ifloat: 2
|
||||
Test "jn (3, 2.4048255576957729) == 0.19899990535769083404042146764530813":
|
||||
double: 3
|
||||
idouble: 3
|
||||
Test "jn (4, 2.4048255576957729) == 0.647466661641779720084932282551219891E-1":
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "jn (5, 2.4048255576957729) == 0.163892432048058525099230549946147698E-1":
|
||||
double: 3
|
||||
float: 1
|
||||
idouble: 3
|
||||
ifloat: 1
|
||||
Test "jn (6, 2.4048255576957729) == 0.34048184720278336646673682895929161E-2":
|
||||
double: 4
|
||||
float: 3
|
||||
idouble: 4
|
||||
ifloat: 3
|
||||
Test "jn (7, 2.4048255576957729) == 0.60068836573295394221291569249883076E-3":
|
||||
double: 3
|
||||
float: 5
|
||||
idouble: 3
|
||||
ifloat: 5
|
||||
Test "jn (8, 2.4048255576957729) == 0.92165786705344923232879022467054148E-4":
|
||||
double: 3
|
||||
float: 2
|
||||
idouble: 3
|
||||
ifloat: 2
|
||||
Test "jn (9, 2.4048255576957729) == 0.12517270977961513005428966643852564E-4":
|
||||
double: 1
|
||||
float: 2
|
||||
idouble: 1
|
||||
ifloat: 2
|
||||
|
||||
# lgamma
|
||||
Test "lgamma (-0.5) == log(2*sqrt(pi))":
|
||||
@ -1158,9 +1196,9 @@ ldouble: 4
|
||||
|
||||
Function: "jn":
|
||||
double: 4
|
||||
float: 4
|
||||
float: 5
|
||||
idouble: 4
|
||||
ifloat: 4
|
||||
ifloat: 5
|
||||
ildouble: 4
|
||||
ldouble: 4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user