mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
[AArch64] Regenerate libm-test-ulps
This commit is contained in:
parent
52dfbe137e
commit
bb3ced6f37
@ -1,3 +1,7 @@
|
||||
2013-07-05 Marcus Shawcroft <marcus.shawcroft@linaro.org>
|
||||
|
||||
* sysdeps/aarch64/libm-test-ulps: Regenerate.
|
||||
|
||||
2013-07-04 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
For ChangeLog.aarch64:
|
||||
|
@ -7704,6 +7704,20 @@ idouble: 1
|
||||
Test "gamma (-0.5)":
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "gamma (0.7)":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "gamma (1.2)":
|
||||
double: 1
|
||||
float: 2
|
||||
idouble: 1
|
||||
ifloat: 2
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
# hypot
|
||||
Test "hypot (-0.7, -12.4)":
|
||||
@ -8034,6 +8048,28 @@ Test "pow (1e4932, 0.75)":
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
# pow10
|
||||
Test "pow10 (-1)":
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "pow10 (-305)":
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "pow10 (-36)":
|
||||
double: 1
|
||||
idouble: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "pow10 (3)":
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "pow10 (36)":
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "pow10 (4932)":
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
# pow_downward
|
||||
Test "pow_downward (1.5, 1.03125)":
|
||||
float: 1
|
||||
@ -9928,6 +9964,10 @@ ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
Function: "gamma":
|
||||
double: 1
|
||||
float: 2
|
||||
idouble: 1
|
||||
ifloat: 2
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
@ -9989,6 +10029,12 @@ ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
Function: "pow10":
|
||||
double: 1
|
||||
idouble: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
Function: "pow_downward":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
|
Loading…
Reference in New Issue
Block a user