HomeSort by relevance Sort by last modified time
    Searched full:atan2 (Results 251 - 275 of 687) sorted by null

<<11121314151617181920>>

  /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/
MathBenchmark.java 77 Math.atan2(3, 4);
StrictMathBenchmark.java 77 StrictMath.atan2(3, 4);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 82 static_assert((std::is_same<decltype(std::atan2((float)0, (float)0)), float>::value), "");
83 static_assert((std::is_same<decltype(std::atan2((bool)0, (float)0)), double>::value), "");
84 static_assert((std::is_same<decltype(std::atan2((unsigned short)0, (double)0)), double>::value), "");
85 static_assert((std::is_same<decltype(std::atan2((int)0, (long double)0)), long double>::value), "");
86 static_assert((std::is_same<decltype(std::atan2((float)0, (unsigned int)0)), double>::value), "");
87 static_assert((std::is_same<decltype(std::atan2((double)0, (long)0)), double>::value), "");
88 static_assert((std::is_same<decltype(std::atan2((long double)0, (unsigned long)0)), long double>::value), "");
89 static_assert((std::is_same<decltype(std::atan2((int)0, (long long)0)), double>::value), "");
90 static_assert((std::is_same<decltype(std::atan2((int)0, (unsigned long long)0)), double>::value), "");
91 static_assert((std::is_same<decltype(std::atan2((double)0, (double)0)), double>::value), "")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
acos.pass.cpp 38 const double pi = std::atan2(+0., -0.);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
config.hpp 232 using std::atan2;\
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 72 alpha = (float) (Math.atan2(pts[2*a + 1] - pts[2*b + 1],
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
noisefield.rs 232 rads = atan2(touchX - particle->position.x + noiseval,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 41 using std::tr1::atan2;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
math.h 41 using std::tr1::atan2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
math.h 41 using std::tr1::atan2;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 41 using std::tr1::atan2;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 41 using std::tr1::atan2;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 41 using std::tr1::atan2;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
math.h 41 using std::tr1::atan2;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 41 using std::tr1::atan2;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 41 using std::tr1::atan2;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 41 using std::tr1::atan2;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 41 using std::tr1::atan2;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
math.h 41 using std::tr1::atan2;
  /external/aac/libAACenc/src/
psy_configuration.cpp 298 FIXP_DBL bvalFFTLine, atan1, atan2; local
327 atan2 = fixp_atan(x2);
330 bvalFFTLine = fMult(ONE3P3, atan2) + fMult(THREEP5, fMult(atan1, atan1));
  /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/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 583 atan2(const AutoDiffScalar<DerTypeA>& a, const AutoDiffScalar<DerTypeB>& b) function in namespace:Eigen
585 using std::atan2;
590 ret.value() = atan2(a.value(), b.value());
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Vector2f.java 592 float angle = FastMath.atan2(otherVector.y, otherVector.x)
593 - FastMath.atan2(y, x);
622 return FastMath.atan2(y, x);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libm-2.7.so 

Completed in 1945 milliseconds

<<11121314151617181920>>