mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
Update sparc ULPs for recently added acos/asin tests.
* sysdeps/sparc/fpu/libm-test-ulps: Update.
This commit is contained in:
parent
171a70b4c0
commit
d77f993f64
@ -1,3 +1,7 @@
|
||||
2012-05-02 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* sysdeps/sparc/fpu/libm-test-ulps: Update.
|
||||
|
||||
2012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||
|
||||
[BZ #14055]
|
||||
|
@ -1,5 +1,69 @@
|
||||
# Begin of automatic generation
|
||||
|
||||
# acos_downward
|
||||
Test "acos_downward (-0.5) == M_PI_6l*4.0":
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "acos_downward (0.5) == M_PI_6l*2.0":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
# acos_towardzero
|
||||
Test "acos_towardzero (-0.5) == M_PI_6l*4.0":
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "acos_towardzero (0.5) == M_PI_6l*2.0":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
# asin_downward
|
||||
Test "asin_downward (-0.5) == -pi/6":
|
||||
double: 1
|
||||
idouble: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "asin_downward (-1.0) == -pi/2":
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "asin_downward (0.5) == pi/6":
|
||||
double: 1
|
||||
idouble: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
Test "asin_downward (1.0) == pi/2":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
|
||||
# asin_towardzero
|
||||
Test "asin_towardzero (-0.5) == -pi/6":
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "asin_towardzero (-1.0) == -pi/2":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
Test "asin_towardzero (0.5) == pi/6":
|
||||
double: 1
|
||||
idouble: 1
|
||||
Test "asin_towardzero (1.0) == pi/2":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
|
||||
# asin_upward
|
||||
Test "asin_upward (-1.0) == -pi/2":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
Test "asin_upward (1.0) == pi/2":
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
# atan2
|
||||
Test "atan2 (-0.00756827042671106339, -.001792735857538728036) == -1.80338464113663849327153994379639112":
|
||||
ildouble: 1
|
||||
@ -2013,6 +2077,42 @@ double: 1
|
||||
idouble: 1
|
||||
|
||||
# Maximal error of functions:
|
||||
Function: "acos_downward":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
Function: "acos_towardzero":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
Function: "asin_downward":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
Function: "asin_towardzero":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
|
||||
Function: "asin_upward":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
ildouble: 1
|
||||
ldouble: 1
|
||||
|
||||
Function: "atan2":
|
||||
float: 1
|
||||
ifloat: 1
|
||||
|
Loading…
Reference in New Issue
Block a user