Home
last modified time | relevance | path

Searched defs:log10 (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/libstdc++/include/c_std/
Dstd_cmath.h322 log10(float __x) in log10() function
326 log10(long double __x) in log10() function
332 log10(_Tp __x) in log10() function
/freebsd-9-stable/contrib/gdb/gdb/cli/
Dcli-cmds.c553 int cmdlen, log10; in edit_command() local
/freebsd-9-stable/include/
Dtgmath.h183 #define log10(x) __tg_simple(x, log10) macro
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h348 log10, enumerator
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
Dtgmath.h943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro