HomeSort by relevance Sort by last modified time
    Searched full:atan2 (Results 501 - 525 of 687) sorted by null

<<2122232425262728

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 140 _math_functions = ['acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 140 _math_functions = ['acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh',
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 682 float angle = 90 - rad2deg(atan2(rise, run));
    [all...]
  /external/clang/include/clang/Basic/
Builtins.def     [all...]
  /external/opencv/cvaux/src/
cvvecfacetracking.cpp     [all...]
  /external/valgrind/main/VEX/useful/
hd_fpu.c 1006 vd_dst = atan2(
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 864 double angleRad = Math.atan2(-ty, tx);
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
globals.html 82 <li>atan2()
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 55 // Protect against atan2 of 0,0
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
complex 602 { return atan2(__z.imag(), __z.real()); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
cmath 454 using std::atan2;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
cmath 454 using std::atan2;
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
complex 602 { return atan2(__z.imag(), __z.real()); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
complex 602 { return atan2(__z.imag(), __z.real()); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
complex 602 { return atan2(__z.imag(), __z.real()); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
complex 602 { return atan2(__z.imag(), __z.real()); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 454 using std::atan2;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 454 using std::atan2;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 454 using std::atan2;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 454 using std::atan2;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
cmath 453 using std::atan2;
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 109 * @tests java.lang.Math#atan2(double, double)
112 // Test for method double java.lang.Math.atan2(double, double)
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 350 friend const mpreal atan2 (const mpreal& y, const mpreal& x, mp_rnd_t rnd_mode = mpreal::default_rnd);
1866 inline const mpreal atan2 (const mpreal& y, const mpreal& x, mp_rnd_t rnd_mode) function in namespace:mpfr
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/
libgnustl_shared.so 

Completed in 1069 milliseconds

<<2122232425262728