Searched defs:powT (Results 1 - 1 of 1) sorted by relevance

/external/stlport/src/
H A Dcomplex.cpp273 static complex<_Tp> powT(const _Tp& a, const complex<_Tp>& b) { function
282 static complex<_Tp> powT(const complex<_Tp>& z_in, int n) { function
292 static complex<_Tp> powT(const complex<_Tp>& a, const _Tp& b) { function
302 static complex<_Tp> powT(const complex<_Tp>& a, const complex<_Tp>& b) { function
312 { return powT(a, b); }
315 { return powT(z_in, n); }
318 { return powT(a, b); }
321 { return powT(a, b); }
324 { return powT(a, b); }
327 { return powT(z_i
[all...]

Completed in 45 milliseconds