Searched refs:xy_f32x2 (Results 1 – 1 of 1) sorted by relevance
200 float32x2_t xy_f32x2; in celt_inner_prod_neon() local219 xy_f32x2 = vadd_f32(vget_low_f32(xy_f32x4), vget_high_f32(xy_f32x4)); in celt_inner_prod_neon()220 xy_f32x2 = vpadd_f32(xy_f32x2, xy_f32x2); in celt_inner_prod_neon()221 xy = vget_lane_f32(xy_f32x2, 0); in celt_inner_prod_neon()