Searched refs:loopCnt (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_inverse_f32.c | 88 uint32_t i, rowCnt, flag = 0U, j, loopCnt, l; /* loop counters */ in arm_mat_inverse_f32() local 184 loopCnt = numCols; in arm_mat_inverse_f32() 189 while (loopCnt > 0U) in arm_mat_inverse_f32() 540 loopCnt--; in arm_mat_inverse_f32() 585 uint32_t i, rowCnt, flag = 0U, j, loopCnt, k, l; /* loop counters */ in arm_mat_inverse_f32() local 674 loopCnt = numCols; in arm_mat_inverse_f32() 679 while (loopCnt > 0U) in arm_mat_inverse_f32() 949 loopCnt--; in arm_mat_inverse_f32() 990 uint32_t i, rowCnt, flag = 0U, j, loopCnt, k,l; /* loop counters */ local 1078 loopCnt = numCols; [all …]
|
D | arm_mat_inverse_f64.c | 66 uint32_t i, rowCnt, flag = 0U, j, loopCnt, k,l; /* loop counters */ local 154 loopCnt = numCols; 159 while (loopCnt > 0U) 361 loopCnt--; 371 uint32_t i, rowCnt, flag = 0U, j, loopCnt, l; /* loop counters */ 459 loopCnt = numCols; 464 while (loopCnt > 0U) 613 loopCnt--;
|
D | arm_mat_inverse_f16.c | 70 uint32_t i, rowCnt, flag = 0U, j, loopCnt, l; /* loop counters */ in arm_mat_inverse_f16() local 166 loopCnt = numCols; in arm_mat_inverse_f16() 171 while (loopCnt > 0U) in arm_mat_inverse_f16() 522 loopCnt--; in arm_mat_inverse_f16() 566 uint32_t i, rowCnt, flag = 0U, j, loopCnt, k,l; /* loop counters */ in arm_mat_inverse_f16() local 654 loopCnt = numCols; in arm_mat_inverse_f16() 659 while (loopCnt > 0U) in arm_mat_inverse_f16() 858 loopCnt--; in arm_mat_inverse_f16()
|