Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/eigen/Eigen/src/Core/arch/SSE/
H A DComplex.h156 …se(const Packet2cf& a) { return Packet2cf(_mm_castpd_ps(preverse(Packet2d(_mm_castps_pd(a.v))))); }
315 __m128d w1 = _mm_castps_pd(kernel.packet[0].v);
316 __m128d w2 = _mm_castps_pd(kernel.packet[1].v);
336 …__m128d result = pblend<Packet2d>(ifPacket, _mm_castps_pd(thenPacket.v), _mm_castps_pd(elsePacket.…
H A DPacketMath.h1499 static inline __m128d _mm_castps_pd (__m128 x) { return reinterpret_cast<__m128d&>(x); }
/aosp_15_r20/external/libaom/aom_ports/
H A Demmintrin_compat.h33 _mm_castps_pd(__m128 __A) { in _mm_castps_pd() function
/aosp_15_r20/external/libvpx/vpx_ports/
H A Demmintrin_compat.h32 _mm_castps_pd(__m128 __A) { in _mm_castps_pd() function
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/AVX/
H A DComplex.h148 __m128d lowd = _mm_castps_pd(low);
149 __m128d highd = _mm_castps_pd(high);
/aosp_15_r20/external/clang/test/CodeGen/
H A Dsse2-builtins.c139 return _mm_castps_pd(A); in test_mm_castps_pd()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
Demmintrin.h2425 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
Demmintrin.h4755 static __inline__ __m128d __DEFAULT_FN_ATTRS _mm_castps_pd(__m128 __a) { in _mm_castps_pd() function
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/
H A Demmintrin.h2425 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function
/aosp_15_r20/external/clang/lib/Headers/
H A Demmintrin.h2425 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
Demmintrin.h4696 static __inline__ __m128d __DEFAULT_FN_ATTRS _mm_castps_pd(__m128 __a) { in _mm_castps_pd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
Demmintrin.h4693 static __inline__ __m128d __DEFAULT_FN_ATTRS _mm_castps_pd(__m128 __a) { in _mm_castps_pd() function
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A Demmintrin.h4693 static __inline__ __m128d __DEFAULT_FN_ATTRS _mm_castps_pd(__m128 __a) { in _mm_castps_pd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
Demmintrin.h4693 static __inline__ __m128d __DEFAULT_FN_ATTRS _mm_castps_pd(__m128 __a) { in _mm_castps_pd() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/lib/gcc/x86_64-linux/4.8.3/include/
Demmintrin.h1495 _mm_castps_pd(__m128 __A) in _mm_castps_pd() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
Demmintrin.h1495 _mm_castps_pd(__m128 __A) in _mm_castps_pd() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Dsse2.rs2774 pub unsafe fn _mm_castps_pd(a: __m128) -> __m128d { in _mm_castps_pd() function
5021 let r = _mm_castps_pd(a); in test_mm_castps_pd()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Dsse2.rs2774 pub unsafe fn _mm_castps_pd(a: __m128) -> __m128d { in _mm_castps_pd() function
5021 let r = _mm_castps_pd(a); in test_mm_castps_pd()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Dsse2.rs2774 pub unsafe fn _mm_castps_pd(a: __m128) -> __m128d { in _mm_castps_pd() function
5021 let r = _mm_castps_pd(a); in test_mm_castps_pd()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Dsse2.rs2774 pub unsafe fn _mm_castps_pd(a: __m128) -> __m128d { in _mm_castps_pd() function
5021 let r = _mm_castps_pd(a); in test_mm_castps_pd()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Dsse2.rs2774 pub unsafe fn _mm_castps_pd(a: __m128) -> __m128d { in _mm_castps_pd() function
5021 let r = _mm_castps_pd(a); in test_mm_castps_pd()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ppc_wrappers/
Demmintrin.h2242 _mm_castps_pd(__m128 __A) { in _mm_castps_pd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ppc_wrappers/
Demmintrin.h2242 _mm_castps_pd(__m128 __A) { in _mm_castps_pd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ppc_wrappers/
Demmintrin.h2242 _mm_castps_pd(__m128 __A) { in _mm_castps_pd() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ppc_wrappers/
Demmintrin.h2242 _mm_castps_pd(__m128 __A) { in _mm_castps_pd() function

12