Searched refs:vfms_f32 (Results 1 – 2 of 2) sorted by relevance
283 y1 = vfms_f32( x0, x1 , w_re ); in neon_fft_bf2()284 y1 = vfms_f32( y1, x1r, w_im ); in neon_fft_bf2()
230 static float32x2_t vfms_f32(float32x2_t a, float32x2_t b, float32x2_t c) in vfms_f32() function