about summary refs log tree commit diff
path: root/sysdeps/ieee754/flt-32/w_expf.c
Commit message (Collapse)AuthorAgeFilesLines
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* ↵Wilco Dijkstra2015-06-031-3/+3
| | | | to use standard C99 macros. This has no effect on generated code.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers2012-05-051-16/+5
|
* Use non-signaling floating-point comparisons in math functions.Aurelien Jarno2012-02-191-3/+3
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Optimize expUlrich Drepper2011-10-151-52/+38
| | | | Add __exp*_finite optimizations and rewrite some wrappers.
* Correct errno handling in expm1.Andreas Schwab2009-10-191-0/+1
|
* [BZ #3406]Ulrich Drepper2008-05-111-1/+1
| | | | | | | 2008-02-11 Joseph Myers <joseph@codesourcery.com> [BZ #3406] * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Correct value. * math/libm-test.inc (exp_test): Test 88.72269439697265625.
* Update.Ulrich Drepper1999-07-141-0/+59