Home
last modified time | relevance | path

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

/external/pffft/simd/
Dpf_scalar_float.h81 static ALWAYS_INLINE(v4sf) VSUB(v4sf A, v4sf B) { in VSUB() function
173 # define VSUB(a,b) ((a)-(b)) macro
Dpf_scalar_double.h81 static ALWAYS_INLINE(v4sf) VSUB(v4sf A, v4sf B) { in VSUB() function
173 # define VSUB(a,b) ((a)-(b)) macro
Dpf_altivec_float.h56 # define VSUB(a,b) vec_sub(a,b) macro
Dpf_neon_float.h58 # define VSUB(a,b) vsubq_f32(a,b) macro
Dpf_sse1_float.h60 # define VSUB(a,b) _mm_sub_ps(a,b) macro
Dpf_avx_double.h69 # define VSUB(a,b) _mm256_sub_pd(a,b) macro
Dpf_neon_double.h63 # define VSUB(a,b) _mm256_sub_pd(a,b) macro
Dpf_sse2_double.h146 # define VSUB(a,b) mm256_sub_pd(a,b) macro
/external/pffft/
Dpf_mixer.cpp102 #define VSUB(a,b) _mm_sub_ps(a,b) macro