Home
last modified time | relevance | path

Searched defs:z_scaled (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/requantization/
H A Dprecise-scalar.c125 const int32_t z_scaled = (int32_t)(z >= 0 ? z_abs_scaled : -z_abs_scaled); in pytorch_qnnp_requantize_precise__scalar_unsigned32() local
230 const int32_t z_scaled = (int32_t)(z >= 0 ? z_abs_scaled : -z_abs_scaled); in pytorch_qnnp_requantize_precise__scalar_unsigned64() local
328 const int32_t z_scaled = in pytorch_qnnp_requantize_precise__scalar_signed64() local
H A Dfp32-scalar.c41 const float z_scaled = (float)z * scale; in pytorch_qnnp_requantize_fp32__scalar_lrintf() local
98 const float z_scaled = (float)z * scale; in pytorch_qnnp_requantize_fp32__scalar_magic() local
H A Dprecise-neon.c131 const int32x4_t z_scaled = vuzp1q_s32( in pytorch_qnnp_requantize_precise__neon() local
147 const int32x4_t z_scaled = in pytorch_qnnp_requantize_precise__neon() local
H A Dfp32-sse2.c52 const __m128 z_scaled = _mm_mul_ps(_mm_cvtepi32_ps(z), vscale); in pytorch_qnnp_requantize_fp32__sse2() local
H A Dgemmlowp-sse4.c59 const __m128i z_scaled = gemmlowp_sse_rdivbypo2_s32(z_product, shift); in pytorch_qnnp_requantize_gemmlowp__sse4() local
H A Dfp32-psimd.c56 const psimd_f32 z_scaled = psimd_cvt_s32_f32(z) * vscale; in pytorch_qnnp_requantize_fp32__psimd() local
H A Dgemmlowp-ssse3.c59 const __m128i z_scaled = gemmlowp_sse_rdivbypo2_s32(z_product, shift); in pytorch_qnnp_requantize_gemmlowp__ssse3() local
H A Dgemmlowp-sse2.c59 const __m128i z_scaled = gemmlowp_sse_rdivbypo2_s32(z_product, shift); in pytorch_qnnp_requantize_gemmlowp__sse2() local
H A Dgemmlowp-scalar.c56 const int32_t z_scaled = gemmlowp_scalar_rdivbypo2_s32(z_product, shift); in pytorch_qnnp_requantize_gemmlowp__scalar() local
/aosp_15_r20/external/XNNPACK/src/qs8-requantization/
H A Drndnu-neon-mull.c83 …const int32x4_t z_scaled = vuzp1q_s32(vreinterpretq_s32_s64(z01_scaled), vreinterpretq_s32_s64(z23… in xnn_qs8_requantize_rndnu__neon_mull() local
92 const int32x4_t z_scaled = vcombine_s32(vmovn_s64(z01_scaled), vmovn_s64(z23_scaled)); in xnn_qs8_requantize_rndnu__neon_mull() local
H A Drndna-neon.c111 …const int32x4_t z_scaled = vuzp1q_s32(vreinterpretq_s32_s64(z01_scaled), vreinterpretq_s32_s64(z23… in xnn_qs8_requantize_rndna__neon() local
120 const int32x4_t z_scaled = vcombine_s32(vmovn_s64(z01_scaled), vmovn_s64(z23_scaled)); in xnn_qs8_requantize_rndna__neon() local
H A Dfp32-scalar-fmagic.c44 const float z_scaled = (float) z * scale; in xnn_qs8_requantize_fp32__scalar_fmagic() local
H A Dfp32-sse4.c50 const __m128 z_scaled = _mm_mul_ps(_mm_cvtepi32_ps(z), vscale); in xnn_qs8_requantize_fp32__sse4() local
H A Dfp32-sse2.c50 const __m128 z_scaled = _mm_mul_ps(_mm_cvtepi32_ps(z), vscale); in xnn_qs8_requantize_fp32__sse2() local
H A Dfp32-scalar-lrintf.c42 const float z_scaled = (float) z * scale; in xnn_qs8_requantize_fp32__scalar_lrintf() local
H A Dfp32-wasmsimd.c48 const v128_t z_scaled = wasm_f32x4_mul(wasm_f32x4_convert_i32x4(z), vscale); in xnn_qs8_requantize_fp32__wasmsimd() local
H A Drndnu-scalar.c62 const int32_t z_scaled = (int32_t) math_asr_s64(z_product + rounding, shift); in xnn_qs8_requantize_rndnu__scalar() local
H A Drndna-scalar-signed64.c68 const int32_t z_scaled = (int32_t) math_asr_s64(z_adjusted_product + rounding, shift); in xnn_qs8_requantize_rndna__scalar_signed64() local
/aosp_15_r20/external/XNNPACK/src/qu8-requantization/
H A Drndna-neon.c111 …const int32x4_t z_scaled = vuzp1q_s32(vreinterpretq_s32_s64(z01_scaled), vreinterpretq_s32_s64(z23… in xnn_qu8_requantize_rndna__neon() local
120 const int32x4_t z_scaled = vcombine_s32(vmovn_s64(z01_scaled), vmovn_s64(z23_scaled)); in xnn_qu8_requantize_rndna__neon() local
H A Dfp32-sse2.c50 const __m128 z_scaled = _mm_mul_ps(_mm_cvtepi32_ps(z), vscale); in xnn_qu8_requantize_fp32__sse2() local
H A Dfp32-scalar-fmagic.c44 const float z_scaled = (float) z * scale; in xnn_qu8_requantize_fp32__scalar_fmagic() local
H A Dfp32-scalar-lrintf.c42 const float z_scaled = (float) z * scale; in xnn_qu8_requantize_fp32__scalar_lrintf() local
H A Dfp32-wasmsimd.c48 const v128_t z_scaled = wasm_f32x4_mul(wasm_f32x4_convert_i32x4(z), vscale); in xnn_qu8_requantize_fp32__wasmsimd() local
H A Drndna-scalar-signed64.c68 const int32_t z_scaled = (int32_t) math_asr_s64(z_adjusted_product + rounding, shift); in xnn_qu8_requantize_rndna__scalar_signed64() local
H A Dgemmlowp-neon.c78 const int32x4_t z_scaled = vrshlq_s32(z_adjusted_product, vshift); in xnn_qu8_requantize_gemmlowp__neon() local

123