Lines Matching refs:j
185 int32_t j,k,blkCnt,blkCnt2; in arm_mat_qr_f32() local
338 for(j=0;j<pSrc->numRows-col; j++) in arm_mat_qr_f32()
340 float32_t f = -beta * pTmpA[j]; in arm_mat_qr_f32()
402 int32_t j,k, blkCnt, blkCnt2; in arm_mat_qr_f32() local
561 for(j=0;j<pOutQ->numRows-pos; j++) in arm_mat_qr_f32()
563 float32_t f = -beta * pTmpA[j]; in arm_mat_qr_f32()
647 int32_t i,j,k,blkCnt; in arm_mat_qr_f32() local
659 for(j=0;j<pSrc->numCols-col; j++) in arm_mat_qr_f32()
679 for(j=0;j<pSrc->numCols-col; j++) in arm_mat_qr_f32()
703 for(j=0;j<pSrc->numCols-col; j++) in arm_mat_qr_f32()
714 for(j=0;j<pSrc->numRows-col; j++) in arm_mat_qr_f32()
716 float32_t f = beta * pTmpA[j]; in arm_mat_qr_f32()
756 int32_t i,j,k, blkCnt; in arm_mat_qr_f32() local
770 for(j=0;j<pOutQ->numRows-pos; j++) in arm_mat_qr_f32()
789 for(j=0;j<pOutQ->numRows-pos; j++) in arm_mat_qr_f32()
813 for(j=0;j<pOutQ->numRows-pos; j++) in arm_mat_qr_f32()
824 for(j=0;j<pOutQ->numRows-pos; j++) in arm_mat_qr_f32()
826 float32_t f = beta * pTmpA[j]; in arm_mat_qr_f32()