aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_sin.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-13sysdeps: Simplify sin Taylor Series calculationAkila Welihinda1-5/+5
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-02-07Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra1-4/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers1-8/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers1-2/+2
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers1-0/+1
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-0/+1
2018-04-03[PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra1-26/+3
2018-04-03[PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra1-27/+13
2018-04-03[PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra1-444/+3
2018-04-03[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra1-31/+29
2018-04-03[PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra1-50/+44
2018-04-03[PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra1-93/+2
2018-04-03[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra1-26/+14
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-09-29Use libm_alias_double for some dbl-64 functions.Joseph Myers1-10/+3
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-10-06Update comments for some functions in s_sin.cSiddhesh Poyarekar1-22/+17
2016-10-06Make quadrant shift a boolean in reduce_and_compute in s_sin.cSiddhesh Poyarekar1-4/+4
2016-10-06Check n instead of k1 to decide on sign of sin/cos resultSiddhesh Poyarekar1-1/+1
2016-10-06Make the quadrant shift K a bool in do_sincos_* functionsSiddhesh Poyarekar1-19/+19
2016-09-30Use copysign instead of ternary for some sin/cos input rangesSiddhesh Poyarekar1-13/+13
2016-09-30Use copysign instead of ternary conditions for positive constantsSiddhesh Poyarekar1-19/+19
2016-09-30consolidate sign checks for slow2Siddhesh Poyarekar1-8/+10
2016-09-02Inline all support functions for sin and cosSiddhesh Poyarekar1-24/+28
2016-09-02Use do_sin for sin(x) where 0.25 < |x| < 0.855469Siddhesh Poyarekar1-18/+3
2016-09-02Consolidate input partitioning into do_cos and do_sinSiddhesh Poyarekar1-109/+82
2016-08-30Use fabs(x) instead of branching on signedness of input to sin and cosSiddhesh Poyarekar1-148/+85
2016-08-30Add fall through commentsSiddhesh Poyarekar1-0/+2
2016-08-30Consolidate reduce_and_compute codeSiddhesh Poyarekar1-17/+14
2016-07-18Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar1-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-12-21Consolidate sincos computation for 2.426265 < |x| < 105414350Siddhesh Poyarekar1-280/+112
2015-12-21Consolidate sin and cos code for 105414350 <|x|< 281474976710656Siddhesh Poyarekar1-145/+108
2015-12-21Consolidate range reduction in sincos for x > 281474976710656Siddhesh Poyarekar1-0/+4
2015-11-17Include s_sin.c in s_sincos.cSiddhesh Poyarekar1-0/+12
2015-11-17Remove redundant else clauses in s_sin.cSiddhesh Poyarekar1-186/+158
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers1-5/+1
2015-06-23Fix sin, sincos missing underflows (bug 16526, bug 16538).Joseph Myers1-1/+9
2015-05-15Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra1-39/+40
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-27Fix sign of input to bsloww1 (BZ #16623)Siddhesh Poyarekar1-6/+10
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1