/packages/apps/Gallery2/jni/filters/ |
tinyplanet.cc | 110 float theta = angle+atan2(yf, xf);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageTinyPlanet.java | 88 return (float) (Math.atan2(dx, dy) * 180 / Math.PI);
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
MotionEventHelper.java | 112 float result = (float) Math.atan2(v[0], -v[1]);
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
MathExtras.h | 132 // Work around a bug in Win, where atan2(+-infinity, +-infinity) yields NaN instead of specific values. 150 result = ::atan2(x, y); 161 #define atan2(x, y) wtf_atan2(x, y) macro
|
/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/chromium_org/v8/test/mjsunit/ |
to_number_order.js | 51 assertEquals(Math.atan2(1, 2), Math.atan2(v, w)); 53 assertEquals("hestfisk", x, "atan2");
|
/external/v8/test/mjsunit/ |
to_number_order.js | 51 assertEquals(Math.atan2(1, 2), Math.atan2(v, w)); 53 assertEquals("hestfisk", x, "atan2");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_complex.py | 5 from math import atan2, isnan, copysign namespace 290 return atan2(x, -1.) 504 self.assertEqual(atan2(z1.imag, -1.), atan2(0., -1.)) 505 self.assertEqual(atan2(z2.imag, -1.), atan2(-0., -1.))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_complex.py | 5 from math import atan2, isnan, copysign namespace 290 return atan2(x, -1.) 504 self.assertEqual(atan2(z1.imag, -1.), atan2(0., -1.)) 505 self.assertEqual(atan2(z2.imag, -1.), atan2(-0., -1.))
|
/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/ceres-solver/include/ceres/ |
rotation.h | 279 ? atan2(-sin_theta, -cos_theta) 280 : atan2(sin_theta, cos_theta)); 333 const T theta = atan2(sintheta, costheta);
|
/external/chromium_org/third_party/icu/source/i18n/ |
astro.cpp | 476 result.set(atan2(sinL*cosE - tanB*sinE, cosL), 514 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); [all...] |
/external/icu4c/i18n/ |
astro.cpp | 475 result.set(atan2(sinL*cosE - tanB*sinE, cosL), 513 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); [all...] |
/frameworks/base/location/java/android/location/ |
Location.java | 335 sigma = Math.atan2(sinSigma, cosSigma); // (16) 375 float initialBearing = (float) Math.atan2(cosU2 * sinLambda, 380 float finalBearing = (float) Math.atan2(cosU1 * sinLambda,
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
AffineTransform.cpp | 181 return rotate(rad2deg(atan2(y, x))); 372 double angle = atan2(m.b(), m.a());
|
/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/ |
GeomagneticField.java | 268 return (float) Math.toDegrees(Math.atan2(mY, mX)); 276 return (float) Math.toDegrees(Math.atan2(mZ,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tgmath.h | 254 #define atan2(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, atan2) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/ |
tgmath.h | 263 #define atan2(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, atan2) macro
|