/external/webp/src/dsp/ |
D | yuv.h | 190 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { in VP8ClipUV() 197 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY() 202 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() 207 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV() 217 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY() 222 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() 227 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/ |
D | CurrencyDemo.java | 58 double rounding; field in CurrencyDemo.HackCurrencyInfo 60 HackCurrencyInfo(int decimals, double rounding, String symbol) { in HackCurrencyInfo()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_highbd_block_error_intrin_sse2.c | 24 const int rounding = shift > 0 ? 1 << (shift - 1) : 0; in vp9_highbd_block_error_sse2() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 134 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp9_temporal_filter_apply_c() local 181 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp9_highbd_temporal_filter_apply_c() local
|
D | vp9_rdopt.c | 280 int rounding = shift > 0 ? 1 << (shift - 1) : 0; in vp9_highbd_block_error_c() local
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | inv_txfm_sse2.c | 32 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct4x4_16_add_sse2() local 457 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct8x8_64_add_sse2() local 547 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct8_sse2() local 802 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct8x8_12_add_sse2() local 1179 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct16x16_256_add_sse2() local 2163 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct16x16_10_add_sse2() local 3040 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct32x32_34_add_sse2() local 3199 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct32x32_1024_add_sse2() local 3837 const __m128i rounding = _mm_set1_epi16(32); in vpx_highbd_idct16x16_256_add_sse2() local 3951 const __m128i rounding = _mm_set1_epi16(32); in vpx_highbd_idct16x16_10_add_sse2() local
|
/external/gemmlowp/test/ |
D | correctness_meta_gemm.cc | 66 std::int32_t rounding = (1 << (shift - 1)); in check_result() local
|
D | test.cc | 1144 const std::int32_t rounding = in TestOutputStages() local 1304 const std::int32_t rounding = in TestOutputStages() local
|
/external/skia/src/gpu/text/ |
D | GrTextUtils.cpp | 68 [&](const SkGlyph& glyph, SkPoint position, SkPoint rounding) { in DrawBmpText() 110 [&](const SkGlyph& glyph, SkPoint position, SkPoint rounding) { in DrawBmpPosText()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | temporal_filter.c | 101 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp8_temporal_filter_apply_c() local
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | temporal_filter_msa.c | 273 const int32_t rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp8_temporal_filter_apply_msa() local
|
/external/icu/icu4c/source/i18n/ |
D | decContext.h | 75 enum rounding { enum
|
/external/svox/pico/lib/ |
D | picosig2.c | 4015 picoos_single rounding = 0.5f; in get_simple_excitation() local
|
/external/icu/icu4c/source/test/intltest/ |
D | numberformattesttuple.cpp | 206 DecimalFormat::ERoundingMode rounding = in eRoundingToStr() local
|
D | numrgts.cpp | 1733 double rounding = ucurr_getRoundingIncrement(currency, &status); in Test4122840() local
|
/external/libweave/third_party/chromium/base/third_party/dmg_fp/ |
D | dtoa.cc | 485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member 1749 CONST char **sp; U *rvp; int rounding, sign; variable
|
/external/skia/src/core/ |
D | SkDraw.cpp | 1456 void operator()(const SkGlyph& glyph, SkPoint position, SkPoint rounding) { in operator ()()
|
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 4627 T Simulator::FPRecipEstimate(T op, FPRounding rounding) { in FPRecipEstimate()
|