Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core_sse2.c102 ef_re = _mm_andnot_ps(bigger, ef_re); in ScaleErrorSignalSSE2()
103 ef_im = _mm_andnot_ps(bigger, ef_im); in ScaleErrorSignalSSE2()
363 const __m128 vec_if0 = _mm_andnot_ps(bigger, vec_hNl); in OverdriveAndSuppressSSE2()
/external/clang/lib/Headers/
Dxmmintrin.h162 _mm_andnot_ps(__m128 a, __m128 b) in _mm_andnot_ps() function