Home
last modified time | relevance | path

Searched refs:_mm_set1_pd (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/acos/fma3/
H A Dvdacos2.cpp40 __m128d const A0 = _mm_set1_pd(A0_D); in __fvd_acos_fma3()
41 __m128d const B0 = _mm_set1_pd(B0_D); in __fvd_acos_fma3()
42 __m128d const C0 = _mm_set1_pd(C0_D); in __fvd_acos_fma3()
43 __m128d const D0 = _mm_set1_pd(D0_D); in __fvd_acos_fma3()
44 __m128d const E0 = _mm_set1_pd(E0_D); in __fvd_acos_fma3()
45 __m128d const F0 = _mm_set1_pd(F0_D); in __fvd_acos_fma3()
46 __m128d const G0 = _mm_set1_pd(G0_D); in __fvd_acos_fma3()
47 __m128d const H0 = _mm_set1_pd(H0_D); in __fvd_acos_fma3()
48 __m128d const I0 = _mm_set1_pd(I0_D); in __fvd_acos_fma3()
49 __m128d const J0 = _mm_set1_pd(J0_D); in __fvd_acos_fma3()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/asin/fma3/
H A Dvdasin2.cpp42 __m128d const A0 = _mm_set1_pd(A0_D); in __fvd_asin_fma3()
43 __m128d const B0 = _mm_set1_pd(B0_D); in __fvd_asin_fma3()
44 __m128d const C0 = _mm_set1_pd(C0_D); in __fvd_asin_fma3()
45 __m128d const D0 = _mm_set1_pd(D0_D); in __fvd_asin_fma3()
46 __m128d const E0 = _mm_set1_pd(E0_D); in __fvd_asin_fma3()
47 __m128d const F0 = _mm_set1_pd(F0_D); in __fvd_asin_fma3()
48 __m128d const G0 = _mm_set1_pd(G0_D); in __fvd_asin_fma3()
49 __m128d const H0 = _mm_set1_pd(H0_D); in __fvd_asin_fma3()
50 __m128d const I0 = _mm_set1_pd(I0_D); in __fvd_asin_fma3()
51 __m128d const J0 = _mm_set1_pd(J0_D); in __fvd_asin_fma3()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/log/fma3/
H A Dfdlog2.cpp46 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __pgm_log_d_vec128_special_cases()
76 __m128d const ONE_F = _mm_set1_pd(ONE_F_D); in __fvd_log_fma3()
77 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __fvd_log_fma3()
79 __m128d const LN2_HI = _mm_set1_pd(LN2_HI_D); in __fvd_log_fma3()
80 __m128d const LN2_LO = _mm_set1_pd(LN2_LO_D); in __fvd_log_fma3()
88 __m128d const LOG_C1_VEC = _mm_set1_pd( LOG_C1_VEC_D ); in __fvd_log_fma3()
89 __m128d const LOG_C2_VEC = _mm_set1_pd( LOG_C2_VEC_D ); in __fvd_log_fma3()
90 __m128d const LOG_C3_VEC = _mm_set1_pd( LOG_C3_VEC_D ); in __fvd_log_fma3()
91 __m128d const LOG_C4_VEC = _mm_set1_pd( LOG_C4_VEC_D ); in __fvd_log_fma3()
92 __m128d const LOG_C5_VEC = _mm_set1_pd( LOG_C5_VEC_D ); in __fvd_log_fma3()
[all …]
H A Dfdlog1.cpp49 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __pgm_log_d_scalar_special_cases()
78 __m128d const ONE_F = _mm_set1_pd(ONE_F_D); in __fsd_log_fma3()
79 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __fsd_log_fma3()
81 __m128d const LN2_HI = _mm_set1_pd(LN2_HI_D); in __fsd_log_fma3()
82 __m128d const LN2_LO = _mm_set1_pd(LN2_LO_D); in __fsd_log_fma3()
90 __m128d const LOG_C1_VEC = _mm_set1_pd( LOG_C1_VEC_D ); in __fsd_log_fma3()
91 __m128d const LOG_C2_VEC = _mm_set1_pd( LOG_C2_VEC_D ); in __fsd_log_fma3()
92 __m128d const LOG_C3_VEC = _mm_set1_pd( LOG_C3_VEC_D ); in __fsd_log_fma3()
93 __m128d const LOG_C4_VEC = _mm_set1_pd( LOG_C4_VEC_D ); in __fsd_log_fma3()
94 __m128d const LOG_C5_VEC = _mm_set1_pd( LOG_C5_VEC_D ); in __fsd_log_fma3()
[all …]
/dports/devel/inastemp/inastemp-0.2.4/Src/SSE41/
H A DInaVecSSE41Double.hpp38 const __m128d COEFF_LOG2E = _mm_set1_pd(double(InaFastExp::CoeffLog2E())); in exp()
39 const __m128d COEFF_A = _mm_set1_pd(double(InaFastExp::CoeffA64())); in exp()
40 const __m128d COEFF_B = _mm_set1_pd(double(InaFastExp::CoeffB64())); in exp()
41 const __m128d COEFF_P5_X = _mm_set1_pd(double(InaFastExp::GetCoefficient9_8())); in exp()
42 const __m128d COEFF_P5_Y = _mm_set1_pd(double(InaFastExp::GetCoefficient9_7())); in exp()
43 const __m128d COEFF_P5_Z = _mm_set1_pd(double(InaFastExp::GetCoefficient9_6())); in exp()
44 const __m128d COEFF_P5_A = _mm_set1_pd(double(InaFastExp::GetCoefficient9_5())); in exp()
45 const __m128d COEFF_P5_B = _mm_set1_pd(double(InaFastExp::GetCoefficient9_4())); in exp()
77 const __m128d COEFF_LOG2E = _mm_set1_pd(double(InaFastExp::CoeffLog2E())); in expLowAcc()
78 const __m128d COEFF_A = _mm_set1_pd(double(InaFastExp::CoeffA64())); in expLowAcc()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/exp/fma3/
H A Dsdexp.cpp39 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __pgm_exp_d_slowpath()
77 __m128d const L2E = _mm_set1_pd(L2E_D); in __fsd_exp_fma3()
78 __m128d const NEG_LN2_HI = _mm_set1_pd(NEG_LN2_HI_D); in __fsd_exp_fma3()
79 __m128d const NEG_LN2_LO = _mm_set1_pd(NEG_LN2_LO_D); in __fsd_exp_fma3()
80 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __fsd_exp_fma3()
85 __m128d const EXP_POLY_9 = _mm_set1_pd(EXP_POLY_9_D); in __fsd_exp_fma3()
86 __m128d const EXP_POLY_8 = _mm_set1_pd(EXP_POLY_8_D); in __fsd_exp_fma3()
87 __m128d const EXP_POLY_7 = _mm_set1_pd(EXP_POLY_7_D); in __fsd_exp_fma3()
88 __m128d const EXP_POLY_6 = _mm_set1_pd(EXP_POLY_6_D); in __fsd_exp_fma3()
89 __m128d const EXP_POLY_5 = _mm_set1_pd(EXP_POLY_5_D); in __fsd_exp_fma3()
[all …]
H A Dvdexp2.cpp36 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __pgm_exp_d_vec128_slowpath()
69 __m128d const L2E = _mm_set1_pd(L2E_D); in __fvd_exp_fma3()
70 __m128d const NEG_LN2_HI = _mm_set1_pd(NEG_LN2_HI_D); in __fvd_exp_fma3()
71 __m128d const NEG_LN2_LO = _mm_set1_pd(NEG_LN2_LO_D); in __fvd_exp_fma3()
72 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __fvd_exp_fma3()
77 __m128d const EXP_POLY_9 = _mm_set1_pd(EXP_POLY_9_D); in __fvd_exp_fma3()
78 __m128d const EXP_POLY_8 = _mm_set1_pd(EXP_POLY_8_D); in __fvd_exp_fma3()
79 __m128d const EXP_POLY_7 = _mm_set1_pd(EXP_POLY_7_D); in __fvd_exp_fma3()
80 __m128d const EXP_POLY_6 = _mm_set1_pd(EXP_POLY_6_D); in __fvd_exp_fma3()
81 __m128d const EXP_POLY_5 = _mm_set1_pd(EXP_POLY_5_D); in __fvd_exp_fma3()
[all …]
/dports/math/mfem/mfem-4.3/linalg/simd/
H A Dm128.hpp59 m128d = _mm_set1_pd(e); in operator =()
71 m128d = _mm_add_pd(m128d,_mm_set1_pd(e)); in operator +=()
83 m128d = _mm_sub_pd(m128d,_mm_set1_pd(e)); in operator -=()
95 m128d = _mm_mul_pd(m128d,_mm_set1_pd(e)); in operator *=()
107 m128d = _mm_div_pd(m128d,_mm_set1_pd(e)); in operator /=()
129 r.m128d = _mm_add_pd(m128d, _mm_set1_pd(e)); in operator +()
202 m128d = _mm_mul_pd(v.m128d,_mm_set1_pd(e)); in mul()
218 r.m128d = _mm_add_pd(_mm_set1_pd(e),v.m128d); in operator +()
227 r.m128d = _mm_sub_pd(_mm_set1_pd(e),v.m128d); in operator -()
236 r.m128d = _mm_mul_pd(_mm_set1_pd(e),v.m128d); in operator *()
[all …]
/dports/devel/inastemp/inastemp-0.2.4/Src/SSE3/
H A DInaVecSSE3Double.hpp172 : vec(_mm_set1_pd(inVal)){ in InaVecSSE3()
176 vec = _mm_set1_pd(inVal); in operator =()
181 vec = _mm_set1_pd(inVal); in setFromScalar()
322 return _mm_set1_pd(1) / _mm_sqrt_pd(vec); in rsqrt()
347 const __m128d ones = _mm_set1_pd(1); in isPositive()
353 const __m128d ones = _mm_set1_pd(1); in isNegative()
359 const __m128d ones = _mm_set1_pd(1); in isPositiveStrict()
365 const __m128d ones = _mm_set1_pd(1); in isNegativeStrict()
371 const __m128d ones = _mm_set1_pd(1); in isZero()
377 const __m128d ones = _mm_set1_pd(1); in isNotZero()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/pow/fma3/
H A Dsdpow.cpp95 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __pgm_exp_d_scalar_slowpath()
139 __m128d const NEG_ONE = _mm_set1_pd(NEG_ONE_D); in __pgm_pow_d_scalar_special_cases()
140 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __pgm_pow_d_scalar_special_cases()
141 __m128d const ONE = _mm_set1_pd(ONE_D); in __pgm_pow_d_scalar_special_cases()
142 __m128d const HALF = _mm_set1_pd(HALF_D); in __pgm_pow_d_scalar_special_cases()
296 __m128d const ONE_F = _mm_set1_pd(ONE_F_D); in __fsd_pow_fma3()
297 __m128d const TWO = _mm_set1_pd(TWO_D); in __fsd_pow_fma3()
298 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __fsd_pow_fma3()
305 __m128d const L2E = _mm_set1_pd(L2E_D); in __fsd_pow_fma3()
345 __m128d a = _mm_set1_pd(a_in); in __fsd_pow_fma3()
[all …]
H A Dvdpow2.cpp92 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __pgm_exp_d_vec128_slowpath()
136 __m128d const NEG_ONE = _mm_set1_pd(NEG_ONE_D); in __pgm_pow_d_vec128_special_cases()
137 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __pgm_pow_d_vec128_special_cases()
138 __m128d const ONE = _mm_set1_pd(ONE_D); in __pgm_pow_d_vec128_special_cases()
139 __m128d const HALF = _mm_set1_pd(HALF_D); in __pgm_pow_d_vec128_special_cases()
292 __m128d const ONE_F = _mm_set1_pd(ONE_F_D); in __fvd_pow_fma3()
293 __m128d const TWO = _mm_set1_pd(TWO_D); in __fvd_pow_fma3()
294 __m128d const ZERO = _mm_set1_pd(ZERO_D); in __fvd_pow_fma3()
296 __m128d const LN2_HI = _mm_set1_pd(LN2_HI_D); in __fvd_pow_fma3()
297 __m128d const LN2_LO = _mm_set1_pd(LN2_LO_D); in __fvd_pow_fma3()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXMat2d.cpp52 _mm_storeu_pd(&m[0][0],_mm_set1_pd(s)); in FXMat2d()
53 _mm_storeu_pd(&m[1][0],_mm_set1_pd(s)); in FXMat2d()
132 _mm_storeu_pd(&m[0][0],_mm_set1_pd(s)); in operator =()
133 _mm_storeu_pd(&m[1][0],_mm_set1_pd(s)); in operator =()
190 _mm_storeu_pd(&m[0][0],_mm_set1_pd(s)); in set()
191 _mm_storeu_pd(&m[1][0],_mm_set1_pd(s)); in set()
322 …_mm_storeu_pd(&m[0][0],_mm_add_pd(_mm_mul_pd(_mm_set1_pd(m[0][0]),s0),_mm_mul_pd(_mm_set1_pd(m[0][… in operator *=()
323 …_mm_storeu_pd(&m[1][0],_mm_add_pd(_mm_mul_pd(_mm_set1_pd(m[1][0]),s0),_mm_mul_pd(_mm_set1_pd(m[1][… in operator *=()
391 __m128d cc=_mm_set1_pd(c); in rot()
392 __m128d ss=_mm_set1_pd(s); in rot()
[all …]
H A DFXMat3d.cpp499 xx=_mm_set1_pd(m[0][0]); in operator *=()
500 yy=_mm_set1_pd(m[0][1]); in operator *=()
501 zz=_mm_set1_pd(m[0][2]); in operator *=()
504 xx=_mm_set1_pd(m[1][0]); in operator *=()
505 yy=_mm_set1_pd(m[1][1]); in operator *=()
506 zz=_mm_set1_pd(m[1][2]); in operator *=()
509 xx=_mm_set1_pd(m[2][0]); in operator *=()
510 yy=_mm_set1_pd(m[2][1]); in operator *=()
511 zz=_mm_set1_pd(m[2][2]); in operator *=()
918 xx=_mm_set1_pd(a[0][0]); in operator *()
[all …]
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXMat2d.cpp52 _mm_storeu_pd(&m[0][0],_mm_set1_pd(s)); in FXMat2d()
53 _mm_storeu_pd(&m[1][0],_mm_set1_pd(s)); in FXMat2d()
132 _mm_storeu_pd(&m[0][0],_mm_set1_pd(s)); in operator =()
133 _mm_storeu_pd(&m[1][0],_mm_set1_pd(s)); in operator =()
190 _mm_storeu_pd(&m[0][0],_mm_set1_pd(s)); in set()
191 _mm_storeu_pd(&m[1][0],_mm_set1_pd(s)); in set()
322 …_mm_storeu_pd(&m[0][0],_mm_add_pd(_mm_mul_pd(_mm_set1_pd(m[0][0]),s0),_mm_mul_pd(_mm_set1_pd(m[0][… in operator *=()
323 …_mm_storeu_pd(&m[1][0],_mm_add_pd(_mm_mul_pd(_mm_set1_pd(m[1][0]),s0),_mm_mul_pd(_mm_set1_pd(m[1][… in operator *=()
391 __m128d cc=_mm_set1_pd(c); in rot()
392 __m128d ss=_mm_set1_pd(s); in rot()
[all …]
H A DFXMat3d.cpp499 xx=_mm_set1_pd(m[0][0]); in operator *=()
500 yy=_mm_set1_pd(m[0][1]); in operator *=()
501 zz=_mm_set1_pd(m[0][2]); in operator *=()
504 xx=_mm_set1_pd(m[1][0]); in operator *=()
505 yy=_mm_set1_pd(m[1][1]); in operator *=()
506 zz=_mm_set1_pd(m[1][2]); in operator *=()
509 xx=_mm_set1_pd(m[2][0]); in operator *=()
510 yy=_mm_set1_pd(m[2][1]); in operator *=()
511 zz=_mm_set1_pd(m[2][2]); in operator *=()
932 xx=_mm_set1_pd(a[0][0]); in operator *()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/other/
H A Dpr49133.C25 _mm_and_pd (_mm_cmpeq_pd (a.data, _mm_set1_pd (0.)), in main()
26 _mm_set1_pd (2.))); in main()
28 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (0.)), in main()
29 _mm_set1_pd (1.))); in main()
30 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (1.)), in main()
31 _mm_set1_pd (1.))); in main()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/other/
H A Dpr49133.C25 _mm_and_pd (_mm_cmpeq_pd (a.data, _mm_set1_pd (0.)), in main()
26 _mm_set1_pd (2.))); in main()
28 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (0.)), in main()
29 _mm_set1_pd (1.))); in main()
30 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (1.)), in main()
31 _mm_set1_pd (1.))); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/other/
H A Dpr49133.C25 _mm_and_pd (_mm_cmpeq_pd (a.data, _mm_set1_pd (0.)), in main()
26 _mm_set1_pd (2.))); in main()
28 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (0.)), in main()
29 _mm_set1_pd (1.))); in main()
30 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (1.)), in main()
31 _mm_set1_pd (1.))); in main()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/other/
H A Dpr49133.C25 _mm_and_pd (_mm_cmpeq_pd (a.data, _mm_set1_pd (0.)), in main()
26 _mm_set1_pd (2.))); in main()
28 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (0.)), in main()
29 _mm_set1_pd (1.))); in main()
30 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (1.)), in main()
31 _mm_set1_pd (1.))); in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/other/
H A Dpr49133.C25 _mm_and_pd (_mm_cmpeq_pd (a.data, _mm_set1_pd (0.)), in main()
26 _mm_set1_pd (2.))); in main()
28 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (0.)), in main()
29 _mm_set1_pd (1.))); in main()
30 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (1.)), in main()
31 _mm_set1_pd (1.))); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/other/
H A Dpr49133.C25 _mm_and_pd (_mm_cmpeq_pd (a.data, _mm_set1_pd (0.)), in main()
26 _mm_set1_pd (2.))); in main()
28 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (0.)), in main()
29 _mm_set1_pd (1.))); in main()
30 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (1.)), in main()
31 _mm_set1_pd (1.))); in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/other/
H A Dpr49133.C25 _mm_and_pd (_mm_cmpeq_pd (a.data, _mm_set1_pd (0.)), in main()
26 _mm_set1_pd (2.))); in main()
28 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (0.)), in main()
29 _mm_set1_pd (1.))); in main()
30 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (1.)), in main()
31 _mm_set1_pd (1.))); in main()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/other/
H A Dpr49133.C25 _mm_and_pd (_mm_cmpeq_pd (a.data, _mm_set1_pd (0.)), in main()
26 _mm_set1_pd (2.))); in main()
28 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (0.)), in main()
29 _mm_set1_pd (1.))); in main()
30 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (1.)), in main()
31 _mm_set1_pd (1.))); in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/other/
H A Dpr49133.C25 _mm_and_pd (_mm_cmpeq_pd (a.data, _mm_set1_pd (0.)), in main()
26 _mm_set1_pd (2.))); in main()
28 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (0.)), in main()
29 _mm_set1_pd (1.))); in main()
30 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (1.)), in main()
31 _mm_set1_pd (1.))); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/other/
H A Dpr49133.C25 _mm_and_pd (_mm_cmpeq_pd (a.data, _mm_set1_pd (0.)), in main()
26 _mm_set1_pd (2.))); in main()
28 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (0.)), in main()
29 _mm_set1_pd (1.))); in main()
30 b = _mm_add_pd (b, _mm_and_pd (_mm_cmpeq_pd (b, _mm_set1_pd (1.)), in main()
31 _mm_set1_pd (1.))); in main()

12345678910>>...25