aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_sincos.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-06-01x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab1-0/+7
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
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-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-1/+1
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-19/+49
2018-04-03[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra1-33/+5
2018-04-03[PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra1-3/+3
2018-04-03[PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra1-10/+0
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-5/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-10-06Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.cSiddhesh Poyarekar1-4/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-12-21Consolidate sincos computation for 2.426265 < |x| < 105414350Siddhesh Poyarekar1-1/+11
2015-12-21Consolidate sin and cos code for 105414350 <|x|< 281474976710656Siddhesh Poyarekar1-1/+11
2015-12-21Consolidate range reduction in sincos for x > 281474976710656Siddhesh Poyarekar1-2/+53
2015-11-17Include s_sin.c in s_sincos.cSiddhesh Poyarekar1-19/+8
2015-09-18Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra1-1/+1
2015-02-11Fix sincos errno setting (bug 15467).Joseph Myers1-0/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-10-17Format floating routines.Ondřej Bílka1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2005-07-08* sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin andUlrich Drepper1-3/+3
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-3/+3
2007-07-122.5-18.1Jakub Jelinek1-3/+3
2001-07-06Update to LGPL v2.1.Andreas Jaeger1-8/+8
2001-03-12Update.Ulrich Drepper1-31/+4
1999-07-14Update.Ulrich Drepper1-0/+78