Searched refs:_mm_castpd_ps (Results 1 - 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_ports/ |
H A D | emmintrin_compat.h | 20 _mm_castpd_ps(__m128d __A) { function
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
H A D | Complex.h | 148 template<> EIGEN_STRONG_INLINE Packet2cf preverse(const Packet2cf& a) { return Packet2cf(_mm_castpd_ps(preverse(Packet2d(_mm_castps_pd(a.v))))); } 469 __m128 tmp = _mm_castpd_ps(_mm_unpackhi_pd(w1, w2)); 470 kernel.packet[0].v = _mm_castpd_ps(_mm_unpacklo_pd(w1, w2)); 476 return Packet2cf(_mm_castpd_ps(result));
|
H A D | PacketMath.h | 347 return vec4f_swizzle1(_mm_castpd_ps(_mm_load_sd(reinterpret_cast<const double*>(from))), 0, 0, 1, 1); 764 first = _mm_castps_pd(_mm_movehl_ps(_mm_castpd_ps(first),_mm_castpd_ps(first))); 765 first = _mm_castps_pd(_mm_movelh_ps(_mm_castpd_ps(first),_mm_castpd_ps(second)));
|
/external/eigen/Eigen/src/Core/arch/AVX/ |
H A D | Complex.h | 129 low = _mm_castpd_ps(_mm_shuffle_pd(lowd,lowd,0x1)); 130 high = _mm_castpd_ps(_mm_shuffle_pd(highd,highd,0x1));
|
/external/vulkan-validation-layers/libs/glm/detail/ |
H A D | setup.hpp | 619 inline __m128 _mm_castpd_ps(__m128d PD) { union { __m128 ps; __m128d pd; } c; c.pd = PD; return c.ps; } function
|
/external/clang/test/CodeGen/ |
H A D | sse2-builtins.c | 127 return _mm_castpd_ps(A);
|
/external/clang/lib/Headers/ |
H A D | emmintrin.h | 2413 _mm_castpd_ps(__m128d __a) function
|
Completed in 400 milliseconds