HomeSort by relevance Sort by last modified time
    Searched full:atan2 (Results 201 - 225 of 687) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
cosh.pass.cpp 38 const double pi = std::atan2(+0., -0.);
log.pass.cpp 37 const double pi = std::atan2(+0., -0.);
sinh.pass.cpp 38 const double pi = std::atan2(+0., -0.);
tanh.pass.cpp 38 const double pi = std::atan2(+0., -0.);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageTinyPlanet.java 88 return (float) (Math.atan2(dx, dy) * 180 / Math.PI);
  /packages/apps/InCallUI/src/com/android/incallui/
AccelerometerListener.java 125 double angle = Math.atan2(xy, z);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ZoomControlWheel.java 95 double angle = Math.atan2(dy, dx);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
RoundedLine.java 54 final double a = Math.atan2(dy, dx);
  /packages/services/Telephony/src/com/android/phone/
AccelerometerListener.java 125 double angle = Math.atan2(xy, z);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 62 floating_point atan2 (arithmetic y, arithmetic x);
716 // atan2
718 using ::atan2;
722 inline _LIBCPP_INLINE_VISIBILITY float atan2(float __y, float __x) _NOEXCEPT {return atan2f(__y, __x);}
723 inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __y, long double __x) _NOEXCEPT {return atan2l(__y, __x);}
734 atan2(_A1 __y, _A2 __x) _NOEXCEPT
739 return atan2((__result_type)__y, (__result_type)__x);
    [all...]
complex 895 return atan2(__c.imag(), __c.real());
909 return atan2(0., __re);
921 return atan2(0., __re);
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
OutputHLSL.cpp 992 " return atan2(y, x);\n"
1002 " return float2(atan2(y[0], x[0]), atan2(y[1], x[1]));\n"
1013 " return float3(atan2(y[0], x[0]), atan2(y[1], x[1]), atan2(y[2], x[2]));\n"
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath 57 #undef atan2
147 using ::atan2;
150 atan2(float __y, float __x)
154 atan2(long double __y, long double __x)
160 atan2(_Tp __y, _Up __x)
163 return atan2(__type(__y), __type(__x));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cmath 57 #undef atan2
147 using ::atan2;
150 atan2(float __y, float __x)
154 atan2(long double __y, long double __x)
160 atan2(_Tp __y, _Up __x)
163 return atan2(__type(__y), __type(__x));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 57 #undef atan2
147 using ::atan2;
150 atan2(float __y, float __x)
154 atan2(long double __y, long double __x)
160 atan2(_Tp __y, _Up __x)
163 return atan2(__type(__y), __type(__x));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 57 #undef atan2
162 using ::atan2;
166 atan2(float __y, float __x)
170 atan2(long double __y, long double __x)
177 atan2(_Tp __y, _Up __x)
180 return atan2(__type(__y), __type(__x));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 57 #undef atan2
147 using ::atan2;
150 atan2(float __y, float __x)
154 atan2(long double __y, long double __x)
160 atan2(_Tp __y, _Up __x)
163 return atan2(__type(__y), __type(__x));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 57 #undef atan2
162 using ::atan2;
166 atan2(float __y, float __x)
170 atan2(long double __y, long double __x)
177 atan2(_Tp __y, _Up __x)
180 return atan2(__type(__y), __type(__x));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cmath 55 #undef atan2
159 using ::atan2;
163 atan2(float __y, float __x)
167 atan2(long double __y, long double __x)
174 atan2(_Tp __y, _Up __x)
177 return atan2(__type(__y), __type(__x));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
AffineTransform.cpp 183 return rotate(rad2deg(atan2(y, x)));
394 double angle = atan2(m.b(), m.a());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
PolygonShape.cpp 114 float startAngle = atan2(startArcVertex.y() - arcCenter.y(), startArcVertex.x() - arcCenter.x());
115 float endAngle = atan2(endArcVertex.y() - arcCenter.y(), endArcVertex.x() - arcCenter.x());
  /external/llvm/docs/tutorial/
LangImpl1.rst 136 extern atan2(arg1 arg2);
138 atan2(sin(.4), cos(42))
OCamlLangImpl1.rst 136 extern atan2(arg1 arg2);
138 atan2(sin(.4), cos(42))
  /external/opencv/cv/src/
cvrotcalipers.cpp 447 box.angle = (float)atan2( -(double)out[1].y, (double)out[1].x );
457 box.angle = (float)atan2( -dy, dx );
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]

Completed in 3203 milliseconds

1 2 3 4 5 6 7 891011>>