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

<<11121314151617181920>>

  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 261 #define atan2(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, atan2) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
complex 150 return std::complex<_Tp>(_Tp(0.5) * atan2(_Tp(2.0) * __z.real(), __x),
272 _Tp(0.5) * atan2(_Tp(2.0) * __z.imag(), __x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 261 #define atan2(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, atan2) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
complex 150 return std::complex<_Tp>(_Tp(0.5) * atan2(_Tp(2.0) * __z.real(), __x),
272 _Tp(0.5) * atan2(_Tp(2.0) * __z.imag(), __x));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
complex 150 return std::complex<_Tp>(_Tp(0.5) * atan2(_Tp(2.0) * __z.real(), __x),
272 _Tp(0.5) * atan2(_Tp(2.0) * __z.imag(), __x));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_float.py 537 return 0.0, math.atan2(0.0, -1)
539 return 0.0, math.atan2(-0.0, -1)
541 return -0.0, math.atan2(0.0, -1)
543 return -0.0, math.atan2(-0.0, -1)
550 self.assertEqual(math.atan2(-1e-1000, -1), math.atan2(-0.0, -1))
551 self.assertEqual(math.atan2(float('-1e-1000'), -1),
552 math.atan2(-0.0, -1))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_float.py 537 return 0.0, math.atan2(0.0, -1)
539 return 0.0, math.atan2(-0.0, -1)
541 return -0.0, math.atan2(0.0, -1)
543 return -0.0, math.atan2(-0.0, -1)
550 self.assertEqual(math.atan2(-1e-1000, -1), math.atan2(-0.0, -1))
551 self.assertEqual(math.atan2(float('-1e-1000'), -1),
552 math.atan2(-0.0, -1))
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
complex 150 return std::complex<_Tp>(_Tp(0.5) * atan2(_Tp(2.0) * __z.real(), __x),
272 _Tp(0.5) * atan2(_Tp(2.0) * __z.imag(), __x));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 537 return 0.0, math.atan2(0.0, -1)
539 return 0.0, math.atan2(-0.0, -1)
541 return -0.0, math.atan2(0.0, -1)
543 return -0.0, math.atan2(-0.0, -1)
550 self.assertEqual(math.atan2(-1e-1000, -1), math.atan2(-0.0, -1))
551 self.assertEqual(math.atan2(float('-1e-1000'), -1),
552 math.atan2(-0.0, -1))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 537 return 0.0, math.atan2(0.0, -1)
539 return 0.0, math.atan2(-0.0, -1)
541 return -0.0, math.atan2(0.0, -1)
543 return -0.0, math.atan2(-0.0, -1)
550 self.assertEqual(math.atan2(-1e-1000, -1), math.atan2(-0.0, -1))
551 self.assertEqual(math.atan2(float('-1e-1000'), -1),
552 math.atan2(-0.0, -1))
    [all...]
  /bionic/libc/tools/
posix-2013.txt 41 atan2
  /external/eigen/bench/
quat_slerp.cpp 115 // theta = Scalar(2) * atan2((a.coeffs()-b.coeffs()).norm(),(a.coeffs()+b.coeffs()).norm());
  /external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
acos.pass.cpp 38 const double pi = std::atan2(+0., -0.);
  /external/libopus/celt/
mathops.h 238 /* atan2() approximation valid for positive input values */
  /external/opencv3/modules/features2d/src/opencl/
orb.cl 121 // we do not use OpenCL's atan2 intrinsic,
  /external/opencv3/modules/video/src/
camshift.cpp 158 double theta = atan2( 2 * b, a - c + square );
  /external/pdfium/core/include/fxcrt/
fx_system.h 246 #define FXSYS_atan2(a, b) (FX_FLOAT) atan2(a, b)
  /external/skia/include/core/
SkScalar.h 101 #define SkScalarATan2(y, x) atan2(y,x)
  /external/v8/src/runtime/
runtime-maths.cc 98 result = std::atan2(x, y);
  /external/valgrind/memcheck/tests/
vcpu_fnfns.c 170 printf("atan2D(%+20.13e) = %+20.13e\n", d, atan2(d, 1.0));
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
PathParser_Delegate.java 746 double eta0 = Math.atan2((y0p - cy), (x0p - cx));
747 LOGGER.log(Level.FINE, "eta0 = Math.atan2( " + (y0p - cy) + " , "
750 double eta1 = Math.atan2((y1p - cy), (x1p - cx));
751 LOGGER.log(Level.FINE, "eta1 = Math.atan2( " + (y1p - cy) + " , "
    [all...]
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
math.rs 122 TEST_FN_FUNC_FN_FN(atan2);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 235 TEST_FN_FUNC_FN_FN(atan2);
  /libcore/benchmarks/src/benchmarks/regression/
StrictMathBenchmark.java 103 StrictMath.atan2(3, 4);

Completed in 996 milliseconds

<<11121314151617181920>>