mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update sysdeps/nios2/libm-test-ulps
This commit is contained in:
parent
e60c3f2bb7
commit
9f0437e862
@ -1,3 +1,7 @@
|
||||
2018-04-19 Chung-Lin Tang <cltang@codesourcery.com>
|
||||
|
||||
* sysdeps/nios2/libm-test-ulps: Update.
|
||||
|
||||
2018-04-19 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/mips64/getdents64.c (__getdents64):
|
||||
|
@ -180,7 +180,9 @@ idouble: 2
|
||||
ifloat: 2
|
||||
|
||||
Function: "cos":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
|
||||
Function: "cosh":
|
||||
@ -191,9 +193,9 @@ ifloat: 1
|
||||
|
||||
Function: Real part of "cpow":
|
||||
double: 2
|
||||
float: 4
|
||||
float: 5
|
||||
idouble: 2
|
||||
ifloat: 4
|
||||
ifloat: 5
|
||||
|
||||
Function: Imaginary part of "cpow":
|
||||
float: 2
|
||||
@ -235,15 +237,15 @@ ifloat: 1
|
||||
|
||||
Function: Imaginary part of "ctan":
|
||||
double: 2
|
||||
float: 1
|
||||
float: 2
|
||||
idouble: 2
|
||||
ifloat: 1
|
||||
ifloat: 2
|
||||
|
||||
Function: Real part of "ctanh":
|
||||
double: 2
|
||||
float: 1
|
||||
float: 2
|
||||
idouble: 2
|
||||
ifloat: 1
|
||||
ifloat: 2
|
||||
|
||||
Function: Imaginary part of "ctanh":
|
||||
double: 2
|
||||
@ -340,15 +342,21 @@ idouble: 2
|
||||
ifloat: 1
|
||||
|
||||
Function: "pow":
|
||||
double: 1
|
||||
float: 3
|
||||
idouble: 1
|
||||
ifloat: 3
|
||||
|
||||
Function: "sin":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
|
||||
Function: "sincos":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
|
||||
Function: "sinh":
|
||||
@ -387,8 +395,8 @@ ifloat: 2
|
||||
|
||||
Function: "yn":
|
||||
double: 3
|
||||
float: 2
|
||||
float: 3
|
||||
idouble: 3
|
||||
ifloat: 2
|
||||
ifloat: 3
|
||||
|
||||
# end of automatic generation
|
||||
|
Loading…
Reference in New Issue
Block a user