HomeSort by relevance Sort by last modified time
    Searched full:hypot (Results 226 - 250 of 720) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /art/runtime/entrypoints/quick/
quick_entrypoints_list.h 99 V(Hypot, double, double, double) \
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypotl.c 16 /* long double version of hypot(). See e_hypot.c for most comments. */
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 170 boolean inCenter = java.lang.Math.hypot(x, y) <= CENTER_RADIUS;
  /external/clang/lib/Headers/
tgmath.h 825 // hypot
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
839 #undef hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
  /external/eigen/Eigen/src/Core/
MathFunctions.h 281 * Implementation of hypot *
611 inline EIGEN_MATHFUNC_RETVAL(hypot, Scalar) hypot(const Scalar& x, const Scalar& y) function in namespace:Eigen::numext
613 return EIGEN_MATHFUNC_IMPL(hypot, Scalar)::run(x, y);
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 318 Scalar t(numext::hypot(m_sigma[j],f));
347 Scalar t(numext::hypot(m_sigma[j],f));
395 Scalar t = numext::hypot(f,g);
413 t = numext::hypot(f,g);
  /external/libvorbis/lib/
os.h 61 # define FAST_HYPOT hypot
  /external/v8/src/js/
math.js 144 "hypot", MathHypot,
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
tgmath.h 825 // hypot
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
839 #undef hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
  /frameworks/base/core/java/android/gesture/
GestureStroke.java 72 len += Math.hypot(p.x - tmpPoints[(i - 1) * 2], p.y - tmpPoints[(i -1) * 2 + 1]);
GestureUtils.java 296 float distance = (float) Math.hypot(deltaX, deltaY);
382 sum += Math.hypot(dx, dy);
391 return (float) Math.hypot(dx, dy) / totalLen;
397 return (float) Math.hypot(dx, dy) / totalLen;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
FreePathInterpolator.java 81 mArcLength += Math.hypot(x - prevX, y - prevY);
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 478 float sz = (float) Math.hypot(dzx,Math.hypot(dzy,dzz));
602 float sz = (float) Math.hypot(dzx,Math.hypot(dzy,dzz));
  /libcore/ojluni/src/main/native/
StrictMath.c 177 NATIVE_METHOD(StrictMath, hypot, "(DD)D"),
fdlibm.h 147 extern double hypot __P((double, double));
  /ndk/sources/android/support/src/
math_support.c 75 __attribute__((weak)) long double hypotl(long double x, long double y) { return hypot((double)x, (double)y); }
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
AccelerometerListener.java 126 final double xy = Math.hypot(x, y);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageGrad.java 76 float d = (float) Math.hypot(x - mPointsX[i], y - mPointsY[i]);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
RoundedLine.java 49 final double l = Math.hypot(dx, dy);
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 825 // hypot
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
839 #undef hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
tgmath.h 825 // hypot
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
839 #undef hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
tgmath.h 825 // hypot
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
839 #undef hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
tgmath.h 825 // hypot
833 __tg_hypot(double __x, double __y) {return hypot(__x, __y);}
839 #undef hypot macro
840 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \ macro

Completed in 2138 milliseconds

1 2 3 4 5 6 7 8 91011>>