aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_sin.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-27Fix typo in csloww()Allan McRae1-1/+1
2013-12-20Consolidate code to compute sin and cos from lookup tablesSiddhesh Poyarekar1-232/+129
2013-12-20Remove more redundant computations in s_sin.cSiddhesh Poyarekar1-42/+33
2013-12-20Remove redundant arguments in reduce_and_computeSiddhesh Poyarekar1-4/+4
2013-12-20Remove some redundant computations in s_sin.cSiddhesh Poyarekar1-24/+15
2013-12-16Minor code cleanup in s_sin.cSiddhesh Poyarekar1-20/+13
2013-12-11Consolidate definition of constant t22Siddhesh Poyarekar1-9/+3
2013-12-11Use double constants instead of the struct numberSiddhesh Poyarekar1-90/+89
2013-10-17Format floating routines.Ondřej Bílka1-1/+1
2013-10-08Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar1-17/+15
2013-09-19Consolidate common code into macrosSiddhesh Poyarekar1-74/+62
2013-09-19Consolidate sin/cos table lookup codeSiddhesh Poyarekar1-114/+35
2013-09-19Consolidate sin/cos computation for large inputsSiddhesh Poyarekar1-47/+36
2013-09-19Remove redundant goto linesSiddhesh Poyarekar1-40/+3
2013-04-30Format s_sin.cSiddhesh Poyarekar1-904/+1212
2013-03-26Removed commented codeSiddhesh Poyarekar1-10/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-1/+1
2012-03-19Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson1-6/+2
2012-03-14Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bitAndreas Jaeger1-5/+5
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-1/+1
2012-03-02Fix sin, cos, tan in non-default rounding modes (bug 3976).Joseph Myers1-34/+75
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-2/+1
2011-10-29Fix accuracy problem in generic sinUlrich Drepper1-1/+1
2011-10-25Cleanup FMA4 patchUlrich Drepper1-15/+49
2011-10-24Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper1-100/+110
2009-04-26* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper1-3/+12
2002-08-262002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath1-1/+1
2002-08-202002-08-20 Brian Youmans <3diff@gnu.org>Roland McGrath1-1/+1
2002-07-06Update.Andreas Jaeger1-1/+2
2001-05-12Update.Andreas Jaeger1-0/+1
2001-03-13Update.Ulrich Drepper1-26/+31
2001-03-12Fix warnings.Ulrich Drepper1-20/+29
2001-03-12Update.Ulrich Drepper1-76/+1102
1999-07-14Update.Ulrich Drepper1-0/+87