HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 151 - 175 of 983) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/eigen/Eigen/src/Eigenvalues/
Tridiagonalization.h 70 typedef typename MatrixType::Index Index;
113 Tridiagonalization(Index size = Size==Dynamic ? 2 : Size)
316 Index n = m_matrix.rows();
348 typedef typename MatrixType::Index Index;
351 Index n = matA.rows();
355 for (Index i = 0; i<n-1; ++i)
357 Index remainingSize = n-i-1;
428 typedef typename MatrixType::Index Index
    [all...]
  /external/eigen/Eigen/src/Core/
VectorBlock.h 25 * It is the return type of DenseBase::segment(Index,Index) and DenseBase::segment<int>(Index) and
44 * \sa class Block, DenseBase::segment(Index,Index,Index,Index), DenseBase::segment(Index,Index)
75 inline VectorBlock(VectorType& vector, Index start, Index size
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashRule.h 69 - (void) insertObject:(ANTLRRuleMemo *)aRule atIndex:(NSInteger)Index;
70 - (ANTLRRuleMemo *) objectAtIndex:(NSInteger)Index;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashRule.h 69 - (void) insertObject:(ANTLRRuleMemo *)aRule atIndex:(NSInteger)Index;
70 - (ANTLRRuleMemo *) objectAtIndex:(NSInteger)Index;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashRule.h 69 - (void) insertObject:(ANTLRRuleMemo *)aRule atIndex:(NSInteger)Index;
70 - (ANTLRRuleMemo *) objectAtIndex:(NSInteger)Index;
  /external/clang/bindings/python/examples/cindex/
cindex-includes.py 19 from clang.cindex import Index
32 index = Index.create()
33 tu = index.parse(None, args)
  /external/clang/include/clang/AST/
SelectorLocationsKind.h 57 SourceLocation getStandardSelectorLoc(unsigned Index,
75 SourceLocation getStandardSelectorLoc(unsigned Index,
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedArraySubscriptChecker.cpp 38 const Expr *Index = A->getIdx();
39 if (!C.getSVal(Index).isUndef())
  /external/elfutils/tests/
run-readelf-test4.sh 28 testfiles testfile19.index
30 testrun_compare ../src/readelf -c testfile19.index <<\EOF
32 Index of archive 'testfile19.index' has 4 entries:
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Quad.java 119 setBuffer(Type.Index, 3, new short[]{0, 2, 1,
122 setBuffer(Type.Index, 3, new short[]{0, 1, 2,
  /external/llvm/lib/Target/Mips/
MipsMachineFunction.h 78 void setVarArgsFrameIndex(int Index) { VarArgsFrameIndex = Index; }
  /external/eigen/Eigen/src/SparseCore/
SparseDenseProduct.h 43 typedef typename Lhs::Index Index;
99 EIGEN_STRONG_INLINE Index rows() const { return Tr ? m_rhs.rows() : m_lhs.rows(); }
100 EIGEN_STRONG_INLINE Index cols() const { return Tr ? m_lhs.cols() : m_rhs.cols(); }
115 EIGEN_STRONG_INLINE InnerIterator(const SparseDenseOuterProduct& prod, Index outer)
120 inline Index outer() const { return m_outer; }
121 inline Index row() const { return Transpose ? Base::row() : m_outer; }
122 inline Index col() const { return Transpose ? m_outer : Base::row(); }
151 typedef typename Lhs::Index Index;
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.h 29 // BookmarkIndex maintains an index of the titles of bookmarks for quick
33 // BookmarkIndex maintains the index (index_) as a map of sets. The map (type
34 // Index) maps from a lower case string to the set (type NodeSet) of
56 typedef std::map<string16, NodeSet> Index;
104 void CombineMatchesInPlace(const Index::const_iterator& index_i,
116 void CombineMatches(const Index::const_iterator& index_i,
129 Index index_;
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_index.h 28 // BookmarkIndex maintains an index of the titles of bookmarks for quick
32 // BookmarkIndex maintains the index (index_) as a map of sets. The map (type
33 // Index) maps from a lower case string to the set (type NodeSet) of
54 typedef std::map<string16, NodeSet> Index;
102 void CombineMatchesInPlace(const Index::const_iterator& index_i,
114 void CombineMatches(const Index::const_iterator& index_i,
127 Index index_;
  /external/eigen/Eigen/src/Eigen2Support/
VectorBlock.h 16 /** \deprecated use DenseMase::head(Index) */
19 MatrixBase<Derived>::start(Index size)
25 /** \deprecated use DenseMase::head(Index) */
28 MatrixBase<Derived>::start(Index size) const
34 /** \deprecated use DenseMase::tail(Index) */
37 MatrixBase<Derived>::end(Index size)
43 /** \deprecated use DenseMase::tail(Index) */
46 MatrixBase<Derived>::end(Index size) const
  /external/eigen/doc/examples/
Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp 12 MatrixXf::Index maxIndex;
  /external/eigen/test/
dontalign.cpp 22 typedef typename MatrixType::Index Index;
27 Index rows = m.rows();
28 Index cols = m.cols();
product_extra.cpp 14 typedef typename MatrixType::Index Index;
22 Index rows = m.rows();
23 Index cols = m.cols();
89 Index i = internal::random<Index>(0,m1.rows()-2);
90 Index j = internal::random<Index>(0,m1.cols()-2);
91 Index r = internal::random<Index>(1,m1.rows()-i)
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/util/
EntropyComputeUtil.java 41 VertexBuffer originalIndices = terrainBlock.getBuffer(Type.Index);
43 terrainBlock.clearBuffer(Type.Index);
44 terrainBlock.setBuffer(Type.Index, 3, lodIndices);
69 terrainBlock.clearBuffer(Type.Index);
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 30 // base+displacement+index for load and store operands
33 // base+displacement+index for load address operands
36 // base+displacement+index+ADJDYNALLOC
55 // Base + Disp + Index + (IncludesDynAlloc ? ADJDYNALLOC : 0)
58 SDValue Index;
62 : Form(form), DR(dr), Base(), Disp(0), Index(),
65 // True if the address can have an index register.
81 errs() << " Index ";
82 if (Index.getNode() != 0)
83 Index.getNode()->dump()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler.c 124 c->Program.InputsRead |= 1 << inst->U.I.SrcReg[i].Index;
129 c->Program.OutputsWritten |= 1 << inst->U.I.DstReg.Index;
149 if (inst->U.I.SrcReg[i].File == RC_FILE_INPUT && inst->U.I.SrcReg[i].Index == input) {
151 inst->U.I.SrcReg[i].Index = new_input.Index;
158 c->Program.InputsRead |= 1 << new_input.Index;
180 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT && inst->U.I.DstReg.Index == output) {
181 inst->U.I.DstReg.Index = new_output;
203 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT && inst->U.I.DstReg.Index == output) {
205 inst->U.I.DstReg.Index = tempreg
    [all...]
  /external/eigen/Eigen/src/Cholesky/
LLT.h 62 typedef typename MatrixType::Index Index;
86 LLT(Index size) : m_matrix(size, size),
170 inline Index rows() const { return m_matrix.rows(); }
171 inline Index cols() const { return m_matrix.cols(); }
191 static typename MatrixType::Index llt_rank_update_lower(MatrixType& mat, const VectorType& vec, const typename MatrixType::RealScalar& sigma)
195 typedef typename MatrixType::Index Index;
248 Index rs = n-j-1;
264 static typename MatrixType::Index unblocked(MatrixType& mat
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.c 124 c->Program.InputsRead |= 1 << inst->U.I.SrcReg[i].Index;
129 c->Program.OutputsWritten |= 1 << inst->U.I.DstReg.Index;
149 if (inst->U.I.SrcReg[i].File == RC_FILE_INPUT && inst->U.I.SrcReg[i].Index == input) {
151 inst->U.I.SrcReg[i].Index = new_input.Index;
158 c->Program.InputsRead |= 1 << new_input.Index;
180 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT && inst->U.I.DstReg.Index == output) {
181 inst->U.I.DstReg.Index = new_output;
203 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT && inst->U.I.DstReg.Index == output) {
205 inst->U.I.DstReg.Index = tempreg
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
position.py 27 start: The index in to the string where the segment starts.
35 start: The start index.
116 def Index(index):
117 """Returns a Position object for the specified index.
120 index: The index to select, inclusively.
125 return Position(index, 1)
126 Index = staticmethod(Index)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffHeader.pl 55 Index: index_path.py
65 Index: index_path.py
91 Index: foo.exe

Completed in 437 milliseconds

1 2 3 4 5 67 8 91011>>