mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
tile: update ca{cos,sin,tan}{,h} double ULPs
This commit is contained in:
parent
73895b499b
commit
2e49fed84c
@ -1,3 +1,7 @@
|
||||
2017-12-04 Chris Metcalf <cmetcalf@mellanox.com>
|
||||
|
||||
* sysdeps/tile/libm-test-ulps: Update ca{cos,sin,tan}{,h} ulps.
|
||||
|
||||
2017-12-04 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/ieee754/flt-32/s_sinf.c (SINF_FUNC): Use __floor instead
|
||||
|
@ -46,15 +46,15 @@ idouble: 1
|
||||
ifloat: 2
|
||||
|
||||
Function: Imaginary part of "cacos":
|
||||
double: 1
|
||||
double: 2
|
||||
float: 2
|
||||
idouble: 1
|
||||
idouble: 2
|
||||
ifloat: 2
|
||||
|
||||
Function: Real part of "cacosh":
|
||||
double: 1
|
||||
double: 2
|
||||
float: 2
|
||||
idouble: 1
|
||||
idouble: 2
|
||||
ifloat: 2
|
||||
|
||||
Function: Imaginary part of "cacosh":
|
||||
@ -74,15 +74,15 @@ idouble: 1
|
||||
ifloat: 1
|
||||
|
||||
Function: Imaginary part of "casin":
|
||||
double: 1
|
||||
double: 2
|
||||
float: 2
|
||||
idouble: 1
|
||||
idouble: 2
|
||||
ifloat: 2
|
||||
|
||||
Function: Real part of "casinh":
|
||||
double: 1
|
||||
double: 2
|
||||
float: 2
|
||||
idouble: 1
|
||||
idouble: 2
|
||||
ifloat: 2
|
||||
|
||||
Function: Imaginary part of "casinh":
|
||||
@ -92,7 +92,9 @@ idouble: 1
|
||||
ifloat: 1
|
||||
|
||||
Function: Real part of "catan":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
|
||||
Function: Imaginary part of "catan":
|
||||
@ -108,7 +110,9 @@ idouble: 1
|
||||
ifloat: 1
|
||||
|
||||
Function: Imaginary part of "catanh":
|
||||
double: 1
|
||||
float: 1
|
||||
idouble: 1
|
||||
ifloat: 1
|
||||
|
||||
Function: "cbrt":
|
||||
|
Loading…
Reference in New Issue
Block a user