HomeSort by relevance Sort by last modified time
    Searched full:nearest (Results 76 - 100 of 1005) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
  /external/chromium_org/ash/display/
display_controller.h 139 // the center of the nearest display if it's outside of all displays.
146 // Returns the display object nearest given |point|.
150 // Returns the display object nearest given |window|.
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
callback.rs 111 // Converts semiplanar YVU to interleaved YUV, nearest neighbor
130 // Converts planar YVU to interleaved YUV, nearest neighbor
148 // Converts interleaved 4:2:2 YUV to interleaved YUV, nearest neighbor
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.h 119 // take the nearest-point. The parameter "crop" controls whether to crop this
144 // take the nearest-point. The parameter "crop" controls whether to crop this
155 // nearest-point. The parameter "crop" controls whether to crop this frame to
162 // take the nearest-point. The parameter "crop" controls whether to crop this
169 // just take the nearest-point. The parameter "crop" controls whether to crop
  /external/opencv/cv/src/
_cvkdtree.hpp 56 // J.S. Beis and D.G. Lowe. Shape indexing using approximate nearest-neighbor search in highdimensional spaces. In Proc. IEEE Conf. Comp. Vision Patt. Recog., pages 1000--1006, 1997. http://citeseer.ist.psu.edu/beis97shape.html
301 struct bbf_nn { // info on found neighbors (approx k nearest)
302 const __valuetype *p; // nearest neighbor
362 // called per candidate nearest neighbor; constructs new bbf_nn for
381 // finds (with high probability) the k nearest neighbors of d,
383 // ret_nn_pq is an array containing the (at most) k nearest neighbors
401 // from node nearest query point d, run to leaf
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 428 int_mv nearest[2], nearmv[2], best[2]; local
455 // nearest, nearby
458 mbmi->ref_mvs[ref0], &nearest[0], &nearmv[0]);
459 best[0].as_int = nearest[0].as_int;
469 mbmi->ref_mvs[ref1], &nearest[1], &nearmv[1]);
470 best[1].as_int = nearest[1].as_int;
490 vp9_append_sub8x8_mvs_for_idx(cm, xd, tile, &nearest[0],
495 vp9_append_sub8x8_mvs_for_idx(cm, xd, tile, &nearest[1],
500 if (!assign_mv(cm, b_mode, block, best, nearest, nearmv,
524 best, nearest, nearmv
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 333 /* Nearest integer, absolute value, and remainder functions. */
351 /* Round X to nearest integral value, rounding halfway cases away from
355 /* Round X to the integral value in floating-point format nearest but
365 /* Round X to nearest integral value according to current rounding
370 /* Round X to nearest integral value, rounding halfway cases away from
386 /* Return the integer nearest X in the direction of the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 342 /* Nearest integer, absolute value, and remainder functions. */
360 /* Round X to nearest integral value, rounding halfway cases away from
364 /* Round X to the integral value in floating-point format nearest but
374 /* Round X to nearest integral value according to current rounding
379 /* Round X to nearest integral value, rounding halfway cases away from
395 /* Return the integer nearest X in the direction of the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 333 /* Nearest integer, absolute value, and remainder functions. */
351 /* Round X to nearest integral value, rounding halfway cases away from
355 /* Round X to the integral value in floating-point format nearest but
365 /* Round X to nearest integral value according to current rounding
370 /* Round X to nearest integral value, rounding halfway cases away from
386 /* Return the integer nearest X in the direction of the
  /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 342 /* Nearest integer, absolute value, and remainder functions. */
360 /* Round X to nearest integral value, rounding halfway cases away from
364 /* Round X to the integral value in floating-point format nearest but
374 /* Round X to nearest integral value according to current rounding
379 /* Round X to nearest integral value, rounding halfway cases away from
395 /* Return the integer nearest X in the direction of the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 333 /* Nearest integer, absolute value, and remainder functions. */
351 /* Round X to nearest integral value, rounding halfway cases away from
355 /* Round X to the integral value in floating-point format nearest but
365 /* Round X to nearest integral value according to current rounding
370 /* Round X to nearest integral value, rounding halfway cases away from
386 /* Return the integer nearest X in the direction of the
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 228 // FIXME: should we be computing the transform to the nearest composited layer,
229 // or the nearest composited layer that does not paint into its ancestor?
230 // I think this is the nearest composited ancestor since we will inherit its
  /external/compiler-rt/lib/
truncdfsf2.c 11 // IEEE-754 floating-point type in the default (round to nearest, ties to even)
115 // Round to nearest
155 // Round to nearest
floatsidf.c 11 // compiler-rt library in the IEEE-754 default round-to-nearest, ties-to-even
floatsisf.c 11 // compiler-rt library in the IEEE-754 default round-to-nearest, ties-to-even
floatunsidf.c 11 // compiler-rt library in the IEEE-754 default round-to-nearest, ties-to-even
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_remainder.c 21 * integer nearest x/p (in half way case choose the even one).
s_cbrtf.c 71 /* rounding to 24 bits is perfect in round-to-nearest mode */
s_fmaf.c 55 fegetround() != FE_TONEAREST) /* not round-to-nearest */
  /external/chromium/chrome/browser/ui/cocoa/
view_id_util.mm 26 // Returns the view's nearest descendant (including itself) with a specific
  /external/chromium_org/chrome/browser/ui/cocoa/
view_id_util.mm 26 // Returns the view's nearest descendant (including itself) with a specific
  /external/chromium_org/sandbox/win/src/
handle_closer.h 59 // to the nearest machine-word size).
  /external/chromium_org/tools/perf/benchmarks/
browsermark.py 31 # Select nearest server(North America=1) and start test.
  /external/chromium_org/ui/gfx/animation/
tween.h 43 // result to the nearest integer, with ties broken by rounding towards

Completed in 763 milliseconds

1 2 34 5 6 7 8 91011>>