Home
last modified time | relevance | path

Searched refs:select_from (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/dports/math/tblis/tblis-1.2.0/src/internal/3t/dpd/
H A Dmult.cxx52 auto len_AB = stl_ext::select_from(A2.lengths(), idx_A_AB); in mult_full()
53 auto len_AC = stl_ext::select_from(C2.lengths(), idx_C_AC); in mult_full()
54 auto len_BC = stl_ext::select_from(C2.lengths(), idx_C_BC); in mult_full()
55 auto len_ABC = stl_ext::select_from(C2.lengths(), idx_C_ABC); in mult_full()
56 auto stride_A_AB = stl_ext::select_from(A2.strides(), idx_A_AB); in mult_full()
57 auto stride_A_AC = stl_ext::select_from(A2.strides(), idx_A_AC); in mult_full()
58 auto stride_B_AB = stl_ext::select_from(B2.strides(), idx_B_AB); in mult_full()
59 auto stride_B_BC = stl_ext::select_from(B2.strides(), idx_B_BC); in mult_full()
60 auto stride_C_AC = stl_ext::select_from(C2.strides(), idx_C_AC); in mult_full()
61 auto stride_C_BC = stl_ext::select_from(C2.strides(), idx_C_BC); in mult_full()
[all …]
/dports/devel/viewvc-devel/viewvc-c93d9da79c31457ecb0a771ff52d28353dc6e878/lib/
H A Daccept.py132 def select_from(self, avail): member in _LanguageSelector
217 assert s.select_from(['en']) == 'en'
218 assert s.select_from(['en', 'de']) == 'en'
219 assert s.select_from(['de', 'en']) == 'en'
223 assert s.select_from(['en', 'ja']) == 'en'
226 assert s.select_from(['en']) == 'en'
227 assert s.select_from(['en-gb-foo']) == 'en-gb-foo'
228 assert s.select_from(['de', 'fr']) == 'fr'
229 assert s.select_from(['de', 'en-gb']) == 'de'
230 assert s.select_from(['en-gb', 'en-gb-foo']) == 'en-gb-foo'
[all …]
/dports/math/tblis/tblis-1.2.0/src/iface/3t/
H A Dmult.cxx73 auto len_ABC = stl_ext::select_from(len_A, idx_A, idx_ABC); in tblis_tensor_mult()
81 auto len_AB = stl_ext::select_from(len_A, idx_A, idx_AB); in tblis_tensor_mult()
87 auto len_AC = stl_ext::select_from(len_A, idx_A, idx_AC); in tblis_tensor_mult()
93 auto len_BC = stl_ext::select_from(len_B, idx_B, idx_BC); in tblis_tensor_mult()
225 auto idx_A_AB = stl_ext::select_from(range_A, idx_A, idx_AB); in mult()
226 auto idx_B_AB = stl_ext::select_from(range_B, idx_B, idx_AB); in mult()
227 auto idx_A_AC = stl_ext::select_from(range_A, idx_A, idx_AC); in mult()
228 auto idx_C_AC = stl_ext::select_from(range_C, idx_C, idx_AC); in mult()
229 auto idx_B_BC = stl_ext::select_from(range_B, idx_B, idx_BC); in mult()
230 auto idx_C_BC = stl_ext::select_from(range_C, idx_C, idx_BC); in mult()
[all …]
/dports/math/tblis/tblis-1.2.0/src/internal/1t/dpd/
H A Dadd.cxx29 auto len_A = stl_ext::select_from(A2.lengths(), idx_A_A); in add_full()
30 auto len_B = stl_ext::select_from(B2.lengths(), idx_B_B); in add_full()
31 auto len_AB = stl_ext::select_from(A2.lengths(), idx_A_AB); in add_full()
32 auto stride_A_A = stl_ext::select_from(A2.strides(), idx_A_A); in add_full()
33 auto stride_B_B = stl_ext::select_from(B2.strides(), idx_B_B); in add_full()
34 auto stride_A_AB = stl_ext::select_from(A2.strides(), idx_A_AB); in add_full()
35 auto stride_B_AB = stl_ext::select_from(B2.strides(), idx_B_AB); in add_full()
111 auto len_AB = stl_ext::select_from(local_B.lengths(), idx_B_AB); in trace_block()
112 auto stride_B_AB = stl_ext::select_from(local_B.strides(), idx_B_AB); in trace_block()
216 auto len_AB = stl_ext::select_from(local_A.lengths(), idx_A_AB); in replicate_block()
[all …]
H A Ddot.cxx26 auto len_AB = stl_ext::select_from(A2.lengths(), idx_A_AB); in dot_full()
27 auto stride_A_AB = stl_ext::select_from(A2.strides(), idx_A_AB); in dot_full()
28 auto stride_B_AB = stl_ext::select_from(B2.strides(), idx_B_AB); in dot_full()
71 auto len_AB = stl_ext::select_from(local_A.lengths(), idx_A_AB); in dot_block()
72 auto stride_A_AB = stl_ext::select_from(local_A.strides(), idx_A_AB); in dot_block()
73 auto stride_B_AB = stl_ext::select_from(local_B.strides(), idx_B_AB); in dot_block()
/dports/math/tblis/tblis-1.2.0/src/iface/1t/
H A Dadd.cxx54 auto len_AB = stl_ext::select_from(len_A, idx_A, idx_AB); in tblis_tensor_add()
56 auto stride_A_AB = stl_ext::select_from(stride_A, idx_A, idx_AB); in tblis_tensor_add()
57 auto stride_B_AB = stl_ext::select_from(stride_B, idx_B, idx_AB); in tblis_tensor_add()
60 auto len_A_only = stl_ext::select_from(len_A, idx_A, idx_A_only); in tblis_tensor_add()
64 auto len_B_only = stl_ext::select_from(len_B, idx_B, idx_B_only); in tblis_tensor_add()
150 auto idx_A_AB = stl_ext::select_from(range_A, idx_A, idx_AB); in add()
151 auto idx_B_AB = stl_ext::select_from(range_B, idx_B, idx_AB); in add()
224 auto idx_A_AB = stl_ext::select_from(range_A, idx_A, idx_AB); in add()
225 auto idx_B_AB = stl_ext::select_from(range_B, idx_B, idx_AB); in add()
298 auto idx_A_AB = stl_ext::select_from(range_A, idx_A, idx_AB); in add()
[all …]
H A Ddot.cxx48 auto len_AB = stl_ext::select_from(len_A, idx_A, idx_AB); in tblis_tensor_dot()
49 TBLIS_ASSERT(len_AB == stl_ext::select_from(len_B, idx_B, idx_AB)); in tblis_tensor_dot()
50 auto stride_A_AB = stl_ext::select_from(stride_A, idx_A, idx_AB); in tblis_tensor_dot()
51 auto stride_B_AB = stl_ext::select_from(stride_B, idx_B, idx_AB); in tblis_tensor_dot()
110 auto idx_A_AB = stl_ext::select_from(range_A, idx_A, idx_AB); in dot()
111 auto idx_B_AB = stl_ext::select_from(range_B, idx_B, idx_AB); in dot()
162 auto idx_A_AB = stl_ext::select_from(range_A, idx_A, idx_AB); in dot()
163 auto idx_B_AB = stl_ext::select_from(range_B, idx_B, idx_AB); in dot()
214 auto idx_A_AB = stl_ext::select_from(range_A, idx_A, idx_AB); in dot()
215 auto idx_B_AB = stl_ext::select_from(range_B, idx_B, idx_AB); in dot()
/dports/databases/py-ormar/ormar-0.10.23/ormar/queryset/
H A Dquery.py45 self.select_from: Union[Join, Table, List[str]] = []
121 self.select_from = self.table
131 select_from=self.select_from,
144 self.select_from,
151 self.select_from = sqlalchemy.sql.join(
152 self.select_from, limit_qry, on_clause
156 expr = expr.select_from(self.select_from)
195 limit_qry = limit_qry.select_from(self.select_from)
244 self.select_from = []
H A Djoin.py21 select_from: sqlalchemy.sql.select,
36 self.select_from = select_from
139 return (self.used_aliases, self.select_from, self.columns, self.sorted_orders)
194 select_from=self.select_from,
209 self.select_from,
288 self.select_from = sqlalchemy.sql.outerjoin(
289 self.select_from, target_table, on_clause
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/sql/
H A Dtest_join_rewriting.py108 s = select([a, b_key], use_labels=True).select_from(j2)
123 .select_from(j2)
135 s = select([a, b_key.c.bid], use_labels=True).select_from(j2)
157 .select_from(j3)
178 .select_from(j3)
179 .select_from(j4)
202 .select_from(c)
207 ).select_from(j2)
245 s = select(annot).select_from(j1).apply_labels().alias()
255 subq = select([b2.c.id]).select_from(b2a)
[all …]
H A Dtest_lateral.py98 select([table1]).select_from(
110 select([table1]).select_from(
129 stmt = select([table1, subq.c.book_id]).select_from(
146 select([bookcases]).select_from(bookcases.join(srf, true())),
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/sql/
H A Dtest_join_rewriting.py97 s = select([a, b_key], use_labels=True).select_from(j2)
111 select_from(j2).\
122 select_from(j2)
134 select_from(j2)
144 select_from(j3).\
166 select_from(j3).select_from(j4).order_by(j2.c.b_id)
187 exists().select_from(c).
189 use_labels=True).select_from(j2)
237 s = select(annot).select_from(j1).apply_labels().alias()
250 subq = select([b2.c.id]).select_from(b2a)
[all …]
H A Dtest_lateral.py81 select([table1]).select_from(
93 select([table1]).select_from(
110 select_from(table1.join(subq, true()))
125 select([bookcases]).select_from(bookcases.join(srf, true())),
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/sql/
H A Dtest_join_rewriting.py108 s = select([a, b_key], use_labels=True).select_from(j2)
123 .select_from(j2)
135 s = select([a, b_key.c.bid], use_labels=True).select_from(j2)
157 .select_from(j3)
178 .select_from(j3)
179 .select_from(j4)
202 .select_from(c)
207 ).select_from(j2)
245 s = select(annot).select_from(j1).apply_labels().alias()
255 subq = select([b2.c.id]).select_from(b2a)
[all …]
H A Dtest_lateral.py102 select([table1]).select_from(
114 select([table1]).select_from(
133 stmt = select([table1, subq.c.book_id]).select_from(
150 select([bookcases]).select_from(bookcases.join(srf, true())),
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/sql/
H A Dtest_join_rewriting.py92 s = select([a, b_key], use_labels=True).select_from(j2)
106 select_from(j2).\
117 select_from(j2)
129 select_from(j2)
139 select_from(j3).\
161 select_from(j3).select_from(j4).order_by(j2.c.b_id)
182 exists().select_from(c).
184 use_labels=True).select_from(j2)
232 s = select(annot).select_from(j1).apply_labels().alias()
245 subq = select([b2.c.id]).select_from(b2a)
[all …]
/dports/databases/powa-web/powa-web-4.0.2/powa/sql/
H A Dviews.py181 .select_from(base_query)
192 .select_from(base_query)
309 .select_from(base_query)
359 .select_from(
548 .select_from(base_query)
886 .select_from(base_query)
902 .select_from(base_query)
937 .select_from(base_query)
963 .select_from(base_query)
997 .select_from(base_query)
/dports/math/tblis/tblis-1.2.0/src/internal/3t/indexed/
H A Dmult.cxx39 auto len_AB = stl_ext::select_from(A2.lengths(), idx_A_AB); in mult_full()
40 auto len_AC = stl_ext::select_from(C2.lengths(), idx_C_AC); in mult_full()
41 auto len_BC = stl_ext::select_from(C2.lengths(), idx_C_BC); in mult_full()
42 auto len_ABC = stl_ext::select_from(C2.lengths(), idx_C_ABC); in mult_full()
43 auto stride_A_AB = stl_ext::select_from(A2.strides(), idx_A_AB); in mult_full()
44 auto stride_A_AC = stl_ext::select_from(A2.strides(), idx_A_AC); in mult_full()
45 auto stride_B_AB = stl_ext::select_from(B2.strides(), idx_B_AB); in mult_full()
46 auto stride_B_BC = stl_ext::select_from(B2.strides(), idx_B_BC); in mult_full()
47 auto stride_C_AC = stl_ext::select_from(C2.strides(), idx_C_AC); in mult_full()
48 auto stride_C_BC = stl_ext::select_from(C2.strides(), idx_C_BC); in mult_full()
[all …]
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/sql/
H A Dtest_from_linter.py38 .select_from(self.a.join(self.b, self.a.c.col_a == self.b.c.col_b))
39 .select_from(self.c)
40 .select_from(self.d)
180 .select_from(self.c)
181 .select_from(self.d)
234 stmt = select(self.c).select_from(subq)
250 .select_from(subq)
262 query = select(self.a).select_from(
280 query = select(self.a).select_from(self.a.join(self.b, true()))
290 query = select(self.a, self.b, self.c).select_from(
[all …]
H A Dtest_lateral.py157 select(table1).select_from(
169 select(table1).select_from(
196 select(table1).select_from(
208 select(table1).select_from(
228 stmt = select(table1, subq.c.book_id).select_from(
262 .select_from(p1)
309 stmt = select(table1, subq.c.book_id).select_from(
328 select(bookcases).select_from(bookcases.join(srf, true())),
H A Dtest_text.py87 .select_from(
100 s = s.select_from(text("table1"))
110 .select_from(table1)
126 .select_from(table1)
142 .select_from(table1)
160 .select_from(table1)
172 .select_from(table("tablename"))
503 ).select_from(generate_series)
606 stmt = select(table1.c.myid).select_from(
967 query = select(col).select_from(tbl).order_by(col)
[all …]
/dports/math/tblis/tblis-1.2.0/src/internal/1t/indexed/
H A Dadd.cxx29 auto len_A = stl_ext::select_from(A2.lengths(), idx_A_A); in add_full()
30 auto len_B = stl_ext::select_from(B2.lengths(), idx_B_B); in add_full()
31 auto len_AB = stl_ext::select_from(A2.lengths(), idx_A_AB); in add_full()
32 auto stride_A_A = stl_ext::select_from(A2.strides(), idx_A_A); in add_full()
33 auto stride_B_B = stl_ext::select_from(B2.strides(), idx_B_B); in add_full()
34 auto stride_A_AB = stl_ext::select_from(A2.strides(), idx_A_AB); in add_full()
35 auto stride_B_AB = stl_ext::select_from(B2.strides(), idx_B_AB); in add_full()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/examples/duration/
H A Dduration.c105 CassError select_from(CassSession* session, const char* key) { in select_from() function
172 select_from(session, "zero"); in main()
173 select_from(session, "one_month_two_days_three_seconds"); in main()
174 select_from(session, "negative_one_month_two_days_three_seconds"); in main()
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/orm/
H A Dtest_joins.py858 .select_from(
1649 .select_from(users)
1716 .select_from(User)
1730 .select_from(User)
1779 .select_from(subq)
1819 .select_from(T1)
1850 .select_from(T1)
1881 .select_from(subq)
1901 .select_from(subq)
1921 .select_from(T1)
[all …]
/dports/math/tblis/tblis-1.2.0/src/internal/3t/indexed_dpd/
H A Dmult.cxx92 auto len_AB = stl_ext::select_from(A2.lengths(), idx_A_AB); in mult_full()
93 auto len_AC = stl_ext::select_from(C2.lengths(), idx_C_AC); in mult_full()
94 auto len_BC = stl_ext::select_from(C2.lengths(), idx_C_BC); in mult_full()
95 auto len_ABC = stl_ext::select_from(C2.lengths(), idx_C_ABC); in mult_full()
96 auto stride_A_AB = stl_ext::select_from(A2.strides(), idx_A_AB); in mult_full()
97 auto stride_A_AC = stl_ext::select_from(A2.strides(), idx_A_AC); in mult_full()
98 auto stride_B_AB = stl_ext::select_from(B2.strides(), idx_B_AB); in mult_full()
99 auto stride_B_BC = stl_ext::select_from(B2.strides(), idx_B_BC); in mult_full()
100 auto stride_C_AC = stl_ext::select_from(C2.strides(), idx_C_AC); in mult_full()
101 auto stride_C_BC = stl_ext::select_from(C2.strides(), idx_C_BC); in mult_full()
[all …]

12345678910>>...20