/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/ |
D | requantization.h | 44 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in pytorch_qnnp_compute_scalar_requantization_params() local 102 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in pytorch_qnnp_compute_requantization_params() local 134 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in pytorch_qnnp_compute_requantization_params() local 335 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in pytorch_qnnp_compute_add_quantization_params() local 373 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in pytorch_qnnp_compute_add_quantization_params() local 429 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in pytorch_qnnp_compute_scalar_add_quantization_params() local
|
D | params.h | 99 int32_t remainder_mask; member 185 int32_t remainder_mask; member
|
/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/ |
D | q31-scalar.c | 43 const int32_t remainder_mask = in pytorch_qnnp_requantize_q31__scalar() local
|
D | q31-sse4.c | 48 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in pytorch_qnnp_requantize_q31__sse4() local
|
D | q31-ssse3.c | 48 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in pytorch_qnnp_requantize_q31__ssse3() local
|
D | q31-sse2.c | 48 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in pytorch_qnnp_requantize_q31__sse2() local
|
/external/XNNPACK/src/qs8-requantization/ |
D | gemmlowp-scalar.c | 44 const int32_t remainder_mask = (int32_t)((UINT32_C(1) << shift) - UINT32_C(1)); in xnn_qs8_requantize_gemmlowp__scalar() local
|
D | gemmlowp-sse4.c | 50 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in xnn_qs8_requantize_gemmlowp__sse4() local
|
D | gemmlowp-wasmsimd.c | 51 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in xnn_qs8_requantize_gemmlowp__wasmsimd() local
|
D | gemmlowp-sse2.c | 50 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in xnn_qs8_requantize_gemmlowp__sse2() local
|
D | gemmlowp-ssse3.c | 50 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in xnn_qs8_requantize_gemmlowp__ssse3() local
|
/external/XNNPACK/src/qu8-requantization/ |
D | gemmlowp-scalar.c | 44 const int32_t remainder_mask = (int32_t) ((UINT32_C(1) << shift) - UINT32_C(1)); in xnn_qu8_requantize_gemmlowp__scalar() local
|
D | gemmlowp-wasmsimd.c | 51 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in xnn_qu8_requantize_gemmlowp__wasmsimd() local
|
D | gemmlowp-sse4.c | 50 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in xnn_qu8_requantize_gemmlowp__sse4() local
|
D | gemmlowp-ssse3.c | 50 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in xnn_qu8_requantize_gemmlowp__ssse3() local
|
D | gemmlowp-sse2.c | 50 const uint32_t remainder_mask = (UINT32_C(1) << shift) - UINT32_C(1); in xnn_qu8_requantize_gemmlowp__sse2() local
|
/external/libvpx/vpx_dsp/arm/ |
D | highbd_sse_neon.c | 176 uint16x8_t remainder_mask = vcltq_u16(k01234567, vdupq_n_u16(width & 7)); in highbd_sse_wxh_neon() local
|
/external/libaom/aom_dsp/arm/ |
D | highbd_sse_neon.c | 225 uint16x8_t remainder_mask = vcltq_u16(k01234567, vdupq_n_u16(width & 7)); in highbd_sse_wxh_neon() local
|
/external/bcc/libbpf-tools/loongarch/ |
D | vmlinux_602.h | 79926 u64 remainder_mask; member
|
D | vmlinux.h | 79926 u64 remainder_mask; member
|
/external/bcc/libbpf-tools/riscv/ |
D | vmlinux_602.h | 85947 u64 remainder_mask; member
|
D | vmlinux.h | 85947 u64 remainder_mask; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 127951 u64 remainder_mask; member
|
D | vmlinux.h | 127951 u64 remainder_mask; member
|