Searched refs:cnt (Results 1 – 6 of 6) sorted by relevance
268 int cnt = blockSize; in arm_fir_f32_5_8_mve() local270 mve_pred16_t p0 = vctp32q(cnt); in arm_fir_f32_5_8_mve()274 cnt -= 4; in arm_fir_f32_5_8_mve()275 } while(cnt > 0); in arm_fir_f32_5_8_mve()289 cnt = blockSize >> 2; in arm_fir_f32_5_8_mve()290 while(cnt > 0) in arm_fir_f32_5_8_mve()313 cnt--; in arm_fir_f32_5_8_mve()317 cnt = blockSize & 3; in arm_fir_f32_5_8_mve()318 if (cnt > 0) in arm_fir_f32_5_8_mve()323 mve_pred16_t p0 = vctp32q(cnt); in arm_fir_f32_5_8_mve()[all …]
62 uint8_t cnt; in arm_biquad_cascade_df2T_compute_coefs_f32() local65 cnt = numStages >> 2; in arm_biquad_cascade_df2T_compute_coefs_f32()66 while(cnt > 0) in arm_biquad_cascade_df2T_compute_coefs_f32()126 cnt--; in arm_biquad_cascade_df2T_compute_coefs_f32()129 cnt = numStages & 0x3; in arm_biquad_cascade_df2T_compute_coefs_f32()130 while(cnt > 0) in arm_biquad_cascade_df2T_compute_coefs_f32()137 cnt--; in arm_biquad_cascade_df2T_compute_coefs_f32()
272 int cnt = blockSize; in arm_fir_f16() local274 mve_pred16_t p0 = vctp16q(cnt); in arm_fir_f16()278 cnt -= 8; in arm_fir_f16()279 } while (cnt > 0); in arm_fir_f16()293 cnt = blockSize >> 3; in arm_fir_f16()294 while (cnt > 0) { in arm_fir_f16()316 cnt--; in arm_fir_f16()320 cnt = blockSize & 7; in arm_fir_f16()321 if (cnt > 0) { in arm_fir_f16()325 mve_pred16_t p0 = vctp16q(cnt); in arm_fir_f16()[all …]
94 int cnt = n; in arm_mat_ldlt_f32() local100 p0 = vctp16q(cnt); in arm_mat_ldlt_f32()106 cnt -= 8; in arm_mat_ldlt_f32()155 int cnt = n - k - 1; in arm_mat_ldlt_f32() local171 p0 = vctp32q(cnt); in arm_mat_ldlt_f32()196 cnt -= 4; in arm_mat_ldlt_f32()202 int cnt = n - k - 1; in arm_mat_ldlt_f32() local213 p0 = vctp32q(cnt); in arm_mat_ldlt_f32()226 cnt -= 4; in arm_mat_ldlt_f32()248 int cnt= n-k; in arm_mat_ldlt_f32() local[all …]
76 int cnt = ((A)->numCols)-(COL); \84 mve_pred16_t p0 = vctp16q(cnt); \92 cnt -= 8; \98 int cnt = ((A)->numCols)-(COL); \106 mve_pred16_t p0 = vctp16q(cnt); \110 cnt -= 8; \117 int cnt = ((A)->numCols)-(COL); \126 mve_pred16_t p0 = vctp16q(cnt); \131 cnt -= 8; \138 int cnt = ((A)->numCols)-(COL); \[all …]