HomeSort by relevance Sort by last modified time
    Searched full:atan2 (Results 526 - 550 of 1351) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 41 using std::tr1::atan2;
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/
acos.pass.cpp 38 const double pi = std::atan2(+0., -0.);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 41 using std::tr1::atan2;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/complex.number/complex.transcendentals/
acos.pass.cpp 38 const double pi = std::atan2(+0., -0.);
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 54 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function
  /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/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 622 atan2(const AutoDiffScalar<DerTypeA>& a, const AutoDiffScalar<DerTypeB>& b) function in namespace:Eigen
624 using std::atan2;
628 ret.value() = atan2(a.value(), b.value());
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 290 /// double atan2(double y, double x);
291 TLI_DEFINE_ENUM_INTERNAL(atan2)
292 TLI_DEFINE_STRING_INTERNAL("atan2")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 290 /// double atan2(double y, double x);
291 TLI_DEFINE_ENUM_INTERNAL(atan2)
292 TLI_DEFINE_STRING_INTERNAL("atan2")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 290 /// double atan2(double y, double x);
291 TLI_DEFINE_ENUM_INTERNAL(atan2)
292 TLI_DEFINE_STRING_INTERNAL("atan2")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 290 /// double atan2(double y, double x);
291 TLI_DEFINE_ENUM_INTERNAL(atan2)
292 TLI_DEFINE_STRING_INTERNAL("atan2")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 290 /// double atan2(double y, double x);
291 TLI_DEFINE_ENUM_INTERNAL(atan2)
292 TLI_DEFINE_STRING_INTERNAL("atan2")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 290 /// double atan2(double y, double x);
291 TLI_DEFINE_ENUM_INTERNAL(atan2)
292 TLI_DEFINE_STRING_INTERNAL("atan2")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 290 /// double atan2(double y, double x);
291 TLI_DEFINE_ENUM_INTERNAL(atan2)
292 TLI_DEFINE_STRING_INTERNAL("atan2")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 290 /// double atan2(double y, double x);
291 TLI_DEFINE_ENUM_INTERNAL(atan2)
292 TLI_DEFINE_STRING_INTERNAL("atan2")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 290 /// double atan2(double y, double x);
291 TLI_DEFINE_ENUM_INTERNAL(atan2)
292 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...]
  /frameworks/rs/tests/java_api/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...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 630 f = atan2(f, f);
631 f2 = atan2(f2, f2);
632 f3 = atan2(f3, f3);
633 f4 = atan2(f4, f4);
637 f4 = atan2(f4, f4);
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
apitest.rs 632 f = atan2(f, f);
633 f2 = atan2(f2, f2);
634 f3 = atan2(f3, f3);
635 f4 = atan2(f4, f4);
639 f4 = atan2(f4, f4);
    [all...]
  /external/v8/src/base/
ieee754.cc 1282 double atan2(double y, double x) { function in namespace:v8::base::ieee754
    [all...]

Completed in 1116 milliseconds

<<21222324252627282930>>