Lines Matching refs:float32x2_t
42 float32x2_t sin1 = vcreate_f32(__sin1.u64); in neon_fft_5()
43 float32x2_t sin2 = vcreate_f32(__sin2.u64); in neon_fft_5()
44 float32x2_t cos1 = vcreate_f32(__cos1.u64); in neon_fft_5()
45 float32x2_t cos2 = vcreate_f32(__cos2.u64); in neon_fft_5()
179 float32x2_t yn; in neon_fft_bf3()
181 float32x2_t x0 = vld1_f32( (float *)(x0_ptr++) ); in neon_fft_bf3()
182 float32x2_t x1 = vld1_f32( (float *)(x1_ptr++) ); in neon_fft_bf3()
183 float32x2_t x2 = vld1_f32( (float *)(x2_ptr++) ); in neon_fft_bf3()
185 float32x2_t x1r = vtrn1_f32( vrev64_f32(vneg_f32(x1)), x1 ); in neon_fft_bf3()
186 float32x2_t x2r = vtrn1_f32( vrev64_f32(vneg_f32(x2)), x2 ); in neon_fft_bf3()
269 float32x2_t x0 = vld1_f32( (float *)(x0_ptr++) ); in neon_fft_bf2()
270 float32x2_t x1 = vld1_f32( (float *)(x1_ptr++) ); in neon_fft_bf2()
271 float32x2_t y0, y1; in neon_fft_bf2()
273 float32x2_t x1r = vtrn1_f32( vrev64_f32(vneg_f32(x1)), x1 ); in neon_fft_bf2()
275 float32x2_t w = vld1_f32( (float *)(w_ptr + 2*j) ); in neon_fft_bf2()
276 float32x2_t w_re = vtrn1_f32(w, w); in neon_fft_bf2()
277 float32x2_t w_im = vtrn2_f32(w, w); in neon_fft_bf2()