aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/math_private.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-28Fix clog, clog10 inaccuracy (bug 19016).Joseph Myers1-2/+2
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers1-0/+52
2015-09-18Avoid excess range overflowing results from cosh, sinh, lgamma (bug 18980).Joseph Myers1-0/+24
2015-09-10Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers1-0/+16
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers1-3/+3
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers1-4/+4
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers1-2/+2
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers1-2/+2
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers1-2/+2
2014-06-23Add generic HAVE_RM_CTX implementationWilco Dijkstra1-19/+96
2014-03-17Revert "Fix HAVE_RM_CTX -Wundef warnings"Will Newton1-1/+1
2014-03-17Fix HAVE_RM_CTX -Wundef warningsWill Newton1-1/+1
2013-10-08Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar1-4/+2
2013-06-12Set/restore rounding mode only when neededSiddhesh Poyarekar1-14/+41
2013-06-05Skip modifying exception mask and flags in SET_RESTORE_ROUND_53BITSiddhesh Poyarekar1-6/+6
2013-05-08Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers1-0/+12
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers1-0/+16
2012-09-25Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).Joseph Myers1-0/+7
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella1-0/+3
2012-03-28Avoid overflows from long double functions using __kernel_standard.Joseph Myers1-0/+1
2012-03-19Create and use libc_feupdateenv_test.Richard Henderson1-0/+18
2012-03-19Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson1-0/+69
2012-03-19Convert libc_feholdexcept et al from macros to inline functions.Richard Henderson1-21/+78
2012-03-19Make inline __isnan, __isinf_ns, __finite generic.Richard Henderson1-13/+26
2012-03-14Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bitAndreas Jaeger1-0/+5
2012-03-09Move math/math_private.h to sysdeps/generic/math_private.h.Richard Henderson1-0/+392