Home
last modified time | relevance | path

Searched refs:vfms_f32 (Results 1 – 2 of 2) sorted by relevance

/liblc3-3.5.0-3.4.0/src/
Dmdct_neon.h283 y1 = vfms_f32( x0, x1 , w_re ); in neon_fft_bf2()
284 y1 = vfms_f32( y1, x1r, w_im ); in neon_fft_bf2()
/liblc3-3.5.0-3.4.0/test/neon/
Dneon.h230 static float32x2_t vfms_f32(float32x2_t a, float32x2_t b, float32x2_t c) in vfms_f32() function