Searched defs:_mm_castps_pd (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_ports/
H A Demmintrin_compat.h32 _mm_castps_pd(__m128 __A) { function
/external/vulkan-validation-layers/libs/glm/detail/
H A Dsetup.hpp620 inline __m128d _mm_castps_pd(__m128 PS) { union { __m128 ps; __m128d pd; } c; c.ps = PS; return c.pd; } function
/external/clang/lib/Headers/
H A Demmintrin.h2425 _mm_castps_pd(__m128 __a) function

Completed in 157 milliseconds