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

12 3 4 5 6 7 8 91011>>

  /development/ndk/platforms/android-13/arch-arm/symbols/
libm.so.functions.txt 13 atan2
  /development/ndk/platforms/android-13/arch-mips/symbols/
libm.so.functions.txt 13 atan2
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 13 atan2
  /development/ndk/platforms/android-9/arch-arm/symbols/
libm.so.functions.txt 13 atan2
  /development/ndk/platforms/android-9/arch-mips/symbols/
libm.so.functions.txt 13 atan2
  /external/v8/test/webkit/
math-expected.txt 59 PASS Math.atan2(NaN, NaN) is NaN
60 PASS Math.atan2(NaN, 0) is NaN
61 PASS Math.atan2(NaN, -0) is NaN
62 PASS Math.atan2(NaN, 1) is NaN
63 PASS Math.atan2(NaN, Infinity) is NaN
64 PASS Math.atan2(NaN, -Infinity) is NaN
65 PASS Math.atan2(0, NaN) is NaN
66 PASS Math.atan2(-0, NaN) is NaN
67 PASS Math.atan2(1, NaN) is NaN
68 PASS Math.atan2(Infinity, NaN) is Na
    [all...]
math.js 64 shouldBe("Math.atan2(NaN, NaN)", "NaN");
65 shouldBe("Math.atan2(NaN, 0)", "NaN");
66 shouldBe("Math.atan2(NaN, -0)", "NaN");
67 shouldBe("Math.atan2(NaN, 1)", "NaN");
68 shouldBe("Math.atan2(NaN, Infinity)", "NaN");
69 shouldBe("Math.atan2(NaN, -Infinity)", "NaN");
70 shouldBe("Math.atan2(0, NaN)", "NaN");
71 shouldBe("Math.atan2(-0, NaN)", "NaN");
72 shouldBe("Math.atan2(1, NaN)", "NaN");
73 shouldBe("Math.atan2(Infinity, NaN)", "NaN")
    [all...]
  /external/deqp/external/vulkancts/mustpass/1.0.0/src/
test-issues.txt 5 dEQP-VK.glsl.builtin.precision.atan2.mediump_compute.*
6 dEQP-VK.glsl.builtin.precision.atan2.highp_compute.*
  /prebuilts/go/darwin-x86/src/math/
stubs_arm64.s 15 TEXT ·Atan2(SB),NOSPLIT,$0
16 B ·atan2(SB)
stubs_ppc64x.s 15 TEXT ·Atan2(SB),NOSPLIT,$0
16 BR ·atan2(SB)
  /prebuilts/go/linux-x86/src/math/
stubs_arm64.s 15 TEXT ·Atan2(SB),NOSPLIT,$0
16 B ·atan2(SB)
stubs_ppc64x.s 15 TEXT ·Atan2(SB),NOSPLIT,$0
16 BR ·atan2(SB)
  /cts/libs/view/src/com/android/view/
Position.java 64 double originToThisAngle = Math.atan2(origin.mY - mY, mX - origin.mX);
65 double originToOtherAngle = Math.atan2(origin.mY - other.mY, other.mX - origin.mX);
84 return Math.atan2(other.mY - mY, other.mX - mX);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
BinaryFunction.java 80 /** The {@code FastMath.atan2} method wrapped as a {@link BinaryFunction}. */
81 public static final BinaryFunction ATAN2 = new BinaryFunction() {
85 return FastMath.atan2(x, y);
  /external/libcxx/test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/
atan2_valarray_valarray.pass.cpp 16 // atan2(const valarray<T>& x, const valarray<T>& y);
48 std::valarray<T> v3 = atan2(v1, v2);
atan2_valarray_value.pass.cpp 16 // atan2(const valarray<T>& x, const T& y);
46 std::valarray<T> v3 = atan2(v1, .75);
atan2_value_valarray.pass.cpp 16 // atan2(const T& x, const valarray<T>& y);
46 std::valarray<T> v3 = atan2(.75, v1);
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_math.hpp     [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
vec_math.hpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/
atan2_valarray_valarray.pass.cpp 16 // atan2(const valarray<T>& x, const valarray<T>& y);
48 std::valarray<T> v3 = atan2(v1, v2);
atan2_valarray_value.pass.cpp 16 // atan2(const valarray<T>& x, const T& y);
46 std::valarray<T> v3 = atan2(v1, .75);
atan2_value_valarray.pass.cpp 16 // atan2(const T& x, const valarray<T>& y);
46 std::valarray<T> v3 = atan2(.75, v1);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/libr2/
libm.so 

Completed in 329 milliseconds

12 3 4 5 6 7 8 91011>>