Home
last modified time | relevance | path

Searched refs:_mm_castpd_ps (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx_ports/
Demmintrin_compat.h19 _mm_castpd_ps(__m128d __A) in _mm_castpd_ps() function
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h296 return _mm_castpd_ps(res);
337 …return vec4f_swizzle1(_mm_castpd_ps(_mm_load_sd(reinterpret_cast<const double*>(from))), 0, 0, 1, …
701 first = _mm_castps_pd(_mm_movehl_ps(_mm_castpd_ps(first),_mm_castpd_ps(first)));
702 first = _mm_castps_pd(_mm_movelh_ps(_mm_castpd_ps(first),_mm_castpd_ps(second)));
DComplex.h127 …RONG_INLINE Packet2cf preverse(const Packet2cf& a) { return Packet2cf(_mm_castpd_ps(preverse(_mm_c…
/external/vulkan-validation-layers/libs/glm/detail/
Dsetup.hpp619 …inline __m128 _mm_castpd_ps(__m128d PD) { union { __m128 ps; __m128d pd; } c; c.pd = PD; return c.… in _mm_castpd_ps() function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtScalar.h327 #define btCastdTo128f(a) (_mm_castpd_ps(a))
/external/clang/lib/Headers/
Demmintrin.h1446 _mm_castpd_ps(__m128d __a) in _mm_castpd_ps() function
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
Demmintrin.h2384 _mm_castpd_ps(__m128d __a) in _mm_castpd_ps() function