Searched refs:polar (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/test/numerics/complex.number/complex.value.ops/
H A Dpolar.pass.cpp14 // polar(const T& rho, const T& theta = 0);
25 assert(std::polar(rho) == x);
32 assert(std::polar(rho, theta) == x);
54 std::complex<double> z = std::polar(r, theta);
H A DAndroid.mk19 test_name := numerics/complex.number/complex.value.ops/polar
20 test_src := polar.pass.cpp
/external/stlport/src/
H A Dcomplex.cpp68 // Construct a complex number from polar representation
70 _STLP_DECLSPEC complex<float> _STLP_CALL polar(const float& __rho, const float& __phi) function
73 _STLP_DECLSPEC complex<double> _STLP_CALL polar(const double& __rho, const double& __phi) function
78 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double& __rho, const long double& __phi) function
/external/stlport/stlport/stl/
H A D_complex.h749 complex<_Tp> _STLP_CALL polar(const _Tp& __rho) function
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) { function
778 complex<double> __tmp = polar(double(__rho), double(__phi));
788 _STLP_DECLSPEC complex<long double> _STLP_CALL polar(const long double&, const long double&);
/external/libvorbis/doc/
H A D01-introduction.tex423 polar representation (where one vector is magnitude and the second
H A D04-codec.tex204 \item if set, square polar channel mapping is in use:

Completed in 582 milliseconds