Lines Matching refs:pOut0
334 float32_t *pOut0, *pOut1, *pOut2, *pOut3; in arm_mat_mult_f32() local
339 pOut0 = pOut; in arm_mat_mult_f32()
340 pOut1 = pOut0 + numColsB; in arm_mat_mult_f32()
381 vst1q(pOut0, vecMac0); in arm_mat_mult_f32()
382 pOut0 += 4; in arm_mat_mult_f32()
433 vstrwq_p_f32(pOut0, vecMac0, p0); in arm_mat_mult_f32()
456 float32_t *pOut0; in arm_mat_mult_f32() local
460 pOut0 = pOut; in arm_mat_mult_f32()
487 vst1q(pOut0, vecMac0); in arm_mat_mult_f32()
488 pOut0 += 4; in arm_mat_mult_f32()
521 vstrwq_p_f32(pOut0, vecMac0, p0); in arm_mat_mult_f32()