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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 175 /* Nearest integer, absolute value, and remainder functions. */
278 /* Return the integer nearest X in the direction of the
308 /* Round X to nearest integral value, rounding halfway cases away from
312 /* Round X to the integral value in floating-point format nearest but
324 /* Round X to nearest integral value according to current rounding
329 /* Round X to nearest integral value, rounding halfway cases away from
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 175 /* Nearest integer, absolute value, and remainder functions. */
278 /* Return the integer nearest X in the direction of the
308 /* Round X to nearest integral value, rounding halfway cases away from
312 /* Round X to the integral value in floating-point format nearest but
324 /* Round X to nearest integral value according to current rounding
329 /* Round X to nearest integral value, rounding halfway cases away from
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 175 /* Nearest integer, absolute value, and remainder functions. */
278 /* Return the integer nearest X in the direction of the
308 /* Round X to nearest integral value, rounding halfway cases away from
312 /* Round X to the integral value in floating-point format nearest but
324 /* Round X to nearest integral value according to current rounding
329 /* Round X to nearest integral value, rounding halfway cases away from
  /libcore/luni/src/main/java/java/util/
TreeMap.java 275 Node<K, V> nearest = root; local
278 ? comparableKey.compareTo(nearest.key)
279 : comparator.compare(key, nearest.key);
287 return nearest.prev();
292 return nearest;
294 return nearest.next();
298 Node<K, V> child = (comparison < 0) ? nearest.left : nearest.right;
300 nearest = child;
305 * We found a nearest node. Every key not in the tree has up to tw
    [all...]
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.h 72 // element. The rounding_bias is added in before rounding to the nearest
73 // volume step (use 0.5 to round to nearest).
  /external/chromium_org/ash/wm/
drag_window_controller.h 65 // if its id() is valid. Otherwise, a display nearest to |bounds| is chosen.
75 // kInvalidDisplayID (i.e. the default), a display nearest to the current
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.h 76 // Searches through the children of start_node to find the nearest
85 // Calculates the distance from the point (x, y) to the nearest point on the
  /external/chromium_org/content/test/data/gpu/
mem_webgl.html 53 gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MIN_FILTER, gl.NEAREST);
54 gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_MAG_FILTER, gl.NEAREST);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dump_defines.c 316 "nearest",
332 "nearest",
  /external/chromium_org/ui/gfx/
screen.h 73 // Returns the display nearest the specified window.
76 // Returns the display nearest the specified point.
  /external/libvpx/libvpx/vp9/common/
vp9_findnearmv.c 26 int_mv *mvlist, int_mv *nearest, int_mv *near) {
33 *nearest = mvlist[0];
  /external/llvm/utils/testgen/
mc-bundling-x86-gen.py 74 # Pad to end at nearest bundle boundary
79 # at the nearest bundle boundary
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_defines.c 316 "nearest",
332 "nearest",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fpu_control.h 48 * 00 - rounding to nearest
84 and no interrupts for exceptions, rounding to nearest. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fpu_control.h 48 * 00 - rounding to nearest
84 and no interrupts for exceptions, rounding to nearest. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fpu_control.h 48 * 00 - rounding to nearest
84 and no interrupts for exceptions, rounding to nearest. */
  /bionic/libc/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
  /development/ndk/platforms/android-8/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address
  /external/chromium_org/chrome/browser/ui/cocoa/
info_bubble_view.h 37 // The edge nearest to the arrow is lined up with the anchor point.
  /external/chromium_org/media/base/
audio_timestamp_helper.cc 60 // the nearest whole number of frames.
  /external/compiler-rt/lib/
subdf3.c 11 // IEEE-754 default rounding (to nearest, ties to even).
subsf3.c 11 // IEEE-754 default rounding (to nearest, ties to even).
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 30 // If filtering is kFilterNone, a simple nearest-neighbor algorithm is
  /external/llvm/test/Transforms/Sink/
basic.ll 40 ; Sink to the nearest post-dominator
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
dlfcn.h 40 const char *dli_sname; /* Name of nearest symbol with address

Completed in 4647 milliseconds

12 3 4 5 6 7 8 91011>>