summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_logb.c
AgeCommit message (Expand)Author
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers
2015-10-05Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2013-10-17Format floating routines.Ondřej Bílka
2012-05-26Optimize handling of denormals in logb/logbf/logblAndreas Schwab
2012-05-10Fix for logb/logbf/logbl (bugs 13954/13955/13956)Adhemerval Zanella
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers
1999-07-14Update.Ulrich Drepper