HomeSort by relevance Sort by last modified time
    Searched refs:hypot (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
MathTest.java 506 * @tests java.lang.Math#hypot(double, double)
511 Double.POSITIVE_INFINITY, Math.hypot(Double.POSITIVE_INFINITY,
514 Double.POSITIVE_INFINITY, Math.hypot(Double.NEGATIVE_INFINITY,
517 Double.POSITIVE_INFINITY, Math.hypot(-758.2587,
520 Double.POSITIVE_INFINITY, Math.hypot(5687.21,
523 Double.POSITIVE_INFINITY, Math.hypot(Double.POSITIVE_INFINITY,
526 Double.POSITIVE_INFINITY, Math.hypot(Double.NEGATIVE_INFINITY,
528 assertTrue("Should be NaN", Double.isNaN(Math.hypot(Double.NaN,
530 assertTrue("Should be NaN", Double.isNaN(Math.hypot(-345.2680,
534 .hypot(12322.12, -2396393.2258), 0D)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
WaveView.java 186 int dragDistance = (int) Math.ceil(Math.hypot(distX, distY));
418 int dragDistance = (int) Math.ceil(Math.hypot(distX, distY));
467 float dist = (float) Math.hypot(x, y);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 251 double d01 = hypot(v01.width(), v01.height());
252 double d21 = hypot(v21.width(), v21.height());
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 70 return (float) Math.hypot(x, y);
376 final float mag = (float) Math.hypot(vx, vy);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 163 __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 327 #define hypot(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, hypot) macro
  /bionic/libm/include/
math.h 243 double hypot(double, double);
  /development/ndk/platforms/android-3/include/
math.h 243 double hypot(double, double);
  /development/ndk/platforms/android-9/include/
math.h 243 double hypot(double, double);
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 265 final double moveDelta = Math.hypot(deltaX, deltaY);
298 final float moveDelta = (float) Math.hypot(deltaX, deltaY);
400 final float deltaMove = (float) Math.hypot(deltaX, deltaY);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
RotateView.java 113 float radius = (float) Math.hypot(centerX, centerY);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 61 using std::tr1::hypot;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 243 double hypot(double, double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 243 double hypot(double, double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 243 double hypot(double, double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 243 double hypot(double, double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 243 double hypot(double, double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 243 double hypot(double, double);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h 243 double hypot(double, double);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h 243 double hypot(double, double);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 61 using std::tr1::hypot;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h 243 double hypot(double, double);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h 243 double hypot(double, double);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
math.h 243 double hypot(double, double);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
math.h 243 double hypot(double, double);

Completed in 487 milliseconds

12 3 4