Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpc/dist/src/
H A Dlog10.c25 mpfr_const_log10 (mpfr_ptr log10) in mpfr_const_log10()
38 mpfr_t log10; in mpc_log10() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d239 alias core.stdc.math.log10 log10; in version() local
241 alias core.stdc.math.log10f log10; in version() local
243 alias core.stdc.math.log10l log10; in version() local
739 alias core.stdc.math.log10 log10; in version() local
741 alias core.stdc.math.log10f log10; in version() local
743 alias core.stdc.math.log10l log10; in version() local
1229 alias core.stdc.math.log10 log10; variable
1231 alias core.stdc.math.log10f log10; variable
1233 alias core.stdc.math.log10l log10; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { in log10() function
/netbsd-src/lib/libm/src/
H A Dnamespace.h67 #define log10 _log10 macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h279 log10 (double x) in log10() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h279 log10 (double x) in log10() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h982 inline _LIBCPP_INLINE_VISIBILITY float log10(float __lcpp_x) _NOEXCEPT {return ::log10f… in log10() function
983 inline _LIBCPP_INLINE_VISIBILITY long double log10(long double __lcpp_x) _NOEXCEPT {return ::log10l… in log10() function
989 log10(_A1 __lcpp_x) _NOEXCEPT {return ::log10((double)__lcpp_x);} in log10() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_cmath.h159 __DEVICE__ float log10(float __x) { return ::log10f(__x); } in log10() function
H A D__clang_cuda_math.h170 __DEVICE__ double log10(double __a) { return __nv_log10(__a); } in log10() function
H A Dtgmath.h936 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h101 #define log10(x) __TGMATH_REAL(x, log10) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h101 #define log10(x) __TGMATH_REAL(x, log10) macro
/netbsd-src/include/
H A Dtgmath.h170 #define log10(a) __TG_FN1(log10, (a)) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h498 log10, enumerator
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dexponential.d3073 real log10(real x) @safe pure nothrow @nogc in log10() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf125 log10, 89 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf125 log10, 89 keyword
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d3464 real log10(real x) @safe pure nothrow @nogc in log10() function