about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/e_pow.c
Commit message (Expand)AuthorAgeFilesLines
* 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 powSzabolcs Nagy2018-11-211-3/+13
* Add new pow implementationSzabolcs Nagy2018-09-191-319/+339
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-3/+3
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-031-0/+1
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-101-0/+1
* Remove slow paths from powWilco Dijkstra2018-02-121-148/+24
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Avoid signed shift overflow in pow (bug 21309).Bernd Edlinger2017-12-191-1/+2
* Revert exp reimplementation (causes test failures).Joseph Myers2017-12-191-1/+1
* Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty2017-12-191-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers2016-12-021-5/+5
* Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers2016-12-021-1/+2
* Fix warnings from latest GCC.steve ellcey-CA Eng-Software2016-10-141-4/+4
* Eliminate redundant sign extensions in pow()Anton Blanchard2016-01-041-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Fix pow missing underflows (bug 18825).Joseph Myers2015-09-251-0/+2
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-031-2/+2
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-151-6/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers2014-06-231-20/+41
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Format e_pow.cSiddhesh Poyarekar2013-10-081-260/+313
* [BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge2013-04-051-7/+9
* Remove unreachable code.Thomas Schwinge2013-04-051-2/+1
* Removed commented codeSiddhesh Poyarekar2013-03-261-18/+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
* Demystify the magic number 134217729.0Siddhesh Poyarekar2012-12-291-4/+4
* Fix spurious underflows from pow with results close to 1 (bug 14811).Joseph Myers2012-11-071-0/+4
* Fix pow (0.0, -Inf) (bug 14241).Joseph Myers2012-06-151-2/+2
* Fix missing overflow exceptions from pow (bug 13873).Joseph Myers2012-04-091-2/+3
* Fix pow of zero and infinity to large powers.Joseph Myers2012-03-211-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 pow in non-default rounding modes (bug 3976).Joseph Myers2012-03-051-2/+11
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+1
* Cleanup FMA4 patchUlrich Drepper2011-10-251-5/+19
* Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper2011-10-241-0/+2
* Finish renamed DLA_FMA -> DLA_FMSUlrich Drepper2011-10-241-1/+1
* Clean up last dla.h changeUlrich Drepper2011-10-231-1/+1
* Start using fma in the libm implementationUlrich Drepper2011-10-221-1/+4
* Optimize libmUlrich Drepper2011-10-121-4/+5