Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dcomplex.cpp229 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>& z) in log10() function
235 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>& z) in log10() function
242 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>& z) in log10() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_valarray.h992 inline valarray<_Tp> log10(const valarray<_Tp>& __x) { in log10() function