Lines Matching refs:temp
568 float32x4_t acc0,acc1,acc2,acc3,acc4,acc5,acc6,acc7,temp; in arm_mat_mult_f32() local
675 temp = vsetq_lane_f32(*pIn2,temp,0); in arm_mat_mult_f32()
677 temp = vsetq_lane_f32(*pIn2,temp,1); in arm_mat_mult_f32()
679 temp = vsetq_lane_f32(*pIn2,temp,2); in arm_mat_mult_f32()
681 temp = vsetq_lane_f32(*pIn2,temp,3); in arm_mat_mult_f32()
684 acc0 = vmlaq_f32(acc0,a0V,temp); in arm_mat_mult_f32()
685 acc1 = vmlaq_f32(acc1,a1V,temp); in arm_mat_mult_f32()
686 acc2 = vmlaq_f32(acc2,a2V,temp); in arm_mat_mult_f32()
687 acc3 = vmlaq_f32(acc3,a3V,temp); in arm_mat_mult_f32()
688 acc4 = vmlaq_f32(acc4,a4V,temp); in arm_mat_mult_f32()
689 acc5 = vmlaq_f32(acc5,a5V,temp); in arm_mat_mult_f32()
690 acc6 = vmlaq_f32(acc6,a6V,temp); in arm_mat_mult_f32()
691 acc7 = vmlaq_f32(acc7,a7V,temp); in arm_mat_mult_f32()
815 temp = vsetq_lane_f32(*pIn2,temp,0); in arm_mat_mult_f32()
817 temp = vsetq_lane_f32(*pIn2,temp,1); in arm_mat_mult_f32()
819 temp = vsetq_lane_f32(*pIn2,temp,2); in arm_mat_mult_f32()
821 temp = vsetq_lane_f32(*pIn2,temp,3); in arm_mat_mult_f32()
824 acc0 = vmlaq_f32(acc0,a0V,temp); in arm_mat_mult_f32()