Lines Matching defs:b
273 static complex<_Tp> powT(const _Tp& a, const complex<_Tp>& b) { in powT()
292 static complex<_Tp> powT(const complex<_Tp>& a, const _Tp& b) { in powT()
302 static complex<_Tp> powT(const complex<_Tp>& a, const complex<_Tp>& b) { in powT()
311 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const float& a, const complex<float>& b) in pow()
317 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& a, const float& b) in pow()
320 _STLP_DECLSPEC complex<float> _STLP_CALL pow(const complex<float>& a, const complex<float>& b) in pow()
323 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const double& a, const complex<double>& b) in pow()
329 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& a, const double& b) in pow()
332 _STLP_DECLSPEC complex<double> _STLP_CALL pow(const complex<double>& a, const complex<double>& b) in pow()
337 const complex<long double>& b) in pow()
345 const long double& b) in pow()
349 const complex<long double>& b) in pow()