Update powerpc libm-test ULPs.

This commit is contained in:
Adhemerval Zanella 2013-05-28 08:39:00 -05:00
parent 528c24058f
commit 5e056687df
2 changed files with 41 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
* sysdeps/powerpc/fpu/libm-test-ulps: Update.
2013-05-26 Thomas Schwinge <thomas@codesourcery.com>
* stdio-common/bug26.c (main): Correct fscanf template.

View File

@ -5840,6 +5840,18 @@ Test "expm1 (500.0)":
double: 1
idouble: 1
# gamma
Test "gamma (0.7)":
double: 1
float: 1
idouble: 1
ifloat: 1
Test "gamma (1.2)":
double: 1
float: 2
idouble: 1
ifloat: 2
# hypot
Test "hypot (-0.7, -12.4)":
double: 1
@ -6170,6 +6182,23 @@ Test "pow (0x1.000002p0, 0x1p24)":
float: 1
ifloat: 1
# pow10
Test "pow10 (-1)":
double: 1
idouble: 1
Test "pow10 (-305)":
double: 1
idouble: 1
Test "pow10 (-36)":
double: 1
idouble: 1
Test "pow10 (3)":
double: 1
idouble: 1
Test "pow10 (36)":
double: 1
idouble: 1
# pow_downward
Test "pow_downward (1.0625, 1.125)":
ildouble: 1
@ -7774,6 +7803,10 @@ ildouble: 1
ldouble: 1
Function: "gamma":
double: 1
float: 2
idouble: 1
ifloat: 2
ildouble: 1
ldouble: 1
@ -7845,6 +7878,10 @@ ifloat: 1
ildouble: 1
ldouble: 1
Function: "pow10":
double: 1
idouble: 1
Function: "pow_downward":
float: 1
ifloat: 1