Home
last modified time | relevance | path

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

/external/stlport/src/
Dcomplex.cpp282 static complex<_Tp> powT(const complex<_Tp>& z_in, int n) { in powT()
314 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& z_in, int n) in pow()
326 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& z_in, int n) in pow()
341 _STLP_DECLSPEC complex<long double> _STLP_CALL pow(const complex<long double>& z_in, int n) in pow()