/aosp_15_r20/external/eigen/Eigen/src/Core/arch/SSE/ |
H A D | Complex.h | 156 …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 D | PacketMath.h | 1499 static inline __m128d _mm_castps_pd (__m128 x) { return reinterpret_cast<__m128d&>(x); }
|
/aosp_15_r20/external/libaom/aom_ports/ |
H A D | emmintrin_compat.h | 33 _mm_castps_pd(__m128 __A) { in _mm_castps_pd() function
|
/aosp_15_r20/external/libvpx/vpx_ports/ |
H A D | emmintrin_compat.h | 32 _mm_castps_pd(__m128 __A) { in _mm_castps_pd() function
|
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/AVX/ |
H A D | Complex.h | 148 __m128d lowd = _mm_castps_pd(low); 149 __m128d highd = _mm_castps_pd(high);
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | sse2-builtins.c | 139 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/ |
D | emmintrin.h | 2425 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | emmintrin.h | 4755 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 D | emmintrin.h | 2425 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function
|
/aosp_15_r20/external/clang/lib/Headers/ |
H A D | emmintrin.h | 2425 _mm_castps_pd(__m128 __a) in _mm_castps_pd() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | emmintrin.h | 4696 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/ |
D | emmintrin.h | 4693 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 D | emmintrin.h | 4693 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/ |
D | emmintrin.h | 4693 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/ |
D | emmintrin.h | 1495 _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/ |
D | emmintrin.h | 1495 _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 D | sse2.rs | 2774 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 D | sse2.rs | 2774 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 D | sse2.rs | 2774 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 D | sse2.rs | 2774 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 D | sse2.rs | 2774 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/ |
D | emmintrin.h | 2242 _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/ |
D | emmintrin.h | 2242 _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/ |
D | emmintrin.h | 2242 _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/ |
D | emmintrin.h | 2242 _mm_castps_pd(__m128 __A) { in _mm_castps_pd() function
|