about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/e_exp.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Remove the error handling wrapper from exp and exp2Szabolcs Nagy2018-11-211-3/+14
* Add new pow implementationSzabolcs Nagy2018-09-191-27/+8
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-331/+154
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-031-0/+1
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-111-0/+1
* Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty2018-04-151-7/+39
* Remove mplog and mpexpWilco Dijkstra2018-02-151-1/+0
* Remove slow paths from expSzabolcs Nagy2018-02-121-45/+17
* Remove slow paths from powWilco Dijkstra2018-02-121-27/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-191-215/+183
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-191-183/+215
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-4/+1
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-031-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix implicit __isinf declarations in exp.Joseph Myers2014-03-241-0/+1
* Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers2014-03-241-143/+153
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers2013-12-031-3/+14
* Format e_exp.cSiddhesh Poyarekar2013-10-081-164/+242
* Removed commented codeSiddhesh Poyarekar2013-03-261-6/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-011-1/+1
* Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson2012-03-191-3/+1
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-1/+1
* Fix exp in non-default rounding modes (bug 3976).Joseph Myers2012-03-021-14/+24
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+1
* Cleanup FMA4 patchUlrich Drepper2011-10-251-2/+10
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-241-0/+2
* Optimize expUlrich Drepper2011-10-151-1/+2
* Do not raise execptions for exp(NaN).Andreas Jaeger2003-12-281-2/+2
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-1/+1
* 2002-08-20 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-201-1/+1
* Update.Andreas Jaeger2002-07-061-1/+2
* Update.Andreas Jaeger2001-05-121-1/+3
* Fix warnings.Ulrich Drepper2001-03-121-4/+10
* Update.Ulrich Drepper2001-03-121-160/+240
* Update.Ulrich Drepper2000-06-281-1/+2
* Update.Ulrich Drepper1999-07-141-0/+162