Searched refs:_mm_andnot_ps (Results 1 - 8 of 8) sorted by relevance

/external/eigen/unsupported/Eigen/src/MoreVectorization/
H A DMathFunctions.h82 z2 = _mm_andnot_ps(branch_mask, z2);
/external/eigen/Eigen/src/Core/arch/SSE/
H A DMathFunctions.h102 return _mm_or_ps(_mm_andnot_ps(iszero_mask, _mm_or_ps(x, invalid_mask)),
351 y = _mm_andnot_ps(poly_mask, y);
438 y = _mm_andnot_ps(poly_mask, y);
H A DComplex.h82 template<> EIGEN_STRONG_INLINE Packet2cf pandnot<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_andnot_ps(a.v,b.v)); }
H A DPacketMath.h215 template<> EIGEN_STRONG_INLINE Packet4f pandnot<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_andnot_ps(a,b); }
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core_sse2.c102 ef_re = _mm_andnot_ps(bigger, ef_re);
103 ef_im = _mm_andnot_ps(bigger, ef_im);
363 const __m128 vec_if0 = _mm_andnot_ps(bigger, vec_hNl);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_sse2.c106 ef_re = _mm_andnot_ps(bigger, ef_re);
107 ef_im = _mm_andnot_ps(bigger, ef_im);
376 const __m128 vec_if0 = _mm_andnot_ps(bigger, vec_hNl);
/external/eigen/bench/
H A Dbench_norm.cpp83 Packet4f internal::pandnot(const Packet4f& a, Packet4f& b) { return _mm_andnot_ps(a,b); }
/external/clang/lib/Headers/
H A Dxmmintrin.h165 _mm_andnot_ps(__m128 __a, __m128 __b) function

Completed in 1664 milliseconds