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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/pkg/linux_amd64_race/
math.a 64 func @"".Hypot (@"".p·2 float64, @"".q·3 float64) (? float64)
    [all...]
  /external/ImageMagick/MagickCore/
distort.c     [all...]
gem.c     [all...]
effect.c     [all...]
draw.c     [all...]
  /external/opencv3/modules/objdetect/
opencl_kernels_objdetect.cpp     [all...]
  /external/opencv3/modules/video/
opencl_kernels_video.cpp 715 "float g1 = hypot(u1x, u1y);\n"
716 "float g2 = hypot(u2x, u2y);\n"
    [all...]
  /frameworks/compile/slang/tests/P_all_api_24/
all24.rs     [all...]
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java     [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 451 return (float) Math.hypot(x, y);
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 752 RealScalar h = numext::hypot(td,e);
  /frameworks/base/core/java/android/widget/
OverScroller.java 183 return (float) Math.hypot(mScrollerX.mCurrVelocity, mScrollerY.mCurrVelocity);
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
methods_index_removals.html 198 <nobr><A HREF="android.util.FloatMath.html#android.util.FloatMath.hypot_removed(float, float)" class="hiddenlink" target="rightframe"><strike>hypot</strike>
  /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...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 177 return (float) Math.hypot(mScrollerX.mCurrVelocity, mScrollerY.mCurrVelocity);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragLayer.java 804 final float dist = (float) Math.hypot(to.left - from.left, to.top - from.top)
    [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 288 DEF_C99_BUILTIN (BUILT_IN_HYPOT, "hypot", BT_FN_DOUBLE_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
    [all...]
  /frameworks/rs/api/
rs_math.spec 1166 function: hypot
1181 function: hypot
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 805 return (float) Math.hypot(x - mTmpPoint[0], y - mTmpPoint[1]);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libmingwex.a 609 d? ?.text? P`.data@P?.bss?P?.xdata@0@.pdata @0@/4?,@B/16n?@B/300e^@B/45?r@B/57@B/68 ?@P@/790?|@@B??I????GNU C 4.8.3 -m64 -mtune=generic -march=x86-64 -g -O2 -std=gnu99/tmp/build-mingw64-toolchain-joshualang/src/mingw-w64-svn-r5861/mingw-w64-crt/complex/cabs.ccharlong long unsigned intlong long intshort unsigned intintlong intunsigned intsizetypelong unsigned intunsigned chardoublefloatlong doublecabs?\??z.??complex doublehypot?\\\% $ > .?: ; 'I@?B: ; I???B1.?: ;'I<I,?? /tmp/build-mingw64-toolchain-joshualang/src/mingw-w64-svn-r5861/mingw-w64-crt/complex/tmp/build-mingw64-toolchain-joshualang/install-x86_64-linux-gnu/x86_64-w64-mingw32/x86_64-w64-mingw32/includecabs.def.hcomplex.hmath.h .KYGCC: (GNU) 4.8.3????x ?
630  .file??gcabs.ccabs .text.data.bss.xdata.pdata \?hnv0? ? ? 0hypot ?.debug_info.debug_abbrev.debug_aranges.debug_line.debug_str.rdata$zzz.debug_frame.debug_info.debug_abbrev.debug_aranges.debug_line.rdata$zzz.debug_frame
    [all...]
  /frameworks/base/docs/html/guide/topics/renderscript/reference/
rs_math.jd 465 <a href='rs_math.html#android_rs:hypot'>hypot</a>
    [all...]
  /external/clang/include/clang/Basic/
Builtins.def     [all...]
  /external/eigen/Eigen/src/Core/
Functors.h 146 * \brief Template functor to compute the hypot of two scalars
    [all...]

Completed in 1748 milliseconds

<<11121314151617181920>>