mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-27 05:00:15 +00:00
or1k: Update libm-test-ulps
Pick up new functions cospi, "Imaginary part of csin", exp10m1, exp2m1, log10p1, log2p1, sinpi and tanpi.
This commit is contained in:
parent
f2acd75b0e
commit
e4e49583d9
@ -535,6 +535,10 @@ Function: "cosh_upward":
|
||||
double: 2
|
||||
float: 2
|
||||
|
||||
Function: "cospi":
|
||||
double: 1
|
||||
float: 1
|
||||
|
||||
Function: Real part of "cpow":
|
||||
double: 2
|
||||
float: 5
|
||||
@ -570,6 +574,9 @@ Function: Real part of "csin":
|
||||
double: 1
|
||||
float: 1
|
||||
|
||||
Function: Imaginary part of "csin":
|
||||
float: 1
|
||||
|
||||
Function: Real part of "csin_downward":
|
||||
double: 3
|
||||
float: 3
|
||||
@ -763,6 +770,9 @@ Function: "exp10_upward":
|
||||
double: 2
|
||||
float: 1
|
||||
|
||||
Function: "exp10m1":
|
||||
double: 3
|
||||
|
||||
Function: "exp2":
|
||||
double: 1
|
||||
|
||||
@ -776,6 +786,9 @@ Function: "exp2_upward":
|
||||
double: 1
|
||||
float: 1
|
||||
|
||||
Function: "exp2m1":
|
||||
double: 2
|
||||
|
||||
Function: "exp_downward":
|
||||
double: 1
|
||||
float: 1
|
||||
@ -905,6 +918,9 @@ Function: "log10_upward":
|
||||
double: 2
|
||||
float: 2
|
||||
|
||||
Function: "log10p1":
|
||||
double: 1
|
||||
|
||||
Function: "log1p":
|
||||
double: 1
|
||||
|
||||
@ -929,6 +945,9 @@ double: 1
|
||||
Function: "log2_upward":
|
||||
double: 1
|
||||
|
||||
Function: "log2p1":
|
||||
double: 1
|
||||
|
||||
Function: "logp1":
|
||||
double: 1
|
||||
|
||||
@ -1003,6 +1022,10 @@ Function: "sinh_upward":
|
||||
double: 3
|
||||
float: 3
|
||||
|
||||
Function: "sinpi":
|
||||
double: 1
|
||||
float: 1
|
||||
|
||||
Function: "tan_downward":
|
||||
double: 1
|
||||
|
||||
@ -1028,6 +1051,10 @@ Function: "tanh_upward":
|
||||
double: 3
|
||||
float: 3
|
||||
|
||||
Function: "tanpi":
|
||||
double: 2
|
||||
float: 2
|
||||
|
||||
Function: "tgamma":
|
||||
double: 9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user