about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/e_pow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [BZ #4096]Ulrich Drepper2007-03-051-11/+11
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-11/+11
* .Jakub Jelinek2007-07-311-11/+11
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-11/+11
* 2.5-18.1Jakub Jelinek2007-07-121-11/+11
* * sysdeps/ieee754/dbl-64/e_pow.c (log2): Rename to my_log2 toAndreas Jaeger2004-01-231-5/+5
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-1/+1
* Update.Ulrich Drepper2002-08-241-1/+19
* 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/+2
* Update.Ulrich Drepper2001-03-131-11/+33
* Fix a typo in the function name.Ulrich Drepper2001-03-121-1/+1
* Fix warnings.Ulrich Drepper2001-03-121-6/+24
* Update.Ulrich Drepper2001-03-121-335/+307
* Update.Ulrich Drepper2001-02-191-0/+4
* Update.Ulrich Drepper1999-07-141-0/+352