Searched refs:_mm_or_ps (Results 1 – 11 of 11) sorted by relevance
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 63 x = _mm_or_ps(x, p4f_half); 102 return _mm_or_ps(_mm_andnot_ps(iszero_mask, _mm_or_ps(x, invalid_mask)), 352 y = _mm_or_ps(y,y2); 439 y = _mm_or_ps(y,y2);
|
D | Complex.h | 80 …or <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_or_ps(a.v,b.v)); }
|
D | PacketMath.h | 207 …RONG_INLINE Packet4f por<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_or_ps(a,b); }
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_sse2.c | 117 ef_re = _mm_or_ps(ef_re, ef_re_if); in ScaleErrorSignalSSE2() 118 ef_im = _mm_or_ps(ef_im, ef_im_if); in ScaleErrorSignalSSE2() 268 const __m128 n_0 = _mm_or_ps(n_1, *((__m128*)eight_biased_exponent)); in mm_pow_ps() 278 _mm_or_ps(mantissa, *((__m128*)zero_biased_exponent_is_one)); in mm_pow_ps() 391 vec_hNl = _mm_or_ps(vec_if0, vec_if1); in OverdriveAndSuppressSSE2()
|
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
D | MathFunctions.h | 83 Packet4f z = _mm_or_ps(z1,z2); in pasin()
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | intrinsic_common.inl | 170 return _mm_or_ps(And0, And1); 194 __m128 or0 = _mm_or_ps(and0, glm::detail::_ps_2pow23); 204 __m128 or0 = _mm_or_ps(and0, glm::detail::_ps_2pow23);
|
/external/skia/src/opts/ |
D | SkNx_sse.h | 124 return _mm_or_ps(_mm_and_ps (fVec, t.fVec), in thenElse()
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 361 _dx2 = _mm_or_ps(_mm_and_ps(_dx2, mask), _mm_andnot_ps(mask, _dx1)); in computeGradient() 362 _dy2 = _mm_or_ps(_mm_and_ps(_dy2, mask), _mm_andnot_ps(mask, _dy1)); in computeGradient() 365 _dx2 = _mm_or_ps(_mm_and_ps(_dx2, mask), _mm_andnot_ps(mask, _dx0)); in computeGradient() 366 _dy2 = _mm_or_ps(_mm_and_ps(_dy2, mask), _mm_andnot_ps(mask, _dy0)); in computeGradient()
|
/external/clang/lib/Headers/ |
D | xmmintrin.h | 170 _mm_or_ps(__m128 __a, __m128 __b) in _mm_or_ps() function
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_vec4.inl | 328 return _mm_or_ps(And0, And1);
|
/external/opencv3/modules/core/src/ |
D | lapack.cpp | 870 __m128 s0 = _mm_or_ps(t0, t1); in invert()
|