Home
last modified time | relevance | path

Searched refs:Cols (Results 151 – 175 of 3953) sorted by relevance

12345678910>>...159

/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/migrations/accesscontrol/
H A Dmigrations.go17 {Cols: []string{"role_id"}},
41 {Cols: []string{"org_id"}},
43 {Cols: []string{"org_id", "uid"}, Type: migrator.UniqueIndex},
71 {Cols: []string{"org_id"}},
73 {Cols: []string{"team_id"}},
94 {Cols: []string{"org_id"}},
96 {Cols: []string{"user_id"}},
117 {Cols: []string{"role_id"}},
118 {Cols: []string{"role"}},
134 Cols: []string{"org_id"},
[all …]
/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/migrations/
H A Dannotation_mig.go29 {Cols: []string{"org_id", "alert_id"}, Type: IndexType},
30 {Cols: []string{"org_id", "type"}, Type: IndexType},
31 {Cols: []string{"org_id", "category_id"}, Type: IndexType},
33 {Cols: []string{"org_id", "epoch"}, Type: IndexType},
78 {Cols: []string{"annotation_id", "tag_id"}, Type: UniqueIndex},
99 {Cols: []string{"annotation_id", "tag_id"}, Type: UniqueIndex},
131 Cols: []string{"org_id", "created"}, Type: IndexType,
134 Cols: []string{"org_id", "updated"}, Type: IndexType,
150 Cols: []string{"org_id", "epoch", "epoch_end"}, Type: IndexType,
159 Cols: []string{"org_id", "epoch"}, Type: IndexType,
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-math/
H A DMatrix.cpp191 Vector v(right.Cols()); in operator *()
202 wxASSERT(left.Cols() == right.Len()); in operator *()
215 wxASSERT(left.Cols() == right.Cols()); in operator +()
216 Matrix M(left.Rows(), left.Cols()); in operator +()
225 Matrix M(left.Rows(), left.Cols()); in operator *()
235 wxASSERT(left.Cols() == right.Cols()); in ScalarMultiply()
236 Matrix M(left.Rows(), left.Cols()); in ScalarMultiply()
245 wxASSERT(left.Cols() == right.Rows()); in MatrixMultiply()
246 Matrix M(left.Rows(), right.Cols()); in MatrixMultiply()
270 Matrix M(left.Rows(), left.Cols() + right.Cols()); in MatrixConcatenateCols()
[all …]
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/include/
H A Dimgui_memory_editor.h123 Cols = 16; in MemoryEditor()
246 if (Cols < 1)
247 Cols = 1;
263 for (int i = 0; i < Cols; i++) {
283 const int line_total_count = (int)((mem_size + Cols - 1) / Cols);
329 …ew_addr_next != (size_t)-1 && (data_preview_addr_next / Cols) != (data_preview_addr_backup / Cols))
332 …t int scroll_offset = ((int)(data_preview_addr_next / Cols) - (int)(data_preview_addr_backup / Col…
340 …t int scroll_offset = ((int)(data_editing_addr_next / Cols) - (int)(data_editing_addr_backup / Col…
510 addr = line_i * Cols;
578 addr = line_i * Cols;
[all …]
/dports/editors/cudatext/CudaText-1.151.0/atflatcontrols/app/demo_listbox_columns/
H A Dunit1.pas36 Cols: TATIntArray;
38 SetLength(Cols, 4);
39 Cols[0]:= -40; //percents
40 Cols[1]:= 0; //autosize
41 Cols[2]:= 0; //autosize
42 Cols[3]:= 50; //pixels
45 List.ColumnSizes:= Cols;
/dports/math/tvmet/tvmet-1.7.2/testsuite/
H A DTestUnloops.h106 assert(int(LHS::Cols) == int(RHS::Size)); in mv_product()
127 assert(int(RHS::Cols) == int(RES::Cols)); in mm_product()
131 N = RHS::Cols, in mm_product()
151 assert(int(RHS::Cols) == int(RES::Cols)); in mtm_product()
154 M = LHS::Cols, in mtm_product()
155 N = RHS::Cols, in mtm_product()
174 assert(int(LHS::Cols) == int(RHS::Cols)); in mmt_product()
180 K = LHS::Cols in mmt_product()
204 Cols = dim+foo, in Mx() enumerator
235 Cols = dim+foo, in Mtx() enumerator
[all …]
/dports/math/tvmet/tvmet-1.7.2/include/tvmet/meta/
H A DMatrix.h39 template<std::size_t Rows, std::size_t Cols,
50 doCols = (N < Cols - 1) ? 1 : 0 /**< recursive counter Cols. */
59 Matrix<Rows * doCols, Cols * doCols, in assign2()
67 Matrix<Rows, Cols, in assign()
69 Matrix<Rows * doRows, Cols * doRows, in assign()
78 return Matrix<Rows * doCols, Cols * doCols, in all_elements2()
87 return Matrix<Rows * doRows, Cols * doRows, in all_elements()
96 return Matrix<Rows * doCols, Cols * doCols, in any_elements2()
104 if(Matrix<Rows, Cols, M, 0>::any_elements2(e) ) return true; in any_elements()
105 return Matrix<Rows * doRows, Cols * doRows, in any_elements()
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/mat/
H A Dshadow_complex.go25 if a.Cols == b.Cols && a.Rows == b.Rows && a.Stride == b.Stride {
48 a.Cols, b.Cols = b.Cols, a.Cols
50 if rectanglesOverlap(off, a.Cols, b.Cols, min(a.Stride, b.Stride)) {
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/mat/
H A Dshadow_complex.go25 if a.Cols == b.Cols && a.Rows == b.Rows && a.Stride == b.Stride {
48 a.Cols, b.Cols = b.Cols, a.Cols
50 if rectanglesOverlap(off, a.Cols, b.Cols, min(a.Stride, b.Stride)) {
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/mat/
H A Dshadow_complex.go25 if a.Cols == b.Cols && a.Rows == b.Rows && a.Stride == b.Stride {
48 a.Cols, b.Cols = b.Cols, a.Cols
50 if rectanglesOverlap(off, a.Cols, b.Cols, min(a.Stride, b.Stride)) {
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxFlexGridSizer.erl48 -spec new(Cols) -> wxFlexGridSizer() when
49 Cols::integer().
51 new(Cols)
52 when is_integer(Cols) ->
53 new(Cols, []).
57 Cols::integer(),
59 new(Cols, Options)
76 new(Cols,Vgap,Hgap)
80 new(Rows,Cols,{GapW,GapH} = Gap)
88 new(Rows,Cols,Vgap,Hgap)
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxFlexGridSizer.erl48 -spec new(Cols) -> wxFlexGridSizer() when
49 Cols::integer().
51 new(Cols)
52 when is_integer(Cols) ->
53 new(Cols, []).
57 Cols::integer(),
59 new(Cols, Options)
76 new(Cols,Vgap,Hgap)
80 new(Rows,Cols,{GapW,GapH} = Gap)
88 new(Rows,Cols,Vgap,Hgap)
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxFlexGridSizer.erl48 -spec new(Cols) -> wxFlexGridSizer() when
49 Cols::integer().
51 new(Cols)
52 when is_integer(Cols) ->
53 new(Cols, []).
57 Cols::integer(),
59 new(Cols, Options)
76 new(Cols,Vgap,Hgap)
80 new(Rows,Cols,{GapW,GapH} = Gap)
88 new(Rows,Cols,Vgap,Hgap)
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxFlexGridSizer.erl48 -spec new(Cols) -> wxFlexGridSizer() when
49 Cols::integer().
51 new(Cols)
52 when is_integer(Cols) ->
53 new(Cols, []).
57 Cols::integer(),
59 new(Cols, Options)
76 new(Cols,Vgap,Hgap)
80 new(Rows,Cols,{GapW,GapH} = Gap)
88 new(Rows,Cols,Vgap,Hgap)
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw3280.pp13 Cols: Integer;
21 …procedure MatrixNew(var Mat: MatrixType; Rows, Cols: Integer; Name: String; Transpose: Boolean; Di…
23 writeln('Found ',Rows,' rows and ',Cols,' columns.');
25 SetLength(Mat.Mat,Rows,Cols);
27 Mat.Cols := Cols;
31 writeln('Created matrix with ',Rows,' rows and ',Cols,' columns.'); { debug }
45 writeln('(',xv.Rows,',',xv.Cols,')');
46 if (xv.Rows<>3) or (xv.Cols<>1) then
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/blas/blas64/
H A Dconv.go16 if t.Rows != a.Rows || t.Cols != a.Cols {
19 if len(t.Data) < (t.Cols-1)*t.Stride+t.Rows {
33 if t.Rows != a.Rows || t.Cols != a.Cols {
39 for j := 0; j < a.Cols; j++ {
130 if t.Rows != a.Rows || t.Cols != a.Cols {
153 if t.Rows != a.Rows || t.Cols != a.Cols {
165 for j := 0; j < a.Cols; j++ {
198 Rows: t.N, Cols: t.N,
203 Rows: a.N, Cols: a.N,
243 Rows: t.N, Cols: t.N,
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/gonum.org/v1/gonum/blas/cblas128/
H A Dconv.go18 if t.Rows != a.Rows || t.Cols != a.Cols {
21 if len(t.Data) < (t.Cols-1)*t.Stride+t.Rows {
35 if t.Rows != a.Rows || t.Cols != a.Cols {
41 for j := 0; j < a.Cols; j++ {
132 if t.Rows != a.Rows || t.Cols != a.Cols {
155 if t.Rows != a.Rows || t.Cols != a.Cols {
167 for j := 0; j < a.Cols; j++ {
200 Rows: t.N, Cols: t.N,
205 Rows: a.N, Cols: a.N,
245 Rows: t.N, Cols: t.N,
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/blas/blas64/
H A Dconv.go16 if t.Rows != a.Rows || t.Cols != a.Cols {
19 if len(t.Data) < (t.Cols-1)*t.Stride+t.Rows {
33 if t.Rows != a.Rows || t.Cols != a.Cols {
39 for j := 0; j < a.Cols; j++ {
130 if t.Rows != a.Rows || t.Cols != a.Cols {
153 if t.Rows != a.Rows || t.Cols != a.Cols {
165 for j := 0; j < a.Cols; j++ {
198 Rows: t.N, Cols: t.N,
203 Rows: a.N, Cols: a.N,
243 Rows: t.N, Cols: t.N,
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/gonum.org/v1/gonum/blas/cblas128/
H A Dconv.go18 if t.Rows != a.Rows || t.Cols != a.Cols {
21 if len(t.Data) < (t.Cols-1)*t.Stride+t.Rows {
35 if t.Rows != a.Rows || t.Cols != a.Cols {
41 for j := 0; j < a.Cols; j++ {
132 if t.Rows != a.Rows || t.Cols != a.Cols {
155 if t.Rows != a.Rows || t.Cols != a.Cols {
167 for j := 0; j < a.Cols; j++ {
200 Rows: t.N, Cols: t.N,
205 Rows: a.N, Cols: a.N,
245 Rows: t.N, Cols: t.N,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/cblas64/
H A Dconv.go18 if t.Rows != a.Rows || t.Cols != a.Cols {
21 if len(t.Data) < (t.Cols-1)*t.Stride+t.Rows {
35 if t.Rows != a.Rows || t.Cols != a.Cols {
41 for j := 0; j < a.Cols; j++ {
132 if t.Rows != a.Rows || t.Cols != a.Cols {
155 if t.Rows != a.Rows || t.Cols != a.Cols {
167 for j := 0; j < a.Cols; j++ {
200 Rows: t.N, Cols: t.N,
205 Rows: a.N, Cols: a.N,
245 Rows: t.N, Cols: t.N,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/blas32/
H A Dconv.go18 if t.Rows != a.Rows || t.Cols != a.Cols {
21 if len(t.Data) < (t.Cols-1)*t.Stride+t.Rows {
35 if t.Rows != a.Rows || t.Cols != a.Cols {
41 for j := 0; j < a.Cols; j++ {
132 if t.Rows != a.Rows || t.Cols != a.Cols {
155 if t.Rows != a.Rows || t.Cols != a.Cols {
167 for j := 0; j < a.Cols; j++ {
200 Rows: t.N, Cols: t.N,
205 Rows: a.N, Cols: a.N,
245 Rows: t.N, Cols: t.N,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/blas/blas64/
H A Dconv.go16 if t.Rows != a.Rows || t.Cols != a.Cols {
19 if len(t.Data) < (t.Cols-1)*t.Stride+t.Rows {
33 if t.Rows != a.Rows || t.Cols != a.Cols {
39 for j := 0; j < a.Cols; j++ {
130 if t.Rows != a.Rows || t.Cols != a.Cols {
153 if t.Rows != a.Rows || t.Cols != a.Cols {
165 for j := 0; j < a.Cols; j++ {
198 Rows: t.N, Cols: t.N,
203 Rows: a.N, Cols: a.N,
243 Rows: t.N, Cols: t.N,
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/blas/cblas128/
H A Dconv.go18 if t.Rows != a.Rows || t.Cols != a.Cols {
21 if len(t.Data) < (t.Cols-1)*t.Stride+t.Rows {
35 if t.Rows != a.Rows || t.Cols != a.Cols {
41 for j := 0; j < a.Cols; j++ {
132 if t.Rows != a.Rows || t.Cols != a.Cols {
155 if t.Rows != a.Rows || t.Cols != a.Cols {
167 for j := 0; j < a.Cols; j++ {
200 Rows: t.N, Cols: t.N,
205 Rows: a.N, Cols: a.N,
245 Rows: t.N, Cols: t.N,
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/blas/cblas64/
H A Dconv.go18 if t.Rows != a.Rows || t.Cols != a.Cols {
21 if len(t.Data) < (t.Cols-1)*t.Stride+t.Rows {
35 if t.Rows != a.Rows || t.Cols != a.Cols {
41 for j := 0; j < a.Cols; j++ {
132 if t.Rows != a.Rows || t.Cols != a.Cols {
155 if t.Rows != a.Rows || t.Cols != a.Cols {
167 for j := 0; j < a.Cols; j++ {
200 Rows: t.N, Cols: t.N,
205 Rows: a.N, Cols: a.N,
245 Rows: t.N, Cols: t.N,
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/gonum.org/v1/gonum/blas/blas64/
H A Dconv.go16 if t.Rows != a.Rows || t.Cols != a.Cols {
19 if len(t.Data) < (t.Cols-1)*t.Stride+t.Rows {
33 if t.Rows != a.Rows || t.Cols != a.Cols {
39 for j := 0; j < a.Cols; j++ {
130 if t.Rows != a.Rows || t.Cols != a.Cols {
153 if t.Rows != a.Rows || t.Cols != a.Cols {
165 for j := 0; j < a.Cols; j++ {
198 Rows: t.N, Cols: t.N,
203 Rows: a.N, Cols: a.N,
243 Rows: t.N, Cols: t.N,
[all …]

12345678910>>...159