aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/e_log2.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-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-11-21Remove the error handling wrapper from log2Szabolcs Nagy1-3/+13
2018-09-12Add new log2 implementationSzabolcs Nagy1-116/+124
2017-09-29Use fabs(f/l) rather than __fabsWilco Dijkstra1-1/+1
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers1-1/+1
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho1-1/+1
2015-10-05Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers1-1/+6
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-3/+3
2013-10-17Format floating routines.Ondřej Bílka1-14/+14
2012-05-15Log2 and log10 for wordsize-64.Adhemerval Zanella1-53/+61
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2011-10-12Optimize libmUlrich Drepper1-22/+12
2001-06-06Update.Ulrich Drepper1-0/+130