Lines Matching refs:j
105 int32_t i,j,k,blkCnt; in arm_mat_qr_f64() local
117 for(j=0;j<pSrc->numCols-col; j++) in arm_mat_qr_f64()
137 for(j=0;j<pSrc->numCols-col; j++) in arm_mat_qr_f64()
161 for(j=0;j<pSrc->numCols-col; j++) in arm_mat_qr_f64()
172 for(j=0;j<pSrc->numRows-col; j++) in arm_mat_qr_f64()
174 float64_t f = beta * pTmpA[j]; in arm_mat_qr_f64()
214 int32_t i,j,k, blkCnt; in arm_mat_qr_f64() local
228 for(j=0;j<pOutQ->numRows-pos; j++) in arm_mat_qr_f64()
247 for(j=0;j<pOutQ->numRows-pos; j++) in arm_mat_qr_f64()
271 for(j=0;j<pOutQ->numRows-pos; j++) in arm_mat_qr_f64()
282 for(j=0;j<pOutQ->numRows-pos; j++) in arm_mat_qr_f64()
284 float64_t f = beta * pTmpA[j]; in arm_mat_qr_f64()