Searched defs:_mm_castps_pd (Results 1 – 3 of 3) sorted by relevance
32 _mm_castps_pd(__m128 __A) { in _mm_castps_pd() function
620 …inline __m128d _mm_castps_pd(__m128 PS) { union { __m128 ps; __m128d pd; } c; c.ps = PS; return c.… in _mm_castps_pd() function
2425 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function