Home
last modified time | relevance | path

Searched refs:rowCnt (Results 1 – 11 of 11) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/Source/MatrixFunctions/
Darm_mat_trans_f64.c69 uint16_t blkCnt, rowCnt, i = 0U, row = nRows; /* loop counters */ in arm_mat_trans_f64() local
86 rowCnt = row >> 1; in arm_mat_trans_f64()
87 while (rowCnt > 0U) in arm_mat_trans_f64()
143 rowCnt--; in arm_mat_trans_f64()
147 rowCnt = row & 1; in arm_mat_trans_f64()
148 while (rowCnt > 0U) in arm_mat_trans_f64()
166 rowCnt -- ; in arm_mat_trans_f64()
Darm_mat_inverse_f16.c67 uint32_t selectedRow,pivotRow,i, rowNb, rowCnt, flag = 0U, j,column; /* loop counters */ in arm_mat_inverse_f16() local
124 rowCnt = numRows; in arm_mat_inverse_f16()
127 while (rowCnt > 0U) in arm_mat_inverse_f16()
130 j = numRows - rowCnt; in arm_mat_inverse_f16()
141 j = rowCnt - 1U; in arm_mat_inverse_f16()
149 rowCnt--; in arm_mat_inverse_f16()
Darm_mat_inverse_f32.c100 uint32_t selectedRow,pivotRow,i, rowNb, rowCnt, flag = 0U, j,column; /* loop counters */ in arm_mat_inverse_f32() local
157 rowCnt = numRows; in arm_mat_inverse_f32()
160 while (rowCnt > 0U) in arm_mat_inverse_f32()
163 j = numRows - rowCnt; in arm_mat_inverse_f32()
174 j = rowCnt - 1U; in arm_mat_inverse_f32()
182 rowCnt--; in arm_mat_inverse_f32()
Darm_mat_inverse_f64.c65 uint32_t selectedRow,pivotRow,i, rowNb, rowCnt, flag = 0U, j,column; /* loop counters */ in arm_mat_inverse_f64() local
122 rowCnt = numRows; in arm_mat_inverse_f64()
125 while (rowCnt > 0U) in arm_mat_inverse_f64()
128 j = numRows - rowCnt; in arm_mat_inverse_f64()
139 j = rowCnt - 1U; in arm_mat_inverse_f64()
147 rowCnt--; in arm_mat_inverse_f64()
Darm_mat_trans_f32.c126 uint16_t blkCnt, rowCnt, i = 0U, row = nRows; /* loop counters */ in arm_mat_trans_f32() local
143 rowCnt = row >> 2; in arm_mat_trans_f32()
144 while (rowCnt > 0U) in arm_mat_trans_f32()
208 rowCnt--; in arm_mat_trans_f32()
212 rowCnt = row & 3; in arm_mat_trans_f32()
213 while (rowCnt > 0U) in arm_mat_trans_f32()
231 rowCnt -- ; in arm_mat_trans_f32()
Darm_mat_mult_f64.c86 uint32_t col, i = 0U, j, row = numRowsA, rowCnt, colCnt; /* loop counters */ in arm_mat_mult_f64() local
116 rowCnt = row >> 3; in arm_mat_mult_f64()
118 while(rowCnt > 0) in arm_mat_mult_f64()
269 rowCnt--; in arm_mat_mult_f64()
281 rowCnt = row & 7; in arm_mat_mult_f64()
283 while(rowCnt > 0) in arm_mat_mult_f64()
365 rowCnt--; in arm_mat_mult_f64()
Darm_mat_cmplx_mult_f32.c538 uint32_t blkCnt, rowCnt; /* loop counters */ in arm_mat_cmplx_mult_f32() local
586 rowCnt = row >> 2; in arm_mat_cmplx_mult_f32()
587 while (rowCnt > 0u) in arm_mat_cmplx_mult_f32()
722 rowCnt --; in arm_mat_cmplx_mult_f32()
726 rowCnt = row & 3; in arm_mat_cmplx_mult_f32()
727 while (rowCnt > 0u) in arm_mat_cmplx_mult_f32()
824 rowCnt--; in arm_mat_cmplx_mult_f32()
862 uint16_t col, i = 0U, j, rowCnt, row = numRowsA, colCnt; /* loop counters */ in arm_mat_cmplx_mult_f32() local
885 rowCnt = row >> 1; in arm_mat_cmplx_mult_f32()
888 while (rowCnt > 0U) in arm_mat_cmplx_mult_f32()
[all …]
Darm_mat_mult_q31.c350 uint32_t blkCnt, rowCnt; /* loop counters */ in arm_mat_mult_q31() local
393 rowCnt = row >> 2; in arm_mat_mult_q31()
394 while (rowCnt > 0U) in arm_mat_mult_q31()
512 rowCnt --; in arm_mat_mult_q31()
515 rowCnt = row & 3; in arm_mat_mult_q31()
516 while (rowCnt > 0U) in arm_mat_mult_q31()
612 rowCnt--; in arm_mat_mult_q31()
Darm_mat_cmplx_mult_f16.c396 uint32_t blkCnt,rowCnt; /* loop counters */ in arm_mat_cmplx_mult_f16() local
449 rowCnt = row >> 2; in arm_mat_cmplx_mult_f16()
450 while (rowCnt > 0u) in arm_mat_cmplx_mult_f16()
590 rowCnt --; in arm_mat_cmplx_mult_f16()
594 rowCnt = row & 3; in arm_mat_cmplx_mult_f16()
595 while (rowCnt > 0u) in arm_mat_cmplx_mult_f16()
692 rowCnt--; in arm_mat_cmplx_mult_f16()
Darm_mat_mult_f32.c564 uint32_t col, i = 0U, j, row = numRowsA, rowCnt, colCnt; /* loop counters */ in arm_mat_mult_f32() local
595 rowCnt = row >> 3; in arm_mat_mult_f32()
597 while(rowCnt > 0) in arm_mat_mult_f32()
766 rowCnt--; in arm_mat_mult_f32()
778 rowCnt = row & 7; in arm_mat_mult_f32()
780 while(rowCnt > 0) in arm_mat_mult_f32()
865 rowCnt--; in arm_mat_mult_f32()
Darm_mat_cmplx_mult_q31.c532 uint32_t blkCnt, rowCnt; /* loop counters */ in arm_mat_cmplx_mult_q31() local
586 rowCnt = row >> 1; in arm_mat_cmplx_mult_q31()
587 while (rowCnt > 0u) in arm_mat_cmplx_mult_q31()
712 rowCnt --; in arm_mat_cmplx_mult_q31()
716 rowCnt = row & 1; in arm_mat_cmplx_mult_q31()
717 while (rowCnt > 0u) in arm_mat_cmplx_mult_q31()
824 rowCnt--; in arm_mat_cmplx_mult_q31()