/bionic/libm/ |
libm.arm.map | 21 atan2;
|
libm.map.txt | 20 atan2;
|
/external/libcxx/test/std/numerics/complex.number/complex.value.ops/ |
arg.pass.cpp | 31 const double pi = std::atan2(+0., -0.);
|
/external/v8/test/mjsunit/ |
function-names.js | 82 "log", "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];
|
/frameworks/base/core/java/android/gesture/ |
Instance.java | 94 float orientation = (float)Math.atan2(pts[1] - center[1], pts[0] - center[0]);
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
mandelbulb.rs | 29 float phi = atan2(p.y, p.x);
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_Direction.c | 79 /* atan2(y, x) -> divisor and dividend is opposite from mathematical equation. */
|
/hardware/bsp/intel/peripheral/libmraa/examples/c++/ |
I2c-compass.cpp | 130 direction = atan2(y * SCALE_0_92_MG, x * SCALE_0_92_MG);
|
/hardware/bsp/intel/peripheral/libmraa/examples/ |
i2c_HMC5883L.c | 126 direction = atan2(y * SCALE_0_92_MG, x * SCALE_0_92_MG);
|
/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/ |
hmc5883l.cxx | 142 return atan2(m_coor[1] * SCALE_0_92_MG, m_coor[0] * SCALE_0_92_MG) + m_declination;
|
/libcore/luni/src/test/java/libcore/java/math/ |
RunCSVTests.java | 32 funcUlps.put("atan2", 2.0);
|
/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/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 | 111 float result = (float) Math.atan2(v[0], -v[1]);
|
/prebuilts/misc/common/swig/include/2.0.11/perl5/ |
perlkw.swg | 41 PERLBN(atan2);
|
/external/valgrind/memcheck/tests/x86/ |
more_x86_fp.c | 46 printf("a=%f b=%f atan2(a, b)=%f\n", a, b, atan2(a, b));
|
/frameworks/base/core/java/android/util/ |
MathUtils.java | 147 public static float atan2(float a, float b) { method in class:MathUtils 148 return (float) Math.atan2(a, b);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
GestureStrokeDrawingPoints.java | 143 final double m1 = Math.atan2(mInterpolator.mSlope1Y, mInterpolator.mSlope1X); 144 final double m2 = Math.atan2(mInterpolator.mSlope2Y, mInterpolator.mSlope2X);
|
/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/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
math-finite.h | 47 /* atan2. */ 48 extern double __REDIRECT_NTH (atan2, (double, double), __atan2_finite);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
math-finite.h | 47 /* atan2. */ 48 extern double __REDIRECT_NTH (atan2, (double, double), __atan2_finite);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
tgmath.h | 124 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
|
/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;
|