Searched
full:nearest (Results
601 -
625 of
1437) sorted by null
<<21222324252627282930>>
/toolchain/binutils/binutils-2.25/cpu/ |
or1korfpx.cpu | 114 ((0) 1) ; TIES-TO-EVEN -- I'm assuming this is what is meant by "round to nearest"
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
mpfr.info | 489 * `MPFR_RNDN': round to nearest (roundTiesToEven in IEEE 754-2008), 501 The `round to nearest' mode works as in the IEEE 754 standard: in 521 place) of that result in the rounding to nearest mode, and less than 1 612 exponent range. (In the round-to-nearest mode, the halfway case is 634 exponent range. In the round-to-nearest mode, the result is [all...] |
/external/valgrind/VEX/pub/ |
libvex_ir.h | 599 00b to nearest (the default) 605 00b to nearest (the default) 613 00b to nearest 716 Iop_RoundF128toInt, /* F128 value to nearest integral value (still 718 Iop_RoundF64toInt, /* F64 value to nearest integral value (still 720 Iop_RoundF32toInt, /* F32 value to nearest integral value (still 756 Iop_RoundF64toF32, /* round F64 to nearest F32 value (still as F64) */ [all...] |
/external/clang/lib/CodeGen/ |
CGCleanup.h | 238 /// The nearest normal cleanup scope enclosing this one. 241 /// The nearest EH scope enclosing this one.
|
/external/dlmalloc/ |
malloc.h | 177 not a power of two, the nearest greater power is used. 455 round up n to nearest pagesize.
|
/external/dng_sdk/source/ |
dng_utils.h | 901 // Round to nearest, round "0.5" up. 946 // Round to nearest, round "0.5" up
|
/external/gemmlowp/internal/ |
pack.h | 201 // A RoundingOffsetGenerator for rounding-to-nearest, always returning 204 class ScalarRoundingOffsetGenerator<RoundingMode::Nearest> {
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/ |
TexturePacker.java | 539 public TextureFilter filterMin = TextureFilter.Nearest, filterMag = TextureFilter.Nearest;
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
PixmapPacker.java | 50 * TextureAtlas atlas = packer.generateTextureAtlas(TextureFilter.Nearest, TextureFilter.Nearest, false);
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
IdentityMap.java | 58 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */
65 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */
|
IntFloatMap.java | 61 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */ 68 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */
|
IntIntMap.java | 59 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */ 66 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */
|
IntMap.java | 60 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */
67 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */
|
LongMap.java | 60 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */
67 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */
|
ObjectFloatMap.java | 57 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */ 64 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */
|
ObjectIntMap.java | 57 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */
64 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */
|
ObjectMap.java | 57 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */
64 * @param initialCapacity If not a power of two, it is increased to the next nearest power of two. */
|
/external/libjpeg-turbo/ |
jdcolor.c | 233 /* Cr=>R value is nearest int to 1.40200 * x */ 236 /* Cb=>B value is nearest int to 1.77200 * x */
|
/external/libopus/celt/ |
quant_bands.c | 195 /* Rounding to nearest integer here is really important! */ 201 /* Rounding to nearest integer here is really important! */
|
/external/libvpx/libvpx/vp8/decoder/ |
decodemv.c | 432 /* See if above-left MV can be merged with NEAREST */ 436 /* Swap near and nearest if necessary */
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 532 * Round to nearest less or equal power of two of the input. 574 * (aligned to a 4x4 grid), rounded down to the nearest power of two:
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir.h | 201 ROUND_N, // nearest 205 ROUND_NI, // nearest integer
|
/external/mesa3d/src/mesa/main/ |
transformfeedback.c | 498 /* default size is the buffer size rounded down to nearest 559 /* default size is the buffer size rounded down to nearest
|
/external/opencv3/3rdparty/libjpeg/ |
jdcolor.c | 114 /* Cr=>R value is nearest int to 1.40200 * x */ 117 /* Cb=>B value is nearest int to 1.77200 * x */
|
/external/opencv3/3rdparty/libwebp/enc/ |
analysis.c | 176 // Assign nearest center for each 'a' 177 n = 0; // track the nearest center for current 'a'
|
Completed in 3806 milliseconds
<<21222324252627282930>>