Home
last modified time | relevance | path

Searched refs:Cols (Results 26 – 50 of 3569) sorted by relevance

12345678910>>...143

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h128 Rows(Rows), Cols(Cols), Data(std::make_unique<PBQPNum []>(Rows * Cols)) { in Matrix()
134 : Rows(Rows), Cols(Cols), in Matrix()
141 : Rows(M.Rows), Cols(M.Cols), in Matrix()
148 : Rows(M.Rows), Cols(M.Cols), Data(std::move(M.Data)) { in Matrix()
149 M.Rows = M.Cols = 0; in Matrix()
155 if (Rows != M.Rows || Cols != M.Cols)
169 return Cols; in getCols()
189 Vector V(Cols); in getRowAsVector()
207 Matrix M(Cols, Rows); in transpose()
217 assert(Rows == M.Rows && Cols == M.Cols &&
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h128 Rows(Rows), Cols(Cols), Data(std::make_unique<PBQPNum []>(Rows * Cols)) { in Matrix()
134 : Rows(Rows), Cols(Cols), in Matrix()
141 : Rows(M.Rows), Cols(M.Cols), in Matrix()
148 : Rows(M.Rows), Cols(M.Cols), Data(std::move(M.Data)) { in Matrix()
149 M.Rows = M.Cols = 0; in Matrix()
155 if (Rows != M.Rows || Cols != M.Cols)
169 return Cols; in getCols()
189 Vector V(Cols); in getRowAsVector()
207 Matrix M(Cols, Rows); in transpose()
217 assert(Rows == M.Rows && Cols == M.Cols &&
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h128 Rows(Rows), Cols(Cols), Data(std::make_unique<PBQPNum []>(Rows * Cols)) { in Matrix()
134 : Rows(Rows), Cols(Cols), in Matrix()
141 : Rows(M.Rows), Cols(M.Cols), in Matrix()
148 : Rows(M.Rows), Cols(M.Cols), Data(std::move(M.Data)) { in Matrix()
149 M.Rows = M.Cols = 0; in Matrix()
155 if (Rows != M.Rows || Cols != M.Cols)
169 return Cols; in getCols()
189 Vector V(Cols); in getRowAsVector()
207 Matrix M(Cols, Rows); in transpose()
217 assert(Rows == M.Rows && Cols == M.Cols &&
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/PBQP/
H A DMath.h128 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) { in Matrix()
134 : Rows(Rows), Cols(Cols), in Matrix()
141 : Rows(M.Rows), Cols(M.Cols), in Matrix()
148 : Rows(M.Rows), Cols(M.Cols), Data(std::move(M.Data)) { in Matrix()
149 M.Rows = M.Cols = 0; in Matrix()
155 if (Rows != M.Rows || Cols != M.Cols)
169 return Cols; in getCols()
189 Vector V(Cols); in getRowAsVector()
207 Matrix M(Cols, Rows); in transpose()
217 assert(Rows == M.Rows && Cols == M.Cols &&
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/PBQP/
H A DMath.h129 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) { in Matrix()
135 : Rows(Rows), Cols(Cols), in Matrix()
142 : Rows(M.Rows), Cols(M.Cols), in Matrix()
149 : Rows(M.Rows), Cols(M.Cols), Data(std::move(M.Data)) { in Matrix()
150 M.Rows = M.Cols = 0; in Matrix()
156 if (Rows != M.Rows || Cols != M.Cols)
170 return Cols; in getCols()
190 Vector V(Cols); in getRowAsVector()
208 Matrix M(Cols, Rows); in transpose()
218 assert(Rows == M.Rows && Cols == M.Cols &&
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/PBQP/
H A DMath.h129 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
135 : Rows(Rows), Cols(Cols),
142 : Rows(M.Rows), Cols(M.Cols),
149 : Rows(M.Rows), Cols(M.Cols), Data(std::move(M.Data)) {
150 M.Rows = M.Cols = 0;
156 if (Rows != M.Rows || Cols != M.Cols)
170 return Cols;
190 Vector V(Cols);
208 Matrix M(Cols, Rows);
218 assert(Rows == M.Rows && Cols == M.Cols &&
[all …]
/dports/math/tvmet/tvmet-1.7.2/tests/
H A Dbad_temps.cc23 template<unsigned Rows, unsigned Cols,
128 template<unsigned Rows, unsigned Cols,
143 template<unsigned Rows, unsigned Cols>
150 m_data = new double [Rows*Cols]; in Matrix()
160 MatrixConstReference<Rows,Cols,Cols,1> const_ref() const { in const_ref()
161 return MatrixConstReference<Rows,Cols,Cols,1>(*this); in const_ref()
204 template<unsigned Rows, unsigned Cols>
208 MatrixConstReference<Rows, Cols, Cols, 1>
210 Cols, Rows
212 trans(const Matrix<Rows, Cols>& rhs) { in trans()
[all …]
H A Dtvmet.cc25 template<unsigned Rows, unsigned Cols,
31 doCols = (ColStride < Cols - 1) ? 1 : 0
147 template<unsigned Rows, unsigned Cols,
162 template<unsigned Rows, unsigned Cols>
169 m_data = new double [Rows*Cols]; in Matrix()
179 MatrixConstReference<Rows,Cols,Cols,1> const_ref() const { in const_ref()
180 return MatrixConstReference<Rows,Cols,Cols,1>(*this); in const_ref()
267 template<unsigned Rows, unsigned Cols>
271 MatrixConstReference<Rows, Cols, Cols, 1>
273 Cols, Rows
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl543 get_patch(Cols, get(usmUserTable, RowIndex, Cols));
551 {ok, Cols} ->
571 {ok, Cols} ->
584 RowIndex, Cols);
594 "~n Cols: ~p", [Cols]),
595 {ok, lists:reverse(Cols)};
751 pre_set(RowIndex, Cols) ->
800 no_cloning(Cols);
818 no_cloning(Cols)
1140 next(Name, RowIndex, Cols) ->
[all …]
H A Dsnmp_generic.erl217 validate_get(Cols, Res)
276 {[], Cols, LastCols} ->
278 {FirstCols, Cols, LastCols} ->
356 Val, RowIndex, Cols) of
359 RowIndex, Cols]);
366 [{ColNo, _Val}|_] = Cols,
463 is_any_noinit(Row, Cols) ->
466 is_any_noinit(Vals, Cols, N+1);
509 Status, StatusCol, Cols,
515 Status, StatusCol, Cols,
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl543 get_patch(Cols, get(usmUserTable, RowIndex, Cols));
551 {ok, Cols} ->
571 {ok, Cols} ->
584 RowIndex, Cols);
594 "~n Cols: ~p", [Cols]),
595 {ok, lists:reverse(Cols)};
751 pre_set(RowIndex, Cols) ->
800 no_cloning(Cols);
818 no_cloning(Cols)
1140 next(Name, RowIndex, Cols) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl543 get_patch(Cols, get(usmUserTable, RowIndex, Cols));
551 {ok, Cols} ->
571 {ok, Cols} ->
584 RowIndex, Cols);
594 "~n Cols: ~p", [Cols]),
595 {ok, lists:reverse(Cols)};
751 pre_set(RowIndex, Cols) ->
800 no_cloning(Cols);
818 no_cloning(Cols)
1140 next(Name, RowIndex, Cols) ->
[all …]
H A Dsnmp_generic.erl217 validate_get(Cols, Res)
276 {[], Cols, LastCols} ->
278 {FirstCols, Cols, LastCols} ->
356 Val, RowIndex, Cols) of
359 RowIndex, Cols]);
366 [{ColNo, _Val}|_] = Cols,
463 is_any_noinit(Row, Cols) ->
466 is_any_noinit(Vals, Cols, N+1);
509 Status, StatusCol, Cols,
515 Status, StatusCol, Cols,
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl541 get_patch(Cols, get(usmUserTable, RowIndex, Cols));
549 {ok, Cols} ->
569 {ok, Cols} ->
582 RowIndex, Cols);
592 "~n Cols: ~p", [Cols]),
593 {ok, lists:reverse(Cols)};
749 pre_set(RowIndex, Cols) ->
798 no_cloning(Cols);
816 no_cloning(Cols)
1138 next(Name, RowIndex, Cols) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl543 get_patch(Cols, get(usmUserTable, RowIndex, Cols));
551 {ok, Cols} ->
571 {ok, Cols} ->
584 RowIndex, Cols);
594 "~n Cols: ~p", [Cols]),
595 {ok, lists:reverse(Cols)};
751 pre_set(RowIndex, Cols) ->
800 no_cloning(Cols);
818 no_cloning(Cols)
1140 next(Name, RowIndex, Cols) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl543 get_patch(Cols, get(usmUserTable, RowIndex, Cols));
551 {ok, Cols} ->
571 {ok, Cols} ->
584 RowIndex, Cols);
594 "~n Cols: ~p", [Cols]),
595 {ok, lists:reverse(Cols)};
751 pre_set(RowIndex, Cols) ->
800 no_cloning(Cols);
818 no_cloning(Cols)
1140 next(Name, RowIndex, Cols) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/src/agent/
H A Dsnmp_user_based_sm_mib.erl543 get_patch(Cols, get(usmUserTable, RowIndex, Cols));
551 {ok, Cols} ->
571 {ok, Cols} ->
584 RowIndex, Cols);
594 "~n Cols: ~p", [Cols]),
595 {ok, lists:reverse(Cols)};
751 pre_set(RowIndex, Cols) ->
800 no_cloning(Cols);
818 no_cloning(Cols)
1140 next(Name, RowIndex, Cols) ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/snmp/examples/ex1/
H A Dex1.erl59 friends_table(get, RowIndex, Cols) ->
62 get_cols(Cols, Row);
70 get_next_cols(Cols, Row);
78 end_of_table(Cols)
129 get_cols([Col | Cols], Row) ->
141 get_next_cols(Cols, Row)];
144 get_next_cols(Cols, Row)];
147 get_next_cols(Cols, Row)];
154 end_of_table([_Col | Cols]) ->
159 add_one_to_cols([Col | Cols]) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/snmp/examples/ex1/
H A Dex1.erl59 friends_table(get, RowIndex, Cols) ->
62 get_cols(Cols, Row);
70 get_next_cols(Cols, Row);
78 end_of_table(Cols)
129 get_cols([Col | Cols], Row) ->
141 get_next_cols(Cols, Row)];
144 get_next_cols(Cols, Row)];
147 get_next_cols(Cols, Row)];
154 end_of_table([_Col | Cols]) ->
159 add_one_to_cols([Col | Cols]) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/snmp/examples/ex1/
H A Dex1.erl59 friends_table(get, RowIndex, Cols) ->
62 get_cols(Cols, Row);
70 get_next_cols(Cols, Row);
78 end_of_table(Cols)
129 get_cols([Col | Cols], Row) ->
141 get_next_cols(Cols, Row)];
144 get_next_cols(Cols, Row)];
147 get_next_cols(Cols, Row)];
154 end_of_table([_Col | Cols]) ->
159 add_one_to_cols([Col | Cols]) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/snmp/examples/ex1/
H A Dex1.erl59 friends_table(get, RowIndex, Cols) ->
62 get_cols(Cols, Row);
70 get_next_cols(Cols, Row);
78 end_of_table(Cols)
129 get_cols([Col | Cols], Row) ->
141 get_next_cols(Cols, Row)];
144 get_next_cols(Cols, Row)];
147 get_next_cols(Cols, Row)];
154 end_of_table([_Col | Cols]) ->
159 add_one_to_cols([Col | Cols]) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/snmp/examples/ex1/
H A Dex1.erl59 friends_table(get, RowIndex, Cols) ->
62 get_cols(Cols, Row);
70 get_next_cols(Cols, Row);
78 end_of_table(Cols)
129 get_cols([Col | Cols], Row) ->
141 get_next_cols(Cols, Row)];
144 get_next_cols(Cols, Row)];
147 get_next_cols(Cols, Row)];
154 end_of_table([_Col | Cols]) ->
159 add_one_to_cols([Col | Cols]) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/snmp/examples/ex1/
H A Dex1.erl59 friends_table(get, RowIndex, Cols) ->
62 get_cols(Cols, Row);
70 get_next_cols(Cols, Row);
78 end_of_table(Cols)
129 get_cols([Col | Cols], Row) ->
141 get_next_cols(Cols, Row)];
144 get_next_cols(Cols, Row)];
147 get_next_cols(Cols, Row)];
154 end_of_table([_Col | Cols]) ->
159 add_one_to_cols([Col | Cols]) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/snmp/examples/ex1/
H A Dex1.erl59 friends_table(get, RowIndex, Cols) ->
62 get_cols(Cols, Row);
70 get_next_cols(Cols, Row);
78 end_of_table(Cols)
129 get_cols([Col | Cols], Row) ->
141 get_next_cols(Cols, Row)];
144 get_next_cols(Cols, Row)];
147 get_next_cols(Cols, Row)];
154 end_of_table([_Col | Cols]) ->
159 add_one_to_cols([Col | Cols]) ->
[all …]
/dports/math/tvmet/tvmet-1.7.2/include/tvmet/xpr/
H A DMatrixBinaryFunctions.h42 XprMatrix<E1, Rows, Cols>, \
43 XprMatrix<E2, Rows, Cols> \
45 Rows, Cols \
72 XprMatrix<E, Rows, Cols>, \
75 Rows, Cols \
136 XprMatrix<E, Rows, Cols>, \
139 Rows, Cols \
175 Rows, Cols \
177 NAME(const XprMatrix<E1, Rows, Cols>& lhs, const XprMatrix<E2, Rows, Cols>& rhs) { \
213 Rows, Cols \
[all …]

12345678910>>...143