/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/ |
D | CurrencyDemo.java | 60 double rounding; field in CurrencyDemo.HackCurrencyInfo 62 HackCurrencyInfo(int decimals, double rounding, String symbol) { in HackCurrencyInfo()
|
/external/webp/src/dsp/ |
D | yuv.h | 186 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { in VP8ClipUV() 191 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY() 196 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() 201 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV()
|
/external/libaom/libaom/av1/common/x86/ |
D | highbd_txfm_utility_sse4.h | 100 const __m128i *rounding, int bit) { in half_btf_sse4_1() 112 const __m128i *rounding, int bit) { in half_btf_0_sse4_1()
|
D | highbd_inv_txfm_avx2.c | 202 const __m256i *rounding, int bit) { in half_btf_0_avx2() 212 const __m256i *rounding, int bit) { in half_btf_avx2() 272 const __m256i *rounding, int bit) { in idct32_stage4_avx2() 294 const __m256i *clamp_hi, const __m256i *rounding, int bit) { in idct32_stage5_avx2() 318 const __m256i *rounding, int bit) { in idct32_stage6_avx2() 347 const __m256i *rounding, int bit) { in idct32_stage7_avx2() 375 const __m256i *rounding, int bit) { in idct32_stage8_avx2() 467 const __m256i rounding = _mm256_set1_epi32(1 << (bit - 1)); in idct32_low1_avx2() local 565 const __m256i rounding = _mm256_set1_epi32(1 << (bit - 1)); in idct32_low8_avx2() local 690 const __m256i rounding = _mm256_set1_epi32(1 << (bit - 1)); in idct32_low16_avx2() local [all …]
|
/external/libaom/libaom/aom_dsp/x86/ |
D | blend_sse4.h | 60 const __m128i *rounding) { in blend_4_u8() 74 const __m128i *rounding) { in blend_8_u8() 88 const __m128i *rounding) { in blend_16_u8()
|
D | highbd_convolve_avx2.c | 487 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_8x1_pixels() local 569 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in aom_highbd_filter_block1d4_h4_avx2() local 640 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in aom_highbd_filter_block1d8_h4_avx2() local 791 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_16_2t_pixels() local 802 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_8x1_2t_pixels() local 1266 const __m128i rounding = _mm_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_8_2t_pixels() local
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | temporal_filter_sse4.c | 115 const int strength, const int rounding, in average_8() 142 const int rounding, const int weight) { in average_16() 244 const int rounding = (1 << strength) >> 1; in vp9_temporal_filter_apply_sse4_1() local
|
D | vp9_highbd_block_error_intrin_sse2.c | 25 const int rounding = shift > 0 ? 1 << (shift - 1) : 0; in vp9_highbd_block_error_sse2() local
|
/external/libaom/libaom/av1/encoder/x86/ |
D | highbd_block_error_intrin_avx2.c | 24 const int rounding = shift > 0 ? 1 << (shift - 1) : 0; in av1_highbd_block_error_avx2() local
|
D | highbd_block_error_intrin_sse2.c | 25 const int rounding = shift > 0 ? 1 << (shift - 1) : 0; in av1_highbd_block_error_sse2() local
|
D | temporal_filter_sse4.c | 77 const int strength, const int rounding, in average_8() 102 const int strength, const int rounding, in average_4_4() 131 const int strength, const int rounding, in average_16() 338 const int rounding = (1 << strength) >> 1; in av1_apply_temporal_filter_luma_16() local 636 const int rounding = (1 << strength) >> 1; in av1_apply_temporal_filter_chroma_8() local
|
D | highbd_temporal_filter_sse4.c | 70 const int strength, const int rounding, in highbd_average_4() 117 const int strength, const int rounding, in highbd_average_8() 203 const int rounding = (1 << strength) >> 1; in av1_highbd_apply_temporal_filter_luma_8() local 503 const int rounding = (1 << strength) >> 1; in av1_highbd_apply_temporal_filter_chroma_8() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | reference_gemm.h | 68 const int32 rounding = (shift_c < 1) ? 0 : (1 << (shift_c - 1)); in ReferenceGemm() local
|
/external/deqp-deps/glslang/gtests/ |
D | HexFloat.cpp | 692 spvutils::round_direction rounding[] = { in TEST() local 811 spvutils::round_direction rounding[] = { in TEST_P() local 930 spvutils::round_direction rounding[] = { in TEST_P() local 973 spvutils::round_direction rounding[] = { in TEST() local
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | hex_float_test.cpp | 739 round_direction rounding[] = {round_direction::kToZero, in TEST() local 856 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1030 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1072 round_direction rounding[] = {round_direction::kToZero, in TEST() local
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | hex_float_test.cpp | 739 round_direction rounding[] = {round_direction::kToZero, in TEST() local 856 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1030 round_direction rounding[] = {round_direction::kToZero, in TEST_P() local 1072 round_direction rounding[] = {round_direction::kToZero, in TEST() local
|
/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.c | 180 static INLINE int mod_index(int sum_dist, int index, int rounding, int strength, in mod_index() 197 static INLINE int highbd_mod_index(int64_t sum_dist, int index, int rounding, in highbd_mod_index() 264 const int rounding = (1 << strength) >> 1; in av1_apply_temporal_filter_c() local 406 const int rounding = (1 << strength) >> 1; in av1_highbd_apply_temporal_filter_c() local 538 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in av1_temporal_filter_apply_c() local 603 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in av1_highbd_temporal_filter_apply_c() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 185 static INLINE int mod_index(int sum_dist, int index, int rounding, int strength, in mod_index() 233 const int rounding = (1 << strength) >> 1; in apply_temporal_filter() local 374 const int rounding = (1 << strength) >> 1; in vp9_temporal_filter_apply_c() local 442 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp9_highbd_temporal_filter_apply_c() local
|
/external/libaom/libaom/test/ |
D | yuv_temporal_filter_test.cc | 59 int GetModIndex(int sum_dist, int index, int rounding, int strength, in GetModIndex() 75 int GetModIndex<uint8_t>(int sum_dist, int index, int rounding, int strength, in GetModIndex() 98 int GetModIndex<uint16_t>(int sum_dist, int index, int rounding, int strength, in GetModIndex() 234 const int rounding = (1 << strength) >> 1; in ApplyReferenceFilter() local
|
/external/libvpx/libvpx/test/ |
D | temporal_filter_test.cc | 43 int rounding = 0; in reference_filter() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberFormatterSettings.java | 220 public T rounding(Precision rounder) { in rounding() method in NumberFormatterSettings
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | NumberFormatterSettings.java | 217 public T rounding(Precision rounder) { in rounding() method in NumberFormatterSettings
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_inv_txfm_sse2.h | 33 const __m128i rounding) { in wraplow_16bit_shift4() 43 const __m128i rounding) { in wraplow_16bit_shift5()
|
/external/gemmlowp/meta/ |
D | test_gemm_correctness.cc | 99 int rounding = (1 << (SHIFT - 1)); in check_row_row() local 134 int rounding = (1 << (SHIFT - 1)); in check_row_col() local
|
/external/icu/icu4c/source/i18n/ |
D | number_patternstring.h | 47 DecimalQuantity rounding; member
|