Searched refs:sigmaVec (Results 1 – 1 of 1) sorted by relevance
45 float32x2_t sigmaVec, xVecf32; in house_holder_vec() local46 sigmaVec = vdup_n_f32(0.0f); in house_holder_vec()54 sigmaVec = vmla_f32(sigmaVec, xVecf32, xVecf32); in house_holder_vec()64 sigmaVec = vpadd_f32(sigmaVec, sigmaVec); in house_holder_vec()65 sigma = vget_lane_f32(sigmaVec, 0); in house_holder_vec()