Home
last modified time | relevance | path

Searched refs:sqrtT (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dcomplex.cpp167 static complex<_Tp> sqrtT(const complex<_Tp>& z) { in sqrtT() function
188 sqrt(const complex<float>& z) { return sqrtT(z); } in sqrt()
191 sqrt(const complex<double>& z) { return sqrtT(z); } in sqrt()
195 sqrt(const complex<long double>& z) { return sqrtT(z); } in sqrt()