Home
last modified time | relevance | path

Searched refs:z_rounded (Results 1 – 7 of 7) sorted by relevance

/external/XNNPACK/src/qs8-requantization/
Dfp32-scalar-lrintf.c48 const long z_rounded = lrintf(z_scaled); in xnn_qs8_requantize_fp32__scalar_lrintf() local
53 …const int32_t z_clamped = (int32_t) (z_rounded < lmin ? lmin : z_rounded > lmax ? lmax : z_rounded in xnn_qs8_requantize_fp32__scalar_lrintf()
Dfp32-sse4.c66 const __m128i z_rounded = _mm_cvtps_epi32(z_scaled); in xnn_qs8_requantize_fp32__sse4() local
75 const __m128i zw_packed = _mm_adds_epi16(_mm_packs_epi32(z_rounded, w_rounded), vzero_point); in xnn_qs8_requantize_fp32__sse4()
Dfp32-sse2.c66 const __m128i z_rounded = _mm_cvtps_epi32(z_scaled); in xnn_qs8_requantize_fp32__sse2() local
75 const __m128i zw_packed = _mm_adds_epi16(_mm_packs_epi32(z_rounded, w_rounded), vzero_point); in xnn_qs8_requantize_fp32__sse2()
Dfp32-neon.c66 const int32x4_t z_rounded = vcvtnq_s32_f32(z_scaled); in xnn_qs8_requantize_fp32__neon() local
75 …const int16x8_t zw_packed = vqaddq_s16(vqmovn_high_s32(vqmovn_s32(z_rounded), w_rounded), vzero_po… in xnn_qs8_requantize_fp32__neon()
/external/XNNPACK/src/qu8-requantization/
Dfp32-scalar-lrintf.c48 const long z_rounded = lrintf(z_scaled); in xnn_qu8_requantize_fp32__scalar_lrintf() local
53 …const int32_t z_clamped = (int32_t)(z_rounded < lmin ? lmin : z_rounded > lmax ? lmax : z_rounded); in xnn_qu8_requantize_fp32__scalar_lrintf()
Dfp32-sse2.c66 const __m128i z_rounded = _mm_cvtps_epi32(z_scaled); in xnn_qu8_requantize_fp32__sse2() local
75 const __m128i zw_packed = _mm_adds_epi16(_mm_packs_epi32(z_rounded, w_rounded), vzero_point); in xnn_qu8_requantize_fp32__sse2()
Dfp32-neon.c66 const int32x4_t z_rounded = vcvtnq_s32_f32(z_scaled); in xnn_qu8_requantize_fp32__neon() local
75 …const int16x8_t zw_packed = vqaddq_s16(vqmovn_high_s32(vqmovn_s32(z_rounded), w_rounded), vzero_po… in xnn_qu8_requantize_fp32__neon()