about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/s_sincos.c
Commit message (Expand)AuthorAgeFilesLines
* x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab2022-06-011-0/+7
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-271-1/+1
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-031-0/+1
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-101-0/+1
* [PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2018-04-031-19/+49
* [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2018-04-031-33/+5
* [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2018-04-031-3/+3
* [PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2018-04-031-10/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Use libm_alias_double for some dbl-64 functions.Joseph Myers2017-09-291-5/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.cSiddhesh Poyarekar2016-10-061-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Consolidate sincos computation for 2.426265 < |x| < 105414350Siddhesh Poyarekar2015-12-211-1/+11
* Consolidate sin and cos code for 105414350 <|x|< 281474976710656Siddhesh Poyarekar2015-12-211-1/+11
* Consolidate range reduction in sincos for x > 281474976710656Siddhesh Poyarekar2015-12-211-2/+53
* Include s_sin.c in s_sincos.cSiddhesh Poyarekar2015-11-171-19/+8
* Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra2015-09-181-1/+1
* Fix sincos errno setting (bug 15467).Joseph Myers2015-02-111-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Format floating routines.Ondřej Bílka2013-10-171-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin andUlrich Drepper2005-07-081-3/+3
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-3/+3
* 2.5-18.1Jakub Jelinek2007-07-121-3/+3
* Update to LGPL v2.1.Andreas Jaeger2001-07-061-8/+8
* Update.Ulrich Drepper2001-03-121-31/+4
* Update.Ulrich Drepper1999-07-141-0/+78