/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2021-019.md | 3 ### CVE Number 6 ### Impact 63 ### Patches 71 ### For more information 77 ### Attribution
|
/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/XNNPACK/src/xnnpack/ |
D | requantization.h | 95 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/ |
D | QMath.h | 47 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/ |
D | CurrencyDemo.java | 60 double rounding; field in CurrencyDemo.HackCurrencyInfo 62 HackCurrencyInfo(int decimals, double rounding, String symbol) { in HackCurrencyInfo()
|
/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/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/rust/crates/serde_json/tests/ |
D | lexical.rs | 52 mod rounding; module
|
/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/rust/crates/minimal-lexical/src/ |
D | lib.rs | 57 pub 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
|
D | highbd_temporal_filter_sse4.c | 70 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/ |
D | rndnu-scalar.c | 38 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qs8_requantize_rndnu__scalar() local
|
D | rndna-scalar-signed64.c | 38 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qs8_requantize_rndna__scalar_signed64() local
|
D | rndna-scalar-unsigned64.c | 38 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qs8_requantize_rndna__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
|
/external/XNNPACK/src/qu8-requantization/ |
D | rndna-scalar-signed64.c | 38 const int64_t rounding = INT64_C(1) << (shift - 1); in xnn_qu8_requantize_rndna__scalar_signed64() local
|
D | rndna-scalar-unsigned64.c | 38 const uint64_t rounding = UINT64_C(1) << (shift - 1); in xnn_qu8_requantize_rndna__scalar_unsigned64() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | reference_gemm.h | 69 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/ |
D | hex_float_test.cpp | 739 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
|