Searched defs:xd2 (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/hal/src/
H A Dmathfuncs.cpp487 __m128d xd2 = _mm_cvtps_pd(_mm_movehl_ps(xf0, xf0)); local
492 xd2 = _mm_mul_pd(xd2, prescale2);
497 xi2 = _mm_cvtpd_epi32(xd2);
503 xd2 = _mm_sub_pd(xd2, _mm_cvtepi32_pd(xi2));
507 xf0 = _mm_movelh_ps(_mm_cvtpd_ps(xd0), _mm_cvtpd_ps(xd2));

Completed in 121 milliseconds