Home
last modified time | relevance | path

Searched defs:sqrt (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dcomplex.cpp188 sqrt(const complex<float>& z) { return sqrtT(z); } in sqrt() function
191 sqrt(const complex<double>& z) { return sqrtT(z); } in sqrt() function
195 sqrt(const complex<long double>& z) { return sqrtT(z); } in sqrt() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h408 inline double sqrt(double __x) { return __stlp_sqrt(__x); } in sqrt() function
D_valarray.h1047 inline valarray<_Tp> sqrt(const valarray<_Tp>& __x) { in sqrt() function