aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/e_pow.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-2/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy1-3/+13
2018-09-19Add new pow implementationSzabolcs Nagy1-319/+339
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy1-3/+3
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers1-0/+1
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-0/+1
2018-02-12Remove slow paths from powWilco Dijkstra1-148/+24
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-19Avoid signed shift overflow in pow (bug 21309).Bernd Edlinger1-1/+2
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers1-1/+1
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-02Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers1-5/+5
2016-12-02Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers.Joseph Myers1-1/+2
2016-10-14Fix warnings from latest GCC.steve ellcey-CA Eng-Software1-4/+4
2016-01-04Eliminate redundant sign extensions in pow()Anton Blanchard1-2/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-09-25Fix pow missing underflows (bug 18825).Joseph Myers1-0/+2
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra1-2/+2
2015-05-15Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra1-6/+6
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-06-23Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers1-20/+41
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-10-08Format e_pow.cSiddhesh Poyarekar1-260/+313
2013-04-05[BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge1-7/+9
2013-04-05Remove unreachable code.Thomas Schwinge1-2/+1
2013-03-26Removed commented codeSiddhesh Poyarekar1-18/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-1/+1
2012-12-29Demystify the magic number 134217729.0Siddhesh Poyarekar1-4/+4
2012-11-07Fix spurious underflows from pow with results close to 1 (bug 14811).Joseph Myers1-0/+4
2012-06-15Fix pow (0.0, -Inf) (bug 14241).Joseph Myers1-2/+2
2012-04-09Fix missing overflow exceptions from pow (bug 13873).Joseph Myers1-2/+3
2012-03-21Fix pow of zero and infinity to large powers.Joseph Myers1-1/+1
2012-03-19Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}.Richard Henderson1-3/+1
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-1/+1
2012-03-05Fix pow in non-default rounding modes (bug 3976).Joseph Myers1-2/+11
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-2/+1
2011-10-25Cleanup FMA4 patchUlrich Drepper1-5/+19
2011-10-24Optimize accurate 64-bit routines for FMA4 on x86-64Ulrich Drepper1-0/+2
2011-10-24Finish renamed DLA_FMA -> DLA_FMSUlrich Drepper1-1/+1
2011-10-23Clean up last dla.h changeUlrich Drepper1-1/+1
2011-10-22Start using fma in the libm implementationUlrich Drepper1-1/+4
2011-10-12Optimize libmUlrich Drepper1-4/+5
2007-03-05[BZ #4096]Ulrich Drepper1-11/+11
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-11/+11