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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/gesture/
Instance.java 94 float orientation = (float)Math.atan2(pts[1] - center[1], pts[0] - center[0]);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 40 IMPORT_F32_FN_F32_F32(atan2)
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Direction.c 79 /* atan2(y, x) -> divisor and dividend is opposite from mathematical equation. */
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 66 #define atan2(x,y) ml_atan2(x,y) macro
  /libcore/luni/src/main/native/
java_lang_StrictMath.cpp 126 NATIVE_METHOD(StrictMath, atan2, "!(DD)D"),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/
arg.pass.cpp 31 const double pi = std::atan2(+0., -0.);
  /packages/apps/Browser/src/com/android/browser/
UrlBarAutoShowManager.java 125 float angle = (float) Math.atan2(ady, adx);
  /packages/apps/Camera2/jni/
tinyplanet.cc 111 float theta = angle+atan2(yf, xf);
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 110 float theta = angle+atan2(yf, xf);
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
MotionEventHelper.java 112 float result = (float) Math.atan2(v[0], -v[1]);
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 46 printf("a=%f b=%f atan2(a, b)=%f\n", a, b, atan2(a, b));
  /hardware/invensense/60xx/libsensors_iio/
libmplmpu.so 
  /hardware/invensense/60xx/libsensors_iio/software/core/mpl/build/android/
libmplmpu.so 
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeWithPreviewPoints.java 187 final double m1 = Math.atan2(mInterpolator.mSlope1Y, mInterpolator.mSlope1X);
188 final double m2 = Math.atan2(mInterpolator.mSlope2Y, mInterpolator.mSlope2X);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 124 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 124 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 135 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 135 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 124 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 124 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
  /external/eigen/Eigen/src/Core/
MathFunctions.h 483 * Implementation of atan2 *
492 using std::atan2;
493 return atan2(x, y);
517 inline EIGEN_MATHFUNC_RETVAL(atan2, Scalar) atan2(const Scalar& x, const Scalar& y) function in namespace:Eigen::internal
519 return EIGEN_MATHFUNC_IMPL(atan2, Scalar)::run(x, y);
  /external/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
364 _STLP_DMATH_INLINE2(atan2)
435 _STLP_DEF_MATH_INLINE2(atan2, atan2)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
557 using ::atan2;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
364 _STLP_DMATH_INLINE2(atan2)
435 _STLP_DEF_MATH_INLINE2(atan2, atan2)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
557 using ::atan2;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
364 _STLP_DMATH_INLINE2(atan2)
435 _STLP_DEF_MATH_INLINE2(atan2, atan2)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
557 using ::atan2;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
364 _STLP_DMATH_INLINE2(atan2)
435 _STLP_DEF_MATH_INLINE2(atan2, atan2)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
557 using ::atan2;

Completed in 801 milliseconds

1 2 3 4 56 7 8 91011>>