/cmsis-dsp-3.7.0-3.6.0/Source/MatrixFunctions/ |
D | arm_mat_trans_f64.c | 69 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()
|
D | arm_mat_inverse_f16.c | 67 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()
|
D | arm_mat_inverse_f32.c | 100 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()
|
D | arm_mat_inverse_f64.c | 65 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()
|
D | arm_mat_trans_f32.c | 126 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()
|
D | arm_mat_mult_f64.c | 86 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()
|
D | arm_mat_cmplx_mult_f32.c | 538 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 …]
|
D | arm_mat_mult_q31.c | 350 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()
|
D | arm_mat_cmplx_mult_f16.c | 396 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()
|
D | arm_mat_mult_f32.c | 564 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()
|
D | arm_mat_cmplx_mult_q31.c | 532 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()
|