Consolidate input partitioning into do_cos and do_sin
commit758e79ec89c4e285bafcef601702cd27790fd78e
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 1 Sep 2016 16:38:51 +0000 (1 22:08 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Fri, 2 Sep 2016 14:38:41 +0000 (2 20:08 +0530)
treee39c5f73deaf46c1352560e1a27e5fca4399d5d1
parent9dd87afbf1a2f7991a733609bbda6f26cadaa6ce
Consolidate input partitioning into do_cos and do_sin

All calls to do_cos are preceded by code that partitions x into a
larger double that gives an offset into the sincos table and a smaller
double that is used in a polynomial computation.  Consolidate all of
them into do_cos and do_sin to reduce code duplication.

* sysdeps/ieee754/dbl-64/s_sin.c (do_cos): Accept X and DX as input
arguments.  Consolidate input partitioning from callers here.
(do_cos_slow): Likewise.
(do_sin): Likewise.
(do_sin_slow): Likewise.
(do_sincos_1): Remove the no longer necessary input partitioning.
(do_sincos_2): Likewise.
(__sin): Likewise.
(__cos): Likewise.
(slow1): Likewise.
(slow2): Likewise.
(sloww1): Likewise.
(sloww2): Likewise.
(bsloww1): Likewise.
(bsloww2): Likewise.
(cslow2): Likewise.
ChangeLog
sysdeps/ieee754/dbl-64/s_sin.c