| /external/llvm-project/flang/lib/Decimal/ |
| D | binary-to-decimal.cpp | 18 BinaryFloatingPointNumber<PREC> x, enum FortranRounding rounding) in BigRadixFloatingPointNumber() 282 enum FortranRounding rounding, BinaryFloatingPointNumber<PREC> x) { in ConvertToDecimal() 341 enum FortranRounding rounding, float x) { in ConvertFloatToDecimal() 348 enum FortranRounding rounding, double x) { in ConvertDoubleToDecimal() 356 enum FortranRounding rounding, long double x) { in ConvertLongDoubleToDecimal()
|
| D | decimal-to-binary.cpp | 425 const char *&p, enum FortranRounding rounding) { in ConvertToBinary() 444 const char **p, float *f, enum FortranRounding rounding) { in ConvertDecimalToFloat() 451 const char **p, double *d, enum FortranRounding rounding) { in ConvertDecimalToDouble() 459 const char **p, long double *ld, enum FortranRounding rounding) { in ConvertDecimalToLongDouble()
|
| /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/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/llvm-project/flang/lib/Evaluate/ |
| D | real.cpp | 292 const Fraction &fraction, Rounding rounding, RoundingBits *roundingBits) { in Normalize() 352 Rounding rounding, const RoundingBits &bits, bool multiply) { in Round() 393 bool isNegative, int exponent, const Fraction &fraction, Rounding rounding, in NormalizeAndRound() 401 common::RoundingMode rounding) { in MapRoundingMode() 433 const char *&p, Rounding rounding) { in Read()
|
| /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()
|
| /external/XNNPACK/src/xnnpack/ |
| D | params-init.h | 315 const uint64_t rounding = UINT64_C(1) << (right_shift - 1); in xnn_init_qu8_avgpool_params() local 344 const int64_t rounding = INT64_C(1) << (right_shift - 1); in xnn_init_qu8_avgpool_params() local 382 const int64_t rounding = INT64_C(1) << (right_shift - 1); in xnn_init_scalar_qu8_avgpool_params() local 416 const uint64_t rounding = UINT64_C(1) << ((uint32_t) shift - 1); in xnn_update_qu8_avgpool_params() local 434 const int64_t rounding = INT64_C(1) << ((uint32_t) shift - 1); in xnn_update_qu8_avgpool_params() local 466 const uint64_t rounding = UINT64_C(1) << ((uint32_t) shift - 1); in xnn_init_qs8_avgpool_params() local 492 const int64_t rounding = INT64_C(1) << ((uint32_t) shift - 1); in xnn_init_qs8_avgpool_params() local 510 const int64_t rounding = INT64_C(1) << ((uint32_t) shift - 1); in xnn_init_qs8_avgpool_params() local 545 const int64_t rounding = INT64_C(1) << ((uint32_t) shift - 1); in xnn_init_scalar_qs8_avgpool_params() local 577 const uint64_t rounding = UINT64_C(1) << ((uint32_t) shift - 1); in xnn_update_qs8_avgpool_params() local [all …]
|
| D | requantization.h | 91 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qu8_requantize_precise() local 139 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qs8_requantize_precise() local
|
| /external/llvm-project/flang/unittests/Evaluate/ |
| D | fp-testing.cpp | 97 void ScopedHostFloatingPointEnvironment::SetRounding(Rounding rounding) { in SetRounding()
|
| D | real.cpp | 48 template <typename R> void basicTests(int rm, Rounding rounding) { in basicTests() 290 void inttest(std::int64_t x, int pass, Rounding rounding) { in inttest() 348 void subsetTests(int pass, Rounding rounding, std::uint32_t opds) { in subsetTests() 513 void roundTest(int rm, Rounding rounding, std::uint32_t opds) { in roundTest()
|
| /external/llvm-project/flang/include/flang/Evaluate/ |
| D | rounding-bits.h | 78 Rounding rounding, bool isNegative, bool isOdd) const { in MustRound()
|
| /external/libgav1/libgav1/src/dsp/ |
| D | inverse_transform.cc | 848 const int32_t rounding = (1 + (shift << 1)) << 11; in Identity4Row_C() local 864 const int32_t rounding = (1 + (1 << kTransformColumnShift)) << 11; in Identity4Column_C() local 884 const int32_t rounding = (1 + (row_shift << 1)) << 11; in Identity4DcOnly_C() local 896 const int32_t rounding = (1 + (1 << kTransformColumnShift)) << 11; in Identity4DcOnly_C() local 958 const int32_t rounding = (1 + (1 << shift)) << 11; in Identity16Row_C() local 974 const int32_t rounding = (1 + (1 << kTransformColumnShift)) << 11; in Identity16Column_C() local 995 const int32_t rounding = (1 + (1 << row_shift)) << 11; in Identity16DcOnly_C() local 1007 const int32_t rounding = (1 + (1 << kTransformColumnShift)) << 11; in Identity16DcOnly_C() local
|
| /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()
|
| /external/rust/crates/serde_json/src/lexical/ |
| D | mod.rs | 27 pub(crate) mod rounding; module
|
| /external/libaom/libaom/av1/encoder/x86/ |
| D | highbd_block_error_intrin_avx2.c | 25 const int rounding = shift > 0 ? 1 << (shift - 1) : 0; in av1_highbd_block_error_avx2() local
|
| D | highbd_block_error_intrin_sse2.c | 26 const int rounding = shift > 0 ? 1 << (shift - 1) : 0; in av1_highbd_block_error_sse2() local
|
| /external/libvpx/libvpx/vp9/encoder/x86/ |
| 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/tensorflow/tensorflow/core/kernels/ |
| D | reference_gemm.h | 68 const int32 rounding = (shift_c < 1) ? 0 : (1 << (shift_c - 1)); in ReferenceGemm() local
|
| /external/XNNPACK/src/qu8-requantization/ |
| D | precise-scalar-signed64.c | 38 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qu8_requantize_precise__scalar_signed64() local
|
| D | precise-scalar-unsigned64.c | 38 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qu8_requantize_precise__scalar_unsigned64() local
|
| /external/XNNPACK/src/qs8-requantization/ |
| D | precise-scalar-signed64.c | 38 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qs8_requantize_precise__scalar_signed64() local
|
| D | precise-scalar-unsigned64.c | 38 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qs8_requantize_precise__scalar_unsigned64() local
|
| /external/libvpx/libvpx/test/ |
| D | yuv_temporal_filter_test.cc | 56 int GetModIndex(int sum_dist, int index, int rounding, int strength, in GetModIndex() 71 int GetModIndex<uint8_t>(int sum_dist, int index, int rounding, int strength, in GetModIndex() 93 int GetModIndex<uint16_t>(int sum_dist, int index, int rounding, int strength, in GetModIndex() 167 const int rounding = (1 << strength) >> 1; in ApplyReferenceFilter() 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/angle/third_party/vulkan-deps/glslang/src/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
|