Searched defs:log10 (Results 1 – 8 of 8) sorted by relevance
114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { in log10() function
159 __DEVICE__ float log10(float __x) { return ::log10f(__x); } in log10() function
172 __DEVICE__ double log10(double __a) { return __nv_log10(__a); } in log10() function
936 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
983 inline _LIBCPP_INLINE_VISIBILITY float log10(float __lcpp_x) _NOEXCEPT {return ::log10f… in log10() function984 inline _LIBCPP_INLINE_VISIBILITY long double log10(long double __lcpp_x) _NOEXCEPT {return ::log10l… in log10() function990 log10(_A1 __lcpp_x) _NOEXCEPT {return ::log10((double)__lcpp_x);} in log10() function
48 Ambiguous log10(Ambiguous){ return Ambiguous(); } in log10() function
49 Ambiguous log10(Ambiguous){ return Ambiguous(); } in log10() function
253 MPFRNumber log10() const { in log10() function in __llvm_libc::testing::mpfr::MPFRNumber