Age | Commit message (Expand) | Author | Files | Lines |
2017-05-15 | float128: Add private _Float128 declarations for libm. | Paul E. Murphy | 1 | -1/+50 |
2017-05-04 | ldbl-128: Use mathx_hidden_def inplace of hidden_def | Paul E. Murphy | 1 | -0/+4 |
2017-04-24 | Macroize function declarations in math_private.h | Gabriel F. T. Gomes | 1 | -170/+22 |
2017-04-10 | Remove unneeded declarations from math_private.h | Gabriel F. T. Gomes | 1 | -20/+0 |
2017-03-30 | Change return type in the declaration of __ieee754_rem_pio2l | Gabriel F. T. Gomes | 1 | -1/+1 |
2017-02-25 | Allow direct use of math_ldbl.h in testsuite. | Zack Weinberg | 1 | -2/+2 |
2016-11-10 | Refactor some libm type-generic macros. | Joseph Myers | 1 | -6/+1 |
2016-09-20 | Remove __nan{f,,l} macros | Paul E. Murphy | 1 | -7/+0 |
2016-09-01 | Remove unneeded stubs for k_rem_pio2l. | Paul E. Murphy | 1 | -2/+0 |
2015-09-28 | Fix clog, clog10 inaccuracy (bug 19016). | Joseph Myers | 1 | -2/+2 |
2015-09-23 | Refactor code forcing underflow exceptions. | Joseph Myers | 1 | -0/+52 |
2015-09-18 | Avoid excess range overflowing results from cosh, sinh, lgamma (bug 18980). | Joseph Myers | 1 | -0/+24 |
2015-09-10 | Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558). | Joseph Myers | 1 | -0/+16 |
2015-01-07 | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 1 | -3/+3 |
2015-01-07 | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 1 | -4/+4 |
2015-01-06 | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 1 | -2/+2 |
2015-01-05 | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 1 | -2/+2 |
2014-12-31 | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 1 | -2/+2 |
2014-06-23 | Add generic HAVE_RM_CTX implementation | Wilco Dijkstra | 1 | -19/+96 |
2014-03-17 | Revert "Fix HAVE_RM_CTX -Wundef warnings" | Will Newton | 1 | -1/+1 |
2014-03-17 | Fix HAVE_RM_CTX -Wundef warnings | Will Newton | 1 | -1/+1 |
2013-10-08 | Consolidate multiple precision sin/cos functions | Siddhesh Poyarekar | 1 | -4/+2 |
2013-06-12 | Set/restore rounding mode only when needed | Siddhesh Poyarekar | 1 | -14/+41 |
2013-06-05 | Skip modifying exception mask and flags in SET_RESTORE_ROUND_53BIT | Siddhesh Poyarekar | 1 | -6/+6 |
2013-05-08 | Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426). | Joseph Myers | 1 | -0/+12 |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 1 | -0/+16 |
2012-09-25 | Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). | Joseph Myers | 1 | -0/+7 |
2012-04-17 | Fix ilogb exception and errno (bug 6794) | Adhemerval Zanella | 1 | -0/+3 |
2012-03-28 | Avoid overflows from long double functions using __kernel_standard. | Joseph Myers | 1 | -0/+1 |
2012-03-19 | Create and use libc_feupdateenv_test. | Richard Henderson | 1 | -0/+18 |
2012-03-19 | Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}. | Richard Henderson | 1 | -0/+69 |
2012-03-19 | Convert libc_feholdexcept et al from macros to inline functions. | Richard Henderson | 1 | -21/+78 |
2012-03-19 | Make inline __isnan, __isinf_ns, __finite generic. | Richard Henderson | 1 | -13/+26 |
2012-03-14 | Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit | Andreas Jaeger | 1 | -0/+5 |
2012-03-09 | Move math/math_private.h to sysdeps/generic/math_private.h. | Richard Henderson | 1 | -0/+392 |