Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_inverse_f32.c88 uint32_t i, rowCnt, flag = 0U, j, loopCnt, l; /* loop counters */ in arm_mat_inverse_f32() local
146 rowCnt = numRows; in arm_mat_inverse_f32()
150 while (rowCnt > 0U) in arm_mat_inverse_f32()
155 j = numRows - rowCnt; in arm_mat_inverse_f32()
168 j = rowCnt - 1U; in arm_mat_inverse_f32()
177 rowCnt--; in arm_mat_inverse_f32()
585 uint32_t i, rowCnt, flag = 0U, j, loopCnt, k, l; /* loop counters */ in arm_mat_inverse_f32() local
643 rowCnt = numRows; in arm_mat_inverse_f32()
646 while (rowCnt > 0U) in arm_mat_inverse_f32()
649 j = numRows - rowCnt; in arm_mat_inverse_f32()
[all …]
Darm_mat_inverse_f64.c66 uint32_t i, rowCnt, flag = 0U, j, loopCnt, k,l; /* loop counters */ local
124 rowCnt = numRows;
127 while (rowCnt > 0U)
130 j = numRows - rowCnt;
141 j = rowCnt - 1U;
149 rowCnt--;
371 uint32_t i, rowCnt, flag = 0U, j, loopCnt, l; /* loop counters */
429 rowCnt = numRows;
432 while (rowCnt > 0U)
435 j = numRows - rowCnt;
[all …]
Darm_mat_inverse_f16.c70 uint32_t i, rowCnt, flag = 0U, j, loopCnt, l; /* loop counters */ in arm_mat_inverse_f16() local
128 rowCnt = numRows; in arm_mat_inverse_f16()
132 while (rowCnt > 0U) in arm_mat_inverse_f16()
137 j = numRows - rowCnt; in arm_mat_inverse_f16()
150 j = rowCnt - 1U; in arm_mat_inverse_f16()
159 rowCnt--; in arm_mat_inverse_f16()
566 uint32_t i, rowCnt, flag = 0U, j, loopCnt, k,l; /* loop counters */ in arm_mat_inverse_f16() local
624 rowCnt = numRows; in arm_mat_inverse_f16()
627 while (rowCnt > 0U) in arm_mat_inverse_f16()
630 j = numRows - rowCnt; in arm_mat_inverse_f16()
[all …]
Darm_mat_trans_f32.c110 uint16_t blkCnt, rowCnt, i = 0U, row = nRows; /* loop counters */ in arm_mat_trans_f32() local
127 rowCnt = row >> 2; in arm_mat_trans_f32()
128 while (rowCnt > 0U) in arm_mat_trans_f32()
192 rowCnt--; in arm_mat_trans_f32()
196 rowCnt = row & 3; in arm_mat_trans_f32()
197 while (rowCnt > 0U) in arm_mat_trans_f32()
215 rowCnt -- ; in arm_mat_trans_f32()
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_mult_q15.c333 uint32_t blkCnt,rowCnt; /* loop counters */ in arm_mat_mult_q15() local
378 rowCnt = row >> 2; in arm_mat_mult_q15()
379 while (rowCnt > 0U) in arm_mat_mult_q15()
489 rowCnt --; in arm_mat_mult_q15()
493 rowCnt = row & 3; in arm_mat_mult_q15()
494 while (rowCnt > 0U) in arm_mat_mult_q15()
581 rowCnt--; in arm_mat_mult_q15()
Darm_mat_mult_f32.c534 uint16_t col, i = 0U, j, row = numRowsA, rowCnt, colCnt; /* loop counters */ in arm_mat_mult_f32() local
565 rowCnt = row >> 3; in arm_mat_mult_f32()
567 while(rowCnt > 0) in arm_mat_mult_f32()
736 rowCnt--; in arm_mat_mult_f32()
748 rowCnt = row & 7; in arm_mat_mult_f32()
750 while(rowCnt > 0) in arm_mat_mult_f32()
835 rowCnt--; in arm_mat_mult_f32()
Darm_mat_cmplx_mult_f16.c393 uint32_t blkCnt,rowCnt; /* loop counters */ in arm_mat_cmplx_mult_f16() local
446 rowCnt = row >> 2; in arm_mat_cmplx_mult_f16()
447 while (rowCnt > 0u) in arm_mat_cmplx_mult_f16()
587 rowCnt --; in arm_mat_cmplx_mult_f16()
591 rowCnt = row & 3; in arm_mat_cmplx_mult_f16()
592 while (rowCnt > 0u) in arm_mat_cmplx_mult_f16()
689 rowCnt--; in arm_mat_cmplx_mult_f16()
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()
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/NN/Source/FullyConnectedFunctions/
Darm_fully_connected_q15_opt.c115 uint16_t rowCnt = num_of_rows >> 2; in arm_fully_connected_q15_opt() local
117 while (rowCnt) in arm_fully_connected_q15_opt()
203 rowCnt--; in arm_fully_connected_q15_opt()
207 rowCnt = num_of_rows & 0x3; in arm_fully_connected_q15_opt()
209 while (rowCnt) in arm_fully_connected_q15_opt()
244 rowCnt--; in arm_fully_connected_q15_opt()
249 uint16_t rowCnt = num_of_rows >> 2; in arm_fully_connected_q15_opt() local
255 while (rowCnt) in arm_fully_connected_q15_opt()
307 rowCnt--; in arm_fully_connected_q15_opt()
309 rowCnt = num_of_rows & 0x3; in arm_fully_connected_q15_opt()
[all …]
Darm_fully_connected_mat_q7_vec_q15_opt.c136 uint16_t rowCnt = num_of_rows >> 2; in arm_fully_connected_mat_q7_vec_q15_opt() local
138 while (rowCnt) in arm_fully_connected_mat_q7_vec_q15_opt()
281 rowCnt--; in arm_fully_connected_mat_q7_vec_q15_opt()
285 rowCnt = num_of_rows & 0x3; in arm_fully_connected_mat_q7_vec_q15_opt()
287 while (rowCnt) in arm_fully_connected_mat_q7_vec_q15_opt()
322 rowCnt--; in arm_fully_connected_mat_q7_vec_q15_opt()
327 uint16_t rowCnt = num_of_rows >> 2; in arm_fully_connected_mat_q7_vec_q15_opt() local
333 while (rowCnt) in arm_fully_connected_mat_q7_vec_q15_opt()
387 rowCnt--; in arm_fully_connected_mat_q7_vec_q15_opt()
390 rowCnt = num_of_rows & 0x3; in arm_fully_connected_mat_q7_vec_q15_opt()
[all …]
Darm_fully_connected_q7_opt.c146 uint16_t rowCnt = num_of_rows >> 2; in arm_fully_connected_q7_opt() local
150 while (rowCnt) in arm_fully_connected_q7_opt()
340 rowCnt--; in arm_fully_connected_q7_opt()
344 rowCnt = num_of_rows & 0x3; in arm_fully_connected_q7_opt()
346 while (rowCnt) in arm_fully_connected_q7_opt()
380 rowCnt--; in arm_fully_connected_q7_opt()
385 uint16_t rowCnt = num_of_rows >> 2; in arm_fully_connected_q7_opt()
391 while (rowCnt) in arm_fully_connected_q7_opt()
463 rowCnt--; in arm_fully_connected_q7_opt()
466 rowCnt = num_of_rows & 0x3; in arm_fully_connected_q7_opt()
[all …]
Darm_fully_connected_mat_q7_vec_q15.c88 uint16_t rowCnt = num_of_rows >> 1; in arm_fully_connected_mat_q7_vec_q15() local
90 while (rowCnt) in arm_fully_connected_mat_q7_vec_q15()
133 rowCnt--; in arm_fully_connected_mat_q7_vec_q15()
137 rowCnt = num_of_rows & 0x1; in arm_fully_connected_mat_q7_vec_q15()
139 while (rowCnt) in arm_fully_connected_mat_q7_vec_q15()
173 rowCnt--; in arm_fully_connected_mat_q7_vec_q15()
Darm_fully_connected_q7.c86 uint16_t rowCnt = num_of_rows >> 1; in arm_fully_connected_q7() local
91 while (rowCnt) in arm_fully_connected_q7()
134 rowCnt--; in arm_fully_connected_q7()
138 rowCnt = num_of_rows & 0x1; in arm_fully_connected_q7()
140 while (rowCnt) in arm_fully_connected_q7()
174 rowCnt--; in arm_fully_connected_q7()
Darm_fully_connected_q15.c84 uint16_t rowCnt = num_of_rows >> 1; in arm_fully_connected_q15() local
87 while (rowCnt) in arm_fully_connected_q15()
130 rowCnt--; in arm_fully_connected_q15()
133 rowCnt = num_of_rows & 0x1; in arm_fully_connected_q15()
135 while (rowCnt) in arm_fully_connected_q15()
171 rowCnt--; in arm_fully_connected_q15()
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_separable_conv_HWC_q7.c108 uint16_t rowCnt; in arm_depthwise_separable_conv_HWC_q7() local
142 rowCnt = ch_im_out >> 2; in arm_depthwise_separable_conv_HWC_q7()
146 while (rowCnt) in arm_depthwise_separable_conv_HWC_q7()
343 rowCnt--; in arm_depthwise_separable_conv_HWC_q7()
346 rowCnt = ch_im_out & 0x3; in arm_depthwise_separable_conv_HWC_q7()
347 while (rowCnt) in arm_depthwise_separable_conv_HWC_q7()
367 rowCnt--; in arm_depthwise_separable_conv_HWC_q7()
Darm_depthwise_separable_conv_HWC_q7_nonsquare.c116 uint16_t rowCnt; in arm_depthwise_separable_conv_HWC_q7_nonsquare() local
152 rowCnt = ch_im_out >> 2; in arm_depthwise_separable_conv_HWC_q7_nonsquare()
156 while (rowCnt) in arm_depthwise_separable_conv_HWC_q7_nonsquare()
347 rowCnt--; in arm_depthwise_separable_conv_HWC_q7_nonsquare()
350 rowCnt = ch_im_out & 0x3; in arm_depthwise_separable_conv_HWC_q7_nonsquare()
351 while (rowCnt) in arm_depthwise_separable_conv_HWC_q7_nonsquare()
371 rowCnt--; in arm_depthwise_separable_conv_HWC_q7_nonsquare()
Darm_nn_mat_mult_kernel_q7_q15.c54 uint16_t rowCnt = ch_im_out >> 1; in arm_nn_mat_mult_kernel_q7_q15() local
56 while (rowCnt) in arm_nn_mat_mult_kernel_q7_q15()
119 rowCnt--; in arm_nn_mat_mult_kernel_q7_q15()