Searched refs:m_col (Results 1 – 7 of 7) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | CommaInitializer.h | 34 : m_xpr(xpr), m_row(0), m_col(1), m_currentBlockRows(1) in CommaInitializer() 41 : m_xpr(xpr), m_row(0), m_col(other.cols()), m_currentBlockRows(other.rows()) in CommaInitializer() 50 : m_xpr(o.m_xpr), m_row(o.m_row), m_col(o.m_col), m_currentBlockRows(o.m_currentBlockRows) { in CommaInitializer() 53 const_cast<CommaInitializer&>(o).m_col = m_xpr.cols(); in CommaInitializer() 60 if (m_col==m_xpr.cols()) 63 m_col = 0; 68 eigen_assert(m_col<m_xpr.cols() 71 m_xpr.coeffRef(m_row, m_col++) = s; 81 if (m_col==m_xpr.cols()) 84 m_col = 0; [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | NodeSortKey.java | 49 Collator m_col; field in NodeSortKey 119 m_col = Collator.getInstance(m_locale); in NodeSortKey() 121 if (null == m_col) in NodeSortKey() 126 m_col = Collator.getInstance(); in NodeSortKey()
|
D | NodeSorter.java | 227 n1String = k.m_col.getCollationKey(r1.str()); in compare() 228 n2String = k.m_col.getCollationKey(r2.str()); in compare() 512 m_key1Value = k1.m_col.getCollationKey(r.str()); in NodeCompareElem() 540 m_key2Value = k2.m_col.getCollationKey(r2.str()); in NodeCompareElem()
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | Minor.h | 63 : m_matrix(matrix), m_row(row), m_col(col) 76 return m_matrix.const_cast_derived().coeffRef(row + (row >= m_row), col + (col >= m_col)); 81 return m_matrix.coeff(row + (row >= m_row), col + (col >= m_col)); 86 const Index m_row, m_col;
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseUtil.h | 152 Triplet() : m_row(0), m_col(0), m_value(0) {} 155 : m_row(i), m_col(j), m_value(v) 162 const Index& col() const { return m_col; } 167 Index m_row, m_col;
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_SupernodalMatrix.h | 65 m_col = n; in setInfos() 83 Index cols() { return m_col; } in cols() 165 Index m_col; // Number of columns variable
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 1152 let m_col = const_int i32_type 3 in 1155 let md = mdnode context [| m_line; m_col; m_scope; m_inlined |] in
|