Home
last modified time | relevance | path

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

/aosp_15_r20/external/pffft/simd/
H A Dpf_altivec_float.h59 # define INTERLEAVE2(in1, in2, out1, out2) { v4sf tmp__ = vec_mergeh(in1, in2); out2 = vec_mergel(… macro
H A Dpf_neon_float.h62 # define INTERLEAVE2(in1, in2, out1, out2) { float32x4x2_t tmp__ = vzipq_f32(in1,in2); out1=tmp__.… macro
H A Dpf_avx_double.h78 # define INTERLEAVE2(in1, in2, out1, out2) { \ macro
H A Dpf_sse1_float.h65 # define INTERLEAVE2(in1, in2, out1, out2) { v4sf tmp__ = _mm_unpacklo_ps(in1, in2); out2 = _mm_un… macro
H A Dpf_neon_double.h140 # define INTERLEAVE2(in1, in2, out1, out2) { \ macro
H A Dpf_scalar_float.h99 #define INTERLEAVE2( A, B, C, D) \ macro
H A Dpf_scalar_double.h99 #define INTERLEAVE2( A, B, C, D) \ macro
H A Dpf_sse2_double.h220 # define INTERLEAVE2(in1, in2, out1, out2) { \ macro
/aosp_15_r20/external/pffft/
H A Dpf_mixer.cpp108 #define INTERLEAVE2(in1, in2, out1, out2) { __m128 tmp__ = _mm_unpacklo_ps(in1, in2); out2 = _mm_un… macro