aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/e_log10.c
AgeCommit message (Collapse)Author
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2013-10-17Format floating routines.Ondřej Bílka
2012-05-15Log2 and log10 for wordsize-64.Adhemerval Zanella
This patch also fixes indentation on default dbl-64 code.
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson
Entire tree edited via find | grep | sed.
2011-10-12Optimize libmUlrich Drepper
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
1999-07-14Update.Ulrich Drepper