about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/e_log.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* 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
* 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
* Remove the error handling wrapper from logSzabolcs Nagy2018-11-211-3/+13
* Add new log implementationSzabolcs Nagy2018-09-121-146/+111
* Remove slow paths from logWilco Dijkstra2018-02-071-111/+16
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-151-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix log (1) in round-downward mode (bug 16731).Joseph Myers2014-03-211-0/+4
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-5/+5
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Format floating routines.Ondřej Bílka2013-10-171-8/+8
* Add systemtap markers to math function slow pathsSiddhesh Poyarekar2013-10-111-1/+6
* Remove ONE and MONESiddhesh Poyarekar2013-03-291-3/+3
* Remove ZERO and MZERO macrosSiddhesh Poyarekar2013-03-291-14/+14
* Format e_log.cSiddhesh Poyarekar2013-03-291-95/+133
* Removed commented codeSiddhesh Poyarekar2013-03-261-3/+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
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-2/+1
* Cleanup FMA4 patchUlrich Drepper2011-10-251-1/+7
* 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
* Add some __builtin_expect to generic __ieee754_logUlrich Drepper2011-10-211-3/+3
* Optimize libmUlrich Drepper2011-10-121-8/+12
* 2002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-261-1/+1
* 2002-08-20 Brian Youmans <3diff@gnu.org>Roland McGrath2002-08-201-1/+1
* Update.Andreas Jaeger2002-07-061-2/+3
* Update.Andreas Jaeger2001-05-121-0/+2
* Update.Ulrich Drepper2001-03-131-3/+3
* Fix warnings.Ulrich Drepper2001-03-121-2/+5
* Update.Ulrich Drepper2001-03-121-158/+190
* Update.Ulrich Drepper1999-07-141-0/+165