Searched refs:replicate (Results 1 - 13 of 13) sorted by relevance

/external/eigen/doc/snippets/
H A DMatrixBase_replicate.cpp3 cout << "m.replicate<3,2>() = ..." << endl;
4 cout << m.replicate<3,2>() << endl;
H A DMatrixBase_replicate_int_int.cpp3 cout << "v.replicate(2,5) = ..." << endl;
4 cout << v.replicate(2,5) << endl;
H A DDirectionWise_replicate.cpp3 cout << "m.colwise().replicate<3>() = ..." << endl;
4 cout << m.colwise().replicate<3>() << endl;
H A DDirectionWise_replicate_int.cpp3 cout << "v.rowwise().replicate(5) = ..." << endl;
4 cout << v.rowwise().replicate(5) << endl;
/external/eigen/test/
H A Darray_replicate.cpp12 template<typename MatrixType> void replicate(const MatrixType& m) function
41 VERIFY_IS_APPROX(x1, m1.replicate(f1,f2));
46 VERIFY_IS_APPROX(x2, (m2.template replicate<2,3>()));
51 VERIFY_IS_APPROX(x2, v1.rowwise().replicate(f1));
56 VERIFY_IS_APPROX(vx1, v1.colwise().replicate(f2));
62 CALL_SUBTEST_1( replicate(Matrix<float, 1, 1>()) );
63 CALL_SUBTEST_2( replicate(Vector2f()) );
64 CALL_SUBTEST_3( replicate(Vector3d()) );
65 CALL_SUBTEST_4( replicate(Vector4f()) );
66 CALL_SUBTEST_5( replicate(VectorX
[all...]
/external/eigen/Eigen/src/Core/
H A DReplicate.h24 * It is the return type of DenseBase::replicate() and most of the time
27 * \sa DenseBase::replicate()
134 * \sa VectorwiseOp::replicate(), DenseBase::replicate(Index,Index), class Replicate
139 DenseBase<Derived>::replicate() const function in class:Eigen::DenseBase
150 * \sa VectorwiseOp::replicate(), DenseBase::replicate<int,int>(), class Replicate
154 DenseBase<Derived>::replicate(Index rowFactor,Index colFactor) const function in class:Eigen::DenseBase
165 * \sa VectorwiseOp::replicate(), DenseBase::replicate(), clas
169 VectorwiseOp<ExpressionType,Direction>::replicate(Index factor) const function in class:Eigen::VectorwiseOp
[all...]
H A DDenseBase.h465 const Replicate<Derived,RowFactor,ColFactor> replicate() const;
466 const Replicate<Derived,Dynamic,Dynamic> replicate(Index rowFacor,Index colFactor) const;
H A DVectorwiseOp.h413 const ReplicateReturnType replicate(Index factor) const;
421 * \sa VectorwiseOp::replicate(Index), DenseBase::replicate(), class Replicate
425 replicate(Index factor = Factor) const function in class:Eigen::VectorwiseOp
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dmfqe_sse2.asm34 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words
35 punpcklqdq xmm0, xmm0 ; replicate to all hi words
111 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words
112 punpcklqdq xmm0, xmm0 ; replicate to all hi words
/external/libvpx/libvpx/vp8/common/x86/
H A Dmfqe_sse2.asm34 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words
35 punpcklqdq xmm0, xmm0 ; replicate to all hi words
111 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words
112 punpcklqdq xmm0, xmm0 ; replicate to all hi words
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py425 for replicate in dlg.lstReplicate:
426 self.jet_file.AddSegment(replicate[0], dlg.GetValue(JetDefs.F_MIDIFILE),
427 mbtFct(replicate[1],-1), mbtFct(replicate[2],-1),
502 for replicate in dlg.lstReplicate:
503 self.jet_file.AddSegment(replicate[0], dlg.GetValue(JetDefs.F_MIDIFILE),
504 mbtFct(replicate[1],-1), mbtFct(replicate[2],-1),
660 for replicate in dlg.lstReplicate:
661 self.jet_file.AddEvent(self.currentSegmentName, replicate[
[all...]
/external/eigen/Eigen/src/Geometry/
H A DHomogeneous.h257 .template replicate<MatrixType::ColsAtCompileTime>(m_rhs.cols());
296 .template replicate<MatrixType::RowsAtCompileTime>(m_lhs.rows());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...

Completed in 1381 milliseconds