Home
last modified time | relevance | path

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

/liblc3-3.7.0-3.6.0/src/
Dmdct_neon.h185 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()
273 float32x2_t x1r = vtrn1_f32( vrev64_f32(vneg_f32(x1)), x1 ); in neon_fft_bf2()
/liblc3-3.7.0-3.6.0/test/neon/
Dneon.h281 static float32x2_t vrev64_f32(float32x2_t v) in vrev64_f32() function