about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/s_sincos.c
Commit message (Expand)AuthorAgeFilesLines
* WIP finer-grained, more aggressive local PLT call check zack/wip-check-localplt-2Zack Weinberg2018-03-261-0/+1
* 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