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

  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 349 PointF polar = getPolar(x, y); local
358 if (polar.y > maxr) {
367 PieItem item = findItem(polar);
436 * @param polar x: angle, y: dist
439 private PieItem findItem(PointF polar) {
442 if ((item.getInnerRadius() - mTouchOffset < polar.y)
443 && (item.getOuterRadius() - mTouchOffset > polar.y)
444 && (item.getStartAngle() < polar.x)
445 && (item.getStartAngle() + item.getSweep() > polar.x)) {
  /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&);
  /ndk/sources/cxx-stl/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&);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/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&);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/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&);
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/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
  /ndk/sources/cxx-stl/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/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js 468 // LIMITATION: make-rectangular, make-polar, real-part, imag-part, magnitude, angle
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js 468 // LIMITATION: make-rectangular, make-polar, real-part, imag-part, magnitude, angle
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js 468 // LIMITATION: make-rectangular, make-polar, real-part, imag-part, magnitude, angle
    [all...]

Completed in 447 milliseconds