Home
last modified time | relevance | path

Searched refs:Cols (Results 1 – 25 of 2929) sorted by relevance

12345678910>>...118

/dports/math/tvmet/tvmet-1.7.2/include/tvmet/
H A DMatrixEval.h98 Rows, Cols
126 XprMatrix<E3, Rows, Cols>
128 Rows, Cols
158 Rows, Cols
188 Rows, Cols
218 Rows, Cols \
238 Rows, Cols \
258 Rows, Cols \
310 Rows, Cols in TVMET_IMPLEMENT_MACRO()
338 Rows, Cols
[all …]
H A DMatrixOperators.h102 Rows, Cols \
114 Rows, Cols \
126 Rows, Cols \
153 Rows, Cols \
165 Rows, Cols \
296 MatrixConstReference<T1, Rows, Cols>, Rows, Cols,
308 MatrixConstReference<T1, Rows, Cols>, Rows, Cols,
320 XprMatrix<E1, Rows, Cols>, Rows, Cols,
910 MatrixConstReference<T1, Rows, Cols>, Rows, Cols,
930 MatrixConstReference<T1, Rows, Cols>, Rows, Cols,
[all …]
H A DMatrixFunctions.h305 MatrixConstReference<T1, Rows, Cols>, Rows, Cols,
332 Cols
348 Cols, Rows
364 Cols
444 Rows, Cols
462 Rows, Cols
880 MatrixConstReference<T1, Rows, Cols>, Rows, Cols, in prod()
897 MatrixConstReference<T1, Rows, Cols>, Rows, Cols,
928 XprMatrix<E1, Rows, Cols>, Rows, Cols, in prod()
952 Cols
[all …]
H A DMatrixBinaryFunctions.h163 Rows, Cols
176 Rows, Cols
193 Rows, Cols
210 Rows, Cols
223 Rows, Cols
256 NAME(const Matrix<T1, Rows, Cols>& lhs, const Matrix<T2, Cols, Cols>& rhs) { \
407 Rows, Cols
432 Rows, Cols
457 Rows, Cols
482 Rows, Cols
[all …]
H A DMatrix.h67 Cols = NCols, /**< Number of cols. */ enumerator
74 ops = Rows * Cols
96 return m_data[i * Cols + j]; in operator()
151 Cols = NCols, /**< Number of cols. */ enumerator
158 ops_assign = Rows * Cols,
206 static std::size_t cols() { return Cols; } in cols()
274 explicit Matrix(const XprMatrix<E, Rows, Cols>& e) in Matrix()
296 return m_data[i * Cols + j]; in operator()
301 return m_data[i * Cols + j]; in operator()
309 0, Rows, 0, Cols,
[all …]
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/gizak/termui/
H A Dgrid_test.go49 (r.Cols[1].Cols[0].Width) != 25 ||
50 (r.Cols[1].Cols[1].Width) != 25 ||
51 (r.Cols[1].Cols[1].Cols[0].Width) != 25 ||
52 (r.Cols[1].Cols[1].Cols[0].Cols[0].Width) != 25 {
62 (r.Cols[1].Cols[1].Cols[0].Height) != 2 ||
72 (r.Cols[1].Cols[0].X) != 50 ||
73 (r.Cols[1].Cols[1].X) != 75 ||
74 (r.Cols[1].Cols[1].Cols[0].X) != 75 ||
75 (r.Cols[1].Cols[0].Y) != 0 ||
76 (r.Cols[1].Cols[1].Cols[0].Y) != 0 ||
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuMatrix.hpp43 SIZE = Cols,
45 COLS = Cols,
55 Matrix<T, Rows, Cols>& operator= (const Matrix<T, Rows, Cols>& src);
336 Matrix<T, Rows, Cols>::Matrix (const T src[Rows*Cols]) in Matrix() argument
355 Matrix<T, Rows, Cols>::Matrix (const Matrix<T, Rows, Cols>& src) in Matrix()
368 Matrix<T, Rows, Cols>& Matrix<T, Rows, Cols>::operator= (const Matrix<T, Rows, Cols>& src) in operator =()
378 Matrix<T, Rows, Cols>& Matrix<T, Rows, Cols>::operator*= (const Matrix<T, Rows, Cols>& src) in operator *=()
398 Vector<T, Cols> Matrix<T, Rows, Cols>::getRow (int rowNdx) const in getRow()
583 Matrix<T, Rows, Cols> operator+ (const Matrix<T, Rows, Cols>& a, const Matrix<T, Rows, Cols>& b) in operator +()
593 Matrix<T, Rows, Cols> operator- (const Matrix<T, Rows, Cols>& a, const Matrix<T, Rows, Cols>& b) in operator -()
[all …]
/dports/finance/weberp/webERP/includes/
H A DPDFSalesAnalysis.inc95 $TotalCalculation = $AccumLvl3[$Cols['colnumerator']] * $Cols['constant'];
101 $TotalCalculation = $AccumLvl3[$Cols['colnumerator']] / $Cols['constant'];
148 $TotalCalculation = $AccumLvl2[$Cols['colnumerator']] * $Cols['constant'];
154 $TotalCalculation = $AccumLvl2[$Cols['colnumerator']] / $Cols['constant'];
201 $TotalCalculation = $AccumLvl1[$Cols['colnumerator']] * $Cols['constant'];
337 $TotalCalculation = $AccumLvl3[$Cols['colnumerator']] * $Cols['constant'];
388 $TotalCalculation = $AccumLvl2[$Cols['colnumerator']] * $Cols['constant'];
437 $TotalCalculation = $AccumLvl1[$Cols['colnumerator']] * $Cols['constant'];
443 $TotalCalculation = $AccumLvl1[$Cols['colnumerator']] / $Cols['constant'];
484 $TotalCalculation = $AccumLvl4[$Cols['colnumerator']] * $Cols['constant'];
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/System.Data/
H A DDataColumnCollectionTest.cs69 Cols.Add (); in Add()
70 Cols.Add (); in Add()
96 C = Cols [1]; in Add()
123 C = Cols [2]; in Add()
147 C = Cols [3]; in Add()
172 Cols.Add (C); in Add()
174 C = Cols [4]; in Add()
529 Assert.IsTrue (Cols.Equals (Cols), "test#04"); in Equals()
550 Assert.AreEqual (3, Cols.IndexOf (Cols [3]), "test#04"); in IndexOf()
588 Cols.Remove (Cols [0]); in Remove()
[all …]
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWGenericMatrix.h168 for (unsigned j = 0; j < Cols; ++j) in fill()
180 identity_matrix<T> I(Rows > Cols ? Rows : Cols); in isIdentity()
182 for (unsigned j = 0; j < Cols; ++j) in isIdentity()
211 m_ = project(identity_matrix<T>(Rows > Cols ? Rows : Cols), in setToIdentity()
212 range(0, Rows), range(0, Cols)); in setToIdentity()
229 WGenericMatrix<T, Cols, Rows> result; in transposed()
244 for (unsigned j = 0; j < Cols; ++j)
265 return m_[row * Cols + column]; in operator()
275 return m_[row * Cols + column]; in operator()
286 return m_[row * Cols + column]; in at()
[all …]
/dports/math/tvmet/tvmet-1.7.2/include/tvmet/xpr/
H A DMatrixFunctions.h246 XprMatrix<E1, Rows, Cols>, Rows, Cols,
265 Cols, Rows
279 Rows, Cols
281 Cols
291 Rows, Cols
625 XprMatrix<E1, Rows, Cols>, Rows, Cols,
632 XprMatrix<E1, Rows, Cols>, Rows, Cols, in prod()
655 Cols, Rows
693 Rows, Cols
695 Cols
[all …]
H A DMatrixOperators.h84 Rows, Cols \
96 Rows, Cols \
148 Rows, Cols \
160 Rows, Cols \
214 XprMatrix<E1, Rows, Cols>, Rows, Cols,
241 Rows, Cols \
510 Rows, Cols \
524 Rows, Cols \
578 Rows, Cols \
593 Rows, Cols \
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/tests/System/Data/
H A DDataColumnCollectionTest.cs234 Cols.Add(C); in AddExceptions()
359 Cols.Add(); in CanRemove()
401 Cols.Add(); in Clear()
407 Cols.Add(); in Clear()
499 Assert.True(Cols.Equals(Cols)); in Equals()
520 Assert.Equal(3, Cols.IndexOf(Cols[3])); in IndexOf()
555 Cols.Add(); in Remove()
556 Cols.Add(); in Remove()
557 Cols.Add(); in Remove()
561 Cols.Remove(Cols[0]); in Remove()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkVariableSizeMatrix.hxx40 unsigned int cols = this->Cols(); in operator *()
69 if ( this->Cols() != matrix.Rows() ) in operator *()
73 << this->Cols() in operator *()
91 || ( matrix.Cols() != this->Cols() ) ) in operator +()
98 Self result( this->Rows(), this->Cols() ); in operator +()
101 for ( unsigned int c = 0; c < this->Cols(); c++ ) in operator +()
118 || ( matrix.Cols() != this->Cols() ) ) in operator +=()
127 for ( unsigned int c = 0; c < this->Cols(); c++ ) in operator +=()
144 || ( matrix.Cols() != this->Cols() ) ) in operator -()
151 Self result( this->Rows(), this->Cols() ); in operator -()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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/wasi-libcxx/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/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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/llvm10/llvm-10.0.1.src/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/graphics/llvm-mesa/llvm-13.0.1.src/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/llvm12/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/llvm11/llvm-11.0.1.src/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/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/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/lang/rust/rustc-1.58.1-src/src/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/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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/wasi-compiler-rt13/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 …]

12345678910>>...118