Searched refs:_mm_castps_pd (Results 1 – 7 of 7) sorted by relevance
31 _mm_castps_pd(__m128 __A) in _mm_castps_pd() function
381 … from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu(reinterpret_cast<double*>(to), _mm_castps_pd(from)); }701 first = _mm_castps_pd(_mm_movehl_ps(_mm_castpd_ps(first),_mm_castpd_ps(first)));702 first = _mm_castps_pd(_mm_movelh_ps(_mm_castpd_ps(first),_mm_castpd_ps(second)));
127 …2cf preverse(const Packet2cf& a) { return Packet2cf(_mm_castpd_ps(preverse(_mm_castps_pd(a.v)))); }
620 …inline __m128d _mm_castps_pd(__m128 PS) { union { __m128 ps; __m128d pd; } c; c.ps = PS; return c.… in _mm_castps_pd() function
325 #define btCastfTo128d(a) (_mm_castps_pd(a))
1458 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function
2396 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function