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

  /prebuilts/ndk/r10/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/r11/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/r13/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/r11/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
  /prebuilts/ndk/r13/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
  /prebuilts/go/darwin-x86/src/math/cmplx/
cmath_test.go 209 var polar = []ff{ var
653 if r, theta := Polar(vc[i]); !veryclose(polar[i].r, r) && !veryclose(polar[i].theta, theta) {
654 t.Errorf("Polar(%g) = %g, %g want %g, %g", vc[i], r, theta, polar[i].r, polar[i].theta)
658 if r, theta := Polar(vcPolarSC[i]); !alike(polarSC[i].r, r) && !alike(polarSC[i].theta, theta) {
659 t.Errorf("Polar(%g) = %g, %g, want %g, %g", vcPolarSC[i], r, theta, polarSC[i].r, polarSC[i].theta)
691 if f := Rect(polar[i].r, polar[i].theta); !cVeryclose(vc[i], f)
    [all...]
  /prebuilts/go/linux-x86/src/math/cmplx/
cmath_test.go 209 var polar = []ff{ var
653 if r, theta := Polar(vc[i]); !veryclose(polar[i].r, r) && !veryclose(polar[i].theta, theta) {
654 t.Errorf("Polar(%g) = %g, %g want %g, %g", vc[i], r, theta, polar[i].r, polar[i].theta)
658 if r, theta := Polar(vcPolarSC[i]); !alike(polarSC[i].r, r) && !alike(polarSC[i].theta, theta) {
659 t.Errorf("Polar(%g) = %g, %g, want %g, %g", vcPolarSC[i], r, theta, polarSC[i].r, polarSC[i].theta)
691 if f := Rect(polar[i].r, polar[i].theta); !cVeryclose(vc[i], f)
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
PieRenderer.java 414 PointF polar = getPolar(x, y, !(mTapMode)); local
420 PieItem item = findItem(polar);
434 item = findItem(polar);
457 if (polar.y < mRadius) {
465 PieItem item = findItem(polar);
558 * @param polar x: angle, y: dist
561 private PieItem findItem(PointF polar) {
565 if (inside(polar, item)) {
572 private boolean inside(PointF polar, PieItem item) {
573 return (item.getInnerRadius() < polar.y
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
PieRenderer.java 413 PointF polar = getPolar(x, y, !(mTapMode)); local
419 PieItem item = findItem(polar);
433 item = findItem(polar);
457 if (polar.y < mRadius) {
465 PieItem item = findItem(polar);
559 * @param polar x: angle, y: dist
562 private PieItem findItem(PointF polar) {
566 if (inside(polar, item)) {
573 private boolean inside(PointF polar, PieItem item) {
574 return (item.getInnerRadius() < polar.y
    [all...]

Completed in 346 milliseconds