/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_inverse_f64.c | 66 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 …]
|
D | arm_mat_inverse_f32.c | 88 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 …]
|
D | arm_mat_trans_f32.c | 110 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()
|
D | arm_mat_inverse_f16.c | 70 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 …]
|
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_mult_q15.c | 333 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()
|
D | arm_mat_mult_f32.c | 534 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()
|
D | arm_mat_cmplx_mult_f16.c | 393 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()
|
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()
|
/third_party/skia/gm/ |
D | ducky_yuv_blend.cpp | 46 int rowCnt = 0; variable 53 rowCnt = 0; in __anon5aca84f40102() 68 if (++rowCnt == kNumPerRow) {
|