Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix typo in csloww() | Allan McRae | 2013-12-27 | 1 | -1/+1 | |
* | Consolidate code to compute sin and cos from lookup tables | Siddhesh Poyarekar | 2013-12-20 | 1 | -232/+129 | |
* | Remove more redundant computations in s_sin.c | Siddhesh Poyarekar | 2013-12-20 | 1 | -42/+33 | |
* | Remove redundant arguments in reduce_and_compute | Siddhesh Poyarekar | 2013-12-20 | 1 | -4/+4 | |
* | Remove some redundant computations in s_sin.c | Siddhesh Poyarekar | 2013-12-20 | 1 | -24/+15 | |
* | Minor code cleanup in s_sin.c | Siddhesh Poyarekar | 2013-12-16 | 1 | -20/+13 | |
* | Consolidate definition of constant t22 | Siddhesh Poyarekar | 2013-12-11 | 1 | -9/+3 | |
* | Use double constants instead of the struct number | Siddhesh Poyarekar | 2013-12-11 | 1 | -90/+89 | |
* | Format floating routines. | Ondřej Bílka | 2013-10-17 | 1 | -1/+1 | |
* | Consolidate multiple precision sin/cos functions | Siddhesh Poyarekar | 2013-10-08 | 1 | -17/+15 | |
* | Consolidate common code into macros | Siddhesh Poyarekar | 2013-09-19 | 1 | -74/+62 | |
* | Consolidate sin/cos table lookup code | Siddhesh Poyarekar | 2013-09-19 | 1 | -114/+35 | |
* | Consolidate sin/cos computation for large inputs | Siddhesh Poyarekar | 2013-09-19 | 1 | -47/+36 | |
* | Remove redundant goto lines | Siddhesh Poyarekar | 2013-09-19 | 1 | -40/+3 | |
* | Format s_sin.c | Siddhesh Poyarekar | 2013-04-30 | 1 | -904/+1212 | |
* | Removed commented code | Siddhesh Poyarekar | 2013-03-26 | 1 | -10/+0 | |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 | |
* | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2013-01-01 | 1 | -1/+1 | |
* | Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}. | Richard Henderson | 2012-03-19 | 1 | -6/+2 | |
* | Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit | Andreas Jaeger | 2012-03-14 | 1 | -5/+5 | |
* | Use <> for math.h and math_private.h everywhere. | Richard Henderson | 2012-03-09 | 1 | -1/+1 | |
* | Fix sin, cos, tan in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 1 | -34/+75 | |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -2/+1 | |
* | Fix accuracy problem in generic sin | Ulrich Drepper | 2011-10-29 | 1 | -1/+1 | |
* | Cleanup FMA4 patch | Ulrich Drepper | 2011-10-25 | 1 | -15/+49 | |
* | Optimize accurate 64-bit routines for FMA4 on x86-64 | Ulrich Drepper | 2011-10-24 | 1 | -100/+110 | |
* | * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf. | Ulrich Drepper | 2009-04-26 | 1 | -3/+12 | |
* | 2002-08-26 Brian Youmans <3diff@gnu.org> | Roland McGrath | 2002-08-26 | 1 | -1/+1 | |
* | 2002-08-20 Brian Youmans <3diff@gnu.org> | Roland McGrath | 2002-08-20 | 1 | -1/+1 | |
* | Update. | Andreas Jaeger | 2002-07-06 | 1 | -1/+2 | |
* | Update. | Andreas Jaeger | 2001-05-12 | 1 | -0/+1 | |
* | Update. | Ulrich Drepper | 2001-03-13 | 1 | -26/+31 | |
* | Fix warnings. | Ulrich Drepper | 2001-03-12 | 1 | -20/+29 | |
* | Update. | Ulrich Drepper | 2001-03-12 | 1 | -76/+1102 | |
* | Update. | Ulrich Drepper | 1999-07-14 | 1 | -0/+87 |