Searched defs:log10 (Results 1 - 18 of 18) sorted by last modified time

/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm923 sub log10 { subroutine
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_math.h884 double log10(double __x) { return __ocml_log10_f64(__x); } function
H A D__clang_cuda_math.h172 __DEVICE__ double log10(double __a) { return __nv_log10(__a); } function
H A D__clang_cuda_cmath.h159 __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
/openbsd-current/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { function in namespace:std
/openbsd-current/lib/libm/hidden/
H A Dmath.h131 PROTO_NORMAL(log10); variable
/openbsd-current/lib/libm/src/
H A De_log10.c60 log10(double x) function
85 DEF_STD(log10); variable
86 LDBL_MAYBE_UNUSED_CLONE(log10); variable
[all...]
/openbsd-current/include/
H A Dtgmath.h143 #define log10(x) __tg_simple(x, log10) macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h60 #undef log10 macro
/openbsd-current/gnu/gcc/libstdc++-v3/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
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_complex.h774 log10(const complex<_Tp>& __z) function
/openbsd-current/gnu/gcc/gcc/config/m68k/
H A Dmath-68881.h279 log10 (double x) function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h71 #undef log10 macro
498 log10(float __x) { return __gnu_cxx::__c99_binding::log10f(__x); } function in namespace:std
506 log10(long double __x) { return ::log10l(__x); } function in namespace:std
509 log10(long double __x) { return ::log10(static_cast<double>(__x)); } function in namespace:std
514 log10(_Tp __x) function in namespace:std
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-cmds.c553 int cmdlen, log10; local
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h60 #undef log10 macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_complex.h503 log10(const complex<_Tp>& __z) function in namespace:std
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmath-68881.h279 log10 (double x) function

Completed in 220 milliseconds