summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_sin.c
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-21Consolidate sincos computation for 2.426265 < |x| < 105414350Siddhesh Poyarekar
2015-12-21Consolidate sin and cos code for 105414350 <|x|< 281474976710656Siddhesh Poyarekar
2015-12-21Consolidate range reduction in sincos for x > 281474976710656Siddhesh Poyarekar
2015-11-17Include s_sin.c in s_sincos.cSiddhesh Poyarekar
2015-11-17Remove redundant else clauses in s_sin.cSiddhesh Poyarekar
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers
2015-06-23Fix sin, sincos missing underflows (bug 16526, bug 16538).Joseph Myers
2015-05-15Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-02-27Fix sign of input to bsloww1 (BZ #16623)Siddhesh Poyarekar
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-27Fix typo in csloww()Allan McRae
2013-12-20Consolidate code to compute sin and cos from lookup tablesSiddhesh Poyarekar
2013-12-20Remove more redundant computations in s_sin.cSiddhesh Poyarekar
2013-12-20Remove redundant arguments in reduce_and_computeSiddhesh Poyarekar
2013-12-20Remove some redundant computations in s_sin.cSiddhesh Poyarekar
2013-12-16Minor code cleanup in s_sin.cSiddhesh Poyarekar
2013-12-11Consolidate definition of constant t22Siddhesh Poyarekar
2013-12-11Use double constants instead of the struct numberSiddhesh Poyarekar
2013-10-17Format floating routines.Ondřej Bílka
2013-10-08Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar
2013-09-19Consolidate common code into macrosSiddhesh Poyarekar
2013-09-19Consolidate sin/cos table lookup codeSiddhesh Poyarekar
2013-09-19Consolidate sin/cos computation for large inputsSiddhesh Poyarekar
2013-09-19Remove redundant goto linesSiddhesh Poyarekar
2013-04-30Format s_sin.cSiddhesh Poyarekar
2013-03-26Removed commented codeSiddhesh Poyarekar
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-03-19Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson
2012-03-14Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bitAndreas Jaeger
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson
2012-03-02Fix sin, cos, tan in non-default rounding modes (bug 3976).Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-29Fix accuracy problem in generic sinUlrich Drepper
2011-10-25Cleanup FMA4 patchUlrich Drepper
2011-10-24Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper
2009-04-26* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper
2002-08-262002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath
2002-08-202002-08-20 Brian Youmans <3diff@gnu.org>Roland McGrath
2002-07-06Update.Andreas Jaeger
2001-05-12Update.Andreas Jaeger
2001-03-13Update.Ulrich Drepper
2001-03-12Fix warnings.Ulrich Drepper
2001-03-12Update.Ulrich Drepper
1999-07-14Update.Ulrich Drepper