Searched defs:Index (Results 126 - 150 of 515) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimTokenStream.cs89 public int Index property in class:Antlr.Runtime.FastTokenStream
334 lastMarker = Index;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.h61 unsigned int Index:RC_REGISTER_INDEX_BITS; member in struct:rc_pair_instruction_source
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Datifragshader.h32 GLuint Index; member in struct:atifragshader_src_register
39 GLuint Index; member in struct:atifragshader_dst_register
/external/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py8 from clang.cindex import Index namespace
150 index = Index.create()
/external/clang/lib/Sema/
H A DTypeLocBuilder.h34 size_t Index; member in class:clang::TypeLocBuilder
49 Index(InlineCapacity), NumBytesAtAlign4(0), NumBytesAtAlign8(0)
82 Index = Capacity;
109 size_t FullDataSize = Capacity - Index;
111 memcpy(DI->getTypeLoc().getOpaqueData(), &Buffer[Index], FullDataSize);
122 size_t FullDataSize = Capacity - Index;
124 memcpy(Mem, &Buffer[Index], FullDataSize);
145 return TypeLoc(T, &Buffer[Index]);
/external/clang/tools/clang-format/
H A DClangFormat.cpp187 size_t Index; local
188 while ((Index = Text.find_first_of("\n\r", From)) != StringRef::npos) {
189 llvm::outs() << Text.substr(From, Index - From);
190 switch (Text[Index]) {
200 From = Index + 1;
/external/eigen/Eigen/src/Core/
H A DMap.h73 typedef typename PlainObjectType::Index Index; typedef in struct:Eigen::internal::traits
121 inline Index innerStride() const
126 inline Index outerStride() const
151 inline Map(PointerArgType dataPtr, Index a_size, const StrideType& a_stride = StrideType())
164 inline Map(PointerArgType dataPtr, Index nbRows, Index nbCols, const StrideType& a_stride = StrideType())
H A DMapBase.h40 typedef typename internal::traits<Derived>::Index Index; typedef in class:Eigen::MapBase
79 inline Index rows() const { return m_rows.value(); }
80 inline Index cols() const { return m_cols.value(); }
90 inline const Scalar& coeff(Index rowId, Index colId) const
95 inline const Scalar& coeff(Index index) const
101 inline const Scalar& coeffRef(Index rowId, Index colId) const
106 inline const Scalar& coeffRef(Index inde
177 typedef typename Base::Index Index; typedef in class:Eigen::MapBase
[all...]
H A DMatrix.h110 typedef DenseIndex Index; typedef in struct:Eigen::internal::traits
201 * \sa resize(Index,Index)
220 EIGEN_STRONG_INLINE explicit Matrix(Index dim)
243 Matrix(Index rows, Index cols);
321 inline Index innerStride() const { return 1; }
322 inline Index outerStride() const { return this->innerSize(); }
H A DStableNorm.h50 typedef typename Derived::Index Index; typedef
92 Index n = vec.size();
157 const Index blockSize = 4096;
164 Index n = size();
165 Index bi = internal::first_aligned(derived());
H A DVisitor.h44 typedef typename Derived::Index Index; typedef in struct:Eigen::internal::visitor_impl
48 for(Index i = 1; i < mat.rows(); ++i)
50 for(Index j = 1; j < mat.cols(); ++j)
51 for(Index i = 0; i < mat.rows(); ++i)
64 * void init(const Scalar& value, Index i, Index j);
66 * void operator() (const Scalar& value, Index i, Index j);
73 * \sa minCoeff(Index*,Inde
97 typedef typename Derived::Index Index; typedef in struct:Eigen::internal::coeff_visitor
117 typedef typename Derived::Index Index; typedef in struct:Eigen::internal::min_coeff_visitor
145 typedef typename Derived::Index Index; typedef in struct:Eigen::internal::max_coeff_visitor
[all...]
/external/eigen/Eigen/src/Eigenvalues/
H A DComplexEigenSolver.h63 typedef typename MatrixType::Index Index; typedef in class:Eigen::ComplexEigenSolver
107 ComplexEigenSolver(Index size)
224 ComplexEigenSolver& setMaxIterations(Index maxIters)
231 Index getMaxIterations()
278 const Index n = m_eivalues.size();
283 for(Index k=n-1 ; k>=0 ; k--)
287 for(Index i=k-1 ; i>=0 ; i--)
306 for(Index k=0 ; k<n ; k++)
316 const Index
[all...]
/external/eigen/Eigen/src/Geometry/
H A DParametrizedLine.h40 typedef DenseIndex Index; typedef in class:Eigen::ParametrizedLine
53 inline explicit ParametrizedLine(Index _dim) : m_origin(_dim), m_direction(_dim) {}
71 inline Index dim() const { return m_direction.size(); }
H A DUmeyama.h100 typedef typename Derived::Index Index; typedef
112 const Index m = src.rows(); // dimension
113 const Index n = src.cols(); // number of measurements
143 Index rank = 0; for (Index i=0; i<m; ++i) if (!internal::isMuchSmallerThan(d.coeff(i),d.coeff(0))) ++rank;
/external/eigen/Eigen/src/SVD/
H A DUpperBidiagonalization.h31 typedef typename MatrixType::Index Index; typedef in class:Eigen::internal::UpperBidiagonalization
91 Index rows = matrix.rows();
92 Index cols = matrix.cols();
100 for (Index k = 0; /* breaks at k==cols-1 below */ ; ++k)
102 Index remainingRows = rows - k;
103 Index remainingCols = cols - k - 1;
/external/eigen/Eigen/src/SparseCore/
H A DSparseColEtree.h39 template<typename Index, typename IndexVector>
40 Index etree_find (Index i, IndexVector& pp)
42 Index p = pp(i); // Parent
43 Index gp = pp(p); // Grand parent
61 int coletree(const MatrixType& mat, IndexVector& parent, IndexVector& firstRowElt, typename MatrixType::Index *perm=0)
63 typedef typename MatrixType::Index Index; typedef
64 Index nc = mat.cols(); // Number of columns
65 Index
[all...]
H A DSparseTriangularView.h42 inline Index rows() const { return m_matrix.rows(); }
43 inline Index cols() const { return m_matrix.cols(); }
69 typedef typename SparseTriangularView::Index Index; typedef in class:Eigen::SparseTriangularView::InnerIterator
72 EIGEN_STRONG_INLINE InnerIterator(const SparseTriangularView& view, Index outer)
107 inline Index row() const { return (MatrixType::Flags&RowMajorBit ? Base::outer() : this->index()); }
108 inline Index col() const { return (MatrixType::Flags&RowMajorBit ? this->index() : Base::outer()); }
109 inline Index index() const
139 typedef typename SparseTriangularView::Index Index; typedef in class:Eigen::SparseTriangularView::ReverseInnerIterator
[all...]
H A DSparseView.h21 typedef typename MatrixType::Index Index; typedef in struct:Eigen::internal::traits
44 inline Index rows() const { return m_matrix.rows(); }
45 inline Index cols() const { return m_matrix.cols(); }
47 inline Index innerSize() const { return m_matrix.innerSize(); }
48 inline Index outerSize() const { return m_matrix.outerSize(); }
59 typedef typename SparseView::Index Index; typedef in class:Eigen::SparseView::InnerIterator
62 InnerIterator(const SparseView& view, Index outer) :
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Structs.h78 typedef typename IndexVector::Scalar Index; typedef in struct:Eigen::internal::LU_GlobalLU_t
85 Index nzlmax; // Current max size of lsub
86 Index nzlumax; // Current max size of lusup
90 Index nzumax; // Current max size of ucol
91 Index n; // Number of columns in the matrix
92 Index num_expansions;
96 template <typename Index>
98 Index panel_size; // a panel consists of at most <panel_size> consecutive columns
99 Index relax; // To control degree of relaxing supernodes. If the number of nodes (columns)
102 Index maxsupe
[all...]
/external/eigen/test/
H A Darray.cpp14 typedef typename ArrayType::Index Index; typedef
19 Index rows = m.rows();
20 Index cols = m.cols();
89 typedef typename ArrayType::Index Index; typedef
93 Index rows = m.rows();
94 Index cols = m.cols();
96 Index r = internal::random<Index>(
156 typedef typename ArrayType::Index Index; typedef
220 typedef typename ArrayType::Index Index; typedef
238 typedef typename ArrayType::Index Index; typedef
[all...]
H A Darray_for_matrix.cpp14 typedef typename MatrixType::Index Index; typedef
19 Index rows = m.rows();
20 Index cols = m.cols();
76 typedef typename MatrixType::Index Index; typedef
80 Index rows = m.rows();
81 Index cols = m.cols();
83 Index r = internal::random<Index>(
146 typedef typename MatrixType::Index Index; typedef
185 typedef typename MatrixTraits::Index Index; typedef
[all...]
H A Dbasicstuff.cpp16 typedef typename MatrixType::Index Index; typedef
21 Index rows = m.rows();
22 Index cols = m.cols();
38 Index r = internal::random<Index>(0, rows-1),
39 c = internal::random<Index>(0, cols-1);
111 for(typename MatrixType::Index i=0;i<rows;++i)
116 for(typename MatrixType::Index i=0;i<rows;++i)
121 for(typename MatrixType::Index
133 typedef typename MatrixType::Index Index; typedef
[all...]
H A Dblock.cpp13 template<typename MatrixType, typename Index, typename Scalar>
15 block_real_only(const MatrixType &m1, Index r1, Index r2, Index c1, Index c2, const Scalar& s1) {
26 template<typename MatrixType, typename Index, typename Scalar>
28 block_real_only(const MatrixType &, Index, Index, Index, Index, cons
35 typedef typename MatrixType::Index Index; typedef
182 typedef typename MatrixType::Index Index; typedef
216 typedef typename MatrixType::Index Index; typedef
[all...]
H A Dcwiseop.cpp68 typedef typename MatrixType::Index Index; typedef
72 Index rows = m.rows();
73 Index cols = m.cols();
88 Index r = internal::random<Index>(0, rows-1),
89 c = internal::random<Index>(0, cols-1);
H A Dgeo_alignedbox.cpp27 typedef typename BoxType::Index Index; typedef
32 const Index dim = _box.dim();
80 typedef typename BoxType::Index Index; typedef
84 const Index dim = _box.dim();

Completed in 1073 milliseconds

1234567891011>>