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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Demmintrin_compat.h19 _mm_castpd_ps(__m128d __A) function
/external/libvpx/libvpx/vpx_ports/
H A Demmintrin_compat.h19 _mm_castpd_ps(__m128d __A) function
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h267 return _mm_castpd_ps(res);
298 return vec4f_swizzle1(_mm_castpd_ps(_mm_load_sd(reinterpret_cast<const double*>(from))), 0, 0, 1, 1);
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.h1406 _mm_castpd_ps(__m128d __a) function

Completed in 346 milliseconds