HomeSort by relevance Sort by last modified time
    Searched refs:Rows (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /external/llvm/include/llvm/CodeGen/PBQP/
Math.h 169 Matrix(unsigned Rows, unsigned Cols) :
170 Rows(Rows), Cols(Cols), Data(new PBQPNum[Rows * Cols]) {
175 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal)
176 : Rows(Rows), Cols(Cols), Data(new PBQPNum[Rows * Cols]) {
177 std::fill(Data, Data + (Rows * Cols), InitVal);
182 : Rows(M.Rows), Cols(M.Cols), Data(new PBQPNum[Rows * Cols])
    [all...]
  /external/eigen/test/
dense_storage.cpp 14 template <typename T, int Rows, int Cols>
17 static const int Size = ((Rows==Dynamic || Cols==Dynamic) ? Dynamic : Rows*Cols);
18 typedef DenseStorage<T,Size, Rows,Cols, 0> DenseStorageType;
20 const int rows = (Rows==Dynamic) ? 4 : Rows; local
22 const int size = rows*cols;
23 DenseStorageType reference(size, rows, cols);
34 template <typename T, int Rows, int Cols
40 const int rows = (Rows==Dynamic) ? 4 : Rows; local
    [all...]
product_small.cpp 36 for(Index i=0;i<C.rows();++i)
43 template<typename T, int Rows, int Cols, int Depth, int OC, int OA, int OB>
44 typename internal::enable_if<! ( (Rows ==1&&Depth!=1&&OA==ColMajor)
45 || (Depth==1&&Rows !=1&&OA==RowMajor)
48 || (Rows ==1&&Cols !=1&&OC==ColMajor)
49 || (Cols ==1&&Rows !=1&&OC==RowMajor)),void>::type
50 test_lazy_single(int rows, int cols, int depth)
52 Matrix<T,Rows,Depth,OA> A(rows,depth); A.setRandom();
54 Matrix<T,Rows,Cols,OC> C(rows,cols); C.setRandom()
86 int rows = internal::random<int>(1,12); local
115 int rows = internal::random<int>(1,12); local
151 int rows = internal::random<int>(1,12); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Math.h 126 Matrix(unsigned Rows, unsigned Cols) :
127 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
132 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal)
133 : Rows(Rows), Cols(Cols),
134 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
135 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal);
140 : Rows(M.Rows), Cols(M.Cols)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Math.h 126 Matrix(unsigned Rows, unsigned Cols) :
127 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
132 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal)
133 : Rows(Rows), Cols(Cols),
134 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
135 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal);
140 : Rows(M.Rows), Cols(M.Cols)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Math.h 126 Matrix(unsigned Rows, unsigned Cols) :
127 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
132 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal)
133 : Rows(Rows), Cols(Cols),
134 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
135 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal);
140 : Rows(M.Rows), Cols(M.Cols)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Math.h 126 Matrix(unsigned Rows, unsigned Cols) :
127 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
132 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal)
133 : Rows(Rows), Cols(Cols),
134 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
135 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal);
140 : Rows(M.Rows), Cols(M.Cols)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Math.h 126 Matrix(unsigned Rows, unsigned Cols) :
127 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
132 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal)
133 : Rows(Rows), Cols(Cols),
134 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
135 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal);
140 : Rows(M.Rows), Cols(M.Cols)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Math.h 126 Matrix(unsigned Rows, unsigned Cols) :
127 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
132 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal)
133 : Rows(Rows), Cols(Cols),
134 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
135 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal);
140 : Rows(M.Rows), Cols(M.Cols)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Math.h 126 Matrix(unsigned Rows, unsigned Cols) :
127 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
132 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal)
133 : Rows(Rows), Cols(Cols),
134 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
135 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal);
140 : Rows(M.Rows), Cols(M.Cols)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Math.h 126 Matrix(unsigned Rows, unsigned Cols) :
127 Rows(Rows), Cols(Cols), Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
132 Matrix(unsigned Rows, unsigned Cols, PBQPNum InitVal)
133 : Rows(Rows), Cols(Cols),
134 Data(llvm::make_unique<PBQPNum []>(Rows * Cols)) {
135 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal);
140 : Rows(M.Rows), Cols(M.Cols)
    [all...]
  /external/deqp/framework/common/
tcuMatrix.hpp 34 template <typename T, int Rows, int Cols>
38 typedef Vector<T, Rows> Element;
44 ROWS = Rows,
50 explicit Matrix (const T src[Rows*Cols]);
51 Matrix (const Vector<T, Rows>& src);
52 Matrix (const Matrix<T, Rows, Cols>& src);
55 Matrix<T, Rows, Cols>& operator= (const Matrix<T, Rows, Cols>& src);
56 Matrix<T, Rows, Cols>& operator*= (const Matrix<T, Rows, Cols>& src)
    [all...]
  /external/clang/tools/scan-build-py/libscanbuild/resources/
