Searched defs:log10 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h60 #undef log10 macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h73 #undef log10 macro
322 log10(float __x) function
326 log10(long double __x) function
332 log10(_Tp __x) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h141 __DEVICE__ float log10(float __x) { return ::log10f(__x); } function
H A Dtgmath.h935 #undef log10 macro
936 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_device_functions.h1604 __DEVICE__ double log10(double __a) { return __nv_log10(__a); } function
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_complex.h774 log10(const complex<_Tp>& __z) function
/freebsd-11-stable/include/
H A Dtgmath.h184 #define log10(x) __tg_simple(x, log10) macro
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-cmds.c553 int cmdlen, log10; local

Completed in 204 milliseconds