Home
last modified time | relevance | path

Searched refs:PZERO (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/lowlevel/
H A Dmul2cl.c67 #define PZERO _mm_setzero_si128() in gf2x_mul2c() macro
89 _mm_storeu_si128((__m128i *)(t), PXOR(t00, _mm_unpacklo_epi64(PZERO, tk))); in gf2x_mul2c()
90 _mm_storeu_si128((__m128i *)(t+2),PXOR(c, _mm_unpackhi_epi64(tk, PZERO))); in gf2x_mul2c()
93 _mm_storeu_si128((__m128i *)(t), PXOR(t00, _mm_unpacklo_epi64(PZERO, tk))); in gf2x_mul2c()
94 _mm_storeu_si128((__m128i *)(t+2),PXOR(t11, _mm_unpackhi_epi64(tk, PZERO))); in gf2x_mul2c()
96 _mm_storeu_si128((__m128i *)(t), PXOR(t00, _mm_unpacklo_epi64(PZERO, tk))); in gf2x_mul2c()
97 _mm_storeu_si128((__m128i *)(t+2),PXOR(t11, _mm_unpackhi_epi64(tk, PZERO))); in gf2x_mul2c()
100 #undef PZERO in gf2x_mul2c()
H A Dmul7k3.c46 #define PZERO _mm_setzero_si128() macro
59 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
60 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
70 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
71 t[1] = PXOR(c, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
82 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
83 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
130 #undef PZERO
H A Dmul4clk.c48 #define PZERO _mm_setzero_si128() macro
57 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
58 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
80 #undef PZERO
H A Dmul6clk2.c52 #define PZERO _mm_setzero_si128() macro
62 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
63 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
107 #undef PZERO
H A Dmul5clk2.c52 #define PZERO _mm_setzero_si128() macro
68 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
69 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
114 #undef PZERO
H A Dmul4t.c62 #define PZERO _mm_setzero_si128() in gf2x_mul4() macro
65 #define PNEG(x) PSUB(PZERO, (x)) in gf2x_mul4()
77 g[0] = PZERO; in gf2x_mul4()
185 _mm_storeu_si128((__m128i *)(t), PXOR(t0, _mm_unpacklo_epi64(PZERO, t1))); in gf2x_mul4()
186 _mm_storeu_si128((__m128i *)(t+4),PXOR(t2, _mm_unpackhi_epi64(t1, PZERO))); in gf2x_mul4()
190 #undef PZERO in gf2x_mul4()
H A Dmul3t.c65 #define PZERO _mm_setzero_si128() in gf2x_mul3() macro
68 #define PNEG(x) PSUB(PZERO, (x)) in gf2x_mul3()
172 _mm_storeu_si128((__m128i *)(t), PXOR(t0, _mm_unpacklo_epi64(PZERO, t1))); in gf2x_mul3()
173 XOREQ(t2, _mm_unpackhi_epi64(t1, PZERO)); in gf2x_mul3()
178 #undef PZERO in gf2x_mul3()
/dports/math/gf2x/gf2x-1.3.0/lowlevel/
H A Dmul2cl.c67 #define PZERO _mm_setzero_si128() in gf2x_mul2c() macro
89 _mm_storeu_si128((__m128i *)(t), PXOR(t00, _mm_unpacklo_epi64(PZERO, tk))); in gf2x_mul2c()
90 _mm_storeu_si128((__m128i *)(t+2),PXOR(c, _mm_unpackhi_epi64(tk, PZERO))); in gf2x_mul2c()
93 _mm_storeu_si128((__m128i *)(t), PXOR(t00, _mm_unpacklo_epi64(PZERO, tk))); in gf2x_mul2c()
94 _mm_storeu_si128((__m128i *)(t+2),PXOR(t11, _mm_unpackhi_epi64(tk, PZERO))); in gf2x_mul2c()
96 _mm_storeu_si128((__m128i *)(t), PXOR(t00, _mm_unpacklo_epi64(PZERO, tk))); in gf2x_mul2c()
97 _mm_storeu_si128((__m128i *)(t+2),PXOR(t11, _mm_unpackhi_epi64(tk, PZERO))); in gf2x_mul2c()
100 #undef PZERO in gf2x_mul2c()
H A Dmul7k3.c46 #define PZERO _mm_setzero_si128() macro
59 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
60 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
70 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
71 t[1] = PXOR(c, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
82 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
83 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
130 #undef PZERO
H A Dmul4clk.c48 #define PZERO _mm_setzero_si128() macro
57 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
58 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
80 #undef PZERO
H A Dmul6clk2.c52 #define PZERO _mm_setzero_si128() macro
62 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
63 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
107 #undef PZERO
H A Dmul5clk2.c52 #define PZERO _mm_setzero_si128() macro
68 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
69 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
114 #undef PZERO
H A Dmul4t.c62 #define PZERO _mm_setzero_si128() in gf2x_mul4() macro
65 #define PNEG(x) PSUB(PZERO, (x)) in gf2x_mul4()
77 g[0] = PZERO; in gf2x_mul4()
185 _mm_storeu_si128((__m128i *)(t), PXOR(t0, _mm_unpacklo_epi64(PZERO, t1))); in gf2x_mul4()
186 _mm_storeu_si128((__m128i *)(t+4),PXOR(t2, _mm_unpackhi_epi64(t1, PZERO))); in gf2x_mul4()
190 #undef PZERO in gf2x_mul4()
H A Dmul3t.c65 #define PZERO _mm_setzero_si128() in gf2x_mul3() macro
68 #define PNEG(x) PSUB(PZERO, (x)) in gf2x_mul3()
172 _mm_storeu_si128((__m128i *)(t), PXOR(t0, _mm_unpacklo_epi64(PZERO, t1))); in gf2x_mul3()
173 XOREQ(t2, _mm_unpackhi_epi64(t1, PZERO)); in gf2x_mul3()
178 #undef PZERO in gf2x_mul3()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_umath_complex.py51 check(f, np.PZERO, 0, 1, 0, False)
64 check(f, -np.inf, 1, np.PZERO, np.PZERO)
65 check(f, -np.inf, 0.75 * np.pi, np.NZERO, np.PZERO)
310 check(f, np.PZERO, 0, 0, 0)
317 check(f, np.PZERO, np.inf, np.inf, np.inf)
329 check(f, -np.inf, 1, np.PZERO, np.inf)
332 check(f, np.inf, 1, np.inf, np.PZERO)
465 check_real_value(ncu._arg, np.PZERO, np.PZERO, np.PZERO)
476 check_real_value(ncu._arg, np.PZERO, np.PZERO, np.PZERO)
480 check_real_value(ncu._arg, 1, np.PZERO, np.PZERO, False)
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/already_tuned/x86_64_pclmul/
H A Dgf2x_mul4.h48 #define PZERO _mm_setzero_si128() macro
57 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
58 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
80 #undef PZERO
H A Dgf2x_mul6.h52 #define PZERO _mm_setzero_si128() macro
62 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
63 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
107 #undef PZERO
/dports/math/gf2x/gf2x-1.3.0/already_tuned/x86_64_pclmul/
H A Dgf2x_mul4.h48 #define PZERO _mm_setzero_si128() macro
57 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
58 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
80 #undef PZERO
H A Dgf2x_mul6.h52 #define PZERO _mm_setzero_si128() macro
62 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
63 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
107 #undef PZERO
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/already_tuned/coreihwl/
H A Dgf2x_mul6.h52 #define PZERO _mm_setzero_si128() macro
62 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
63 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
107 #undef PZERO
/dports/math/gf2x/gf2x-1.3.0/already_tuned/coreihwl/
H A Dgf2x_mul6.h52 #define PZERO _mm_setzero_si128() macro
62 t[0] = PXOR(t00, _mm_unpacklo_epi64(PZERO, tk)); in GF2X_FUNC()
63 t[1] = PXOR(t11, _mm_unpackhi_epi64(tk, PZERO)); in GF2X_FUNC()
107 #undef PZERO
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/already_tuned/x86_sse2/
H A Dgf2x_mul4.h62 #define PZERO _mm_setzero_si128() in gf2x_mul4() macro
65 #define PNEG(x) PSUB(PZERO, (x)) in gf2x_mul4()
77 g[0] = PZERO; in gf2x_mul4()
185 _mm_storeu_si128((__m128i *)(t), PXOR(t0, _mm_unpacklo_epi64(PZERO, t1))); in gf2x_mul4()
186 _mm_storeu_si128((__m128i *)(t+4),PXOR(t2, _mm_unpackhi_epi64(t1, PZERO))); in gf2x_mul4()
190 #undef PZERO in gf2x_mul4()
H A Dgf2x_mul3.h65 #define PZERO _mm_setzero_si128() in gf2x_mul3() macro
68 #define PNEG(x) PSUB(PZERO, (x)) in gf2x_mul3()
172 _mm_storeu_si128((__m128i *)(t), PXOR(t0, _mm_unpacklo_epi64(PZERO, t1))); in gf2x_mul3()
173 XOREQ(t2, _mm_unpackhi_epi64(t1, PZERO)); in gf2x_mul3()
178 #undef PZERO in gf2x_mul3()
/dports/math/gf2x/gf2x-1.3.0/already_tuned/x86_sse2/
H A Dgf2x_mul4.h62 #define PZERO _mm_setzero_si128() in gf2x_mul4() macro
65 #define PNEG(x) PSUB(PZERO, (x)) in gf2x_mul4()
77 g[0] = PZERO; in gf2x_mul4()
185 _mm_storeu_si128((__m128i *)(t), PXOR(t0, _mm_unpacklo_epi64(PZERO, t1))); in gf2x_mul4()
186 _mm_storeu_si128((__m128i *)(t+4),PXOR(t2, _mm_unpackhi_epi64(t1, PZERO))); in gf2x_mul4()
190 #undef PZERO in gf2x_mul4()
H A Dgf2x_mul3.h65 #define PZERO _mm_setzero_si128() in gf2x_mul3() macro
68 #define PNEG(x) PSUB(PZERO, (x)) in gf2x_mul3()
172 _mm_storeu_si128((__m128i *)(t), PXOR(t0, _mm_unpacklo_epi64(PZERO, t1))); in gf2x_mul3()
173 XOREQ(t2, _mm_unpackhi_epi64(t1, PZERO)); in gf2x_mul3()
178 #undef PZERO in gf2x_mul3()

12345678