/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseGitDiffHeader.pl | 39 index f5d5e74..3b6aa92 100644 49 Index: foo.h 50 index f5d5e74..3b6aa92 100644 64 index 0000000..3c9f114 73 Index: foo.h 75 index 0000000..3c9f114 90 index 1e50d1d..0000000 96 index d45dd40..3494526 100644 101 Index: foo 103 index 1e50d1d..000000 [all...] |
runPatchCommand.pl | 39 # Since $patch has no "Index:" path, passing this to runPatchCommand 59 Index: $fileToPatch
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_emulate_loops.c | 51 int Index; 89 rc_register_file file, unsigned int index, unsigned int mask) 93 value->Src->Index != index || 100 inst->U.I.SrcReg[0].Index)){ 106 inst->U.I.SrcReg[0].Index, 114 rc_register_file file, unsigned int index, unsigned int mask) 122 count_inst->Index != index || 134 /* Find the index of the counter register. * [all...] |
/external/eigen/Eigen/src/Eigen2Support/ |
Block.h | 30 * \sa class Block, block(Index,Index,Index,Index) 34 ::corner(CornerType type, Index cRows, Index cCols) 51 /** This is the const version of corner(CornerType, Index, Index).*/ 54 DenseBase<Derived>::corner(CornerType type, Index cRows, Index cCols) cons [all...] |
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
BasicPreconditioners.h | 37 typedef typename Vector::Index Index; 51 Index rows() const { return m_invdiag.size(); } 52 Index cols() const { return m_invdiag.size(); } 67 while(it && it.index()!=j) ++it; 68 if(it && it.index()==j)
|
/external/eigen/test/ |
array_for_matrix.cpp | 14 typedef typename MatrixType::Index Index; 20 Index rows = m.rows(); 21 Index cols = m.cols(); 76 typedef typename MatrixType::Index Index; 81 Index rows = m.rows(); 82 Index cols = m.cols(); 84 Index r = internal::random<Index>(0, rows-1) [all...] |
array_replicate.cpp | 17 typedef typename MatrixType::Index Index; 24 Index rows = m.rows(); 25 Index cols = m.cols();
|
eigen2support.cpp | 16 typedef typename MatrixType::Index Index; 19 Index rows = m.rows(); 20 Index cols = m.cols();
|
inverse.cpp | 16 typedef typename MatrixType::Index Index; 20 Index rows = m.rows(); 21 Index cols = m.cols();
|
redux.cpp | 14 typedef typename MatrixType::Index Index; 18 Index rows = m.rows(); 19 Index cols = m.cols(); 47 Index r0 = internal::random<Index>(0,rows-1); 48 Index c0 = internal::random<Index>(0,cols-1); 49 Index r1 = internal::random<Index>(r0+1,rows)-r0 [all...] |
/external/eigen/test/eigen2/ |
eigen2_sizeof.cpp | 18 VERIFY(sizeof(MatrixType)==sizeof(Scalar*) + 2 * sizeof(typename MatrixType::Index));
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
IncompleteLU.h | 20 typedef typename Vector::Index Index; 34 Index rows() const { return m_lu.rows(); } 35 Index cols() const { return m_lu.cols(); } 46 for(; k_it && k_it.index()<i; ++k_it) 48 int k = k_it.index(); 53 while(kj_it && kj_it.index()<=k) ++kj_it; 56 if(kj_it.index()==j_it.index()) 62 else if(kj_it.index()<j_it.index()) ++kj_it [all...] |
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
qrsolv.h | 17 typedef DenseIndex Index; 20 Index i, j, k, l; 22 Index n = s.cols(); 75 Index nsing;
|
r1updt.h | 15 typedef DenseIndex Index; 19 const Index m = s.rows(); 20 const Index n = s.cols(); 21 Index i, j=1;
|
lmpar.h | 15 typedef DenseIndex Index; 18 Index i, j, l; 21 Index iter; 29 const Index n = r.cols(); 38 Index nsing = n-1; 171 typedef DenseIndex Index; 174 Index j; 177 Index iter; 185 const Index n = qr.matrixQR().cols(); 194 // const Index rank = qr.nonzeroPivots(); // exactly double(0. [all...] |
/external/llvm/tools/llvm-objdump/ |
MachODump.cpp | 398 for (uint64_t Index = Start; Index < End; Index += Size) { 403 outs() << format("%8" PRIx64 ":\t", SectAddress + Index); 408 Dice.push_back(std::make_pair(SectAddress + Index, DiceRef())); 415 DumpBytes(StringRef(Bytes.data() + Index, Length)); 418 DumpDataInCode(Bytes.data() + Index, Length, Kind); 422 if (DisAsm->getInstruction(Inst, Size, memoryObject, Index, 424 DumpBytes(StringRef(Bytes.data() + Index, Size)); 430 diContext->getLineInfoForAddress(SectAddress + Index); [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_emulate_loops.c | 51 int Index; 89 rc_register_file file, unsigned int index, unsigned int mask) 93 value->Src->Index != index || 100 inst->U.I.SrcReg[0].Index)){ 106 inst->U.I.SrcReg[0].Index, 114 rc_register_file file, unsigned int index, unsigned int mask) 122 count_inst->Index != index || 134 /* Find the index of the counter register. * [all...] |
/external/eigen/Eigen/src/Core/ |
IO.h | 163 typedef typename Derived::Index Index; 165 Index width = 0; 192 for(Index j = 1; j < m.cols(); ++j) 193 for(Index i = 0; i < m.rows(); ++i) 198 width = std::max<Index>(width, Index(sstr.str().length())); 204 for(Index i = 0; i < m.rows(); ++i) 211 for(Index j = 1; j < m.cols(); ++j)
|
PermutationMatrix.h | 70 typedef typename Traits::Index Index; 73 typedef PermutationMatrix<IndicesType::SizeAtCompileTime,IndicesType::MaxSizeAtCompileTime,Index> 91 for(Index k=size()-1; k>=0; --k) 108 inline Index rows() const { return indices().size(); } 111 inline Index cols() const { return indices().size(); } 114 inline Index size() const { return indices().size(); } 142 inline void resize(Index size) 150 for(Index i = 0; i < size(); ++i) 156 void setIdentity(Index size [all...] |
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
AutoDiffVector.h | 41 typedef typename JacobianType::Index Index; 52 CoeffType operator[] (Index i) { return CoeffType(m_values[i], m_jacobian.col(i)); } 53 const CoeffType operator[] (Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); } 55 CoeffType operator() (Index i) { return CoeffType(m_values[i], m_jacobian.col(i)); } 56 const CoeffType operator() (Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); } 58 CoeffType coeffRef(Index i) { return CoeffType(m_values[i], m_jacobian.col(i)); } 59 const CoeffType coeffRef(Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); } 61 Index size() const { return m_values.size(); }
|
/external/jdiff/src/jdiff/ |
HTMLIndexes.java | 23 /** Emit all the bottom left frame index files. */ 35 // are any removals etc for the allDiffs index. 59 * the given program element type in an alphabetical index. 61 * @param indexBaseName The base name of the index file. 76 title = programElementType + " Removals Index"; 79 title = programElementType + " Additions Index"; 82 title = programElementType + " Changes Index"; 85 title = programElementType + " Differences Index"; 125 * with a link to the top of the index. 141 Index entry = (Index)(iter.next()) [all...] |
/external/eigen/Eigen/src/Jacobi/ |
Jacobi.h | 64 bool makeJacobi(const MatrixBase<Derived>&, typename Derived::Index p, typename Derived::Index q); 79 * \sa MatrixBase::makeJacobi(const MatrixBase<Derived>&, Index, Index), MatrixBase::applyOnTheLeft(), MatrixBase::applyOnTheRight() 123 inline bool JacobiRotation<Scalar>::makeJacobi(const MatrixBase<Derived>& m, typename Derived::Index p, typename Derived::Index q) 269 inline void MatrixBase<Derived>::applyOnTheLeft(Index p, Index q, const JacobiRotation<OtherScalar>& j) 284 inline void MatrixBase<Derived>::applyOnTheRight(Index p, Index q, const JacobiRotation<OtherScalar>& j [all...] |
/external/eigen/Eigen/src/Core/util/ |
BlasUtil.h | 21 template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjugateLhs=false, bool ConjugateRhs=false> 24 template<typename Scalar, typename Index, int nr, int StorageOrder, bool Conjugate = false, bool PanelMode=false> 27 template<typename Scalar, typename Index, int Pack1, int Pack2, int StorageOrder, bool Conjugate = false, bool PanelMode = false> 31 typename Index, 37 template<typename Index, typename LhsScalar, int LhsStorageOrder, bool ConjugateLhs, typename RhsScalar, bool ConjugateRhs, int Version=Specialized> 122 template<typename Scalar, typename Index, int StorageOrder> 126 blas_data_mapper(Scalar* data, Index stride) : m_data(data), m_stride(stride) {} 127 EIGEN_STRONG_INLINE Scalar& operator()(Index i, Index j) 131 Index m_stride [all...] |
/external/eigen/Eigen/src/SparseCore/ |
ConservativeSparseSparseProduct.h | 21 typedef typename remove_all<Lhs>::type::Index Index; 24 Index rows = lhs.innerSize(); 25 Index cols = rhs.outerSize(); 30 Matrix<Index,Dynamic,1> indices(rows); 38 Index estimated_nnz_prod = lhs.nonZeros() + rhs.nonZeros(); 41 res.reserve(Index(estimated_nnz_prod)); 43 for (Index j=0; j<cols; ++j) 47 Index nnz = 0; 51 Index k = rhsIt.index() [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRParser.h | 56 - (void) traceIn:(NSString *)ruleName Index:(int)ruleIndex; 57 - (void) traceOut:(NSString *)ruleName Index:(NSInteger) ruleIndex;
|