summaryrefslogtreecommitdiff
path: root/sysdeps/generic/math_private.h
AgeCommit message (Expand)Author
2013-10-08Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar
2013-06-12Set/restore rounding mode only when neededSiddhesh Poyarekar
2013-06-05Skip modifying exception mask and flags in SET_RESTORE_ROUND_53BITSiddhesh Poyarekar
2013-05-08Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers
2012-09-25Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629).Joseph Myers
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella
2012-03-28Avoid overflows from long double functions using __kernel_standard.Joseph Myers
2012-03-19Create and use libc_feupdateenv_test.Richard Henderson
2012-03-19Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson
2012-03-19Convert libc_feholdexcept et al from macros to inline functions.Richard Henderson
2012-03-19Make inline __isnan, __isinf_ns, __finite generic.Richard Henderson
2012-03-14Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bitAndreas Jaeger
2012-03-09Move math/math_private.h to sysdeps/generic/math_private.h.Richard Henderson