Home
last modified time | relevance | path

Searched refs:_mm_setr_pd (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/science/qmcpack/qmcpack-3.11.0/src/einspline/
H A Dbspline_data.c82 A_d[ 8] = _mm_setr_pd ( -0.5, 0.0 ); in init_sse_data()
83 A_d[ 9] = _mm_setr_pd ( -0.5, 1.0 ); in init_sse_data()
84 A_d[10] = _mm_setr_pd ( 1.5, 0.0 ); in init_sse_data()
85 A_d[11] = _mm_setr_pd ( 0.0, -2.0 ); in init_sse_data()
86 A_d[12] = _mm_setr_pd ( -1.5, 0.0 ); in init_sse_data()
87 A_d[13] = _mm_setr_pd ( 0.5, 1.0 ); in init_sse_data()
88 A_d[14] = _mm_setr_pd ( 0.5, 0.0 ); in init_sse_data()
89 A_d[15] = _mm_setr_pd ( 0.0, 0.0 ); in init_sse_data()
97 A_d[23] = _mm_setr_pd ( 0.0, 1.0 ); in init_sse_data()
98 A_d[24] = _mm_setr_pd ( 0.0, 0.0 ); in init_sse_data()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/3rdparty/einspline/
H A Dbspline_data.cpp94 A_d[ 8] = _mm_setr_pd ( -0.5, 0.0 ); in init_sse_data()
95 A_d[ 9] = _mm_setr_pd ( -0.5, 1.0 ); in init_sse_data()
96 A_d[10] = _mm_setr_pd ( 1.5, 0.0 ); in init_sse_data()
97 A_d[11] = _mm_setr_pd ( 0.0, -2.0 ); in init_sse_data()
98 A_d[12] = _mm_setr_pd ( -1.5, 0.0 ); in init_sse_data()
99 A_d[13] = _mm_setr_pd ( 0.5, 1.0 ); in init_sse_data()
100 A_d[14] = _mm_setr_pd ( 0.5, 0.0 ); in init_sse_data()
101 A_d[15] = _mm_setr_pd ( 0.0, 0.0 ); in init_sse_data()
102 A_d[16] = _mm_setr_pd ( 0.0, 0.0 ); in init_sse_data()
103 A_d[17] = _mm_setr_pd ( 1.0, -1.0 ); in init_sse_data()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/acos/fma3/
H A Dsdacos.cpp43 __m128d const AH0 = _mm_setr_pd(A0_D, H0_D); in __fsd_acos_fma3()
44 __m128d const BI0 = _mm_setr_pd(B0_D, I0_D); in __fsd_acos_fma3()
45 __m128d const CJ0 = _mm_setr_pd(C0_D, J0_D); in __fsd_acos_fma3()
46 __m128d const DK0 = _mm_setr_pd(D0_D, K0_D); in __fsd_acos_fma3()
47 __m128d const EL0 = _mm_setr_pd(E0_D, L0_D); in __fsd_acos_fma3()
48 __m128d const FM0 = _mm_setr_pd(F0_D, M0_D); in __fsd_acos_fma3()
51 __m128d const AH1 = _mm_setr_pd(A1_D, H1_D); in __fsd_acos_fma3()
52 __m128d const BI1 = _mm_setr_pd(B1_D, I1_D); in __fsd_acos_fma3()
53 __m128d const CJ1 = _mm_setr_pd(C1_D, J1_D); in __fsd_acos_fma3()
54 __m128d const DK1 = _mm_setr_pd(D1_D, K1_D); in __fsd_acos_fma3()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/asin/fma3/
H A Dsdasin.cpp45 __m128d const AH0 = _mm_setr_pd(A0_D, H0_D); in __fsd_asin_fma3()
46 __m128d const BI0 = _mm_setr_pd(B0_D, I0_D); in __fsd_asin_fma3()
47 __m128d const CJ0 = _mm_setr_pd(C0_D, J0_D); in __fsd_asin_fma3()
48 __m128d const DK0 = _mm_setr_pd(D0_D, K0_D); in __fsd_asin_fma3()
49 __m128d const EL0 = _mm_setr_pd(E0_D, L0_D); in __fsd_asin_fma3()
50 __m128d const FM0 = _mm_setr_pd(F0_D, M0_D); in __fsd_asin_fma3()
51 __m128d const Ga0 = _mm_setr_pd(G0_D, a); in __fsd_asin_fma3()
53 __m128d const AG1 = _mm_setr_pd(A1_D, G1_D); in __fsd_asin_fma3()
54 __m128d const BH1 = _mm_setr_pd(B1_D, H1_D); in __fsd_asin_fma3()
55 __m128d const CI1 = _mm_setr_pd(C1_D, I1_D); in __fsd_asin_fma3()
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/x86/
H A Dfma.rs510 let a = _mm_setr_pd(1., 2.); in test_mm_fmadd_pd()
511 let b = _mm_setr_pd(5., 3.); in test_mm_fmadd_pd()
512 let c = _mm_setr_pd(4., 9.); in test_mm_fmadd_pd()
546 let a = _mm_setr_pd(1., 2.); in test_mm_fmadd_sd()
547 let b = _mm_setr_pd(5., 3.); in test_mm_fmadd_sd()
548 let c = _mm_setr_pd(4., 9.); in test_mm_fmadd_sd()
549 let r = _mm_setr_pd(9., 2.); in test_mm_fmadd_sd()
564 let a = _mm_setr_pd(1., 2.); in test_mm_fmaddsub_pd()
565 let b = _mm_setr_pd(5., 3.); in test_mm_fmaddsub_pd()
566 let c = _mm_setr_pd(4., 9.); in test_mm_fmaddsub_pd()
[all …]
H A Dsse2.rs4156 let (a, b) = (_mm_setr_pd(1.0, 2.0), _mm_setr_pd(1.0, 3.0)); in test_mm_cmpeq_sd()
4164 let (a, b) = (_mm_setr_pd(1.0, 2.0), _mm_setr_pd(5.0, 3.0)); in test_mm_cmplt_sd()
4172 let (a, b) = (_mm_setr_pd(1.0, 2.0), _mm_setr_pd(1.0, 3.0)); in test_mm_cmple_sd()
4180 let (a, b) = (_mm_setr_pd(5.0, 2.0), _mm_setr_pd(1.0, 3.0)); in test_mm_cmpgt_sd()
4188 let (a, b) = (_mm_setr_pd(1.0, 2.0), _mm_setr_pd(1.0, 3.0)); in test_mm_cmpge_sd()
4196 let (a, b) = (_mm_setr_pd(NAN, 2.0), _mm_setr_pd(5.0, 3.0)); in test_mm_cmpord_sd()
4204 let (a, b) = (_mm_setr_pd(NAN, 2.0), _mm_setr_pd(5.0, 3.0)); in test_mm_cmpunord_sd()
4212 let (a, b) = (_mm_setr_pd(1.0, 2.0), _mm_setr_pd(5.0, 3.0)); in test_mm_cmpneq_sd()
4220 let (a, b) = (_mm_setr_pd(1.0, 2.0), _mm_setr_pd(5.0, 3.0)); in test_mm_cmpnlt_sd()
4228 let (a, b) = (_mm_setr_pd(1.0, 2.0), _mm_setr_pd(1.0, 3.0)); in test_mm_cmpnle_sd()
[all …]
H A Dsse3.rs182 let a = _mm_setr_pd(-1.0, 5.0); in test_mm_addsub_pd()
183 let b = _mm_setr_pd(-100.0, 20.0); in test_mm_addsub_pd()
185 assert_eq_m128d(r, _mm_setr_pd(99.0, 25.0)); in test_mm_addsub_pd()
190 let a = _mm_setr_pd(-1.0, 5.0); in test_mm_hadd_pd()
191 let b = _mm_setr_pd(-100.0, 20.0); in test_mm_hadd_pd()
193 assert_eq_m128d(r, _mm_setr_pd(4.0, -80.0)); in test_mm_hadd_pd()
206 let a = _mm_setr_pd(-1.0, 5.0); in test_mm_hsub_pd()
207 let b = _mm_setr_pd(-100.0, 20.0); in test_mm_hsub_pd()
235 let a = _mm_setr_pd(-1.0, 5.0); in test_mm_movedup_pd()
237 assert_eq_m128d(r, _mm_setr_pd(-1.0, -1.0)); in test_mm_movedup_pd()
[all …]
H A Dsse41.rs1206 let e = _mm_setr_pd(0.0, 1.0); in test_mm_blendv_pd()
1225 let e = _mm_setr_pd(0.0, 1.0); in test_mm_blend_pd()
1575 let a = _mm_setr_pd(2.0, 3.0); in test_mm_dp_pd()
1576 let b = _mm_setr_pd(1.0, 4.0); in test_mm_dp_pd()
1591 let a = _mm_setr_pd(2.5, 4.5); in test_mm_floor_pd()
1593 let e = _mm_setr_pd(2.0, 4.0); in test_mm_floor_pd()
1607 let a = _mm_setr_pd(2.5, 4.5); in test_mm_floor_sd()
1625 let a = _mm_setr_pd(1.5, 3.5); in test_mm_ceil_pd()
1627 let e = _mm_setr_pd(2.0, 4.0); in test_mm_ceil_pd()
1641 let a = _mm_setr_pd(1.5, 3.5); in test_mm_ceil_sd()
[all …]
/dports/math/ogdf/OGDF/include/ogdf/energybased/fast_multipole_embedder/
H A DComplexDouble.h59 reg = _mm_setr_pd((x), (0)); in ComplexDouble()
64 reg = _mm_setr_pd((x), (y)); in ComplexDouble()
112 left = _mm_mul_pd(left, _mm_setr_pd(1.0, -1.0) ) ;
121 __m128d conj_reg = _mm_mul_pd(other.reg, _mm_setr_pd(1.0, -1.0) ) ;
129 left = _mm_mul_pd(left, _mm_setr_pd(1.0, -1.0) ) ;
143 return ComplexDouble( _mm_mul_pd(reg, _mm_setr_pd(scalar, scalar)) );
176 left = _mm_mul_pd(left, _mm_setr_pd(1.0, -1.0) ) ;
184 reg = _mm_mul_pd(reg, _mm_setr_pd(scalar, scalar));
191 __m128d conj_reg = _mm_mul_pd(other.reg, _mm_setr_pd(1.0, -1.0) ) ;
199 left = _mm_mul_pd(left, _mm_setr_pd(1.0, -1.0) ) ;
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/x86_64/
H A Dsse2.rs156 let r = _mm_cvtsd_si64(_mm_setr_pd(-2.0, 5.0)); in test_mm_cvtsd_si64()
159 let r = _mm_cvtsd_si64(_mm_setr_pd(f64::MAX, f64::MIN)); in test_mm_cvtsd_si64()
165 let r = _mm_cvtsd_si64x(_mm_setr_pd(f64::NAN, f64::NAN)); in test_mm_cvtsd_si64x()
171 let a = _mm_setr_pd(-1.1, 2.2); in test_mm_cvttsd_si64()
178 let a = _mm_setr_pd(f64::NEG_INFINITY, f64::NAN); in test_mm_cvttsd_si64x()
207 assert_eq_m128d(r, _mm_setr_pd(5.0, 3.5)); in test_mm_cvtsi64_sd()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/config/
H A Dsse3.c10 __m128d x = _mm_setr_pd(a0, 34.12); in main()
11 __m128d y = _mm_setr_pd(78.56, a1); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c31 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
32 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c32 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
33 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c32 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
33 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c32 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
33 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c31 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
32 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c31 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
32 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c32 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
33 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c32 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
33 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c31 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
32 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c31 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
32 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c31 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
32 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c32 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
33 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c31 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
32 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/powerpc/
H A Dsse2-movsd-3.c31 s1.x = _mm_setr_pd (128.023, 3345.1234); in TEST()
32 s2.x = _mm_setr_pd (256.046, 4533.1234); in TEST()

12345678910