/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/ |
D | logarithms.h | 42 inline _LIBCPP_HIDE_FROM_ABI float log10(float __x) _NOEXCEPT { return __builtin_log10f(__x); } in log10() function 45 _LIBCPP_HIDE_FROM_ABI double log10(double __x) _NOEXCEPT { in log10() function 49 inline _LIBCPP_HIDE_FROM_ABI long double log10(long double __x) _NOEXCEPT { return __builtin_log10l… in log10() function 52 inline _LIBCPP_HIDE_FROM_ABI double log10(_A1 __x) _NOEXCEPT { in log10() function
|
/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/ |
D | logarithms.h | 42 inline _LIBCPP_HIDE_FROM_ABI float log10(float __x) _NOEXCEPT { return __builtin_log10f(__x); } in log10() function 45 _LIBCPP_HIDE_FROM_ABI double log10(double __x) _NOEXCEPT { in log10() function 49 inline _LIBCPP_HIDE_FROM_ABI long double log10(long double __x) _NOEXCEPT { return __builtin_log10l… in log10() function 52 inline _LIBCPP_HIDE_FROM_ABI double log10(_A1 __x) _NOEXCEPT { in log10() function
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/c++/v1/__math/ |
D | logarithms.h | 42 inline _LIBCPP_HIDE_FROM_ABI float log10(float __x) _NOEXCEPT { return __builtin_log10f(__x); } in log10() function 45 _LIBCPP_HIDE_FROM_ABI double log10(double __x) _NOEXCEPT { in log10() function 49 inline _LIBCPP_HIDE_FROM_ABI long double log10(long double __x) _NOEXCEPT { return __builtin_log10l… in log10() function 52 inline _LIBCPP_HIDE_FROM_ABI double log10(_A1 __x) _NOEXCEPT { in log10() function
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/ |
D | logarithms.h | 42 inline _LIBCPP_HIDE_FROM_ABI float log10(float __x) _NOEXCEPT { return __builtin_log10f(__x); } in log10() function 45 _LIBCPP_HIDE_FROM_ABI double log10(double __x) _NOEXCEPT { in log10() function 49 inline _LIBCPP_HIDE_FROM_ABI long double log10(long double __x) _NOEXCEPT { return __builtin_log10l… in log10() function 52 inline _LIBCPP_HIDE_FROM_ABI double log10(_A1 __x) _NOEXCEPT { in log10() function
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/ |
D | logarithms.h | 42 inline _LIBCPP_HIDE_FROM_ABI float log10(float __x) _NOEXCEPT { return __builtin_log10f(__x); } in log10() function 45 _LIBCPP_HIDE_FROM_ABI double log10(double __x) _NOEXCEPT { in log10() function 49 inline _LIBCPP_HIDE_FROM_ABI long double log10(long double __x) _NOEXCEPT { return __builtin_log10l… in log10() function 52 inline _LIBCPP_HIDE_FROM_ABI double log10(_A1 __x) _NOEXCEPT { in log10() function
|
/prebuilts/go/linux-x86/src/math/ |
D | log10.go | 16 func log10(x float64) float64 { func
|
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
D | log10.rs | 35 pub fn log10(mut x: f64) -> f64 { in log10() function
|
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
D | log10.rs | 35 pub fn log10(mut x: f64) -> f64 { in log10() function
|
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
D | log10.rs | 35 pub fn log10(mut x: f64) -> f64 { in log10() function
|
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
D | log10.rs | 35 pub fn log10(mut x: f64) -> f64 { in log10() function
|
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
D | lib.rs | 108 fn log10(self) -> Self; in log10() method
|
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
D | lib.rs | 108 fn log10(self) -> Self; in log10() method
|
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
D | lib.rs | 108 fn log10(self) -> Self; in log10() method
|
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/portable-simd/crates/std_float/src/ |
D | lib.rs | 108 fn log10(self) -> Self; in log10() method
|
/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/openmp_wrappers/ |
D | complex_cmath.h | 114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { in log10() function
|
/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/openmp_wrappers/ |
D | complex_cmath.h | 114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { in log10() function
|
/prebuilts/clang/host/linux-x86/clang-r547379/lib/clang/20/include/openmp_wrappers/ |
D | complex_cmath.h | 114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { in log10() function
|
/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/openmp_wrappers/ |
D | complex_cmath.h | 114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { in log10() function
|
/prebuilts/clang-tools/linux-x86/lib64/clang/20/include/openmp_wrappers/ |
D | complex_cmath.h | 114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { in log10() function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | tgmath.h | 303 # define log10(Val) __TGMATH_UNARY_REAL_IMAG (Val, log10, __clog10) macro 305 # define log10(Val) __TGMATH_UNARY_REAL_ONLY (Val, log10) macro
|
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/ |
D | f16.rs | 666 pub fn log10(self) -> f16 { in log10() method
|
D | f128.rs | 667 pub fn log10(self) -> f128 { in log10() method
|
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/ |
D | f16.rs | 666 pub fn log10(self) -> f16 { in log10() method
|
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/ |
D | f128.rs | 667 pub fn log10(self) -> f128 { in log10() method
|
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/ |
D | f16.rs | 666 pub fn log10(self) -> f16 { in log10() method
|