about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/s_sin.c
Commit message (Expand)AuthorAgeFilesLines
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-151-39/+40
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix sign of input to bsloww1 (BZ #16623)Siddhesh Poyarekar2014-02-271-6/+10
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix typo in csloww()Allan McRae2013-12-271-1/+1
* Consolidate code to compute sin and cos from lookup tablesSiddhesh Poyarekar2013-12-201-232/+129
* Remove more redundant computations in s_sin.cSiddhesh Poyarekar2013-12-201-42/+33
* Remove redundant arguments in reduce_and_computeSiddhesh Poyarekar2013-12-201-4/+4
* Remove some redundant computations in s_sin.cSiddhesh Poyarekar2013-12-201-24/+15
* Minor code cleanup in s_sin.cSiddhesh Poyarekar2013-12-161-20/+13
* Consolidate definition of constant t22Siddhesh Poyarekar2013-12-111-9/+3
* Use double constants instead of the struct numberSiddhesh Poyarekar2013-12-111-90/+89
* Format floating routines.Ondřej Bílka2013-10-171-1/+1
* Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar2013-10-081-17/+15
* Consolidate common code into macrosSiddhesh Poyarekar2013-09-191-74/+62
* Consolidate sin/cos table lookup codeSiddhesh Poyarekar2013-09-191-114/+35
* Consolidate sin/cos computation for large inputsSiddhesh Poyarekar2013-09-191-47/+36
* Remove redundant goto linesSiddhesh Poyarekar2013-09-191-40/+3
* Format s_sin.cSiddhesh Poyarekar2013-04-301-904/+1212
* Removed commented codeSiddhesh Poyarekar2013-03-261-10/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-1/+1
* Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson2012-03-191-6/+2
* Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bitAndreas Jaeger2012-03-141-5/+5
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-1/+1
* Fix sin, cos, tan in non-default rounding modes (bug 3976).Joseph Myers2012-03-021-34/+75
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+1
* Fix accuracy problem in generic sinUlrich Drepper2011-10-291-1/+1
* Cleanup FMA4 patchUlrich Drepper2011-10-251-15/+49
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-241-100/+110
* * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper2009-04-261-3/+12
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-1/+1
* 2002-08-20 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-201-1/+1
* Update.Andreas Jaeger2002-07-061-1/+2
* Update.Andreas Jaeger2001-05-121-0/+1
* Update.Ulrich Drepper2001-03-131-26/+31
* Fix warnings.Ulrich Drepper2001-03-121-20/+29
* Update.Ulrich Drepper2001-03-121-76/+1102
* Update.Ulrich Drepper1999-07-141-0/+87