Home | History | Annotate | Download | only in src

Lines Matching refs:xd3

489             __m128d xd3 = _mm_cvtps_pd(_mm_movehl_ps(xf1, xf1));
494 xd3 = _mm_mul_pd(xd3, prescale2);
500 xi3 = _mm_cvtpd_epi32(xd3);
505 xd3 = _mm_sub_pd(xd3, _mm_cvtepi32_pd(xi3));
508 xf1 = _mm_movelh_ps(_mm_cvtpd_ps(xd1), _mm_cvtpd_ps(xd3));