Home
last modified time | relevance | path

Searched refs:vq31product0x0 (Results 1 – 2 of 2) sorted by relevance

/external/XNNPACK/src/q8-gemm/
D2x2-scalar.c74 …const int32_t vq31product0x0 = (int32_t) (uint32_t) ((uint64_t) (vproduct0x0 + vq31rounding) >> 31… in xnn_q8_gemm_ukernel_2x2__scalar() local
80 … const int32_t vremainder0x0 = (vq31product0x0 & vremainder_mask) - (int32_t) (vq31product0x0 < 0); in xnn_q8_gemm_ukernel_2x2__scalar()
87 …int32_t vout0x0 = asr_s32(vq31product0x0, vshift) + (int32_t) (vremainder0x0 > vremainder_threshol… in xnn_q8_gemm_ukernel_2x2__scalar()
/external/XNNPACK/src/q8-igemm/
D2x2-scalar.c88 …const int32_t vq31product0x0 = (int32_t) (uint32_t) ((uint64_t) (vproduct0x0 + vq31rounding) >> 31… in xnn_q8_igemm_ukernel_2x2__scalar() local
94 … const int32_t vremainder0x0 = (vq31product0x0 & vremainder_mask) - (int32_t) (vq31product0x0 < 0); in xnn_q8_igemm_ukernel_2x2__scalar()
101 …int32_t vout0x0 = asr_s32(vq31product0x0, vshift) + (int32_t) (vremainder0x0 > vremainder_threshol… in xnn_q8_igemm_ukernel_2x2__scalar()