]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/ieee754/dbl-64/s_sin.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / ieee754 / dbl-64 / s_sin.c
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-09-29  Joseph MyersUse libm_alias_double for some dbl-64 functions.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-10-06  Siddhesh PoyarekarUpdate comments for some functions in s_sin.c
2016-10-06  Siddhesh PoyarekarMake quadrant shift a boolean in reduce_and_compute...
2016-10-05  Siddhesh PoyarekarCheck n instead of k1 to decide on sign of sin/cos...
2016-10-05  Siddhesh PoyarekarMake the quadrant shift K a bool in do_sincos_* functions
2016-09-29  Siddhesh PoyarekarUse copysign instead of ternary for some sin/cos input...
2016-09-29  Siddhesh PoyarekarUse copysign instead of ternary conditions for positive...
2016-09-29  Siddhesh Poyarekarconsolidate sign checks for slow2
2016-09-02  Siddhesh PoyarekarInline all support functions for sin and cos
2016-09-02  Siddhesh PoyarekarUse do_sin for sin(x) where 0.25 < |x| < 0.855469
2016-09-02  Siddhesh PoyarekarConsolidate input partitioning into do_cos and do_sin
2016-08-30  Siddhesh PoyarekarUse fabs(x) instead of branching on signedness of input...
2016-08-30  Siddhesh PoyarekarAdd fall through comments
2016-08-30  Siddhesh PoyarekarConsolidate reduce_and_compute code
2016-07-18  Siddhesh PoyarekarFix cos computation for multiple precision fallback...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-21  Siddhesh PoyarekarConsolidate sincos computation for 2.426265 < |x| ...
2015-12-21  Siddhesh PoyarekarConsolidate sin and cos code for 105414350 <|x|< 281474...
2015-12-21  Siddhesh PoyarekarConsolidate range reduction in sincos for x > 281474976...
2015-11-17  Siddhesh PoyarekarInclude s_sin.c in s_sincos.c
2015-11-17  Siddhesh PoyarekarRemove redundant else clauses in s_sin.c
2015-09-23  Joseph MyersRefactor code forcing underflow exceptions.
2015-06-23  Joseph MyersFix sin, sincos missing underflows (bug 16526, bug...
2015-05-15  Wilco DijkstraRemove various ABS macros and replace uses with fabs...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-02-27  Siddhesh PoyarekarFix sign of input to bsloww1 (BZ #16623)
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-27  Allan McRaeFix typo in csloww()
2013-12-20  Siddhesh PoyarekarConsolidate code to compute sin and cos from lookup...
2013-12-20  Siddhesh PoyarekarRemove more redundant computations in s_sin.c
2013-12-20  Siddhesh PoyarekarRemove redundant arguments in reduce_and_compute
2013-12-20  Siddhesh PoyarekarRemove some redundant computations in s_sin.c
2013-12-16  Siddhesh PoyarekarMinor code cleanup in s_sin.c
2013-12-11  Siddhesh PoyarekarConsolidate definition of constant t22
2013-12-11  Siddhesh PoyarekarUse double constants instead of the struct number
2013-10-17  Ondřej BílkaFormat floating routines.
2013-10-08  Siddhesh PoyarekarConsolidate multiple precision sin/cos functions
2013-09-19  Siddhesh PoyarekarConsolidate common code into macros
2013-09-19  Siddhesh PoyarekarConsolidate sin/cos table lookup code
2013-09-19  Siddhesh PoyarekarConsolidate sin/cos computation for large inputs
2013-09-19  Siddhesh PoyarekarRemove redundant goto lines
2013-04-30  Siddhesh PoyarekarFormat s_sin.c
2013-03-26  Siddhesh PoyarekarRemoved commented code
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01  Joseph MyersAdd script to update copyright notices and reformat...
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-03-19  Richard HendersonCreate and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.
2012-03-15  Andreas JaegerMerge branch 'bug13658-branch'
2012-03-15  Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-14  Andreas JaegerImplement and use libc_feholdexcept_setround_53bit...
2012-03-14  Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-10  Richard HendersonUse <> for math.h and math_private.h everywhere.
2012-03-07  Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-02  Joseph MyersFix sin, cos, tan in non-default rounding modes (bug...
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2011-10-29  Ulrich DrepperFix accuracy problem in generic sin
2011-10-25  Ulrich DrepperCleanup FMA4 patch
2011-10-25  Ulrich DrepperOptimize accurate 64-bit routines for FMA4 on x86-64
2009-04-26  Ulrich Drepper* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.
2002-08-26  Roland McGrath2002-08-26 Brian Youmans <3diff@gnu.org>
2002-08-20  Roland McGrath2002-08-20 Brian Youmans <3diff@gnu.org>
2002-07-06  Andreas JaegerUpdate.
2001-05-12  Andreas JaegerUpdate.
2001-03-13  Ulrich DrepperUpdate.
2001-03-12  Ulrich DrepperFix warnings.
2001-03-12  Ulrich DrepperUpdate.
1999-07-14  Ulrich DrepperUpdate.