Searched defs:INTERLEAVE2 (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pffft/simd/ |
H A D | pf_altivec_float.h | 59 # define INTERLEAVE2(in1, in2, out1, out2) { v4sf tmp__ = vec_mergeh(in1, in2); out2 = vec_mergel(… macro
|
H A D | pf_neon_float.h | 62 # define INTERLEAVE2(in1, in2, out1, out2) { float32x4x2_t tmp__ = vzipq_f32(in1,in2); out1=tmp__.… macro
|
H A D | pf_avx_double.h | 78 # define INTERLEAVE2(in1, in2, out1, out2) { \ macro
|
H A D | pf_sse1_float.h | 65 # define INTERLEAVE2(in1, in2, out1, out2) { v4sf tmp__ = _mm_unpacklo_ps(in1, in2); out2 = _mm_un… macro
|
H A D | pf_neon_double.h | 140 # define INTERLEAVE2(in1, in2, out1, out2) { \ macro
|
H A D | pf_scalar_float.h | 99 #define INTERLEAVE2( A, B, C, D) \ macro
|
H A D | pf_scalar_double.h | 99 #define INTERLEAVE2( A, B, C, D) \ macro
|
H A D | pf_sse2_double.h | 220 # define INTERLEAVE2(in1, in2, out1, out2) { \ macro
|
/aosp_15_r20/external/pffft/ |
H A D | pf_mixer.cpp | 108 #define INTERLEAVE2(in1, in2, out1, out2) { __m128 tmp__ = _mm_unpacklo_ps(in1, in2); out2 = _mm_un… macro
|