Lines Matching refs:pIn2
76 float64_t *pIn2 = pSrcB->pData; /* input data matrix pointer B */ in arm_mat_mult_f64() local
135 pIn2 = pSrcB->pData; in arm_mat_mult_f64()
196 temp = vsetq_lane_f64(*pIn2,temp,0); in arm_mat_mult_f64()
197 pIn2 += numColsB; in arm_mat_mult_f64()
198 temp = vsetq_lane_f64(*pIn2,temp,1); in arm_mat_mult_f64()
199 pIn2 += numColsB; in arm_mat_mult_f64()
231 sum0 += *pIn1++ * (*pIn2); in arm_mat_mult_f64()
232 sum1 += *pIn1B++ * (*pIn2); in arm_mat_mult_f64()
233 sum2 += *pIn1C++ * (*pIn2); in arm_mat_mult_f64()
234 sum3 += *pIn1D++ * (*pIn2); in arm_mat_mult_f64()
235 sum4 += *pIn1E++ * (*pIn2); in arm_mat_mult_f64()
236 sum5 += *pIn1F++ * (*pIn2); in arm_mat_mult_f64()
237 sum6 += *pIn1G++ * (*pIn2); in arm_mat_mult_f64()
238 sum7 += *pIn1H++ * (*pIn2); in arm_mat_mult_f64()
239 pIn2 += numColsB; in arm_mat_mult_f64()
257 pIn2 = pSrcB->pData + j; in arm_mat_mult_f64()
293 pIn2 = pSrcB->pData; in arm_mat_mult_f64()
318 temp = vsetq_lane_f64(*pIn2,temp,0); in arm_mat_mult_f64()
319 pIn2 += numColsB; in arm_mat_mult_f64()
320 temp = vsetq_lane_f64(*pIn2,temp,1); in arm_mat_mult_f64()
321 pIn2 += numColsB; in arm_mat_mult_f64()
340 sum += *pIn1++ * (*pIn2); in arm_mat_mult_f64()
341 pIn2 += numColsB; in arm_mat_mult_f64()
352 pIn2 = pSrcB->pData + j; in arm_mat_mult_f64()
382 float64_t *pIn2 = pSrcB->pData; /* Input data matrix pointer B */ in arm_mat_mult_f64() local
420 pIn2 = pSrcB->pData; in arm_mat_mult_f64()
442 sum += *pIn1++ * *pIn2; in arm_mat_mult_f64()
443 pIn2 += numColsB; in arm_mat_mult_f64()
445 sum += *pIn1++ * *pIn2; in arm_mat_mult_f64()
446 pIn2 += numColsB; in arm_mat_mult_f64()
448 sum += *pIn1++ * *pIn2; in arm_mat_mult_f64()
449 pIn2 += numColsB; in arm_mat_mult_f64()
451 sum += *pIn1++ * *pIn2; in arm_mat_mult_f64()
452 pIn2 += numColsB; in arm_mat_mult_f64()
473 sum += *pIn1++ * *pIn2; in arm_mat_mult_f64()
474 pIn2 += numColsB; in arm_mat_mult_f64()
487 pIn2 = pInB + (numColsB - col); in arm_mat_mult_f64()