HomeSort by relevance Sort by last modified time
    Searched full:nearest (Results 501 - 525 of 1437) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
float.h 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h 108 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
float.h 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
float.h 125 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
  /prebuilts/go/darwin-x86/src/math/big/
ratconv.go 209 // nearest, with halves rounded away from zero.
  /prebuilts/go/linux-x86/src/math/big/
ratconv.go 209 // nearest, with halves rounded away from zero.
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftcffdrv.h 102 * each being rounded to the nearest pixel edge, taking care of
  /system/extras/verity/
verify_boot_signature.c 76 * Rounds n up to the nearest multiple of page_size
  /toolchain/binutils/binutils-2.25/bfd/
elf32-sparc.c 259 /* The 32-bit static TLS arena size is rounded to the nearest 8-byte
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.c 92 * 3. Under the assumption that input will be rounded nearest,
95 * round-nearest rule will give the same floating-point value
132 and rounded to nearest.
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sqrt.c 304 If (r=RN) then z=z+ulp ... rounded-to-nearest
356 ... set rounding mode to Round-to-nearest
382 case RN: ... round-to-nearest
  /external/deqp/framework/common/
tcuTestLog.cpp 266 Sampler sampler (Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::LINEAR, Sampler::NEAREST);
304 Sampler sampler (Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 339 renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
350 // Setup nearest neighbor filtering and clamp-to-edge.
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 187 renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::NEAREST, Sampler::NEAREST);
206 // Setup nearest neighbor filtering and clamp-to-edge.
  /external/fdlibm/
e_sqrt.c 303 If (r=RN) then z=z+ulp ... rounded-to-nearest
355 ... set rounding mode to Round-to-nearest
381 case RN: ... round-to-nearest
  /external/libvncserver/common/
turbojpeg.h 278 * Pad the given width to the nearest 32-bit boundary
315 * the image is padded to the nearest 32-bit boundary, as is the case
446 * image is padded to the nearest 32-bit boundary, as is the case for
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 273 // First compute the nearest common dominator of all forward non-fallthrough
293 // If the nearest common dominator is inside a more deeply nested context,
294 // walk out to the nearest scope which isn't more deeply nested.
  /external/llvm/test/CodeGen/AArch64/
arm64-cvt.ll 4 ; Floating-point scalar convert to signed integer (to nearest with ties to away)
164 ; Floating-point scalar convert to signed integer (to nearest with ties to even)
204 ; Floating-point scalar convert to unsigned integer (to nearest with ties to even)
  /external/opencv3/modules/features2d/test/
test_matchers_algorithmic.cpp 258 // prepare masks (make first nearest match illegal)
355 // prepare masks (make first nearest match illegal)
458 // prepare masks (make first nearest match illegal)
  /external/slf4j/slf4j-site/src/site/pages/
manual.html 313 virtue of Maven's "nearest definition" dependency mediation
336 virtue of Maven's "nearest definition" dependency mediation
357 virtue of Maven's "nearest definition" dependency mediation
  /libcore/ojluni/src/main/java/sun/util/logging/
PlatformLogger.java 153 // return the nearest Level value >= the given level,
331 * inherit its level from its nearest ancestor with a specific
672 * this method will return the nearest Level.
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java 799 int nearest = 0; local
801 while (nearest < BUFFER_SIZE
802 && (mViewItems[nearest] == null || mViewItems[nearest].getLeftPosition() == -1)) {
803 nearest++;
806 if (nearest == BUFFER_SIZE) {
810 int min = Math.abs(viewX - mViewItems[nearest].getCenterX());
812 for (int i = nearest + 1; i < BUFFER_SIZE && mViewItems[i] != null; i++) {
822 nearest = i;
825 return nearest;
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 379 // Very rough nearest-neighbor downsample for display
411 // Very rough nearest-neighbor downsample for display
440 // Align to start of nearest-neighbor row
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_hints.h 125 * "0" or "nearest" - Nearest pixel sampling
129 * By default nearest pixel sampling is used
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_hints.h 125 * "0" or "nearest" - Nearest pixel sampling
129 * By default nearest pixel sampling is used

Completed in 2531 milliseconds

<<21222324252627282930>>