Home
last modified time | relevance | path

Searched defs:UNINTERLEAVE2 (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pffft/simd/
H A Dpf_altivec_float.h60 # define UNINTERLEAVE2(in1, in2, out1, out2) { \ macro
H A Dpf_neon_float.h63 # define UNINTERLEAVE2(in1, in2, out1, out2) { float32x4x2_t tmp__ = vuzpq_f32(in1,in2); out1=tmp_… macro
H A Dpf_avx_double.h98 # define UNINTERLEAVE2(in1, in2, out1, out2) { \ macro
H A Dpf_sse1_float.h66 # define UNINTERLEAVE2(in1, in2, out1, out2) { v4sf tmp__ = _mm_shuffle_ps(in1, in2, _MM_SHUFFLE(2… macro
H A Dpf_neon_double.h158 # define UNINTERLEAVE2(in1, in2, out1, out2) { \ macro
H A Dpf_scalar_float.h109 #define UNINTERLEAVE2(A, B, C, D) \ macro
H A Dpf_scalar_double.h109 #define UNINTERLEAVE2(A, B, C, D) \ macro
H A Dpf_sse2_double.h238 # define UNINTERLEAVE2(in1, in2, out1, out2) { \ macro
/aosp_15_r20/external/pffft/
H A Dpf_mixer.cpp109 #define UNINTERLEAVE2(in1, in2, out1, out2) { __m128 tmp__ = _mm_shuffle_ps(in1, in2, _MM_SHUFFLE(2… macro