Home
last modified time | relevance | path

Searched refs:w_t (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dm00200_a0-optimized.cl62 u32x w_t[16];
72 w_t[ 8] = 0;
73 w_t[ 9] = 0;
74 w_t[10] = 0;
75 w_t[11] = 0;
76 w_t[12] = 0;
77 w_t[13] = 0;
78 w_t[14] = 0;
79 w_t[15] = 0;
210 w_t[ 8] = 0;
[all …]
H A Dm08000_a0-optimized.cl342 w_t[ 0] = w_t[ 0] >> 8;
343 w_t[ 1] = w_t[ 1] >> 8;
344 w_t[ 2] = w_t[ 2] >> 8;
345 w_t[ 3] = w_t[ 3] >> 8;
346 w_t[ 4] = w_t[ 4] >> 8;
347 w_t[ 5] = w_t[ 5] >> 8;
348 w_t[ 6] = w_t[ 6] >> 8;
349 w_t[ 7] = w_t[ 7] >> 8;
350 w_t[ 8] = w_t[ 8] >> 8;
351 w_t[ 9] = w_t[ 9] >> 8;
[all …]
H A Dm13800_a3-optimized.cl431 u32x w_t[16];
433 w_t[ 0] = w0;
434 w_t[ 1] = w[ 1];
435 w_t[ 2] = w[ 2];
436 w_t[ 3] = w[ 3];
542 append_0x80_4x4 (w_t + 0, w_t + 4, w_t + 8, w_t + 12, pw_len ^ 3);
544 w_t[14] = 0;
591 u32x w_t[16];
593 w_t[ 0] = w0;
702 append_0x80_4x4 (w_t + 0, w_t + 4, w_t + 8, w_t + 12, pw_len ^ 3);
[all …]
H A Dm08000_a1-optimized.cl394 w_t[ 0] = w_t[ 0] >> 8;
395 w_t[ 1] = w_t[ 1] >> 8;
396 w_t[ 2] = w_t[ 2] >> 8;
397 w_t[ 3] = w_t[ 3] >> 8;
398 w_t[ 4] = w_t[ 4] >> 8;
399 w_t[ 5] = w_t[ 5] >> 8;
400 w_t[ 6] = w_t[ 6] >> 8;
401 w_t[ 7] = w_t[ 7] >> 8;
402 w_t[ 8] = w_t[ 8] >> 8;
403 w_t[ 9] = w_t[ 9] >> 8;
[all …]
H A Dm00200_a1-optimized.cl124 u32x w_t[16];
134 w_t[ 8] = 0;
135 w_t[ 9] = 0;
136 w_t[10] = 0;
137 w_t[11] = 0;
138 w_t[12] = 0;
139 w_t[13] = 0;
140 w_t[14] = 0;
141 w_t[15] = 0;
336 w_t[ 8] = 0;
[all …]
H A Dm27900_a3-optimized.cl167 u32x w_t[16];
169 w_t[ 0] = w0;
170 w_t[ 1] = w[ 1];
171 w_t[ 2] = w[ 2];
172 w_t[ 3] = w[ 3];
173 w_t[ 4] = w[ 4];
174 w_t[ 5] = w[ 5];
175 w_t[ 6] = w[ 6];
176 w_t[ 7] = w[ 7];
237 u32x w_t[16];
[all …]
H A Dm11500_a3-optimized.cl167 u32x w_t[16];
169 w_t[ 0] = w0;
170 w_t[ 1] = w[ 1];
171 w_t[ 2] = w[ 2];
172 w_t[ 3] = w[ 3];
173 w_t[ 4] = w[ 4];
174 w_t[ 5] = w[ 5];
175 w_t[ 6] = w[ 6];
176 w_t[ 7] = w[ 7];
237 u32x w_t[16];
[all …]
H A Dm28000_a3-optimized.cl227 u32 w_t[16];
229 w_t[ 0] = w0;
230 w_t[ 1] = w[ 1];
231 w_t[ 2] = w[ 2];
232 w_t[ 3] = w[ 3];
233 w_t[ 4] = w[ 4];
234 w_t[ 5] = w[ 5];
235 w_t[ 6] = w[ 6];
236 w_t[ 7] = w[ 7];
300 u32 w_t[16];
[all …]
H A Dm08000_a3-optimized.cl283 u32x w_t[16];
285 w_t[ 0] = w[ 0] >> 8;
286 w_t[ 1] = w[ 1] >> 8;
287 w_t[ 2] = w[ 2] >> 8;
288 w_t[ 3] = w[ 3] >> 8;
289 w_t[ 4] = w[ 4] >> 8;
290 w_t[ 5] = w[ 5] >> 8;
291 w_t[ 6] = w[ 6] >> 8;
292 w_t[ 7] = w[ 7] >> 8;
293 w_t[ 8] = w[ 8] >> 8;
[all …]
/dports/devel/git-svn/git-2.34.1/git-gui/lib/
H A Dconsole.tcl9 field w_t
40 set w_t $w.m.t
48 text $w_t \
72 -command "focus $w_t;$w_t tag add sel 0.0 end"
76 tk_textCopy $w_t
89 bind $w_t <$M1B-Key-a> "$w_t tag add sel 0.0 end;break"
90 bind $w_t <$M1B-Key-A> "$w_t tag add sel 0.0 end;break"
108 $w_t conf -state normal
124 $w_t insert end "\n"
131 $w_t see end
[all …]
/dports/devel/git-gui/git-2.34.1/git-gui/lib/
H A Dconsole.tcl9 field w_t
40 set w_t $w.m.t
48 text $w_t \
72 -command "focus $w_t;$w_t tag add sel 0.0 end"
76 tk_textCopy $w_t
89 bind $w_t <$M1B-Key-a> "$w_t tag add sel 0.0 end;break"
90 bind $w_t <$M1B-Key-A> "$w_t tag add sel 0.0 end;break"
108 $w_t conf -state normal
124 $w_t insert end "\n"
131 $w_t see end
[all …]
/dports/devel/git-p4/git-2.34.1/git-gui/lib/
H A Dconsole.tcl9 field w_t
40 set w_t $w.m.t
48 text $w_t \
72 -command "focus $w_t;$w_t tag add sel 0.0 end"
76 tk_textCopy $w_t
89 bind $w_t <$M1B-Key-a> "$w_t tag add sel 0.0 end;break"
90 bind $w_t <$M1B-Key-A> "$w_t tag add sel 0.0 end;break"
108 $w_t conf -state normal
124 $w_t insert end "\n"
131 $w_t see end
[all …]
/dports/devel/git/git-2.34.1/git-gui/lib/
H A Dconsole.tcl9 field w_t
40 set w_t $w.m.t
48 text $w_t \
72 -command "focus $w_t;$w_t tag add sel 0.0 end"
76 tk_textCopy $w_t
89 bind $w_t <$M1B-Key-a> "$w_t tag add sel 0.0 end;break"
90 bind $w_t <$M1B-Key-A> "$w_t tag add sel 0.0 end;break"
108 $w_t conf -state normal
124 $w_t insert end "\n"
131 $w_t see end
[all …]
/dports/devel/git-cvs/git-2.34.1/git-gui/lib/
H A Dconsole.tcl9 field w_t
40 set w_t $w.m.t
48 text $w_t \
72 -command "focus $w_t;$w_t tag add sel 0.0 end"
76 tk_textCopy $w_t
89 bind $w_t <$M1B-Key-a> "$w_t tag add sel 0.0 end;break"
90 bind $w_t <$M1B-Key-A> "$w_t tag add sel 0.0 end;break"
108 $w_t conf -state normal
124 $w_t insert end "\n"
131 $w_t see end
[all …]
/dports/devel/cgit/cgit-1.2.3/git/git-gui/lib/
H A Dconsole.tcl9 field w_t
40 set w_t $w.m.t
48 text $w_t \
72 -command "focus $w_t;$w_t tag add sel 0.0 end"
76 tk_textCopy $w_t
89 bind $w_t <$M1B-Key-a> "$w_t tag add sel 0.0 end;break"
90 bind $w_t <$M1B-Key-A> "$w_t tag add sel 0.0 end;break"
108 $w_t conf -state normal
124 $w_t insert end "\n"
131 $w_t see end
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/histogram/test/
H A Daccumulators_weighted_sum_test.cpp22 w_t w; in main()
26 BOOST_TEST_EQ(w, w_t{}); in main()
28 BOOST_TEST_EQ(w, w_t(0)); in main()
29 BOOST_TEST_NE(w, w_t(1)); in main()
30 w = w_t(1); in main()
40 BOOST_TEST_NE(w, w_t(3)); in main()
42 w += w_t(1, 2); in main()
48 w_t u(0); in main()
53 w_t v(0); in main()
58 w_t y(1, 2); in main()
[all …]
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/jellyfish/include/jellyfish/
H A Dcompare_and_swap.hpp40 template<typename T> union word_t<T, 1> { typedef uint8_t w_t; T v; w_t w; }; typedef
41 template<typename T> union word_t<T, 2> { typedef uint16_t w_t; T v; w_t w; }; typedef
42 template<typename T> union word_t<T, 4> { typedef uint32_t w_t; T v; w_t w; }; typedef
43 template<typename T> union word_t<T, 8> { typedef uint64_t w_t; T v; w_t w; }; typedef
64 _cv.w = __sync_val_compare_and_swap((typename val_t::w_t *)ptr, _ov.w, _nv.w); in cas()
/dports/biology/jellyfish/jellyfish-2.3.0/include/jellyfish/
H A Dcompare_and_swap.hpp32 template<typename T> union word_t<T, 1> { typedef uint8_t w_t; T v; w_t w; }; typedef
33 template<typename T> union word_t<T, 2> { typedef uint16_t w_t; T v; w_t w; }; typedef
34 template<typename T> union word_t<T, 4> { typedef uint32_t w_t; T v; w_t w; }; typedef
35 template<typename T> union word_t<T, 8> { typedef uint64_t w_t; T v; w_t w; }; typedef
56 _cv.w = __sync_val_compare_and_swap((typename val_t::w_t *)ptr, _ov.w, _nv.w); in cas()
/dports/devel/boost-docs/boost_1_72_0/libs/histogram/test/
H A Daccumulators_test.cpp37 w_t w; in main()
41 BOOST_TEST_EQ(w, w_t{}); in main()
43 BOOST_TEST_EQ(w, w_t(0)); in main()
44 BOOST_TEST_NE(w, w_t(1)); in main()
45 w = w_t(1); in main()
55 BOOST_TEST_NE(w, w_t(3)); in main()
57 w += w_t(1, 2); in main()
63 w_t u(0); in main()
68 w_t v(0); in main()
73 w_t y(1, 2); in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/histogram/test/
H A Daccumulators_test.cpp37 w_t w; in main()
41 BOOST_TEST_EQ(w, w_t{}); in main()
43 BOOST_TEST_EQ(w, w_t(0)); in main()
44 BOOST_TEST_NE(w, w_t(1)); in main()
45 w = w_t(1); in main()
55 BOOST_TEST_NE(w, w_t(3)); in main()
57 w += w_t(1, 2); in main()
63 w_t u(0); in main()
68 w_t v(0); in main()
73 w_t y(1, 2); in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/histogram/test/
H A Daccumulators_test.cpp37 w_t w; in main()
41 BOOST_TEST_EQ(w, w_t{}); in main()
43 BOOST_TEST_EQ(w, w_t(0)); in main()
44 BOOST_TEST_NE(w, w_t(1)); in main()
45 w = w_t(1); in main()
55 BOOST_TEST_NE(w, w_t(3)); in main()
57 w += w_t(1, 2); in main()
63 w_t u(0); in main()
68 w_t v(0); in main()
73 w_t y(1, 2); in main()
[all …]
/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_mbw.c45 typedef size_t w_t ; typedef
179 *(w_t**)&p[oi*stride]=(w_t*)&p[ni*stride]; in morton_pointer_chasing_pattern_init()
196 *(w_t**)&p[(i-1)*stride]=(w_t*)&p[(i%words)*stride]; in pointer_chasing_pattern_init()
205 static int scan_cache(w_t *p, size_t dim, int should, size_t times, w_t *q) in scan_cache()
225 w_t n=0; in scan_cache()
227 int words=dim/sizeof(w_t); in scan_cache()
568 mbw_m.so=sizeof(w_t); in rsb__mem_hier_timings()
633 w_t * p=NULL; in rsb_tlb_benchmark()
634 w_t c=0; in rsb_tlb_benchmark()
647 wpp=psz/sizeof(w_t); in rsb_tlb_benchmark()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/examples/python/
H A Dstatespace_custom_models.py92 w_t = rs.uniform(size=nobs)
98 y_t = d + beta_x * x_t + beta_w * w_t + eps
99 return y_t, x_t, w_t, beta_x, beta_w
102 y_t, x_t, w_t, beta_x, beta_w = gen_data_for_model1()
107 def __init__(self, y_t, x_t, w_t):
108 exog = np.c_[x_t, w_t] # shaped nobs x 2
173 mod = TVRegression(y_t, x_t, w_t)
346 def __init__(self, y_t, x_t, w_t):
347 exog = np.c_[x_t, w_t] # shaped nobs x 2
423 mod = TVRegressionExtended(y_t, x_t, w_t)
[all …]
/dports/math/octave-forge-ltfat/ltfat/inst/private/
H A Dref_fcdgt.m1 function c=ref_fcdgt(f,g,a,M,m_t,m_f,w_t,w_f)
11 % For easy work, m_t,m_f,w_t,w_f are all just 0/1 indicator variables.
37 w_t=w_t*floor(a/2);
49 F(:,M*n+m+1)=exp(2*pi*i*(m*b+w_f)*(l+m_t)/L).*circshift(g,n*a+w_t);
57 F(:,M*n+m+1)=exp(2*pi*i*(m*b+.5+w_f)*(l+m_t-n*a)/L).*circshift(g,n*a+w_t);
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_class_packed.v30 } [15:0] w_t; typedef
33 w_t w;
37 if ($bits(w_t) != WIDTH * 16) $stop;

12345678910>>...16