mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Correct inputs for sin and cos
The inputs for the slowest path in asin and acos were incorrect and had some fast path inputs there too.
This commit is contained in:
parent
a46dab08ac
commit
649ecea212
@ -1,3 +1,8 @@
|
||||
2014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* benchtests/asin-inputs: Correct slow inputs.
|
||||
* benchtests/acos-inputs: Likewise.
|
||||
|
||||
2014-01-10 Allan McRae <allan@archlinux.org>
|
||||
|
||||
* po:sv.po: Update Swedish translation from translation project.
|
||||
|
@ -2704,20 +2704,9 @@
|
||||
# acos multiple precision fallback.
|
||||
# Implemented in __cos32 in sysdeps/ieee754/dbl-64/sincos32.c
|
||||
## name: slow
|
||||
0x1.259e505cf0504p-15
|
||||
0x1.3f39d47a33d9bp-13
|
||||
0x1.6fc4b0eb33b13p-16
|
||||
0x1.71374498ed714p-26
|
||||
0x1.7eff5496b7ed2p-21
|
||||
0x1.e010a7d04711cp-16
|
||||
0x1.4987361088586p-14
|
||||
0x1.a7601192f9094p-10
|
||||
0x1.efad46d44e2d1p-18
|
||||
0x1.84a360ccf288dp-20
|
||||
0x1.0b263bc6fc966p-4
|
||||
0x1.1552272e0f268p-16
|
||||
0x1.c88b2415431cbp-23
|
||||
0x1.4360a7a7b5c14p-23
|
||||
0x1.92ace49380c10p-13
|
||||
0x1.d529ca96edee6p-7
|
||||
0x1.447197964af33p-4
|
||||
0x1.91744378d312fp-25
|
||||
0x1.e31933dfcae5ep-6
|
||||
0x1.560a94c69898dp-28
|
||||
0x1.4ede34c4c5b9cp-39
|
||||
-0x1.b5caf13967673p-28
|
||||
-0x1.d242039676722p-32
|
||||
|
@ -2504,20 +2504,8 @@
|
||||
# asin multiple precision fallback path
|
||||
# Implemented in __sin32 in sysdeps/ieee754/dbl-64/sincos32.c
|
||||
## name: slow
|
||||
0x1.e010a7d04711cp-16
|
||||
0x1.a7601192f9094p-10
|
||||
0x1.4987361088586p-14
|
||||
0x1.0b263bc6fc966p-4
|
||||
0x1.259e505cf0504p-15
|
||||
0x1.c88b2415431cbp-23
|
||||
0x1.447197964af33p-4
|
||||
0x1.efad46d44e2d1p-18
|
||||
0x1.6fc4b0eb33b13p-16
|
||||
0x1.84a360ccf288dp-20
|
||||
0x1.92ace49380c10p-13
|
||||
0x1.1552272e0f268p-16
|
||||
0x1.d529ca96edee6p-7
|
||||
0x1.3f39d47a33d9bp-13
|
||||
0x1.7eff5496b7ed2p-21
|
||||
0x1.4360a7a7b5c14p-23
|
||||
0x1.71374498ed714p-26
|
||||
|
Loading…
Reference in New Issue
Block a user