hppa: Regenerate libm-test-ulps.

This commit is contained in:
Carlos O'Donell 2013-07-23 23:49:00 -04:00
parent 135529b443
commit cb821cb175
2 changed files with 43 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-07-23 Carlos O'Donell <carlos@redhat.com>
* sysdeps/hppa/fpu/libm-test-ulps: Regenerate.
2013-06-05 Joseph Myers <joseph@codesourcery.com>
* sysdeps/hppa/configure.in: Remove trailing whitespace.

View File

@ -3641,6 +3641,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)":
float: 1
@ -3907,6 +3919,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.5, 1.03125)":
float: 1
@ -5034,6 +5063,12 @@ ifloat: 1
ildouble: 1
ldouble: 1
Function: "gamma":
double: 1
float: 2
idouble: 1
ifloat: 2
Function: "hypot":
float: 1
ifloat: 1
@ -5086,6 +5121,10 @@ Function: "pow":
float: 1
ifloat: 1
Function: "pow10":
double: 1
idouble: 1
Function: "pow_downward":
float: 1
ifloat: 1