]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/ieee754/dbl-64/s_sin.c
Consolidate sincos computation for 2.426265 < |x| < 105414350
authorSiddhesh Poyarekar <siddhesh.poyarekar@linaro.org>
Mon, 21 Dec 2015 05:13:04 +0000 (10:43 +0530)
committerSiddhesh Poyarekar <siddhesh.poyarekar@linaro.org>
Mon, 21 Dec 2015 05:13:04 +0000 (10:43 +0530)
commitb300455644e2945da05eb49d12d3a037f1408be1
tree71301f70e68810cdac8ab2ee812e0f3343ae1e8b
parentf7953c44d545c91442f123300288853284501dab
Consolidate sincos computation for 2.426265 < |x| < 105414350

Like the previous change, exploit the fact that computation for sin
and cos is identical except that it is apart by a quadrant.  Also
remove csloww, csloww1 and csloww2 since they can easily be expressed
in terms of sloww, sloww1 and sloww2.
ChangeLog
sysdeps/ieee754/dbl-64/s_sin.c
sysdeps/ieee754/dbl-64/s_sincos.c