Home
last modified time | relevance | path

Searched refs:_mm_castps_pd (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_ports/
Demmintrin_compat.h31 _mm_castps_pd(__m128 __A) in _mm_castps_pd() function
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h301 … from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu(reinterpret_cast<double*>(to), _mm_castps_pd(from)); }
621 first = _mm_castps_pd(_mm_movehl_ps(_mm_castpd_ps(first),_mm_castpd_ps(first)));
622 first = _mm_castps_pd(_mm_movelh_ps(_mm_castpd_ps(first),_mm_castpd_ps(second)));
DComplex.h121 …2cf preverse(const Packet2cf& a) { return Packet2cf(_mm_castpd_ps(preverse(_mm_castps_pd(a.v)))); }
/external/clang/lib/Headers/
Demmintrin.h1398 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function