selectable.js 3 var Rows = document.getElementsByTagName("tr");
4 for ( var i = 0 ; i < Rows.length; ++i ) {
5 if (Rows[i].className == RowClass) {
6 Rows[i].style.display = DisplayVal;
  /external/gemmlowp/internal/
simd_wrappers.h 151 static constexpr int Rows = ResultBlockType::kRows;
158 static_assert(LhsRows == Rows || LhsRows == 1, "");
159 static_assert(RhsRows == Rows || RhsRows == 1, "");
172 for (int r = 0; r < Rows; r++) {
173 const int lhs_r = LhsRows == Rows ? r : 0;
174 const int rhs_r = RhsRows == Rows ? r : 0;
175 result.buf.reg[r + c * Rows] =
200 static constexpr int Rows = ResultBlockType::kRows;
213 static_assert(LhsRows == Rows || LhsRows == 1, "");
214 static_assert(RhsRows == Rows || RhsRows == 1, "")
    [all...]
  /external/pdfium/testing/libfuzzer/
pdf_codec_fax_fuzzer.cc 24 int Rows = GetInteger(data + 16);
34 ByteAlign, BlackIs1, Columns, Rows));
  /external/pdfium/core/fxcodec/codec/
ccodec_faxmodule.h 28 int Rows);
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc 50 for (Rows::iterator it = rows_.begin(); it != rows_.end(); ++it) {
59 // Iterate over rows of the tow regions and compare each row.
60 Rows::const_iterator it1 = rows_.begin();
61 Rows::const_iterator it2 = region.rows_.begin();
77 for (Rows::iterator row = rows_.begin(); row != rows_.end(); ++row) {
93 // we iterate over the rows until it reaches |rect.bottom()|.
96 // Iterate over all rows that may intersect with |rect| and add new rows when
98 Rows::iterator row = rows_.upper_bound(top);
107 row, Rows::value_type(bottom, new Row(top, bottom)))
    [all...]
desktop_region.h 25 // Internally each region is stored as a set of rows where each row contains one
59 // Type used to store list of rows in the region. The bottom position of row
60 // is used as the key so that rows are always ordered by their position. The
62 typedef std::map<int, Row*> Rows;
81 // |row_span_| matches spans on consecutive rows then they are also merged
85 Rows::const_iterator row_;
86 Rows::const_iterator previous_row_;
157 // the region). If the rows were merged |row| remains a valid iterator to the
159 void MergeWithPrecedingRow(Rows::iterator row);
161 Rows rows_
    [all...]
  /external/dng_sdk/source/
dng_matrix.cpp 34 dng_matrix::dng_matrix (uint32 rows,
42 if (rows < 1 || rows > kMaxColorPlanes ||
50 fRows = rows;
113 if (Rows () != m.Rows () ||
121 for (uint32 j = 0; j < Rows (); j++)
148 if (Rows () != Cols ())
153 for (uint32 j = 0; j < Rows (); j++)
187 for (uint32 j = 0; j < Rows (); j++
    [all...]
dng_camera_profile.cpp 298 fColorMatrix1.Rows () > 1;
308 fColorMatrix2.Rows () == fColorMatrix1.Rows ();
415 uint32 colorChannels = ColorMatrix1 ().Rows ();
421 if (fForwardMatrix1.Rows () == fColorMatrix1.Cols () &&
422 fForwardMatrix1.Cols () == fColorMatrix1.Rows ())
429 if (colorChannels > 3 && fReductionMatrix1.Rows () *
444 if (fForwardMatrix2.Rows () == fColorMatrix2.Cols () &&
445 fForwardMatrix2.Cols () == fColorMatrix2.Rows ())
452 if (colorChannels > 3 && fReductionMatrix2.Rows () *
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnitIndex.cpp 39 Rows.reset();
54 Rows = llvm::make_unique<Entry[]>(Header.NumBuckets);
61 Rows[i].Signature = IndexData.getU64(&Offset);
68 Rows[i].Index = this;
69 Rows[i].Contributions =
71 Contribs[Index - 1] = Rows[i].Contributions.get();
134 auto &Row = Rows[i];
163 if (const auto &Contribs = Rows[i].Contributions)
165 return &Rows[i];
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 72 std::unique_ptr<Entry[]> Rows;
87 return makeArrayRef(Rows.get(), Header.NumBuckets);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 76 std::unique_ptr<Entry[]> Rows;
95 return makeArrayRef(Rows.get(), Header.NumBuckets);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 76 std::unique_ptr<Entry[]> Rows;
95 return makeArrayRef(Rows.get(), Header.NumBuckets);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnitIndex.h 76 std::unique_ptr<Entry[]> Rows;
95 return makeArrayRef(Rows.get(), Header.NumBuckets);

Completed in 1358 milliseconds

1 2 3 4 5 6 7