HomeSort by relevance Sort by last modified time
    Searched refs:polar (Results 1 - 4 of 4) sorted by null

  /external/stlport/stlport/stl/
_complex.h 749 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/stlport/src/
complex.cpp 68 // 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/v8/benchmarks/
earley-boyer.js 474 // LIMITATION: make-rectangular, make-polar, real-part, imag-part, magnitude, angle
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-earley-boyer.js 468 // LIMITATION: make-rectangular, make-polar, real-part, imag-part, magnitude, angle
    [all...]

Completed in 82 milliseconds