aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32/e_powf.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
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-11-22Remove duplicate inline implementation of issignalingfPaul A. Clarke1-2/+2
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-12-11Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy1-0/+12
2018-09-19Fix the documentation comment of checkint in powfSzabolcs Nagy1-1/+2
2018-07-02Use uint32_t sign in single precision math error handling functionsSzabolcs Nagy1-2/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-10-10Add libm_alias_*_other_r macros.Joseph Myers1-0/+2
2017-10-02Do not wrap logf, log2f and powfSzabolcs Nagy1-2/+7
2017-09-29New generic powfSzabolcs Nagy1-199/+189
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers1-3/+3
2017-06-23Optimized version of powf()Paul Clarke1-101/+70
2017-02-07Fix powf inaccuracy (bug 21112).Joseph Myers1-2/+2
2016-12-02Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers1-2/+2
2015-09-26Fix powf inaccuracy (bug 18956).Joseph Myers1-1/+3
2015-09-25Fix pow missing underflows (bug 18825).Joseph Myers1-1/+6
2015-08-05Fix powf (close to -1, large) (bug 18647).Joseph Myers1-1/+1
2012-11-07Fix spurious underflows from pow with results close to 1 (bug 14811).Joseph Myers1-0/+4
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2011-10-12Optimize libmUlrich Drepper1-28/+18
2001-02-19Update.Ulrich Drepper1-0/+4
1999-07-14Update.Ulrich Drepper1-0/+253