Searched refs:_mm_castps_pd (Results 1 – 14 of 14) sorted by relevance
32 _mm_castps_pd(__m128 __A) { in _mm_castps_pd() function
33 _mm_castps_pd(__m128 __A) { in _mm_castps_pd() function
148 …se(const Packet2cf& a) { return Packet2cf(_mm_castpd_ps(preverse(Packet2d(_mm_castps_pd(a.v))))); }466 __m128d w1 = _mm_castps_pd(kernel.packet[0].v);467 __m128d w2 = _mm_castps_pd(kernel.packet[1].v);475 …__m128d result = pblend<Packet2d>(ifPacket, _mm_castps_pd(thenPacket.v), _mm_castps_pd(elsePacket.…
764 first = _mm_castps_pd(_mm_movehl_ps(_mm_castpd_ps(first),_mm_castpd_ps(first)));765 first = _mm_castps_pd(_mm_movelh_ps(_mm_castpd_ps(first),_mm_castpd_ps(second)));
127 __m128d lowd = _mm_castps_pd(low);128 __m128d highd = _mm_castps_pd(high);
290 resd = _mm_castps_pd(m1); in test_cast()
94 _mm_storel_pd((double*)pDst, _mm_castps_pd(_mm256_castps256_ps128(src)));214 _mm_storel_pd((double*)pDst, _mm_castps_pd(_mm256_castps256_ps128(src)));
139 return _mm_castps_pd(A); in test_mm_castps_pd()
140 return _mm_castps_pd(A); in test_mm_castps_pd()
250 return _mm_castps_pd(a);
4896 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function
2425 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function
2297 _mm_castps_pd(__m128 __A) in _mm_castps_pd() function
4653 FORCE_INLINE __m128d _mm_castps_pd(__m128 a) in _mm_castps_pd() function