/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | 88 static_assert((std::is_same<decltype(std::atan2((float)0, (float)0)), float>::value), ""); 89 static_assert((std::is_same<decltype(std::atan2((bool)0, (float)0)), double>::value), ""); 90 static_assert((std::is_same<decltype(std::atan2((unsigned short)0, (double)0)), double>::value), ""); 91 static_assert((std::is_same<decltype(std::atan2((int)0, (long double)0)), long double>::value), ""); 92 static_assert((std::is_same<decltype(std::atan2((float)0, (unsigned int)0)), double>::value), ""); 93 static_assert((std::is_same<decltype(std::atan2((double)0, (long)0)), double>::value), ""); 94 static_assert((std::is_same<decltype(std::atan2((long double)0, (unsigned long)0)), long double>::value), ""); 95 static_assert((std::is_same<decltype(std::atan2((int)0, (long long)0)), double>::value), ""); 96 static_assert((std::is_same<decltype(std::atan2((int)0, (unsigned long long)0)), double>::value), ""); 97 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],
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
math.h | 41 using std::tr1::atan2;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
math.h | 41 using std::tr1::atan2;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
math.h | 41 using std::tr1::atan2;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
math.h | 41 using std::tr1::atan2;
|
/art/compiler/dex/quick/ |
dex_file_method_inliner.cc | 148 static_assert(kIntrinsicIsStatic[kIntrinsicAtan2], "Atan2 must be static"); 249 "atan2", // kNameCacheAtan2 543 INTRINSIC(JavaLangMath, Atan2, DD_D, kIntrinsicAtan2, 0), [all...] |
/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 | 593 atan2(const AutoDiffScalar<DerTypeA>& a, const AutoDiffScalar<DerTypeB>& b) function in namespace:Eigen 595 using std::atan2; 600 ret.value() = atan2(a.value(), b.value());
|
/external/llvm/include/llvm/Analysis/ |
TargetLibraryInfo.def | 285 /// double atan2(double y, double x); 286 TLI_DEFINE_ENUM_INTERNAL(atan2) 287 TLI_DEFINE_STRING_INTERNAL("atan2") [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libm-2.11.1.so | |
libm.so | |
libm.so.6 | |
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
Complex.java | 633 * <code>arg(a + bi) = {@link java.lang.Math#atan2}(b, a)</code></p> 659 FastMath.atan2(imaginary, real)); 914 * as java.Math.atan2 handles them, essentially treating finite parts as zero in the presence of [all...] |
/external/autotest/client/site_tests/graphics_dEQP/expectations/baytrail/ |
dEQP-GLES3.functional.Fail.bz2 | |
/external/autotest/client/site_tests/graphics_dEQP/expectations/braswell/ |
dEQP-GLES3.functional.Fail.bz2 | |
/external/autotest/client/site_tests/graphics_dEQP/expectations/broadwell/ |
dEQP-GLES3.functional.Fail.bz2 | |
/external/autotest/client/site_tests/graphics_dEQP/expectations/haswell/ |
dEQP-GLES3.functional.Fail.bz2 | |
/external/autotest/client/site_tests/graphics_dEQP/expectations/ivybridge/ |
dEQP-GLES3.functional.Fail.bz2 | |
/external/autotest/client/site_tests/graphics_dEQP/expectations/sandybridge/ |
dEQP-GLES3.functional.Fail.bz2 | |
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
apitest.rs | 614 f = atan2(f, f); 615 f2 = atan2(f2, f2); 616 f3 = atan2(f3, f3); 617 f4 = atan2(f4, f4); 621 f4 = atan2(f4, f4); [all...] |
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
apitest.rs | 612 f = atan2(f, f); 613 f2 = atan2(f2, f2); 614 f3 = atan2(f3, f3); 615 f4 = atan2(f4, f4); 619 f4 = atan2(f4, f4); [all...] |