Home
last modified time | relevance | path

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

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