/netbsd-src/external/lgpl3/mpc/dist/src/ |
H A D | log10.c | 25 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 D | tgmath.d | 239 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 D | complex_cmath.h | 114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { in log10() function
|
/netbsd-src/lib/libm/src/ |
H A D | namespace.h | 67 #define log10 _log10 macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | math-68881.h | 279 log10 (double x) in log10() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 279 log10 (double x) in log10() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 982 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.h | 159 __DEVICE__ float log10(float __x) { return ::log10f(__x); } in log10() function
|
H A D | __clang_cuda_math.h | 170 __DEVICE__ double log10(double __a) { return __nv_log10(__a); } in log10() function
|
H A D | tgmath.h | 936 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 101 #define log10(x) __TGMATH_REAL(x, log10) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 101 #define log10(x) __TGMATH_REAL(x, log10) macro
|
/netbsd-src/include/ |
H A D | tgmath.h | 170 #define log10(a) __TG_FN1(log10, (a)) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | declaration.h | 498 log10, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | exponential.d | 3073 real log10(real x) @safe pure nothrow @nogc in log10() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 125 log10, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 125 log10, 89 keyword
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 3464 real log10(real x) @safe pure nothrow @nogc in log10() function
|