Searched refs:_mm_castps_pd (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Demmintrin_compat.h31 _mm_castps_pd(__m128 __A) function
/external/libvpx/libvpx/vpx_ports/
H A Demmintrin_compat.h31 _mm_castps_pd(__m128 __A) function
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h318 template<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu(reinterpret_cast<double*>(to), _mm_castps_pd(from)); }
638 first = _mm_castps_pd(_mm_movehl_ps(_mm_castpd_ps(first),_mm_castpd_ps(first)));
639 first = _mm_castps_pd(_mm_movelh_ps(_mm_castpd_ps(first),_mm_castpd_ps(second)));
H A DComplex.h127 template<> EIGEN_STRONG_INLINE Packet2cf preverse(const Packet2cf& a) { return Packet2cf(_mm_castpd_ps(preverse(_mm_castps_pd(a.v)))); }
/external/clang/lib/Headers/
H A Demmintrin.h1418 _mm_castps_pd(__m128 __a) function

Completed in 131 milliseconds