summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/e_exp.c
AgeCommit message (Expand)Author
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2018-04-15Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty
2018-02-15Remove mplog and mpexpWilco Dijkstra
2018-02-12Remove slow paths from expSzabolcs Nagy
2018-02-12Remove slow paths from powWilco Dijkstra
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-03-24Fix implicit __isinf declarations in exp.Joseph Myers
2014-03-24Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-03Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers
2013-10-08Format e_exp.cSiddhesh Poyarekar
2013-03-26Removed commented codeSiddhesh Poyarekar
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-03-19Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson
2012-03-02Fix exp in non-default rounding modes (bug 3976).Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-25Cleanup FMA4 patchUlrich Drepper
2011-10-24Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper
2011-10-15Optimize expUlrich Drepper
2003-12-28Do not raise execptions for exp(NaN).Andreas Jaeger
2002-08-262002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath
2002-08-202002-08-20 Brian Youmans <3diff@gnu.org>Roland McGrath
2002-07-06Update.Andreas Jaeger
2001-05-12Update.Andreas Jaeger
2001-03-12Fix warnings.Ulrich Drepper
2001-03-12Update.Ulrich Drepper
2000-06-28Update.Ulrich Drepper
1999-07-14Update.Ulrich Drepper