Home
last modified time | relevance | path

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

1234

/external/llvm-project/flang/lib/Decimal/
Dbinary-to-decimal.cpp18 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()
Ddecimal-to-binary.cpp425 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/
Dyuv.h186 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/
DCurrencyDemo.java60 double rounding; field in CurrencyDemo.HackCurrencyInfo
62 HackCurrencyInfo(int decimals, double rounding, String symbol) { in HackCurrencyInfo()
/external/llvm-project/flang/lib/Evaluate/
Dreal.cpp292 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/
Dhighbd_txfm_utility_sse4.h100 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/
Dparams-init.h315 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 …]
Drequantization.h91 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/
Dfp-testing.cpp97 void ScopedHostFloatingPointEnvironment::SetRounding(Rounding rounding) { in SetRounding()
Dreal.cpp48 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/
Drounding-bits.h78 Rounding rounding, bool isNegative, bool isOdd) const { in MustRound()
/external/libgav1/libgav1/src/dsp/
Dinverse_transform.cc848 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/
Dblend_sse4.h60 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/
Dmod.rs27 pub(crate) mod rounding; module
/external/libaom/libaom/av1/encoder/x86/
Dhighbd_block_error_intrin_avx2.c25 const int rounding = shift > 0 ? 1 << (shift - 1) : 0; in av1_highbd_block_error_avx2() local
Dhighbd_block_error_intrin_sse2.c26 const int rounding = shift > 0 ? 1 << (shift - 1) : 0; in av1_highbd_block_error_sse2() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_highbd_block_error_intrin_sse2.c25 const int rounding = shift > 0 ? 1 << (shift - 1) : 0; in vp9_highbd_block_error_sse2() local
/external/tensorflow/tensorflow/core/kernels/
Dreference_gemm.h68 const int32 rounding = (shift_c < 1) ? 0 : (1 << (shift_c - 1)); in ReferenceGemm() local
/external/XNNPACK/src/qu8-requantization/
Dprecise-scalar-signed64.c38 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qu8_requantize_precise__scalar_signed64() local
Dprecise-scalar-unsigned64.c38 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qu8_requantize_precise__scalar_unsigned64() local
/external/XNNPACK/src/qs8-requantization/
Dprecise-scalar-signed64.c38 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qs8_requantize_precise__scalar_signed64() local
Dprecise-scalar-unsigned64.c38 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qs8_requantize_precise__scalar_unsigned64() local
/external/libvpx/libvpx/test/
Dyuv_temporal_filter_test.cc56 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/
DHexFloat.cpp692 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/
DHexFloat.cpp692 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

1234