Home
last modified time | relevance | path

Searched refs:_mm_castps_pd (Results 1 – 7 of 7) 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.h381 … from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu(reinterpret_cast<double*>(to), _mm_castps_pd(from)); }
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 …2cf preverse(const Packet2cf& a) { return Packet2cf(_mm_castpd_ps(preverse(_mm_castps_pd(a.v)))); }
/external/vulkan-validation-layers/libs/glm/detail/
Dsetup.hpp620 …inline __m128d _mm_castps_pd(__m128 PS) { union { __m128 ps; __m128d pd; } c; c.ps = PS; return c.… in _mm_castps_pd() function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtScalar.h325 #define btCastfTo128d(a) (_mm_castps_pd(a))
/external/clang/lib/Headers/
Demmintrin.h1458 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
Demmintrin.h2396 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function