HomeSort by relevance Sort by last modified time
    Searched refs:atan2 (Results 1 - 25 of 349) 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)));
  /external/eigen/Eigen/src/Geometry/
EulerAngles.h 50 res[1] = internal::atan2(s, coeff(i,i));
53 res[0] = internal::atan2(coeff(j,i), coeff(k,i));
54 res[2] = internal::atan2(coeff(i,j),-coeff(i,k));
59 res[2] = (coeff(i,i)>0?1:-1)*internal::atan2(-coeff(k,j), coeff(j,j));
65 res[1] = internal::atan2(-coeff(i,k), c);
68 res[0] = internal::atan2(coeff(j,k), coeff(k,k));
69 res[2] = internal::atan2(coeff(i,j), coeff(i,i));
74 res[2] = (coeff(i,k)>0?1:-1)*internal::atan2(-coeff(k,j), coeff(j,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/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;
  /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;

Completed in 107 milliseconds

1 2 3 4 5 6 7 8 91011>>