HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 376 - 400 of 1147) sorted by null

<<11121314151617181920>>

  /external/eigen/Eigen/src/Eigenvalues/
GeneralizedSelfAdjointEigenSolver.h 53 typedef typename Base::Index Index;
61 * GeneralizedSelfAdjointEigenSolver(Index) for dynamic-size matrices.
77 GeneralizedSelfAdjointEigenSolver(Index size)
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR_MKL.h 54 Index rows = matrix.rows();\
55 Index cols = matrix.cols();\
56 Index size = matrix.diagonalSize();\
62 /*Index number_of_transpositions = 0;*/ \
HouseholderQR_MKL.h 50 typename MatrixQR::Index = 32, \
  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 19 bool intersect_helper(const BVH &tree, Intersector &intersector, typename BVH::Index root)
21 typedef typename BVH::Index Index;
28 std::vector<Index> todo(1, root);
95 typedef typename BVH1::Index Index1;
96 typedef typename BVH2::Index Index2;
149 typename Minimizer::Scalar minimize_helper(const BVH &tree, Minimizer &minimizer, typename BVH::Index root, typename Minimizer::Scalar minimum)
152 typedef typename BVH::Index Index;
153 typedef std::pair<Scalar, Index> QueueElement; //first element is priorit
    [all...]
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMcovar.h 26 typedef DenseIndex Index;
28 Index i, j, k, l, ii, jj;
33 const Index n = r.cols();
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
covar.h 12 typedef DenseIndex Index;
15 Index i, j, k, l, ii, jj;
20 const Index n = r.cols();
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolFunc.cpp 54 getChildAtIndex(uint32_t Index) const override {
55 if (Index >= Args.size())
59 Args[Index]->getSymIndexId());
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.cpp 96 unsigned Index) {
100 return Index == ~0u ? 2 : 0;
102 return BaseT::getVectorInstrCost(Opcode, ValTy, Index);
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 27 typedef typename MatrixType::Index Index;
115 Index rows() const { return mp_matrix ? mp_matrix->rows() : 0; }
117 Index cols() const { return mp_matrix ? mp_matrix->cols() : 0; }
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 38 typedef typename _MatrixType::Index Index;
47 typedef typename _MatrixType::Index Index;
56 typedef typename _MatrixType::Index Index;
127 typedef typename MatrixType::Index Index;
174 Array<Index,IPARM_SIZE,1>& iparm()
179 /** Return a reference to a particular index parameter of the IPARM vector
    [all...]
  /external/eigen/test/
diagonal.cpp 14 typedef typename MatrixType::Index Index;
17 Index rows = m.rows();
18 Index cols = m.cols();
eigensolver_complex.cpp 35 typedef typename MatrixType::Index Index;
39 Index rows = m.rows();
40 Index cols = m.cols();
eigensolver_generic.cpp 17 typedef typename MatrixType::Index Index;
21 Index rows = m.rows();
22 Index cols = m.cols();
product_selfadjoint.cpp 14 typedef typename MatrixType::Index Index;
21 Index rows = m.rows();
22 Index cols = m.cols();
sizeof.cpp 18 VERIFY(sizeof(MatrixType)==sizeof(Scalar*) + 2 * sizeof(typename MatrixType::Index));
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixPower.h 22 typedef typename MatrixType::Index Index;
31 Index rows() const { return m_pow.rows(); }
32 Index cols() const { return m_pow.cols(); }
51 typedef typename MatrixType::Index Index;
115 for (Index i=1; i < m_A.cols(); ++i) {
154 for (Index i=0; i < m_A.cols(); ++i)
285 typedef typename MatrixType::Index Index;
    [all...]
  /external/eigen/unsupported/test/
sparse_extra.cpp 52 typedef typename SparseMatrixType::Index Index;
53 const Index rows = ref.rows();
54 const Index cols = ref.cols();
125 setter(i.index(), j) = i.value();
  /external/llvm/test/MC/ARM/
eh-link.s 11 @ CHECK: Index: 4
28 @ CHECK-NEXT: Index: 5
46 @ CHECK: Index: 8
63 @ CHECK-NEXT: Index: 9
  /external/mesa3d/src/mesa/program/
prog_parameter_layout.c 59 * \param first Index of first element in \c src to copy
149 /* Previously the Index was just the offset from the parameter
151 * index can be updated to its actual value.
154 inst->Base.SrcReg[i].Index +=
166 const int idx = inst->SrcReg[i].Base.Index;
189 inst->Base.SrcReg[i].Index =
198 inst->Base.SrcReg[i].Index =
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM_Bitstream.c 186 * Returns : Code Book Index if successfull.
200 OMX_INT Index;
209 for (Index=0; pCodeBook->codeLen != 0; Index++)
217 return Index;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM_Bitstream.c 186 * Returns : Code Book Index if successfull.
200 OMX_INT Index;
209 for (Index=0; pCodeBook->codeLen != 0; Index++)
217 return Index;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM_Bitstream.c 186 * Returns : Code Book Index if successfull.
200 OMX_INT Index;
209 for (Index=0; pCodeBook->codeLen != 0; Index++)
217 return Index;
  /frameworks/compile/slang/
slang_rs_export_func.cpp 143 unsigned Index = 0;
145 FE = ERT->fields_end(); FI != FE; FI++, Index++) {
149 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index);
157 size_t T2Offset = ParamTySL->getElementOffset(Index);
  /system/connectivity/shill/wimax/
mock_wimax_device_proxy.h 55 MOCK_METHOD1(Index, uint8_t(Error* error));
wimax_device_proxy_interface.h 69 virtual uint8_t Index(Error* error) = 0;

Completed in 1383 milliseconds

<<11121314151617181920>>