HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 276 - 300 of 1156) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 159 combineWeight(Combined[W.TargetNode.Index], W);
272 BlockNode Resolved = Working[Succ.Index].getResolvedNode();
293 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) {
374 if (auto *Loop = Working[M.Index].getPackagedLoop())
376 DEBUG(dbgs() << " - node: " << getBlockName(M.Index) << "\n");
397 BlockMass Mass = Working[Source.Index].getMass();
407 Working[W.TargetNode.Index].getMass() += Taken;
455 for (size_t Index = 0; Index < BFI.Freqs.size(); ++Index) {
    [all...]
StratifiedSets.h 28 // \brief An index into Stratified Sets.
35 StratifiedIndex Index;
59 // \brief The index for the set "above" current
120 const StratifiedLink &getLink(StratifiedIndex Index) const {
121 assert(inbounds(Index));
122 return Links[Index];
271 void setAttr(unsigned index) {
273 assert(index < NumStratifiedAttrs);
274 Link.Attrs.set(index);
344 auto &Link = linksAt(Info.Index);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aapoint.c 122 int maxInput, maxGeneric; /**< max input index found */
140 decl->Semantic.Index == 0) {
147 (int) decl->Semantic.Index > aactx->maxGeneric) {
148 aactx->maxGeneric = decl->Semantic.Index;
207 decl.Semantic.Index = aactx->maxGeneric + 1;
244 newInst.Dst[0].Register.Index = tmp0;
248 newInst.Src[0].Register.Index = texInput;
250 newInst.Src[1].Register.Index = texInput;
258 newInst.Dst[0].Register.Index = tmp0;
262 newInst.Src[0].Register.Index = tmp0
    [all...]
  /external/eigen/test/
vectorwiseop.cpp 16 typedef typename ArrayType::Index Index;
21 Index rows = m.rows();
22 Index cols = m.cols();
23 Index r = internal::random<Index>(0, rows-1),
24 c = internal::random<Index>(0, cols-1);
118 typedef typename MatrixType::Index Index;
126 Index rows = m.rows()
    [all...]
array.cpp 14 typedef typename ArrayType::Index Index;
19 Index rows = m.rows();
20 Index cols = m.cols();
89 typedef typename ArrayType::Index Index;
93 Index rows = m.rows();
94 Index cols = m.cols();
96 Index r = internal::random<Index>(0, rows-1)
    [all...]
ref.cpp 39 typedef typename MatrixType::Index Index;
50 Index rows = m.rows(), cols = m.cols();
55 Index i = internal::random<Index>(0,rows-1);
56 Index j = internal::random<Index>(0,cols-1);
57 Index brows = internal::random<Index>(1,rows-i);
58 Index bcols = internal::random<Index>(1,cols-j)
    [all...]
conservative_resize.cpp 20 typedef typename MatrixType::Index Index;
40 const Index rows = internal::random<Index>(1,50);
41 const Index cols = internal::random<Index>(1,50);
50 const Index rows = internal::random<Index>(50,75);
51 const Index cols = internal::random<Index>(50,75)
    [all...]
permutationmatrices.cpp 15 typedef typename MatrixType::Index Index;
26 Index rows = m.rows();
27 Index cols = m.cols();
87 Index i = internal::random<Index>(0, rows-1);
88 Index j;
89 do j = internal::random<Index>(0, rows-1); while(j==i);
96 i = internal::random<Index>(0, cols-1);
97 do j = internal::random<Index>(0, cols-1); while(j==i)
    [all...]
lu.cpp 16 typedef typename MatrixType::Index Index;
21 Index rows, cols, cols2;
24 rows = internal::random<Index>(2,EIGEN_TEST_MAX_SIZE);
32 cols = internal::random<Index>(2,EIGEN_TEST_MAX_SIZE);
51 Index rank = internal::random<Index>(1, (std::min)(rows, cols)-1);
138 typedef typename MatrixType::Index Index;
139 Index rows = internal::random<Index>(1,4)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 56 /* Index of the pos output, typically 0. */
58 /* Index of the pos temp where all writes of pos are redirected to. */
60 /* The index of the last generic output, after which we insert a new
89 unsigned name, unsigned index, unsigned interp,
100 decl.Semantic.Index = index;
109 unsigned name, unsigned index, unsigned interp)
120 emit_output(ctx, name, index, interp,
128 unsigned name, unsigned index, unsigned interp)
139 emit_output(ctx, name, index, interp
336 unsigned index = info.output_semantic_index[i]; local
    [all...]
  /external/mesa3d/src/mesa/program/
nvvertparse.c 405 srcReg->Index = reg;
432 srcReg->Index = -k;
437 srcReg->Index = k;
567 dstReg->Index = idx;
574 dstReg->Index = idx;
583 dstReg->Index = idx;
659 srcReg->Index = idx;
669 srcReg->Index = idx;
753 srcReg->Index = idx;
763 srcReg->Index = idx
1422 GLint index; local
    [all...]
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 23 template<typename Scalar, typename Index, int StorageOrder, int UpLo, bool ConjugateLhs, bool ConjugateRhs, int Version=Specialized>
26 template<typename Scalar, typename Index, int StorageOrder, int UpLo, bool ConjugateLhs, bool ConjugateRhs, int Version>
31 Index size,
32 const Scalar* lhs, Index lhsStride,
33 const Scalar* _rhs, Index rhsIncr,
38 template<typename Scalar, typename Index, int StorageOrder, int UpLo, bool ConjugateLhs, bool ConjugateRhs, int Version>
39 EIGEN_DONT_INLINE void selfadjoint_matrix_vector_product<Scalar,Index,StorageOrder,UpLo,ConjugateLhs,ConjugateRhs,Version>::run(
40 Index size,
41 const Scalar* lhs, Index lhsStride,
42 const Scalar* _rhs, Index rhsIncr
    [all...]
GeneralBlockPanelKernel.h 513 template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjugateLhs, bool ConjugateRhs>
531 void operator()(ResScalar* res, Index resStride, const LhsScalar* blockA, const RhsScalar* blockB, Index rows, Index depth, Index cols, ResScalar alpha,
532 Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0, RhsScalar* unpackedB=0);
535 template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjugateLhs, bool ConjugateRhs
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
ref.tex 27 \makeindex % tell \index to actually write the .idx file
78 % If you don't want the Module Index, you can remove all of this up
82 \renewcommand{\indexname}{Module Index}
84 \input{mod\jobname.ind} % Module Index
87 \renewcommand{\indexname}{Index}
89 \input{\jobname.ind} % Index
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
ConstrainedConjGrad.h 51 typedef typename CMatrix::Index Index;
55 Index rows = C.rows(), cols = C.cols();
64 for (Index i = 0; i < rows; ++i)
87 for (Index j=0; j<l.size(); ++j)
111 typedef typename TMatrix::Index Index;
115 Index xSize = x.size();
136 for (Index i = 0; i < C.rows(); ++i)
150 z.coeffRef(it.index()) -= bb*it.value()
    [all...]
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 60 typedef DenseIndex Index;
63 EIGEN_STRONG_INLINE const _Scalar operator()(Index row, Index col ) const
77 const Index deg = poly.size()-1;
90 const Index deg = m_monic.size();
91 const Index deg_1 = deg-1;
215 const Index deg = m_monic.size();
216 const Index deg_1 = deg-1;
239 for( Index i=1; i<deg_1; ++i )
258 const Index ebl = m_bl_diag.size()-1
    [all...]
  /external/eigen/unsupported/Eigen/src/SVD/
JacobiSVD.h 54 typedef typename MatrixType::Index Index;
68 typedef typename MatrixType::Index Index;
109 typedef typename MatrixType::Index Index;
159 typedef typename MatrixType::Index Index;
200 typedef typename MatrixType::Index Index;
    [all...]
  /external/pdfium/third_party/bigint/
BigUnsigned.hh 28 typedef NumberlikeArray<Blk>::Index Index;
33 BigUnsigned(int, Index c) : NumberlikeArray<Blk>(0, c) {}
54 BigUnsigned(const Blk *b, Index blen) : NumberlikeArray<Blk>(b, blen) {
98 Blk getBlock(Index i) const { return i >= len ? 0 : blk[i]; }
100 void setBlock(Index i, Blk newBlock);
108 Index bitLength() const;
111 bool getBit(Index bi) const {
116 void setBit(Index bi, bool newBit);
241 friend Blk getShiftedBlock(const BigUnsigned &num, Index x
    [all...]
  /external/llvm/lib/Object/
IRObjectFile.cpp 147 uintptr_t Index = Symb.p & ~uintptr_t(3);
148 Index >>= 2;
149 return Index;
176 unsigned Index = getAsmSymIndex(Symb);
177 assert(Index < AsmSymbols.size());
178 ++Index;
179 Res = (Index << 2) | 3;
193 unsigned Index = getAsmSymIndex(Symb);
194 assert(Index <= AsmSymbols.size());
195 OS << AsmSymbols[Index].first
    [all...]
FunctionIndexObjectFile.cpp 1 //===- FunctionIndexObjectFile.cpp - Function index file implementation ---===//
27 : SymbolicFile(Binary::ID_FunctionIndex, Object), Index(std::move(I)) {}
32 return std::move(Index);
72 // Looks for function index in the given memory buffer.
83 // Parse function index in the given memory buffer.
85 // function summary/index.
90 std::unique_ptr<FunctionInfoIndex> Index;
102 Index = std::move(IOrErr.get());
104 return llvm::make_unique<FunctionIndexObjectFile>(Object, std::move(Index));
109 // stored on the index object saved in this object
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 164 inst[ic].DstReg.Index = colorTemp;
166 inst[ic].SrcReg[0].Index = FRAG_ATTRIB_TEX0;
188 inst[ic].DstReg.Index = colorTemp;
190 inst[ic].SrcReg[0].Index = colorTemp;
192 inst[ic].SrcReg[1].Index = scale_p;
194 inst[ic].SrcReg[2].Index = bias_p;
217 inst[ic].DstReg.Index = temp;
220 inst[ic].SrcReg[0].Index = colorTemp;
229 inst[ic].DstReg.Index = temp;
232 inst[ic].SrcReg[0].Index = colorTemp
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 37 unsigned int Index:RC_REGISTER_INDEX_BITS;
77 inst_mov->U.I.DstReg.Index = rc_find_free_temporary(s->C);
82 inst->U.I.SrcReg[0].Index = inst_mov->U.I.DstReg.Index;
110 rc_register_file file, unsigned int index)
113 return &sap->Proxies->Temporary[index];
120 rc_register_file file, unsigned int index, unsigned int comp)
123 struct proxy_info * proxy = get_proxy_info(sap, file, index);
127 proxy->Index = rc_find_free_temporary(sap->S->C);
139 *pindex = proxy->Index;
    [all...]
  /external/eigen/Eigen/src/Geometry/
Umeyama.h 100 typedef typename Derived::Index Index;
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;
Homogeneous.h 75 inline Index rows() const { return m_matrix.rows() + (int(Direction)==Vertical ? 1 : 0); }
76 inline Index cols() const { return m_matrix.cols() + (int(Direction)==Horizontal ? 1 : 0); }
78 inline Scalar coeff(Index row, Index col) const
240 typedef typename MatrixType::Index Index;
246 inline Index rows() const { return m_lhs.rows(); }
247 inline Index cols() const { return m_rhs.cols(); }
280 typedef typename MatrixType::Index Index;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 107 SID( src->DimIndirect.Index );
110 if (src->Dimension.Index != 0) {
111 if (src->Dimension.Index > 0)
113 SID( src->Dimension.Index );
118 SID(src->Dimension.Index);
126 SID( src->Indirect.Index );
129 if (src->Register.Index != 0) {
130 if (src->Register.Index > 0)
132 SID( src->Register.Index );
137 SID( src->Register.Index );
    [all...]

Completed in 734 milliseconds

<<11121314151617181920>>