/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 62 x = _mm_and_ps(x, p4f_inv_mant_mask); 75 Packet4f tmp = _mm_and_ps(x, mask); 77 e = psub(e, _mm_and_ps(p4f_1, mask)); 103 _mm_and_ps(iszero_mask, p4f_minus_inf)); 145 mask = _mm_and_ps(mask, p4f_1); 292 sign_bit = _mm_and_ps(sign_bit, p4f_sign_mask); 350 y2 = _mm_and_ps(poly_mask, y2); 437 y2 = _mm_and_ps(poly_mask, y2); 457 Packet4f x = _mm_and_ps(non_zero_mask, _mm_rsqrt_ps(_x));
|
D | PacketMath.h | 203 …NG_INLINE Packet4f pand<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_and_ps(a,b); } 429 return _mm_and_ps(a,mask);
|
D | Complex.h | 79 …nd <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_and_ps(a.v,b.v)); }
|
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
D | MathFunctions.h | 42 Packet4f sign_bit= _mm_and_ps(x, p4f_sign_mask);//extracted the sign bit in pasin() 81 z1 = _mm_and_ps(branch_mask, z1); in pasin()
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | intrinsic_common.inl | 156 return _mm_and_ps(glm::detail::abs4Mask, x); 167 __m128 And0 = _mm_and_ps(Cmp0, Neg); 168 __m128 And1 = _mm_and_ps(Cmp1, Pos); 178 __m128 and0 = _mm_and_ps(cmp0, glm::detail::_ps_1); 193 __m128 and0 = _mm_and_ps(glm::detail::_epi32_sign_mask, x); 203 __m128 and0 = _mm_and_ps(glm::detail::_epi32_sign_mask, x); 214 __m128 and0 = _mm_and_ps(cmp0, glm::detail::_ps_1);
|
/external/opencv3/modules/imgproc/src/ |
D | thresh.cpp | 734 v0 = _mm_and_ps( v0, maxval4 ); in thresh_32f() 735 v1 = _mm_and_ps( v1, maxval4 ); in thresh_32f() 772 v0 = _mm_and_ps( v0, maxval4 ); in thresh_32f() 773 v1 = _mm_and_ps( v1, maxval4 ); in thresh_32f() 839 v0 = _mm_and_ps(v0, _mm_cmpgt_ps(v0, thresh4)); in thresh_32f() 840 v1 = _mm_and_ps(v1, _mm_cmpgt_ps(v1, thresh4)); in thresh_32f() 878 v0 = _mm_and_ps(v0, _mm_cmple_ps(v0, thresh4)); in thresh_32f() 879 v1 = _mm_and_ps(v1, _mm_cmple_ps(v1, thresh4)); in thresh_32f()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_sse2.c | 113 ef_re_if = _mm_and_ps(bigger, ef_re_if); in ScaleErrorSignalSSE2() 114 ef_im_if = _mm_and_ps(bigger, ef_im_if); in ScaleErrorSignalSSE2() 265 const __m128 two_n = _mm_and_ps(a, *((__m128*)float_exponent_mask)); in mm_pow_ps() 276 const __m128 mantissa = _mm_and_ps(a, *((__m128*)mantissa_mask)); in mm_pow_ps() 389 const __m128 vec_if1 = _mm_and_ps( in OverdriveAndSuppressSSE2()
|
/external/opencv3/modules/hal/src/ |
D | stat.cpp | 231 d0 = _mm_add_ps(d0, _mm_and_ps(t0, absmask)); in normL1_() 232 d1 = _mm_add_ps(d1, _mm_and_ps(t1, absmask)); in normL1_()
|
D | mathfuncs.cpp | 86 __m128 ax = _mm_and_ps(x, absmask), ay = _mm_and_ps(y, absmask); in fastAtan2() 97 a = _mm_xor_ps(a, _mm_and_ps(_mm_xor_ps(a, b), mask)); in fastAtan2() 101 a = _mm_xor_ps(a, _mm_and_ps(_mm_xor_ps(a, b), mask)); in fastAtan2() 105 a = _mm_xor_ps(a, _mm_and_ps(_mm_xor_ps(a, b), mask)); in fastAtan2() 1143 xf0 = _mm_add_ps(xf0, _mm_and_ps(_mm_castsi128_ps(h0), shift4)); in log()
|
/external/skia/src/opts/ |
D | SkNx_sse.h | 23 return _mm_sub_ps(roundtrip, _mm_and_ps(too_big, _mm_set1_ps(1.0f))); in sse2_mm_floor_ps() 124 return _mm_or_ps(_mm_and_ps (fVec, t.fVec), in thenElse()
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_vec4.inl | 325 __m128 And0 = _mm_and_ps(Sub0, Cmp0); 326 __m128 And1 = _mm_and_ps(Flr1, Cmp1);
|
/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() 425 __m128 sign = _mm_and_ps(fone, _mm_cmplt_ps(_angle, fzero)); in computeGradient()
|
D | haar.cpp | 52 # define _mm_blendv_ps(a, b, m) _mm_xor_ps(a, _mm_and_ps(_mm_xor_ps(b, a), m))
|
/external/clang/lib/Headers/ |
D | xmmintrin.h | 158 _mm_and_ps(__m128 __a, __m128 __b) in _mm_and_ps() function
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_sse.hpp | 703 { return v_float32x4(_mm_and_ps(x.val, _mm_castsi128_ps(_mm_set1_epi32(0x7fffffff)))); } in v_abs()
|
/external/opencv3/modules/core/src/ |
D | arithm.cpp | 575 return _mm_and_ps(_mm_sub_ps(a,b), *(const __m128*)v32f_absmask); 5273 __m128 v_res1 = _mm_and_ps(_mm_cmple_ps(_mm_loadu_ps(src2 + x), v_src), in operator ()() 5277 __m128 v_res2 = _mm_and_ps(_mm_cmple_ps(_mm_loadu_ps(src2 + x + 4), v_src), in operator ()()
|