Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-019.md3 ### CVE Number
6 ### Impact
63 ### Patches
71 ### For more information
77 ### Attribution
/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/XNNPACK/src/xnnpack/
Drequantization.h95 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qs8_requantize_rndna() local
133 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qu8_requantize_rndna() local
171 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qs8_requantize_rndnu() local
198 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qu8_requantize_rndnu() local
/external/skia/experimental/lowp-basic/
DQMath.h47 const int32_t rounding = 1 << 14; in simulate_ssse3_mm_mulhrs_epi16() local
62 const int64_t rounding = 1 << (esize - 1); in simulate_neon_vqrdmulhq_s16() local
/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/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/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/rust/crates/serde_json/tests/
Dlexical.rs52 mod rounding; module
/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/rust/crates/minimal-lexical/src/
Dlib.rs57 pub 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
Dhighbd_temporal_filter_sse4.c70 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 vp9_highbd_apply_temporal_filter_luma_8() local
503 const int rounding = (1 << strength) >> 1; in vp9_highbd_apply_temporal_filter_chroma_8() local
/external/XNNPACK/src/qs8-requantization/
Drndnu-scalar.c38 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qs8_requantize_rndnu__scalar() local
Drndna-scalar-signed64.c38 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qs8_requantize_rndna__scalar_signed64() local
Drndna-scalar-unsigned64.c38 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qs8_requantize_rndna__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
/external/XNNPACK/src/qu8-requantization/
Drndna-scalar-signed64.c38 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qu8_requantize_rndna__scalar_signed64() local
Drndna-scalar-unsigned64.c38 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qu8_requantize_rndna__scalar_unsigned64() local
/external/tensorflow/tensorflow/core/kernels/
Dreference_gemm.h69 const int32_t rounding = (shift_c < 1) ? 0 : (1 << (shift_c - 1)); in ReferenceGemm() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dhex_float_test.cpp739 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

1234