/external/eigen/Eigen/src/Core/arch/SSE/ |
MathFunctions.h | 102 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); 468 return _mm_andnot_ps(denormal_mask, pmul(_x,x)); 496 Packet4f x = _mm_andnot_ps(le_zero_mask, _mm_rsqrt_ps(_x)); 500 Packet4f zero_mask = _mm_andnot_ps(neg_mask, le_zero_mask);
|
PacketMath.h | 302 template<> EIGEN_STRONG_INLINE Packet4f pandnot<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_andnot_ps(a,b); } [all...] |
Complex.h | 88 template<> EIGEN_STRONG_INLINE Packet2cf pandnot<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_andnot_ps(a.v,b.v)); }
|
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
MathFunctions.h | 82 z2 = _mm_andnot_ps(branch_mask, z2);
|
/external/libopus/celt/x86/ |
vq_sse2.c | 74 x4 = _mm_andnot_ps(signmask, x4);
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core_sse2.c | 115 ef_re = _mm_andnot_ps(bigger, ef_re); 116 ef_im = _mm_andnot_ps(bigger, ef_im); 388 const __m128 vec_if0 = _mm_andnot_ps(bigger, vec_hNl);
|
/external/clang/test/CodeGen/ |
sse-builtins.c | 35 return _mm_andnot_ps(A, B);
|
/external/eigen/Eigen/src/Core/arch/AVX512/ |
PacketMath.h | 396 res = _mm512_insertf32x4(res, _mm_andnot_ps(lane0_a, lane0_b), 0); 400 res = _mm512_insertf32x4(res, _mm_andnot_ps(lane1_a, lane1_b), 1); 404 res = _mm512_insertf32x4(res, _mm_andnot_ps(lane2_a, lane2_b), 2); 408 res = _mm512_insertf32x4(res, _mm_andnot_ps(lane3_a, lane3_b), 3); [all...] |
/external/skia/include/private/ |
SkNx_sse.h | 93 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } 120 _mm_andnot_ps(fVec, e.fVec)); 186 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } 225 _mm_andnot_ps(fVec, e.fVec));
|
SkVx.h | 423 _mm_andnot_ps(bit_pun<__m128>(c),
|
/external/skqp/include/private/ |
SkNx_sse.h | 93 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } 120 _mm_andnot_ps(fVec, e.fVec)); 186 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } 225 _mm_andnot_ps(fVec, e.fVec));
|
/external/eigen/bench/ |
bench_norm.cpp | 91 Packet4f pandnot(const Packet4f& a, Packet4f& b) { return _mm_andnot_ps(a,b); }
|
/external/tensorflow/tensorflow/core/kernels/ |
eigen_pooling.h | 327 _mm_or_ps(_mm_andnot_ps(false_mask, a), _mm_and_ps(false_mask, b))
|
/external/clang/lib/Headers/ |
xmmintrin.h | 440 _mm_andnot_ps(__m128 __a, __m128 __b) function [all...] |
/external/skia/src/opts/ |
SkRasterPipeline_opts.h | 540 return _mm_or_ps(_mm_and_ps(c, t), _mm_andnot_ps(c, e)); [all...] |
/external/skqp/src/opts/ |
SkRasterPipeline_opts.h | 540 return _mm_or_ps(_mm_and_ps(c, t), _mm_andnot_ps(c, e)); [all...] |
/external/neon_2_sse/ |
NEON_2_SSE.h | [all...] |