HomeSort by relevance Sort by last modified time
    Searched refs:atan2 (Results 1 - 25 of 478) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/math/
atan2_amd64.s 7 TEXT ·Atan2(SB),NOSPLIT,$0
8 JMP ·atan2(SB)
atan2_arm.s 7 TEXT ·Atan2(SB),NOSPLIT,$0
8 B ·atan2(SB)
  /prebuilts/go/linux-x86/src/math/
atan2_amd64.s 7 TEXT ·Atan2(SB),NOSPLIT,$0
8 JMP ·atan2(SB)
atan2_arm.s 7 TEXT ·Atan2(SB),NOSPLIT,$0
8 B ·atan2(SB)
  /device/google/contexthub/lib/libm/
wf_atan2.c 27 float atan2f(y,x) /* wrapper atan2 */
37 double atan2(double y, double x) function
39 double atan2(y,x)
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_carg.c 37 return (atan2(cimag(z), creal(z)));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAtan2.rs 26 return atan2(inNumerator, inDenominator);
31 return atan2(inNumerator, inDenominator);
36 return atan2(inNumerator, inDenominator);
41 return atan2(inNumerator, inDenominator);
46 return atan2(inNumerator, inDenominator);
51 return atan2(inNumerator, inDenominator);
56 return atan2(inNumerator, inDenominator);
61 return atan2(inNumerator, inDenominator);
  /external/eigen/Eigen/src/Geometry/
EulerAngles.h 39 using std::atan2;
55 res[0] = atan2(coeff(j,i), coeff(k,i));
60 res[1] = -atan2(s2, coeff(i,i));
65 res[1] = atan2(s2, coeff(i,i));
80 res[2] = atan2(c1*coeff(j,k)-s1*coeff(k,k), c1*coeff(j,j) - s1 * coeff(k,j));
84 res[0] = atan2(coeff(j,k), coeff(k,k));
88 res[1] = atan2(-coeff(i,k), -c2);
91 res[1] = atan2(-coeff(i,k), c2);
94 res[2] = atan2(s1*coeff(k,i)-c1*coeff(j,i), c1*coeff(j,j) - s1 * coeff(k,j));
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/java/lang/
StrictMath.java 35 public static double atan2(double y, double x) { method in class:StrictMath
36 return Math.atan2(y,x);
  /external/v8/src/base/
ieee754.h 18 double atan2(double y, double x);
  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 42 tmp = atan2(darray, tmp);
43 tmp = atan2(1.0, darray);
44 tmp = atan2(darray, 1.0);
68 tmp = atan2(farray, tmp);
69 tmp = atan2(1.0f, farray);
70 tmp = atan2(farray, 1.0f);
95 tmp = atan2(ldarray, tmp);
96 tmp = atan2(1.0l, ldarray);
97 tmp = atan2(ldarray, 1.0l);
  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 42 tmp = atan2(darray, tmp);
43 tmp = atan2(1.0, darray);
44 tmp = atan2(darray, 1.0);
68 tmp = atan2(farray, tmp);
69 tmp = atan2(1.0f, farray);
70 tmp = atan2(farray, 1.0f);
95 tmp = atan2(ldarray, tmp);
96 tmp = atan2(1.0l, ldarray);
97 tmp = atan2(ldarray, 1.0l);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
math.s 7 .float $atan2(1.0,2.0)
  /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/opencv3/modules/viz/src/
types.cpp 140 fov_[0] = atan2(principal_point_[0], focal_[0]) + atan2(window_size.width-principal_point_[0], focal_[0]);
141 fov_[1] = atan2(principal_point_[1], focal_[1]) + atan2(window_size.height-principal_point_[1], focal_[1]);
151 fov_[0] = atan2(cx, fx) + atan2(window_size.width - cx, fx);
152 fov_[1] = atan2(cy, fy) + atan2(window_size.height - cy, fy);
175 fov_[0] = (atan2(principal_point_[0],focal_[0]) + atan2(window_size.width-principal_point_[0],focal_[0]))
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2
119 # define atan2l atan2
120 # define atan2f atan2
160 # define atan2l atan2
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2
119 # define atan2l atan2
120 # define atan2f atan2
160 # define atan2l atan2
  /bionic/libstdc++/include/
cmath 51 using ::atan2;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 51 using ::atan2;
  /ndk/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilts/misc/common/swig/include/2.0.11/
math.i 30 extern double atan2(double y, double x);
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/current/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilts/gdb/darwin-x86/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...]

Completed in 3565 milliseconds

1 2 3 4 5 6 7 8 91011>>