Searched
full:nearest (Results
451 -
475 of
1437) sorted by null
<<11121314151617181920>>
/external/compiler-rt/lib/builtins/ |
divdf3.c | 11 // with the IEEE-754 default rounding (to nearest, ties to even).
|
divsf3.c | 11 // with the IEEE-754 default rounding (to nearest, ties to even).
|
/external/deqp/modules/gles2/functional/ |
es2fTextureFilteringTests.cpp | 300 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise 586 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise 642 { "nearest", GL_NEAREST }, 656 { "nearest", GL_NEAREST },
|
/external/freetype/include/ |
ftcffdrv.h | 102 * each being rounded to the nearest pixel edge, taking care of
|
/external/guava/guava/src/com/google/common/primitives/ |
SignedBytes.java | 70 * Returns the {@code byte} nearest in value to {@code value}.
|
/external/icu/icu4c/packaging/ |
PACKAGES | 82 number multiplied by 10 and rounded down to the nearest integer (it is
|
/external/libchrome/base/numerics/ |
safe_conversions_impl.h | 120 // floats, which round to nearest and thus result in a value of larger
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftcffdrv.h | 102 * each being rounded to the nearest pixel edge, taking care of
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
ProjectiveTextureTest.java | 89 texture.setFilter(TextureFilter.MipMap, TextureFilter.Nearest);
|
/external/libmpeg2/decoder/ |
impeg2d_bitstream.c | 74 nearest greater aligned address */
|
/external/libvpx/libvpx/test/ |
vpx_scale_test.cc | 87 // Fill the border pixels from the nearest image pixel.
|
/external/libvpx/libvpx/vp9/common/ |
vp9_mvref_common.c | 34 // The nearest 2 blocks are treated differently
|
/external/libweave/third_party/chromium/base/numerics/ |
safe_conversions_impl.h | 118 // floats, which round to nearest and thus result in a value of larger
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.h | 152 /** vector float round to nearest int */
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
drisw.c | 269 /* The pipe transfer has a pitch rounded up to the nearest 64 pixels. */
|
/external/mesa3d/src/glx/ |
packrender.h | 44 ** Pad a count of bytes to the nearest multiple of 4. The X protocol
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
es.po | 91 msgid "Round to nearest color"
|
fr.po | 90 msgid "Round to nearest color"
|
nl.po | 91 msgid "Round to nearest color"
|
sv.po | 88 msgid "Round to nearest color"
|
t_options.h | 121 DRI_CONF_ENUM(1,gettext("Round to nearest color")) \
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Math.h | 114 * Returns the value after rounding to the nearest integer.
|
/external/opencv/cvaux/src/ |
cvcorrimages.cpp | 629 /* use subdivision for find nearest points */ 705 /* Find nearest points */ 727 /* Test distance of found nearest point */ [all...] |
/external/opencv3/modules/calib3d/src/ |
quadsubpix.cpp | 97 // find the nearest point
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
matchers.hpp | 234 /** @brief Constructs a "best of 2 nearest" matcher.
|
Completed in 1102 milliseconds
<<11121314151617181920>>