Lines Matching refs:numColsB
391 int numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_mult_f16() local
412 if(numRowsA == numColsB && numColsB == numColsA) { in arm_mat_mult_f16()
433 pOut1 = pOut0 + numColsB; in arm_mat_mult_f16()
434 pOut2 = pOut1 + numColsB; in arm_mat_mult_f16()
435 pOut3 = pOut2 + numColsB; in arm_mat_mult_f16()
438 int k = numColsB >> 3; in arm_mat_mult_f16()
466 pInB0 = pInB0 + numColsB; in arm_mat_mult_f16()
481 pInB0 -= (numColsB * numColsA) - 8; in arm_mat_mult_f16()
485 int colBLeft = numColsB & 7; in arm_mat_mult_f16()
513 pInB0 = pInB0 + numColsB; in arm_mat_mult_f16()
528 pOut += 4 * numColsB; in arm_mat_mult_f16()
550 int k = numColsB >> 3; in arm_mat_mult_f16()
567 pInB0 = pInB0 + numColsB; in arm_mat_mult_f16()
578 pInB0 -= (numColsB * numColsA) - 8; in arm_mat_mult_f16()
582 int colBLeft = numColsB & 7; in arm_mat_mult_f16()
600 pInB0 = pInB0 + numColsB; in arm_mat_mult_f16()
611 pOut += 1 * numColsB; in arm_mat_mult_f16()
637 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_mult_f16() local
665 col = numColsB; in arm_mat_mult_f16()
691 pIn2 += numColsB; in arm_mat_mult_f16()
694 pIn2 += numColsB; in arm_mat_mult_f16()
697 pIn2 += numColsB; in arm_mat_mult_f16()
700 pIn2 += numColsB; in arm_mat_mult_f16()
722 pIn2 += numColsB; in arm_mat_mult_f16()
735 pIn2 = pInB + (numColsB - col); in arm_mat_mult_f16()
740 i = i + numColsB; in arm_mat_mult_f16()