Lines Matching refs:loop_count
64 int32_t loop_count; in arm_elementwise_mul_s16() local
68 loop_count = block_size; in arm_elementwise_mul_s16()
70 while (loop_count > 0) in arm_elementwise_mul_s16()
72 mve_pred16_t pred = vctp32q(loop_count); in arm_elementwise_mul_s16()
89 loop_count -= 4; in arm_elementwise_mul_s16()
98 loop_count = block_size / 2; in arm_elementwise_mul_s16()
100 while (loop_count > 0) in arm_elementwise_mul_s16()
131 loop_count--; in arm_elementwise_mul_s16()
133 loop_count = block_size & 0x1; in arm_elementwise_mul_s16()
135 while (loop_count > 0) in arm_elementwise_mul_s16()
151 loop_count--; in arm_elementwise_mul_s16()