Searched refs:atan2 (Results 26 - 50 of 95) sorted by relevance

1234

/external/aac/libAACenc/src/
H A Dpsy_configuration.cpp298 FIXP_DBL bvalFFTLine, atan1, atan2; local
327 atan2 = fixp_atan(x2);
330 bvalFFTLine = fMult(ONE3P3, atan2) + fMult(THREEP5, fMult(atan1, atan1));
/external/opencv/cvaux/src/
H A Dcvscanlines.cpp1523 r_angle[0] = (float) atan2( r_start_end[1] * height - r_epipole[1],
1525 r_angle[1] = (float) atan2( r_start_end[3] * height - r_epipole[1],
1549 l_angle[0] = (float) atan2( l_start_end[1] * height - l_epipole[1],
1551 l_angle[1] = (float) atan2( l_start_end[3] * height - l_epipole[1],
1587 l_angle[0] = (float) atan2( y - l_epipole[1], x - l_epipole[0] );
1589 r_angle[0] = (float) atan2( r_point[1] - r_epipole[1], r_point[0] - r_epipole[0] );
1617 r_angle[0] = (float) atan2( y - r_epipole[1], x - r_epipole[0] );
1619 l_angle[0] = (float) atan2( l_point[1] - l_epipole[1], l_point[0] - l_epipole[0] );
1636 l_angle[1] = (float) atan2( y - l_epipole[1], x - l_epipole[0] );
1638 r_angle[1] = (float) atan2( r_poin
[all...]
/external/eigen/Eigen/src/Eigen2Support/
H A DMathFunctions.h25 template<typename T> inline T ei_atan2(const T& x,const T& y) { return internal::atan2(x,y); }
/external/pixman/pixman/
H A Dpixman-conical-gradient.c40 t = atan2 (y, x) + angle;
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
H A Dswim.c96 tpsi = RAD * atan2(Y, X);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
H A Dswim.c96 tpsi = RAD * atan2(Y, X);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
H A Dswim.c96 tpsi = RAD * atan2(Y, X);
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fnfns.c170 printf("atan2D(%+20.13e) = %+20.13e\n", d, atan2(d, 1.0));
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMathExtras.h169 // Work around a bug in Win, where atan2(+-infinity, +-infinity) yields NaN instead of specific values.
187 result = ::atan2(x, y);
198 #define atan2(x, y) wtf_atan2(x, y) macro
/external/eigen/Eigen/src/Core/
H A DMathFunctions.h483 * 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/
H A Drotation.h279 ? atan2(-sin_theta, -cos_theta)
280 : atan2(sin_theta, cos_theta));
333 const T theta = atan2(sintheta, costheta);
H A Djet.h423 inline double atan2(double y, double x) { return std::atan2(y, x); } function in namespace:ceres
620 // atan2(b + db, a + da) ~= atan2(b, a) + (- b da + a db) / (a^2 + b^2)
625 Jet<T, N> atan2(const Jet<T, N>& g, const Jet<T, N>& f) { function in namespace:ceres
633 out.a = atan2(g.a, f.a);
/external/chromium_org/third_party/icu/source/i18n/
H A Dastro.cpp476 result.set(atan2(sinL*cosE - tanB*sinE, cosL),
514 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude));
953 // double v = ::atan2( B, A )*RAD_DEG;
970 // // atan2() function to compute sRA.
972 // double sRA = ::atan2(sin(slon*DEG_RAD) * cos(oblecl*DEG_RAD), cos(slon*DEG_RAD))*RAD_DEG;
1130 moonEclipLong = ::atan2(y*cos(moonI), x) + nodeLongitude;
/external/icu4c/i18n/
H A Dastro.cpp475 result.set(atan2(sinL*cosE - tanB*sinE, cosL),
513 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude));
958 // double v = ::atan2( B, A )*RAD_DEG;
975 // // atan2() function to compute sRA.
977 // double sRA = ::atan2(sin(slon*DEG_RAD) * cos(oblecl*DEG_RAD), cos(slon*DEG_RAD))*RAD_DEG;
1135 moonEclipLong = ::atan2(y*cos(moonI), x) + nodeLongitude;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DAffineTransform.cpp183 return rotate(rad2deg(atan2(y, x)));
394 double angle = atan2(m.b(), m.a());
/external/opencv/cv/src/
H A Dcvrotcalipers.cpp447 box.angle = (float)atan2( -(double)out[1].y, (double)out[1].x );
457 box.angle = (float)atan2( -dy, dx );
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
H A DFFTFrame.cpp264 double phase = atan2(realP[i], imagP[i]);
/external/clang/lib/Headers/
H A Dtgmath.h558 // atan2
566 __tg_atan2(double __x, double __y) {return atan2(__x, __y);}
572 #undef atan2 macro
573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
1233 __tg_carg(double __x) {return atan2(0., __x);}
/external/clang/lib/include/
H A Dtgmath.h558 // atan2
566 __tg_atan2(double __x, double __y) {return atan2(__x, __y);}
572 #undef atan2 macro
573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
1233 __tg_carg(double __x) {return atan2(0., __x);}
/external/eigen/bench/
H A Deig33.cpp77 Scalar theta = std::atan2(internal::sqrt(-q),half_b)*s_inv3;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGeneratorBlend.java102 return (float) Math.atan2(y, x) * FastMath.INV_TWO_PI + 0.5f;
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DQuaternion.java303 angles[1] = 2 * FastMath.atan2(x, w);
307 angles[1] = -2 * FastMath.atan2(x, w);
311 angles[1] = FastMath.atan2(2 * y * w - 2 * x * z, sqx - sqy - sqz + sqw); // roll or heading
313 angles[0] = FastMath.atan2(2 * x * w - 2 * y * z, -sqx + sqy - sqz + sqw); // yaw or bank
/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.c56 printf("a=%f b=%f atan2(a, b)=%f\n", a, b, atan2(a, b));
H A Dmore_x87_fp.stdout.exp11 a=2.000000 b=3.000000 atan2(a, b)=0.588003
25 a=1.400000 b=-5.000000 atan2(a, b)=2.868584
/external/valgrind/main/memcheck/tests/x86/
H A Dmore_x86_fp.c46 printf("a=%f b=%f atan2(a, b)=%f\n", a, b, atan2(a, b));

Completed in 805 milliseconds

1234