Searched refs:polar (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _complex.h | 749 complex<_Tp> _STLP_CALL polar(const _Tp& __rho) 753 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi); 764 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi); 766 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi); 777 complex<_Tp> _STLP_CALL polar(const _Tp& __rho, const _Tp& __phi) { 778 complex<double> __tmp = polar(double(__rho), double(__phi)); 788 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double&, const long double&);
|
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | complex.cpp | 70 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi) in polar() function 73 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi) in polar() function 78 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double& __rho, const long double& _… in polar() function
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | ChangeLog-5.1 | 3109 * stlport/stl/_complex.h: Move implementation of generic abs, arg and polar
|