Home
last modified time | relevance | path

Searched refs:Dense (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm/include/llvm/ADT/
DSparseMultiSet.h115 DenseT Dense; variable
144 return Dense[D.Prev].isTail(); in isHead()
152 return &Dense[N.Prev] == &N; in isSingleton()
159 Dense.push_back(SMSNode(V, Prev, Next)); in addValue()
160 return Dense.size() - 1; in addValue()
165 unsigned NextFree = Dense[Idx].Next; in addValue()
166 assert(Dense[Idx].isTombstone() && "Non-tombstone free?"); in addValue()
168 Dense[Idx] = SMSNode(V, Prev, Next); in addValue()
176 Dense[Idx].Prev = SMSNode::INVALID; in makeTombstone()
177 Dense[Idx].Next = FreelistIdx; in makeTombstone()
[all …]
DSparseSet.h128 DenseT Dense;
174 const_iterator begin() const { return Dense.begin(); }
175 const_iterator end() const { return Dense.end(); }
176 iterator begin() { return Dense.begin(); }
177 iterator end() { return Dense.end(); }
183 bool empty() const { return Dense.empty(); }
190 size_type size() const { return Dense.size(); }
196 Dense.clear();
208 const unsigned FoundIdx = ValIndexOf(Dense[i]);
255 Dense.push_back(Val);
[all …]
/external/eigen/Eigen/src/Core/util/
DXprHelper.h277 template<typename T> struct plain_matrix_type<T,Dense>
314 template<typename T> struct eval<T,Dense>
334 struct eval<Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense>
340 struct eval<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense>
350 struct plain_object_eval<T,Dense>
484 struct generic_xpr_base<Derived, XprKind, Dense>
529 … struct cwise_promote_storage_type<Dense,Dense,Functor> { ty…
530 … struct cwise_promote_storage_type<A,Dense,Functor> { typ…
531 … struct cwise_promote_storage_type<Dense,B,Functor> { ty…
532 …r> struct cwise_promote_storage_type<Sparse,Dense,Functor> …
[all …]
DConstants.h491 struct Dense {}; struct
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorTraits.h51 typedef Dense StorageKind;
69 typedef Dense StorageKind;
122 struct eval<Tensor<_Scalar, NumIndices_, Options, IndexType_>, Eigen::Dense>
128 struct eval<const Tensor<_Scalar, NumIndices_, Options, IndexType_>, Eigen::Dense>
134 struct eval<TensorFixedSize<Scalar_, Dimensions, Options, IndexType_>, Eigen::Dense>
140 struct eval<const TensorFixedSize<Scalar_, Dimensions, Options, IndexType_>, Eigen::Dense>
146 struct eval<TensorMap<PlainObjectType, Options, MakePointer>, Eigen::Dense>
152 struct eval<const TensorMap<PlainObjectType, Options, MakePointer>, Eigen::Dense>
158 struct eval<TensorRef<PlainObjectType>, Eigen::Dense>
164 struct eval<const TensorRef<PlainObjectType>, Eigen::Dense>
DTensorExpr.h95 struct eval<TensorCwiseUnaryOp<UnaryOp, XprType>, Eigen::Dense>
171 struct eval<TensorCwiseBinaryOp<BinaryOp, LhsXprType, RhsXprType>, Eigen::Dense>
248 struct eval<TensorCwiseTernaryOp<TernaryOp, Arg1XprType, Arg2XprType, Arg3XprType>, Eigen::Dense>
320 struct eval<TensorSelectOp<IfXprType, ThenXprType, ElseXprType>, Eigen::Dense>
DTensorArgMax.h38 struct eval<TensorIndexTupleOp<XprType>, Eigen::Dense>
148 struct eval<TensorTupleReducerOp<ReduceOp, Dims, XprType>, Eigen::Dense>
DTensorCustomOp.h36 struct eval<TensorCustomUnaryOp<CustomUnaryFunc, XprType>, Eigen::Dense>
186 struct eval<TensorCustomBinaryOp<CustomBinaryFunc, LhsXprType, RhsXprType>, Eigen::Dense>
DTensorForcedEval.h53 struct eval<TensorForcedEvalOp<XprType, MakePointer_>, Eigen::Dense>
DTensorEvalTo.h48 struct eval<TensorEvalToOp<XprType, MakePointer_>, Eigen::Dense>
DTensorGenerator.h37 struct eval<TensorGeneratorOp<Generator, XprType>, Eigen::Dense>
DTensorAssign.h44 struct eval<TensorAssignOp<LhsXprType, RhsXprType>, Eigen::Dense>
DTensorLayoutSwap.h52 struct eval<TensorLayoutSwapOp<XprType>, Eigen::Dense>
/external/eigen/Eigen/
DEigen1 #include "Dense"
/external/eigen/doc/examples/
Dmake_circulant.cpp.traits6 typedef Eigen::Dense StorageKind;
/external/eigen/Eigen/src/SparseCore/
DSparseDenseProduct.h17 template <> struct product_promote_storage_type<Sparse,Dense, OuterProduct> { typedef Sparse ret; };
18 template <> struct product_promote_storage_type<Dense,Sparse, OuterProduct> { typedef Sparse ret; };
247 Scalar get(const RhsEval &rhs, Index outer, Dense = Dense()) const
/external/eigen/doc/
DManual.dox55 /** \defgroup DenseMatrixManipulation_chapter Dense matrix and array manipulation */
111 /** \defgroup DenseLinearSolvers_chapter Dense linear problems and decompositions */
DOverview.dox12 - \link QuickRefPage [QuickRef] Dense matrix and array manipulations \endlink
/external/eigen/Eigen/src/Core/
DSolve.h35 struct solve_traits<Decomposition,RhsType,Dense>
86 class SolveImpl<Decomposition,RhsType,Dense>
DSolveTriangular.h167 void TriangularViewImpl<MatrixType,Mode,Dense>::solveInPlace(const MatrixBase<OtherDerived>& _other…
188 TriangularViewImpl<Derived,Mode,Dense>::solve(const MatrixBase<Other>& other) const
DTriangularMatrix.h333 template<typename _MatrixType, unsigned int _Mode> class TriangularViewImpl<_MatrixType,_Mode,Dense>
558 TriangularViewImpl<MatrixType, Mode, Dense>::operator=(const MatrixBase<OtherDerived>& other)
567 void TriangularViewImpl<MatrixType, Mode, Dense>::lazyAssign(const MatrixBase<OtherDerived>& other)
577 TriangularViewImpl<MatrixType, Mode, Dense>::operator=(const TriangularBase<OtherDerived>& other)
586 void TriangularViewImpl<MatrixType, Mode, Dense>::lazyAssign(const TriangularBase<OtherDerived>& ot…
DCwiseUnaryView.h101 class CwiseUnaryViewImpl<ViewOp,MatrixType,Dense>
DSelect.h36 typedef Dense StorageKind;
DProduct.h147 class ProductImpl<Lhs,Rhs,Option,Dense>
/external/v8/src/compiler/
Djs-inlining.cc234 const Operator* op0 = common()->StateValues(0, SparseInputMask::Dense()); in CreateArtificialFrameState()
241 static_cast<int>(params.size()), SparseInputMask::Dense()); in CreateArtificialFrameState()
272 const Operator* op0 = common()->StateValues(0, SparseInputMask::Dense()); in CreateTailCallerFrameState()

123