/external/opencv3/3rdparty/libjpeg/ |
jquant1.c | 39 * colorindex[i][j] maps pixel value j in component i to the nearest 60 * "dither" value to the input pixel and then round the result to the nearest
|
/external/skia/src/effects/ |
SkBlurMask.cpp | 723 // nearest odd number less than the profile size represents the center 862 // round window size up to nearest odd number [all...] |
/external/v8/src/mips/ |
simulator-mips.cc | [all...] |
/external/v8/src/mips64/ |
simulator-mips64.cc | [all...] |
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
ParameterUtils.java | 525 // Round the rect corners towards the nearest integer values 683 // Round the rect corners towards the nearest integer values [all...] |
RequestThreadManager.java | 224 totalSize = (totalSize + 3) & ~0x3; // round up to nearest octonibble 233 dimen = (dimen + 0xf) & ~0xf; // round up to nearest multiple of 16 [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
Key.java | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/ |
mpfr.h | 80 MPFR_RNDN=0, /* round to nearest, with ties to even */ 86 MPFR_RNDNA=-1 /* round to nearest, with ties away from zero (mpfr_round) */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/ |
mpfr.h | 80 MPFR_RNDN=0, /* round to nearest, with ties to even */ 86 MPFR_RNDNA=-1 /* round to nearest, with ties away from zero (mpfr_round) */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/ |
mpfr.h | 80 MPFR_RNDN=0, /* round to nearest, with ties to even */ 86 MPFR_RNDNA=-1 /* round to nearest, with ties away from zero (mpfr_round) */ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridDropHandler.java | 350 * Computes a horizontal "gap" match - a preferred distance from the nearest edge, 412 * Computes a vertical "gap" match - a preferred distance from the nearest edge, [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DomUtilities.java | 70 * Finds the nearest common parent of the two given nodes (which could be one of the 75 * @return the nearest common parent of the two given nodes [all...] |
/system/core/metricsd/uploader/proto/ |
system_profile.proto | 78 // For privacy, this is rounded to the nearest hour. 82 // For privacy, this is rounded to the nearest hour.
|
/external/deqp/modules/gles31/functional/ |
es31fTextureBorderClampTests.cpp | [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
decimfmt.h | 632 * example, 1230 rounded to the nearest 50 is 1250. 1.234 rounded to the 633 * nearest 0.65 is 1.3. The rounding increment may be specified through the API 679 kRoundHalfEven, /**< Round towards the nearest integer, or 680 towards the nearest even integer if equidistant */ 681 kRoundHalfDown, /**< Round towards the nearest integer, or 683 kRoundHalfUp, /**< Round towards the nearest integer, or [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_arit.c | [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.c | 393 * PIPE_TEX_WRAP_CLAMP for nearest sampling, unnormalized coords. 404 * PIPE_TEX_WRAP_CLAMP_TO_BORDER for nearest sampling, unnormalized coords. 414 * PIPE_TEX_WRAP_CLAMP_TO_EDGE for nearest sampling, unnormalized coords. [all...] |
/external/v8/src/arm64/ |
assembler-arm64.h | [all...] |
/external/opencv3/modules/imgproc/include/opencv2/ |
imgproc.hpp | 112 nearest integer coordinates and the corresponding pixel can be used. This is called a 113 nearest-neighbor interpolation. However, a better result can be achieved by using more 248 /** nearest neighbor interpolation */ [all...] |
/ndk/sources/android/support/src/stdio/ |
strtod.c | 33 * This strtod returns a nearest machine number to the input decimal [all...] |
/external/ImageMagick/MagickCore/ |
pixel.c | [all...] |
/external/clang/include/clang/AST/ |
DeclBase.h | [all...] |
/external/deqp/framework/common/ |
tcuTexCompareVerifier.cpp | [all...] |
/external/deqp/framework/opengl/ |
gluTextureUtil.cpp | [all...] |
/external/freetype/src/sfnt/ |
ttcmap.c | [all...] |