| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -3/+3 |
* | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -4/+4 |
* | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 2015-01-06 | 1 | -2/+2 |
* | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 2015-01-05 | 1 | -2/+2 |
* | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 2014-12-31 | 1 | -2/+2 |
* | Add generic HAVE_RM_CTX implementation | Wilco Dijkstra | 2014-06-23 | 1 | -19/+96 |
* | Revert "Fix HAVE_RM_CTX -Wundef warnings" | Will Newton | 2014-03-17 | 1 | -1/+1 |
* | Fix HAVE_RM_CTX -Wundef warnings | Will Newton | 2014-03-17 | 1 | -1/+1 |
* | Consolidate multiple precision sin/cos functions | Siddhesh Poyarekar | 2013-10-08 | 1 | -4/+2 |
* | Set/restore rounding mode only when needed | Siddhesh Poyarekar | 2013-06-12 | 1 | -14/+41 |
* | Skip modifying exception mask and flags in SET_RESTORE_ROUND_53BIT | Siddhesh Poyarekar | 2013-06-05 | 1 | -6/+6 |
* | Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426). | Joseph Myers | 2013-05-08 | 1 | -0/+12 |
* | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 2012-11-03 | 1 | -0/+16 |
* | Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). | Joseph Myers | 2012-09-25 | 1 | -0/+7 |
* | Fix ilogb exception and errno (bug 6794) | Adhemerval Zanella | 2012-04-17 | 1 | -0/+3 |
* | Avoid overflows from long double functions using __kernel_standard. | Joseph Myers | 2012-03-28 | 1 | -0/+1 |
* | Create and use libc_feupdateenv_test. | Richard Henderson | 2012-03-19 | 1 | -0/+18 |
* | Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}. | Richard Henderson | 2012-03-19 | 1 | -0/+69 |
* | Convert libc_feholdexcept et al from macros to inline functions. | Richard Henderson | 2012-03-19 | 1 | -21/+78 |
* | Make inline __isnan, __isinf_ns, __finite generic. | Richard Henderson | 2012-03-19 | 1 | -13/+26 |
* | Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit | Andreas Jaeger | 2012-03-14 | 1 | -0/+5 |
* | Move math/math_private.h to sysdeps/generic/math_private.h. | Richard Henderson | 2012-03-09 | 1 | -0/+392 |