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

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.value.ops/
polar.pass.cpp 14 // 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);
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 408 PointF polar = getPolar(x, y); local
417 if (polar.y < mRadius) {
426 if (polar.y > maxr) {
435 PieItem item = findItem(polar);
616 * @param polar x: angle, y: dist
619 private PieItem findItem(PointF polar) {
622 if (inside(polar, mTouchOffset, item)) {
629 private boolean inside(PointF polar, float offset, PieItem item) {
630 return (item.getInnerRadius() - offset < polar.y)
631 && (item.getOuterRadius() - offset > polar.y
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java 423 PointF polar = getPolar(x, y, !(mTapMode)); local
429 PieItem item = findItem(polar);
443 item = findItem(polar);
467 if (polar.y < mRadius) {
475 PieItem item = findItem(polar);
569 * @param polar x: angle, y: dist
572 private PieItem findItem(PointF polar) {
576 if (inside(polar, item)) {
583 private boolean inside(PointF polar, PieItem item) {
584 return (item.getInnerRadius() < polar.y
    [all...]
  /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&);
  /packages/apps/Gallery2/src/com/android/camera/ui/
PieRenderer.java 690 private boolean inside(PointF polar, PieItem item, int pos, int count) {
692 boolean res = (mArcRadius < polar.y)
693 && (start < polar.x)
694 && (start + SWEEP_SLICE > polar.x)
695 && (!mTapMode || (mArcRadius + mRadiusInc > polar.y));
846 * @param polar x: angle, y: dist
849 private PieItem findItem(PointF polar) {
855 if (inside(polar, item, pos, count)) {
    [all...]
  /prebuilts/ndk/5/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&);
  /prebuilts/ndk/6/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&);
  /prebuilts/ndk/7/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&);
  /prebuilts/ndk/8/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/libvorbis/doc/
01-introduction.tex 423 polar representation (where one vector is magnitude and the second
04-codec.tex 204 \item if set, square polar channel mapping is in use:
  /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 1166 milliseconds