mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
or1k: Update libm-test-ulps
Regen to add new functions acospi, asinpi, atan2pi and atanpi.
This commit is contained in:
parent
2716bd6b12
commit
afac8b1311
1 changed files with 16 additions and 0 deletions
|
@ -33,6 +33,10 @@ Function: "acosh_upward":
|
|||
double: 2
|
||||
float: 2
|
||||
|
||||
Function: "acospi":
|
||||
double: 1
|
||||
float: 1
|
||||
|
||||
Function: "asin":
|
||||
double: 1
|
||||
float: 1
|
||||
|
@ -65,6 +69,10 @@ Function: "asinh_upward":
|
|||
double: 3
|
||||
float: 3
|
||||
|
||||
Function: "asinpi":
|
||||
double: 1
|
||||
float: 1
|
||||
|
||||
Function: "atan":
|
||||
double: 1
|
||||
float: 1
|
||||
|
@ -84,6 +92,10 @@ Function: "atan2_upward":
|
|||
double: 8
|
||||
float: 2
|
||||
|
||||
Function: "atan2pi":
|
||||
double: 1
|
||||
float: 1
|
||||
|
||||
Function: "atan_downward":
|
||||
double: 1
|
||||
float: 2
|
||||
|
@ -112,6 +124,10 @@ Function: "atanh_upward":
|
|||
double: 3
|
||||
float: 3
|
||||
|
||||
Function: "atanpi":
|
||||
double: 1
|
||||
float: 1
|
||||
|
||||
Function: "cabs":
|
||||
double: 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue