/external/eigen/Eigen/src/LU/arch/ |
D | Inverse_SSE.h | 69 A = _mm_movelh_ps(_L1, _L2); 71 C = _mm_movelh_ps(_L3, _L4); 106 iD = _mm_mul_ps(_mm_shuffle_ps(C,C,0xA0), _mm_movelh_ps(AB,AB)); 109 iA = _mm_mul_ps(_mm_shuffle_ps(B,B,0xA0), _mm_movelh_ps(DC,DC));
|
/external/clang/lib/Headers/ |
D | xmmintrin.h | 826 _mm_movelh_ps(__m128 __a, __m128 __b) in _mm_movelh_ps() function 842 __r = _mm_movelh_ps(__r, __r); in _mm_cvtpi16_ps() 859 __r = _mm_movelh_ps(__r, __r); in _mm_cvtpu16_ps() 896 __c = _mm_movelh_ps(__c, __c); in _mm_cvtpi32x2_ps() 980 (row0) = _mm_movelh_ps(tmp0, tmp2); \ 982 (row2) = _mm_movelh_ps(tmp1, tmp3); \
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | PacketMath.h | 506 tmp0 = _mm_movelh_ps(tmp0, tmp1); 661 first = _mm_movelh_ps(first,second); 684 first = _mm_castps_si128(_mm_movelh_ps(_mm_castsi128_ps(first),_mm_castsi128_ps(second))); 702 first = _mm_castps_pd(_mm_movelh_ps(_mm_castpd_ps(first),_mm_castpd_ps(second)));
|
D | Complex.h | 102 return Packet2cf(_mm_movelh_ps(res.v,res.v)); 136 …return Packet2cf(_mm_add_ps(_mm_movelh_ps(vecs[0].v,vecs[1].v), _mm_movehl_ps(vecs[1].v,vecs[0].v)… 152 first.v = _mm_movelh_ps(first.v, second.v);
|
/external/opencv3/modules/hal/src/ |
D | mathfuncs.cpp | 507 xf0 = _mm_movelh_ps(_mm_cvtpd_ps(xd0), _mm_cvtpd_ps(xd2)); in exp() 508 xf1 = _mm_movelh_ps(_mm_cvtpd_ps(xd1), _mm_cvtpd_ps(xd3)); in exp() 530 __m128 yf0 = _mm_movelh_ps(_mm_cvtpd_ps(yd0), _mm_cvtpd_ps(yd1)); in exp() 531 __m128 yf1 = _mm_movelh_ps(_mm_cvtpd_ps(yd2), _mm_cvtpd_ps(yd3)); in exp() 1139 __m128 yf0 = _mm_movelh_ps(_mm_cvtpd_ps(yd0), _mm_cvtpd_ps(yd1)); in log() 1142 xf0 = _mm_mul_ps(xf0, _mm_movelh_ps(_mm_cvtpd_ps(t1), _mm_cvtpd_ps(t3))); in log()
|
/external/opencv3/modules/imgproc/src/ |
D | corner.cpp | 83 c = _mm_movelh_ps(c, _mm_unpackhi_ps(t2, t3)); // c0 c1 c2 c3 in calcMinEigenVal() 84 a = _mm_movelh_ps(t, b); in calcMinEigenVal() 153 c = _mm_movelh_ps(c, _mm_unpackhi_ps(t2, t3)); // c0 c1 c2 c3 in calcHarris() 154 a = _mm_movelh_ps(t, b); in calcHarris()
|
D | imgwarp.cpp | 5770 … v_X0 = _mm_castps_si128(_mm_movelh_ps(_mm_castsi128_ps(_mm_cvtpd_epi32(v_fX0)), in operator ()() 5772 … v_Y0 = _mm_castps_si128(_mm_movelh_ps(_mm_castsi128_ps(_mm_cvtpd_epi32(v_fY0)), in operator ()() 5791 … v_X1 = _mm_castps_si128(_mm_movelh_ps(_mm_castsi128_ps(_mm_cvtpd_epi32(v_fX0)), in operator ()() 5793 … v_Y1 = _mm_castps_si128(_mm_movelh_ps(_mm_castsi128_ps(_mm_cvtpd_epi32(v_fY0)), in operator ()() 5812 … v_X2 = _mm_castps_si128(_mm_movelh_ps(_mm_castsi128_ps(_mm_cvtpd_epi32(v_fX0)), in operator ()() 5814 … v_Y2 = _mm_castps_si128(_mm_movelh_ps(_mm_castsi128_ps(_mm_cvtpd_epi32(v_fY0)), in operator ()() 5833 … v_X3 = _mm_castps_si128(_mm_movelh_ps(_mm_castsi128_ps(_mm_cvtpd_epi32(v_fX0)), in operator ()() 5835 … v_Y3 = _mm_castps_si128(_mm_movelh_ps(_mm_castsi128_ps(_mm_cvtpd_epi32(v_fY0)), in operator ()() 5898 … v_X0 = _mm_castps_si128(_mm_movelh_ps(_mm_castsi128_ps(_mm_cvtpd_epi32(v_fX0)), in operator ()() 5900 … v_Y0 = _mm_castps_si128(_mm_movelh_ps(_mm_castsi128_ps(_mm_cvtpd_epi32(v_fY0)), in operator ()() [all …]
|
/external/opencv3/modules/core/src/ |
D | convert.cpp | 1679 __m128 v_src1 = _mm_movelh_ps(_mm_cvtpd_ps(_mm_loadu_pd(src + x)), in operator ()() 1681 __m128 v_src2 = _mm_movelh_ps(_mm_cvtpd_ps(_mm_loadu_pd(src + x + 4)), in operator ()() 3026 __m128 v_dst = _mm_movelh_ps(_mm_castsi128_ps(_mm_cvtpd_epi32(v_dst_0)), in operator ()() 3056 _mm_storeu_ps(dst + x, _mm_movelh_ps(_mm_cvtpd_ps(v_dst_0), in operator ()() 3318 __m128 v_src = _mm_movelh_ps(_mm_cvtpd_ps(_mm_loadu_pd(src + x)), in operator ()() 3322 v_src = _mm_movelh_ps(_mm_cvtpd_ps(_mm_loadu_pd(src + x + 4)), in operator ()() 3350 __m128 v_src = _mm_movelh_ps(_mm_cvtpd_ps(_mm_loadu_pd(src + x)), in operator ()() 3354 v_src = _mm_movelh_ps(_mm_cvtpd_ps(_mm_loadu_pd(src + x + 4)), in operator ()() 3388 __m128 v_src = _mm_movelh_ps(_mm_cvtpd_ps(_mm_loadu_pd(src + x)), in operator ()() 3392 v_src = _mm_movelh_ps(_mm_cvtpd_ps(_mm_loadu_pd(src + x + 4)), in operator ()() [all …]
|
D | mathfuncs.cpp | 255 __m128 v_dst0 = _mm_movelh_ps(_mm_cvtpd_ps(_mm_loadu_pd(x + k)), in phase() 257 __m128 v_dst1 = _mm_movelh_ps(_mm_cvtpd_ps(_mm_loadu_pd(y + k)), in phase() 392 __m128 v_dst0 = _mm_movelh_ps(_mm_cvtpd_ps(_mm_loadu_pd(x + k)), in cartToPolar() 394 __m128 v_dst1 = _mm_movelh_ps(_mm_cvtpd_ps(_mm_loadu_pd(y + k)), in cartToPolar() 552 _mm_storeu_ps(sinval + i, _mm_movelh_ps(_mm_cvtpd_ps(v_sin_val_0), in SinCos_32f() 554 _mm_storeu_ps(cosval + i, _mm_movelh_ps(_mm_cvtpd_ps(v_cos_val_0), in SinCos_32f()
|
D | dxt.cpp | 414 t0 = _mm_movelh_ps(y01, y23); in operator ()() 442 x02 = _mm_addsub_ps(x02, _mm_movelh_ps(x02, x02)); in operator ()() 449 t0 = _mm_movelh_ps(y01, y23); in operator ()()
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | intrinsic_matrix.inl | 108 __m128 f0 = _mm_movelh_ps(a0, a1);
|