Home
last modified time | relevance | path

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

1234

/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/
Dlogarithms.h42 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/
Dlogarithms.h42 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/
Dlogarithms.h42 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/
Dlogarithms.h42 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/
Dlogarithms.h42 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/
Dlog10.go16 func log10(x float64) float64 { func
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
Dlog10.rs35 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/
Dlog10.rs35 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/
Dlog10.rs35 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/
Dlog10.rs35 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/
Dlib.rs108 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/
Dlib.rs108 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/
Dlib.rs108 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/
Dlib.rs108 fn log10(self) -> Self; in log10() method
/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/openmp_wrappers/
Dcomplex_cmath.h114 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/
Dcomplex_cmath.h114 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/
Dcomplex_cmath.h114 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/
Dcomplex_cmath.h114 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/
Dcomplex_cmath.h114 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/
Dtgmath.h303 # 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/
Df16.rs666 pub fn log10(self) -> f16 { in log10() method
Df128.rs667 pub fn log10(self) -> f128 { in log10() method
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/
Df16.rs666 pub fn log10(self) -> f16 { in log10() method
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/
Df128.rs667 pub fn log10(self) -> f128 { in log10() method
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/
Df16.rs666 pub fn log10(self) -> f16 { in log10() method

1234