Home
last modified time | relevance | path

Searched defs:rounding (Results 1 – 25 of 41) sorted by relevance

12

/external/webp/src/dsp/
Dyuv.h173 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { in VP8ClipUV()
178 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY()
183 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU()
188 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/
DCurrencyDemo.java60 double rounding; field in CurrencyDemo.HackCurrencyInfo
62 HackCurrencyInfo(int decimals, double rounding, String symbol) { in HackCurrencyInfo()
/external/libvpx/libvpx/vp9/encoder/x86/
Dtemporal_filter_sse4.c115 const int strength, const int rounding, in average_8()
142 const int rounding, const int weight) { in average_16()
244 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp9_temporal_filter_apply_sse4_1() local
Dvp9_highbd_block_error_intrin_sse2.c24 const int rounding = shift > 0 ? 1 << (shift - 1) : 0; in vp9_highbd_block_error_sse2() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DMicroProps.java24 public Rounder rounding; field in MicroProps
DPatternStringParser.java182 public DecimalQuantity_DualStorageBCD rounding = null; field in PatternStringParser.ParsedSubpatternInfo
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DMicroProps.java28 public Rounder rounding; field in MicroProps
DPatternStringParser.java184 public DecimalQuantity_DualStorageBCD rounding = null; field in PatternStringParser.ParsedSubpatternInfo
/external/tensorflow/tensorflow/core/kernels/
Dreference_gemm.h68 const int32 rounding = (shift_c < 1) ? 0 : (1 << (shift_c - 1)); in ReferenceGemm() local
/external/icu/icu4c/source/i18n/
Dnumber_utils.h56 Rounder rounding; member
Dnumber_patternstring.h45 DecimalQuantity rounding; member
Dnumber_fluent.cpp49 Derived NumberFormatterSettings<Derived>::rounding(const Rounder &rounder) const { in rounding() function in NumberFormatterSettings
DdecContext.h77 enum rounding { enum
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatterSettings.java172 public T rounding(Rounder rounder) { in rounding() method in NumberFormatterSettings
/external/icu/android_icu4j/src/main/java/android/icu/number/
DNumberFormatterSettings.java170 public T rounding(Rounder rounder) { in rounding() method in NumberFormatterSettings
/external/gemmlowp/meta/
Dtest_gemm_correctness.cc99 int rounding = (1 << (SHIFT - 1)); in check_row_row() local
134 int rounding = (1 << (SHIFT - 1)); in check_row_col() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_inv_txfm_sse2.h29 const __m128i rounding) { in wraplow_16bit_shift4()
39 const __m128i rounding) { in wraplow_16bit_shift5()
Dhighbd_convolve_avx2.c307 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_8x1_pixels() local
441 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_16_2t_pixels() local
452 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_8x1_2t_pixels() local
780 const __m128i rounding = _mm_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_8_2t_pixels() local
/external/libvpx/libvpx/test/
Dtemporal_filter_test.cc43 int rounding = 0; in reference_filter() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c106 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp9_temporal_filter_apply_c() local
175 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp9_highbd_temporal_filter_apply_c() local
/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c78 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp8_temporal_filter_apply_c() local
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dtemporal_filter_msa.c257 const int32_t rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp8_temporal_filter_apply_msa() local
/external/python/cpython2/Lib/
Ddecimal.py2420 def quantize(self, exp, rounding=None, context=None, watchexp=True): argument
2506 def _rescale(self, exp, rounding): argument
2540 def _round(self, places, rounding): argument
2563 def to_integral_exact(self, rounding=None, context=None): argument
2592 def to_integral_value(self, rounding=None, context=None): argument
3782 def __init__(self, prec=None, rounding=None, argument
/external/python/cpython3/Lib/
D_pydecimal.py2573 def quantize(self, exp, rounding=None, context=None): argument
2649 def _rescale(self, exp, rounding): argument
2683 def _round(self, places, rounding): argument
2706 def to_integral_exact(self, rounding=None, context=None): argument
2735 def to_integral_value(self, rounding=None, context=None): argument
3925 def __init__(self, prec=None, rounding=None, Emin=None, Emax=None, argument
/external/skqp/src/gpu/text/
DGrAtlasTextContext.cpp404 [&](const SkGlyph& glyph, SkPoint position, SkPoint rounding) { in DrawBmpText()
442 [&](const SkGlyph& glyph, SkPoint position, SkPoint rounding) { in DrawBmpPosText()

12