HomeSort by relevance Sort by last modified time
    Searched full:atan2 (Results 826 - 850 of 1351) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/
math.h 206 double atan2(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
math.h 206 double atan2(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
math.h 206 double atan2(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
math.h 206 double atan2(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
math.h 206 double atan2(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r11/sources/android/support/src/msun/
math_private.h 678 #define __ieee754_atan2 atan2
  /prebuilts/ndk/r13/sources/android/support/src/msun/
math_private.h 678 #define __ieee754_atan2 atan2
  /prebuilts/sdk/renderscript/lib/arm/
libm.so 
  /prebuilts/sdk/renderscript/lib/mips/
libm.so 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 592 double angle = Math.atan2(dy, dx);
  /art/test/988-method-trace/
expected.txt 377 ..=> public static double java.lang.Math.atan2(double,double)
378 ..<= public static double java.lang.Math.atan2(double,double) -> <class java.lang.Double: 0.0>
    [all...]
  /docs/source.android.com/en/devices/input/
touch-devices.html     [all...]
  /external/skia/experimental/docs/
svgbaseddoc.htm     [all...]
  /frameworks/compile/slang/tests/P_all_api_24/
all24.rs     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
StrictMathTest.java 115 * java.lang.StrictMath#atan2(double, double)
118 // Test for method double java.lang.StrictMath.atan2(double, double)
    [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 923 mHeadingAngle = (float) Math.atan2(mHeadingY, mHeadingX);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
complexobject.c 145 at = atan2(a.imag, a.real);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
complexobject.c 141 at = atan2(a.imag, a.real);
    [all...]
  /external/ImageMagick/MagickCore/
distort.c     [all...]
  /external/python/cpython2/Objects/
complexobject.c 145 at = atan2(a.imag, a.real);
    [all...]
  /frameworks/compile/slang/tests/P_all_api_18/
all18.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_19/
all19.rs     [all...]
  /frameworks/compile/slang/tests/P_all_api_20/
all20.rs     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
builtins.def 208 DEF_LIB_BUILTIN (BUILT_IN_ATAN2, "atan2", BT_FN_DOUBLE_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/
TODO 342 following files are not tested at 100%: add1.c, atan.c, atan2.c,

Completed in 953 milliseconds

<<31323334353637383940>>