Searched refs:Replicate (Results 1 – 17 of 17) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | Replicate.h | 17 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 …]
|
D | VectorwiseOp.h | 208 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,
|
D | DenseBase.h | 543 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()
|
D | CoreEvaluators.h | 1169 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/ |
D | Homogeneous.h | 201 Replicate<HNormalized_Factors, 403 typedef Replicate<const ConstantColumn,Rows,1> ConstantBlock; 456 typedef Replicate<const ConstantColumn,1,Cols> ConstantBlock;
|
D | Transform.h | 1364 …ResultType res(Replicate<typename TransformType::ConstTranslationPart, 1, OtherCols>(T.translation…
|
/external/eigen/unsupported/Eigen/src/Splines/ |
D | Spline.h | 305 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/ |
D | ForwardDeclarations.h | 246 template<typename MatrixType,int RowFactor,int ColFactor> class Replicate;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoVector.td | 87 // 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/ |
D | Core | 493 #include "src/Core/Replicate.h"
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 87 // Replicate immediate. 247 // Replicate.
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 151 Replicate <body> or <def>, replacing instances of <var> with each value
|
/external/eigen/doc/ |
D | QuickReference.dox | 586 \subsection QuickRef_Replicate Replicate
|
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 7295 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/ |
D | X86InstrSSE.td | 4496 // SSE3 - Replicate Single FP - MOVSHDUP and MOVSLDUP 4555 // SSE3 - Replicate Double FP - MOVDDUP
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 5036 // SSE3 - Replicate Single FP - MOVSHDUP and MOVSLDUP 5097 // SSE3 - Replicate Double FP - MOVDDUP
|
D | X86InstrAVX512.td | 7441 // Replicate Single FP - MOVSHDUP and MOVSLDUP
|