Searched refs:_mm_andnot_ps (Results 1 – 17 of 17) sorted by relevance
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | 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);
|
D | PacketMath.h | 302 …INE Packet4f pandnot<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_andnot_ps(a,b); } 813 return _mm_or_ps(_mm_andnot_ps(false_mask, thenPacket), _mm_and_ps(false_mask, elsePacket)); 851 return _mm_or_ps(_mm_andnot_ps(mask, a), _mm_and_ps(mask, pset1<Packet4f>(b)));
|
D | Complex.h | 88 …ot<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_andnot_ps(a.v,b.v)); }
|
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
D | MathFunctions.h | 82 z2 = _mm_andnot_ps(branch_mask, z2); in pasin()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_sse2.c | 115 ef_re = _mm_andnot_ps(bigger, ef_re); in ScaleErrorSignalSSE2() 116 ef_im = _mm_andnot_ps(bigger, ef_im); in ScaleErrorSignalSSE2() 388 const __m128 vec_if0 = _mm_andnot_ps(bigger, vec_hNl); in OverdriveAndSuppressSSE2()
|
/external/libopus/celt/x86/ |
D | vq_sse2.c | 74 x4 = _mm_andnot_ps(signmask, x4); in op_pvq_search_sse2()
|
/external/skia/include/private/ |
D | SkNx_sse.h | 93 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } in abs() 120 _mm_andnot_ps(fVec, e.fVec)); in thenElse() 186 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } in abs() 225 _mm_andnot_ps(fVec, e.fVec)); in thenElse()
|
D | SkVx.h | 423 _mm_andnot_ps(bit_pun<__m128>(c),
|
/external/skqp/include/private/ |
D | SkNx_sse.h | 93 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } in abs() 120 _mm_andnot_ps(fVec, e.fVec)); in thenElse() 186 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } in abs() 225 _mm_andnot_ps(fVec, e.fVec)); in thenElse()
|
/external/eigen/Eigen/src/Core/arch/AVX512/ |
D | 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);
|
/external/clang/test/CodeGen/ |
D | sse-builtins.c | 35 return _mm_andnot_ps(A, B); in test_mm_andnot_ps()
|
/external/eigen/bench/ |
D | bench_norm.cpp | 91 Packet4f pandnot(const Packet4f& a, Packet4f& b) { return _mm_andnot_ps(a,b); } in pandnot()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_pooling.h | 327 _mm_or_ps(_mm_andnot_ps(false_mask, a), _mm_and_ps(false_mask, b))
|
/external/clang/lib/Headers/ |
D | xmmintrin.h | 440 _mm_andnot_ps(__m128 __a, __m128 __b) in _mm_andnot_ps() function
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 540 return _mm_or_ps(_mm_and_ps(c, t), _mm_andnot_ps(c, e));
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 540 return _mm_or_ps(_mm_and_ps(c, t), _mm_andnot_ps(c, e));
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 2546 p_masked = _mm_andnot_ps (*(__m128*)mask, p); //ready for vec in _MM_INSERT_PS() 15593 sel2 = _mm_andnot_ps (_pM128(a), _pM128(c)); in vbsl_f32() 15640 sel2 = _mm_andnot_ps (*(__m128*)&a, c); in vbslq_f32()
|