HomeSort by relevance Sort by last modified time
    Searched full:atan2 (Results 176 - 200 of 927) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
Utils.cpp 117 double angle = atan2((double)p.y-q.y, (double)p.x-q.x);
207 z = atan2(m02,m22);
212 z = atan2(m02,m22);
216 x = atan2(-m12,m11);
218 z = atan2(-m20,m00);
  /ndk/sources/cxx-stl/stlport/src/
complex.cpp 56 { return ::atan2(__z._M_im, __z._M_re); }
60 { return ::atan2(__z._M_im, __z._M_re); }
65 { return ::atan2(__z._M_im, __z._M_re); }
224 r._M_im = ::atan2(z._M_im, z._M_re) * ln10_inv;
255 r._M_im = ::atan2(z._M_im, z._M_re);
294 _Tp logi = ::atan2(a._M_im, a._M_re);
304 _Tp logi = ::atan2(a._M_im, a._M_re);
  /prebuilts/go/darwin-x86/src/math/
all_test.go 103 var atan2 = []float64{
802 -3 * Pi / 4, // atan2(-Inf, -Inf)
803 -Pi / 2, // atan2(-Inf, -Pi)
804 -Pi / 2, // atan2(-Inf, +0)
805 -Pi / 2, // atan2(-Inf, +Pi)
806 -Pi / 4, // atan2(-Inf, +Inf)
807 NaN(), // atan2(-Inf, NaN)
808 -Pi, // atan2(-Pi, -Inf)
809 -Pi / 2, // atan2(-Pi, +0)
810 Copysign(0, -1), // atan2(-Pi, Inf
    [all...]
  /prebuilts/go/linux-x86/src/math/
all_test.go 103 var atan2 = []float64{
802 -3 * Pi / 4, // atan2(-Inf, -Inf)
803 -Pi / 2, // atan2(-Inf, -Pi)
804 -Pi / 2, // atan2(-Inf, +0)
805 -Pi / 2, // atan2(-Inf, +Pi)
806 -Pi / 4, // atan2(-Inf, +Inf)
807 NaN(), // atan2(-Inf, NaN)
808 -Pi, // atan2(-Pi, -Inf)
809 -Pi / 2, // atan2(-Pi, +0)
810 Copysign(0, -1), // atan2(-Pi, Inf
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java 627 FastMath.atan2(-(v1.getY()), v1.getZ()),
629 FastMath.atan2(-(v2.getY()), v2.getX())
645 FastMath.atan2(v1.getZ(), v1.getY()),
647 FastMath.atan2(v2.getZ(), v2.getX())
663 FastMath.atan2(v1.getX(), v1.getZ()),
665 FastMath.atan2(v2.getX(), v2.getY())
681 FastMath.atan2(-(v1.getZ()), v1.getX()),
683 FastMath.atan2(-(v2.getZ()), v2.getY())
699 FastMath.atan2(-(v1.getX()), v1.getY()),
701 FastMath.atan2(-(v2.getX()), v2.getZ()
    [all...]
  /external/clang/test/CodeGen/
libcalls.c 96 double atan2_ = atan2(d, 2);
99 // CHECK-NO: declare double @atan2(double, double) [[NUW_RN]]
102 // CHECK-YES-NOT: declare double @atan2(double, double) [[NUW_RN]]
  /external/opencv3/3rdparty/openexr/Imath/
ImathEuler.h 481 x = Math<T>::atan2 (M[j][i], M[k][i]);
504 y = Math<T>::atan2 (sy, N[i][i]);
505 z = Math<T>::atan2 (N[j][k], N[j][j]);
513 x = Math<T>::atan2 (M[j][k], M[k][k]);
536 y = Math<T>::atan2 (-N[i][k], cy);
537 z = Math<T>::atan2 (-N[j][i], N[j][j]);
563 x = Math<T>::atan2 (M[j][i], M[k][i]);
583 y = Math<T>::atan2 (sy, N[i][i]);
584 z = Math<T>::atan2 (N[j][k], N[j][j]);
592 x = Math<T>::atan2 (M[j][k], M[k][k])
    [all...]
  /external/v8/test/mjsunit/
to_number_order.js 51 assertEquals(Math.atan2(1, 2), Math.atan2(v, w));
53 assertEquals("hestfisk", x, "atan2");
  /ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp 104 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0, 1.0)), 1.0) );
129 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0f, 1.0f)), 1.0f) );
156 CPPUNIT_CHECK( are_equals(std::atan2(0.0l, 1.0l), 0.0l) );
  /ndk/tests/device/test-stlport/unit/
cmath_test.cpp 104 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0, 1.0)), 1.0) );
129 CPPUNIT_CHECK( are_equals(std::tan(std::atan2(1.0f, 1.0f)), 1.0f) );
156 CPPUNIT_CHECK( are_equals(std::atan2(0.0l, 1.0l), 0.0l) );
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 68 qpoints->pAtan2 = atan2;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 49 qpoints->pAtan2 = atan2;
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 56 qpoints->pAtan2 = atan2;
  /bionic/libstdc++/include/
cmath 51 using ::atan2;
  /external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
cos.pass.cpp 38 const double pi = std::atan2(+0., -0.);
log10.pass.cpp 37 const double pi = std::atan2(+0., -0.);
pow_complex_complex.pass.cpp 39 const double pi = std::atan2(+0., -0.);
pow_complex_scalar.pass.cpp 39 const double pi = std::atan2(+0., -0.);
pow_scalar_complex.pass.cpp 39 const double pi = std::atan2(+0., -0.);
sin.pass.cpp 38 const double pi = std::atan2(+0., -0.);
tan.pass.cpp 39 const double pi = std::atan2(+0., -0.);
  /external/opencv3/modules/cudev/include/opencv2/cudev/expr/
binary_func.hpp 71 CV_CUDEV_EXPR_BINARY_FUNC(atan2)
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 82 TEST_FUNC_2(atan2);
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 54 #define atan2(x,y) ml_atan2(x,y) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 54 #define atan2(x,y) ml_atan2(x,y) macro

Completed in 478 milliseconds

1 2 3 4 5 6 78 91011>>