/third_party/ffmpeg/libavcodec/ |
D | mpegvideodsp.c | 25 int x16, int y16, int rounder) in gmc1_c() argument 34 … dst[0] = (A * src[0] + B * src[1] + C * src[stride + 0] + D * src[stride + 1] + rounder) >> 8; in gmc1_c() 35 … dst[1] = (A * src[1] + B * src[2] + C * src[stride + 1] + D * src[stride + 2] + rounder) >> 8; in gmc1_c() 36 … dst[2] = (A * src[2] + B * src[3] + C * src[stride + 2] + D * src[stride + 3] + rounder) >> 8; in gmc1_c() 37 … dst[3] = (A * src[3] + B * src[4] + C * src[stride + 3] + D * src[stride + 4] + rounder) >> 8; in gmc1_c() 38 … dst[4] = (A * src[4] + B * src[5] + C * src[stride + 4] + D * src[stride + 5] + rounder) >> 8; in gmc1_c() 39 … dst[5] = (A * src[5] + B * src[6] + C * src[stride + 5] + D * src[stride + 6] + rounder) >> 8; in gmc1_c() 40 … dst[6] = (A * src[6] + B * src[7] + C * src[stride + 6] + D * src[stride + 7] + rounder) >> 8; in gmc1_c() 41 … dst[7] = (A * src[7] + B * src[8] + C * src[stride + 7] + D * src[stride + 8] + rounder) >> 8; in gmc1_c()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | units_router.cpp | 115 RouteResult UnitsRouter::route(double quantity, icu::number::impl::RoundingImpl *rounder, UErrorCod… in route() argument 128 if (rounder != nullptr && rounder->fPrecision.isBogus()) { in route() 130 rounder->fPrecision = parseSkeletonToPrecision(converterPreference->precision, status); in route() 135 rounder->fPrecision = Precision::integer().withMinDigits(2); in route() 139 return RouteResult(converterPreference->converter.convert(quantity, rounder, status), in route()
|
D | number_scientific.cpp | 135 if (fSettings.fRequireMinInt && micros.rounder.isSignificantDigits()) { in processQuantity() 137 micros.rounder.apply(quantity, fSettings.fEngineeringInterval, status); in processQuantity() 140 micros.rounder.apply(quantity, status); in processQuantity() 144 exponent = -micros.rounder.chooseMultiplierAndApply(quantity, *this, status); in processQuantity() 158 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
|
D | units_complexconverter.cpp | 141 icu::number::impl::RoundingImpl *rounder, in convert() argument 189 applyRounder(intValues, quantity, rounder, status); in convert() 225 icu::number::impl::RoundingImpl *rounder, in applyRounder() argument 227 if (rounder == nullptr) { in applyRounder() 234 rounder->apply(decimalQuantity, status); in applyRounder()
|
D | number_utils.h | 90 const RoundingImpl& rounder, in getPluralSafe() argument 96 rounder.apply(copy, status); in getPluralSafe()
|
D | units_complexconverter.h | 109 convert(double quantity, icu::number::impl::RoundingImpl *rounder, UErrorCode &status) const; 126 icu::number::impl::RoundingImpl *rounder, UErrorCode &status) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | units_router.cpp | 115 RouteResult UnitsRouter::route(double quantity, icu::number::impl::RoundingImpl *rounder, UErrorCod… in route() argument 128 if (rounder != nullptr && rounder->fPrecision.isBogus()) { in route() 130 rounder->fPrecision = parseSkeletonToPrecision(converterPreference->precision, status); in route() 135 rounder->fPrecision = Precision::integer().withMinDigits(2); in route() 139 return RouteResult(converterPreference->converter.convert(quantity, rounder, status), in route()
|
D | number_scientific.cpp | 135 if (fSettings.fRequireMinInt && micros.rounder.isSignificantDigits()) { in processQuantity() 137 micros.rounder.apply(quantity, fSettings.fEngineeringInterval, status); in processQuantity() 140 micros.rounder.apply(quantity, status); in processQuantity() 144 exponent = -micros.rounder.chooseMultiplierAndApply(quantity, *this, status); in processQuantity() 158 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
|
D | units_complexconverter.cpp | 141 icu::number::impl::RoundingImpl *rounder, in convert() argument 189 applyRounder(intValues, quantity, rounder, status); in convert() 225 icu::number::impl::RoundingImpl *rounder, in applyRounder() argument 227 if (rounder == nullptr) { in applyRounder() 234 rounder->apply(decimalQuantity, status); in applyRounder()
|
D | number_utils.h | 90 const RoundingImpl& rounder, in getPluralSafe() argument 96 rounder.apply(copy, status); in getPluralSafe()
|
D | units_complexconverter.h | 109 convert(double quantity, icu::number::impl::RoundingImpl *rounder, UErrorCode &status) const; 126 icu::number::impl::RoundingImpl *rounder, UErrorCode &status) const;
|
D | number_patternmodifier.cpp | 129 micros.rounder.apply(quantity, status); in processQuantity() 141 … StandardPlural::Form pluralForm = utils::getPluralSafe(micros.rounder, rules, quantity, status); in applyToMicros() 168 micros.rounder.apply(fq, status); in processQuantity() 176 StandardPlural::Form pluralForm = utils::getPluralSafe(micros.rounder, fRules, fq, status); in processQuantity()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_scientific.cpp | 130 if (fSettings.fRequireMinInt && micros.rounder.isSignificantDigits()) { in processQuantity() 132 micros.rounder.apply(quantity, fSettings.fEngineeringInterval, status); in processQuantity() 135 micros.rounder.apply(quantity, status); in processQuantity() 139 exponent = -micros.rounder.chooseMultiplierAndApply(quantity, *this, status); in processQuantity() 148 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_scientific.cpp | 135 if (fSettings.fRequireMinInt && micros.rounder.isSignificantDigits()) { in processQuantity() 137 micros.rounder.apply(quantity, fSettings.fEngineeringInterval, status); in processQuantity() 140 micros.rounder.apply(quantity, status); in processQuantity() 144 exponent = -micros.rounder.chooseMultiplierAndApply(quantity, *this, status); in processQuantity() 158 micros.rounder = RoundingImpl::passThrough(); in processQuantity()
|
D | number_utils.h | 90 const RoundingImpl& rounder, in getPluralSafe() argument 96 rounder.apply(copy, status); in getPluralSafe()
|
D | number_patternmodifier.cpp | 129 micros.rounder.apply(quantity, status); in processQuantity() 141 … StandardPlural::Form pluralForm = utils::getPluralSafe(micros.rounder, rules, quantity, status); in applyToMicros() 168 micros.rounder.apply(fq, status); in processQuantity() 176 StandardPlural::Form pluralForm = utils::getPluralSafe(micros.rounder, fRules, fq, status); in processQuantity()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | rescaler_sse2.c | 119 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in RescalerImportRowShrink_SSE2() local 155 const __m128i E1 = _mm_add_epi64(D1, rounder); in RescalerImportRowShrink_SSE2() 156 const __m128i E2 = _mm_add_epi64(D2, rounder); in RescalerImportRowShrink_SSE2() 200 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in ProcessRow_SSE2() local 206 const __m128i C0 = _mm_add_epi64(B0, rounder); in ProcessRow_SSE2() 207 const __m128i C1 = _mm_add_epi64(B1, rounder); in ProcessRow_SSE2() 208 const __m128i C2 = _mm_add_epi64(B2, rounder); in ProcessRow_SSE2() 209 const __m128i C3 = _mm_add_epi64(B3, rounder); in ProcessRow_SSE2() 255 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in RescalerExportRowExpand_SSE2() local 265 const __m128i D0 = _mm_add_epi64(C0, rounder); in RescalerExportRowExpand_SSE2() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | rescaler_sse2.c | 119 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in RescalerImportRowShrink_SSE2() local 155 const __m128i E1 = _mm_add_epi64(D1, rounder); in RescalerImportRowShrink_SSE2() 156 const __m128i E2 = _mm_add_epi64(D2, rounder); in RescalerImportRowShrink_SSE2() 200 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in ProcessRow_SSE2() local 206 const __m128i C0 = _mm_add_epi64(B0, rounder); in ProcessRow_SSE2() 207 const __m128i C1 = _mm_add_epi64(B1, rounder); in ProcessRow_SSE2() 208 const __m128i C2 = _mm_add_epi64(B2, rounder); in ProcessRow_SSE2() 209 const __m128i C3 = _mm_add_epi64(B3, rounder); in ProcessRow_SSE2() 255 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); in RescalerExportRowExpand_SSE2() local 265 const __m128i D0 = _mm_add_epi64(C0, rounder); in RescalerExportRowExpand_SSE2() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | ScientificNotation.java | 157 assert micros.rounder != null; in processQuantity() 168 if (notation.requireMinInt && micros.rounder instanceof SignificantRounderImpl) { in processQuantity() 170 ((SignificantRounderImpl) micros.rounder).apply(quantity, in processQuantity() 174 micros.rounder.apply(quantity); in processQuantity() 178 exponent = -micros.rounder.chooseMultiplierAndApply(quantity, this); in processQuantity() 200 micros.rounder = null; in processQuantity()
|
D | CompactNotation.java | 128 assert micros.rounder != null; in processQuantity() 135 micros.rounder.apply(quantity); in processQuantity() 137 multiplier = micros.rounder.chooseMultiplierAndApply(quantity, data); in processQuantity() 167 micros.rounder = null; in processQuantity()
|
D | NumberFormatterImpl.java | 257 micros.rounder = macros.precision; in macrosToMicroGenerator() 259 micros.rounder = Precision.COMPACT_STRATEGY; in macrosToMicroGenerator() 261 micros.rounder = Precision.MONETARY_STANDARD; in macrosToMicroGenerator() 263 micros.rounder = Precision.DEFAULT_MAX_FRAC_6; in macrosToMicroGenerator() 266 micros.rounder = micros.rounder.withMode( in macrosToMicroGenerator() 269 micros.rounder = micros.rounder.withLocaleData(currency); in macrosToMicroGenerator()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | MutablePatternModifier.java | 239 if (micros.rounder != null) { in processQuantity() 240 micros.rounder.apply(quantity); in processQuantity() 253 … StandardPlural pluralForm = RoundingUtils.getPluralSafe(micros.rounder, rules, quantity); in applyToMicros() 279 if (micros.rounder != null) { in processQuantity() 280 micros.rounder.apply(fq); in processQuantity() 286 StandardPlural pluralForm = RoundingUtils.getPluralSafe(micros.rounder, rules, fq); in processQuantity()
|
D | RoundingUtils.java | 232 Precision rounder, PluralRules rules, DecimalQuantity dq) { in getPluralSafe() argument 233 if (rounder == null) { in getPluralSafe() 238 rounder.apply(copy); in getPluralSafe()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | vfir.c | 138 mmx_t rounder; in deinterlace_mmx() local 140 rounder.uw[0] = 4; in deinterlace_mmx() 141 rounder.uw[1] = 4; in deinterlace_mmx() 142 rounder.uw[2] = 4; in deinterlace_mmx() 143 rounder.uw[3] = 4; in deinterlace_mmx() 145 movq_m2r (rounder, mm6); in deinterlace_mmx()
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | mpegvideodsp.c | 34 int stride, int h, int x16, int y16, int rounder) in gmc1_altivec() argument 37 const DECLARE_ALIGNED(16, unsigned short, rounder_a) = rounder; in gmc1_altivec()
|