HomeSort by relevance Sort by last modified time
    Searched refs:hypot (Results 51 - 75 of 203) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 139 #define hypot(x,y) __TGMATH_REAL_2(x, y, hypot) macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 549 self.assertRaises(TypeError, math.hypot)
550 self.ftest('hypot(0,0)', math.hypot(0,0), 0)
551 self.ftest('hypot(3,4)', math.hypot(3,4), 5)
552 self.assertEqual(math.hypot(NAN, INF), INF)
553 self.assertEqual(math.hypot(INF, NAN), INF)
554 self.assertEqual(math.hypot(NAN, NINF), INF)
555 self.assertEqual(math.hypot(NINF, NAN), INF)
556 self.assertTrue(math.isnan(math.hypot(1.0, NAN))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 549 self.assertRaises(TypeError, math.hypot)
550 self.ftest('hypot(0,0)', math.hypot(0,0), 0)
551 self.ftest('hypot(3,4)', math.hypot(3,4), 5)
552 self.assertEqual(math.hypot(NAN, INF), INF)
553 self.assertEqual(math.hypot(INF, NAN), INF)
554 self.assertEqual(math.hypot(NAN, NINF), INF)
555 self.assertEqual(math.hypot(NINF, NAN), INF)
556 self.assertTrue(math.isnan(math.hypot(1.0, NAN))
    [all...]
  /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 203 int dragDistance = (int) Math.ceil(Math.hypot(distX, distY));
435 int dragDistance = (int) Math.ceil(Math.hypot(distX, distY));
541 float dist = (float) Math.hypot(dx, dy);
  /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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 163 __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 336 #define hypot(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, hypot) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 163 __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 327 #define hypot(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, hypot) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 336 #define hypot(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, hypot) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 163 __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 327 #define hypot(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, hypot) macro
  /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);
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 318 Scalar t(internal::hypot(m_sigma[j],f));
347 Scalar t(internal::hypot(m_sigma[j],f));
395 Scalar t = internal::hypot(f,g);
413 t = internal::hypot(f,g);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGrad.java 76 float d = (float) Math.hypot(x - mPointsX[i], y - mPointsY[i]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 61 using std::tr1::hypot;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
math.h 61 using std::tr1::hypot;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
math.h 61 using std::tr1::hypot;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 243 double hypot(double, double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 243 double hypot(double, double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 243 double hypot(double, double);

Completed in 1158 milliseconds

1 23 4 5 6 7 8 9