log10              24 maint/gnulib/lib/log10.c #undef log10
log10              37 maint/gnulib/lib/log10.c   return log10 (x);
log10              40 maint/gnulib/lib/log10f.c   return (float) log10 ((double) x);
log10              27 maint/gnulib/lib/log10l.c   return log10 (x);
log10            1550 maint/gnulib/lib/math.in.h _GL_FUNCDECL_RPL (log10, double, (double x));
log10            1551 maint/gnulib/lib/math.in.h _GL_CXXALIAS_RPL (log10, double, (double x));
log10            1553 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (log10, double, (double x));
log10            1556 maint/gnulib/lib/math.in.h _GL_CXXALIASWARN1 (log10, double, (double x));
log10            1561 maint/gnulib/lib/math.in.h _GL_WARN_ON_USE (log10, "log10 has portability problems - "
log10              36 maint/gnulib/tests/test-log10-ieee.c #define LOG10 log10
log10              24 maint/gnulib/tests/test-log10.c SIGNATURE_CHECK (log10, double, (double));
log10              36 maint/gnulib/tests/test-log10.c #define LOG10 log10
log10              45 maint/gnulib/tests/test-log10.c   y = log10 (x);
log10             249 maint/gnulib/tests/test-math-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::log10, double, (double));