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

1 2 3 4 5 6 7 8 91011>>

  /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/
TestAtan2.rs 26 return atan2(inY, inX);
31 return atan2(inY, inX);
36 return atan2(inY, inX);
41 return atan2(inY, inX);
  /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/stlport/test/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-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);
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 49 using ::atan2;
  /external/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2
119 # define atan2l atan2
120 # define atan2f atan2
160 # define atan2l atan2
  /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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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/4/platforms/android-5/arch-x86/usr/include/
cmath 49 using ::atan2;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath 49 using ::atan2;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 51 using ::atan2;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 51 using ::atan2;

Completed in 726 milliseconds

1 2 3 4 5 6 7 8 91011>>