Searched refs:_mm_cvtepi32_pd (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/hal/src/ |
D | mathfuncs.cpp | 502 xd0 = _mm_sub_pd(xd0, _mm_cvtepi32_pd(xi0)); in exp() 503 xd2 = _mm_sub_pd(xd2, _mm_cvtepi32_pd(xi2)); in exp() 504 xd1 = _mm_sub_pd(xd1, _mm_cvtepi32_pd(xi1)); in exp() 505 xd3 = _mm_sub_pd(xd3, _mm_cvtepi32_pd(xi3)); in exp() 686 xf0 = _mm_mul_pd(_mm_sub_pd(xf0, _mm_cvtepi32_pd(xi0)), postscale2); in exp() 687 xf1 = _mm_mul_pd(_mm_sub_pd(xf1, _mm_cvtepi32_pd(xi1)), postscale2); in exp() 1117 __m128d yd0 = _mm_mul_pd(_mm_cvtepi32_pd(yi0), ln2_2); in log() 1118 __m128d yd1 = _mm_mul_pd(_mm_cvtepi32_pd(_mm_unpackhi_epi64(yi0,yi0)), ln2_2); in log() 1284 __m128d yd0 = _mm_mul_pd(_mm_cvtepi32_pd(yi0), ln2_2); in log() 1285 __m128d yd1 = _mm_mul_pd(_mm_cvtepi32_pd(_mm_unpackhi_epi64(yi0, yi0)), ln2_2); in log()
|
/external/opencv3/modules/core/src/ |
D | convert.cpp | 2165 __m128d v_dst_0 = _mm_add_pd(_mm_mul_pd(_mm_cvtepi32_pd(v_src_s32), v_scale), v_shift); in operator ()() 2166 …__m128d v_dst_1 = _mm_add_pd(_mm_mul_pd(_mm_cvtepi32_pd(_mm_srli_si128(v_src_s32, 8)), v_scale), v… in operator ()() 2171 v_dst_0 = _mm_add_pd(_mm_mul_pd(_mm_cvtepi32_pd(v_src_s32), v_scale), v_shift); in operator ()() 2172 … v_dst_1 = _mm_add_pd(_mm_mul_pd(_mm_cvtepi32_pd(_mm_srli_si128(v_src_s32, 8)), v_scale), v_shift); in operator ()() 2397 __m128d v_dst_0 = _mm_add_pd(_mm_mul_pd(_mm_cvtepi32_pd(v_src_s32), v_scale), v_shift); in operator ()() 2398 …__m128d v_dst_1 = _mm_add_pd(_mm_mul_pd(_mm_cvtepi32_pd(_mm_srli_si128(v_src_s32, 8)), v_scale), v… in operator ()() 2403 v_dst_0 = _mm_add_pd(_mm_mul_pd(_mm_cvtepi32_pd(v_src_s32), v_scale), v_shift); in operator ()() 2404 … v_dst_1 = _mm_add_pd(_mm_mul_pd(_mm_cvtepi32_pd(_mm_srli_si128(v_src_s32, 8)), v_scale), v_shift); in operator ()() 2628 __m128d v_dst_0 = _mm_add_pd(_mm_mul_pd(_mm_cvtepi32_pd(v_src_s32), v_scale), v_shift); in operator ()() 2629 …__m128d v_dst_1 = _mm_add_pd(_mm_mul_pd(_mm_cvtepi32_pd(_mm_srli_si128(v_src_s32, 8)), v_scale), v… in operator ()() [all …]
|
D | mathfuncs.cpp | 515 v_t = _mm_sub_pd(v_t, _mm_cvtepi32_pd(v_it)); in SinCos_32f() 535 v_t = _mm_sub_pd(v_t, _mm_cvtepi32_pd(v_it)); in SinCos_32f()
|
D | stat.cpp | 135 v_sum0 = _mm_add_pd(v_sum0, _mm_cvtepi32_pd(v_src)); in operator ()() 136 v_sum1 = _mm_add_pd(v_sum1, _mm_cvtepi32_pd(_mm_srli_si128(v_src, 8))); in operator ()()
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 210 tmp = _mm_cvtepi32_pd(emm0);
|
/external/clang/test/CodeGen/ |
D | sse2-builtins.c | 348 return _mm_cvtepi32_pd(A); in test_mm_cvtepi32_pd()
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
D | intrin_sse.hpp | 1178 __m128i mask = _mm_castpd_si128(_mm_cmpgt_pd(_mm_cvtepi32_pd(a1), a.val)); in v_floor() 1186 __m128i mask = _mm_castpd_si128(_mm_cmpgt_pd(a.val, _mm_cvtepi32_pd(a1))); in v_ceil() 1544 return v_float64x2(_mm_cvtepi32_pd(a.val)); in v_cvt_f64()
|
/external/clang/lib/Headers/ |
D | emmintrin.h | 393 _mm_cvtepi32_pd(__m128i __a) in _mm_cvtepi32_pd() function
|