Home
last modified time | relevance | path

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

/external/stlport/src/
Dcomplex.cpp230 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>& z) in log10() function
234 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>& z) in log10() function
239 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>& z) in log10() function
/external/v8/src/
Dd8.js34 function log10(num) { function
/external/stlport/stlport/stl/
D_valarray.h992 inline valarray<_Tp> log10(const valarray<_Tp>& __x) { in log10() function
/external/clang/lib/Headers/
Dtgmath.h943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro