Searched refs:_mm_castpd_ps (Results 1 – 7 of 7) sorted by relevance
19 _mm_castpd_ps(__m128d __A) in _mm_castpd_ps() function
296 return _mm_castpd_ps(res);337 …return vec4f_swizzle1(_mm_castpd_ps(_mm_load_sd(reinterpret_cast<const double*>(from))), 0, 0, 1, …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 …RONG_INLINE Packet2cf preverse(const Packet2cf& a) { return Packet2cf(_mm_castpd_ps(preverse(_mm_c…
619 …inline __m128 _mm_castpd_ps(__m128d PD) { union { __m128 ps; __m128d pd; } c; c.pd = PD; return c.… in _mm_castpd_ps() function
327 #define btCastdTo128f(a) (_mm_castpd_ps(a))
1446 _mm_castpd_ps(__m128d __a) in _mm_castpd_ps() function
2384 _mm_castpd_ps(__m128d __a) in _mm_castpd_ps() function