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

<<11121314151617181920>>

  /external/clang/include/clang/Basic/
SourceManagerInternals.h 111 /// \brief Find the line entry nearest to FID that is before it.
  /external/compiler-rt/lib/builtins/
fp_add_impl.inc 11 // (to nearest, ties to even).
  /external/deqp/doc/testspecs/GLES3/
functional.texture.format.txt 39 - Nearest-neighbor filtering
  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp 115 VkDeviceSize devicePageSize; //!< Page size on device (must be rounded up to nearest POT)
  /external/deqp/framework/delibs/debase/
deFloat16.c 55 /* Round mantissa to nearest (10+e) */
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 377 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise
445 { "nearest", GL_NEAREST },
459 { "nearest", GL_NEAREST },
605 isLinear ? "linear" : "nearest", "",
  /external/dng_sdk/source/
dng_render.h 100 /// Returns nearest input value for a given output tone.
  /external/google-benchmark/src/
string_util.cc 109 // Round down to the nearest SI prefix.
  /external/google-breakpad/src/processor/
range_map.h 71 // If no range encompasses the supplied address, locates the nearest range
  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 155 * Rounding mode to round to nearest neighbor, where an equidistant
168 * Rounding mode to round to nearest neighbor, where an equidistant
169 * value is rounded to the nearest even neighbor.
185 * Rounding mode to round to nearest neighbor, where an equidistant
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
MathContext.java 161 * Rounding mode to round to nearest neighbor, where an equidistant
175 * Rounding mode to round to nearest neighbor, where an equidistant
176 * value is rounded to the nearest even neighbor.
193 * Rounding mode to round to nearest neighbor, where an equidistant
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 161 * Rounding mode to round to nearest neighbor, where an equidistant
175 * Rounding mode to round to nearest neighbor, where an equidistant
176 * value is rounded to the nearest even neighbor.
193 * Rounding mode to round to nearest neighbor, where an equidistant
  /external/javassist/src/main/javassist/bytecode/
LineNumberAttribute.java 121 * the specified line (or the nearest line after the specified one)
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btTransformUtil.h 99 btQuaternion orn1 = orn0.nearest(orn1a);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btQuaternion.java 136 public Quaternion nearest(Quaternion qd) { method in class:btQuaternion
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
MipMapTest.java 100 magFilter.setItems("Nearest", "Linear");
  /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
YUVImage.java 49 * width is the image width padded to the nearest multiple of the horizontal
52 * height is the image height padded to the nearest multiple of the vertical
167 * nearest multiple of 4 bytes, then <code>pad</code> should be set to 4.
274 * nearest multiple of 4 bytes, then <code>pad</code> should be set to 4.
  /external/libjpeg-turbo/
jcdctmgr.c 139 * round f down to nearest integer
144 * round f up to nearest integer
154 * dctbl[0] = f rounded to nearest integer
563 /* Round to nearest integer.
  /external/libvpx/libvpx/vp8/common/
findnearmv.h 81 int_mv *nearest, int_mv *nearby, int_mv *best,
  /external/llvm/include/llvm/Support/
GenericDomTree.h 483 /// findNearestCommonDominator - Find nearest common dominator basic block
489 // If either A or B is a entry block then it is nearest common dominator
497 // If B dominates A then B is nearest common dominator.
501 // If A dominates B then A is nearest common dominator.
  /external/llvm/test/MC/AArch64/
neon-scalar-cvt.s 87 // Scalar Floating-point Convert To Signed Integer, Rounding To Nearest
101 // Nearest With Ties To Away
139 // Scalar Floating-point Convert To Signed Integer, Rounding To Nearest
153 // Nearest With Ties To Even
  /external/llvm/test/Transforms/Sink/
basic.ll 40 ; Sink to the nearest post-dominator
  /external/mesa3d/src/gallium/docs/source/cso/
sampler.rst 34 nearest sampling mode.
  /external/opencv3/3rdparty/libwebp/utils/
quant_levels.c 86 // Keep track of the nearest neighbour 'slot'
  /external/opencv3/3rdparty/openexr/
ChangeLog.ilmbase 89 "round to nearest even" mode: if the original float value

Completed in 811 milliseconds

<<11121314151617181920>>