Home
last modified time | relevance | path

Searched refs:Replicate (Results 1 – 17 of 17) sorted by relevance

/external/eigen/Eigen/src/Core/
DReplicate.h17 struct traits<Replicate<MatrixType,RowFactor,ColFactor> >
61 template<typename MatrixType,int RowFactor,int ColFactor> class Replicate
62 : public internal::dense_xpr_base< Replicate<MatrixType,RowFactor,ColFactor> >::type
64 typedef typename internal::traits<Replicate>::MatrixTypeNested MatrixTypeNested;
65 typedef typename internal::traits<Replicate>::_MatrixTypeNested _MatrixTypeNested;
68 typedef typename internal::dense_xpr_base<Replicate>::type Base;
69 EIGEN_DENSE_PUBLIC_INTERFACE(Replicate)
74 inline explicit Replicate(const OriginalMatrixType& matrix)
84 inline Replicate(const OriginalMatrixType& matrix, Index rowFactor, Index colFactor)
118 const Replicate<Derived,RowFactor,ColFactor>
[all …]
DVectorwiseOp.h208 typedef Replicate<OtherDerived,
231 typedef Replicate<OtherDerived,
471 …typedef Replicate<ExpressionType,(isVertical?Dynamic:1),(isHorizontal?Dynamic:1)> ReplicateReturnT…
485 …template<int Factor> const Replicate<ExpressionType,isVertical*Factor+isHorizontal,isHorizontal*Fa…
489 return Replicate<ExpressionType,(isVertical?Factor:1),(isHorizontal?Factor:1)>
653 const Replicate<HNormalized_Factors,
DDenseBase.h543 const Replicate<Derived,RowFactor,ColFactor> replicate() const;
554 const Replicate<Derived, Dynamic, Dynamic> replicate(Index rowFactor, Index colFactor) const in replicate()
556 return Replicate<Derived, Dynamic, Dynamic>(derived(), rowFactor, colFactor); in replicate()
DCoreEvaluators.h1169 struct unary_evaluator<Replicate<ArgType, RowFactor, ColFactor> >
1170 : evaluator_base<Replicate<ArgType, RowFactor, ColFactor> >
1172 typedef Replicate<ArgType, RowFactor, ColFactor> XprType;
/external/eigen/Eigen/src/Geometry/
DHomogeneous.h201 Replicate<HNormalized_Factors,
403 typedef Replicate<const ConstantColumn,Rows,1> ConstantBlock;
456 typedef Replicate<const ConstantColumn,1,Cols> ConstantBlock;
DTransform.h1364 …ResultType res(Replicate<typename TransformType::ConstTranslationPart, 1, OtherCols>(T.translation…
/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h305 const Replicate<BasisVectorType,Dimension,1> ctrl_weights(basis_funcs); in operator()
336 … const Replicate<BasisDerivativeRowXpr,Dimension,1> ctrl_weights( basis_func_ders.row(der_order) ); in derivativesImpl()
/external/eigen/Eigen/src/Core/util/
DForwardDeclarations.h246 template<typename MatrixType,int RowFactor,int ColFactor> class Replicate;
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoVector.td87 // Replicate the low 8-bits from 32-bits input register into each of the
91 // Replicate the low 16-bits from 32-bits input register into each of the
/external/eigen/Eigen/
DCore493 #include "src/Core/Replicate.h"
/external/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td87 // Replicate immediate.
247 // Replicate.
/external/llvm/docs/TableGen/
DLangIntro.rst151 Replicate <body> or <def>, replacing instances of <var> with each value
/external/eigen/doc/
DQuickReference.dox586 \subsection QuickRef_Replicate Replicate
/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c7295 static ULong Replicate ( ULong bit, Int N ) in Replicate() function
7339 ULong exp = ((imm8_6 ^ 1) << (E-1)) | Replicate(imm8_6, E-1); in VFPExpandImm()
7340 ULong frac = ((imm8 & 63) << (F-6)) | Replicate(0, F-6); in VFPExpandImm()
7404 | (Replicate(imm8_6, 5) << (6 + 19)) in AdvSIMDExpandImm()
7415 | (Replicate(imm8_6, 8) << 54) in AdvSIMDExpandImm()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrSSE.td4496 // SSE3 - Replicate Single FP - MOVSHDUP and MOVSLDUP
4555 // SSE3 - Replicate Double FP - MOVDDUP
/external/llvm/lib/Target/X86/
DX86InstrSSE.td5036 // SSE3 - Replicate Single FP - MOVSHDUP and MOVSLDUP
5097 // SSE3 - Replicate Double FP - MOVDDUP
DX86InstrAVX512.td7441 // Replicate Single FP - MOVSHDUP and MOVSLDUP