Home
last modified time | relevance | path

Searched refs:cnt (Results 1 – 6 of 6) sorted by relevance

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_fir_f32.c268 int cnt = blockSize; in arm_fir_f32_5_8_mve() local
270 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 …]
Darm_biquad_cascade_df2T_init_f32.c62 uint8_t cnt; in arm_biquad_cascade_df2T_compute_coefs_f32() local
65 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()
Darm_fir_f16.c272 int cnt = blockSize; in arm_fir_f16() local
274 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 …]
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_ldlt_f32.c94 int cnt = n; in arm_mat_ldlt_f32() local
100 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() local
171 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() local
213 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 …]
/cmsis-dsp-latest/Include/dsp/
Dmatrix_utils.h76 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 …]
/cmsis-dsp-latest/dsppp/tests/
Dmatrix_utils.h76 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 …]