about summary refs log tree commit diff
path: root/sysdeps/ieee754/flt-32/e_powf.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
* Remove duplicate inline implementation of issignalingfPaul A. Clarke2019-11-221-2/+2
* 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
* Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy2018-12-111-0/+12
* Fix the documentation comment of checkint in powfSzabolcs Nagy2018-09-191-1/+2
* Use uint32_t sign in single precision math error handling functionsSzabolcs Nagy2018-07-021-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Add libm_alias_*_other_r macros.Joseph Myers2017-10-101-0/+2
* Do not wrap logf, log2f and powfSzabolcs Nagy2017-10-021-2/+7
* New generic powfSzabolcs Nagy2017-09-291-199/+189
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-031-3/+3
* Optimized version of powf()Paul Clarke2017-06-231-101/+70
* Fix powf inaccuracy (bug 21112).Joseph Myers2017-02-071-2/+2
* Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers2016-12-021-2/+2
* Fix powf inaccuracy (bug 18956).Joseph Myers2015-09-261-1/+3
* Fix pow missing underflows (bug 18825).Joseph Myers2015-09-251-1/+6
* Fix powf (close to -1, large) (bug 18647).Joseph Myers2015-08-051-1/+1
* Fix spurious underflows from pow with results close to 1 (bug 14811).Joseph Myers2012-11-071-0/+4
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
* Optimize libmUlrich Drepper2011-10-121-28/+18
* Update.Ulrich Drepper2001-02-191-0/+4
* Update.Ulrich Drepper1999-07-141-0/+253