Consolidate sin and cos code for 105414350 <|x|< 281474976710656
commitf7953c44d545c91442f123300288853284501dab
authorSiddhesh Poyarekar <siddhesh.poyarekar@linaro.org>
Mon, 21 Dec 2015 05:11:46 +0000 (21 10:41 +0530)
committerSiddhesh Poyarekar <siddhesh.poyarekar@linaro.org>
Mon, 21 Dec 2015 05:11:46 +0000 (21 10:41 +0530)
treeaeb5c53572f6b49895fc03b5f8a84cf727d0e369
parenta045832debe4191bcffed6e539a5470152e9c9e8
Consolidate sin and cos code for 105414350 <|x|< 281474976710656

The sin and cos computation for this range of input is identical
except for a difference in quadrants by 1.  Exploit that fact and the
common argument reduction to reduce computations for sincos.
ChangeLog
sysdeps/ieee754/dbl-64/s_sin.c
sysdeps/ieee754/dbl-64/s_sincos.c