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

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 204 self.assertRaises(TypeError, math.atan2)
205 self.ftest('atan2(-1, 0)', math.atan2(-1, 0), -math.pi/2)
206 self.ftest('atan2(-1, 1)', math.atan2(-1, 1), -math.pi/4)
207 self.ftest('atan2(0, 1)', math.atan2(0, 1), 0)
208 self.ftest('atan2(1, 1)', math.atan2(1, 1), math.pi/4)
209 self.ftest('atan2(1, 0)', math.atan2(1, 0), math.pi/2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 204 self.assertRaises(TypeError, math.atan2)
205 self.ftest('atan2(-1, 0)', math.atan2(-1, 0), -math.pi/2)
206 self.ftest('atan2(-1, 1)', math.atan2(-1, 1), -math.pi/4)
207 self.ftest('atan2(0, 1)', math.atan2(0, 1), 0)
208 self.ftest('atan2(1, 1)', math.atan2(1, 1), math.pi/4)
209 self.ftest('atan2(1, 0)', math.atan2(1, 0), math.pi/2
    [all...]
  /external/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);
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Math.h 36 #define AKFS_ATAN2(y, x) atan2((y), (x))
  /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);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-925537.js 38 assertClose( Math.PI / 4, Math.atan2(pinf, pinf));
39 assertClose(-Math.PI / 4, Math.atan2(ninf, pinf));
40 assertClose( 3 * Math.PI / 4, Math.atan2(pinf, ninf));
41 assertClose(-3 * Math.PI / 4, Math.atan2(ninf, ninf));
  /external/chromium_org/v8/test/webkit/
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/eigen/Eigen/src/Geometry/
Rotation2D.h 136 using std::atan2;
138 m_angle = atan2(mat.coeff(1,0), mat.coeff(0,0));
  /frameworks/base/core/java/android/transition/
PatternPathMotion.java 125 double angle = Math.atan2(dy, dx);
136 double angle = Math.atan2(dy, dx);
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
vector2.h 66 double angle = atan2(y_, x_);
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtrasTest.cpp 186 EXPECT_EQ(M_PI_4, atan2(posInf, posInf));
187 EXPECT_EQ(3.0 * M_PI_4, atan2(posInf, negInf));
188 EXPECT_EQ(-M_PI_4, atan2(negInf, posInf));
189 EXPECT_EQ(-3.0 * M_PI_4, atan2(negInf, negInf));
  /external/clang/test/CodeGen/
libcalls.c 96 double atan2_ = atan2(d, 2);
99 // CHECK-NO: declare double @atan2(double, double) [[NUW_RN]]
102 // CHECK-YES-NOT: declare double @atan2(double, double) [[NUW_RN]]
  /external/libcxx/test/numerics/complex.number/complex.transcendentals/
cos.pass.cpp 38 const double pi = std::atan2(+0., -0.);
log10.pass.cpp 37 const double pi = std::atan2(+0., -0.);
pow_complex_complex.pass.cpp 39 const double pi = std::atan2(+0., -0.);
pow_complex_scalar.pass.cpp 39 const double pi = std::atan2(+0., -0.);
pow_scalar_complex.pass.cpp 39 const double pi = std::atan2(+0., -0.);

Completed in 696 milliseconds

12 3 4 5 6 7 8 91011>>