Lines Matching defs:a
267 static complex<_Tp> powT(const _Tp& a, const complex<_Tp>& b) { in powT()
286 static complex<_Tp> powT(const complex<_Tp>& a, const _Tp& b) { in powT()
296 static complex<_Tp> powT(const complex<_Tp>& a, const complex<_Tp>& b) { in powT()
305 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const float& a, const complex<float>& b) in pow()
311 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& a, const float& b) in pow()
314 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& a, const complex<float>& b) in pow()
317 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const double& a, const complex<double>& b) in pow()
323 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& a, const double& b) in pow()
326 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& a, const complex<double>& b) in pow()
330 _STLP_DECLSPEC complex<long double> _STLP_CALL pow(const long double& a, in pow()
338 _STLP_DECLSPEC complex<long double> _STLP_CALL pow(const complex<long double>& a, in pow()
342 _STLP_DECLSPEC complex<long double> _STLP_CALL pow(const complex<long double>& a, in pow()