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

12

/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>()));
50 VERIFY_IS_APPROX(x2, (m2.template replicate<1,3>()));
54 VERIFY_IS_APPROX(vx1+vx1, vx1+(m2.template replicate<3,1>()));
56 vx1=m2+(m2.colwise().replicate(1));
59 VERIFY_IS_APPROX(m2.coeff(0), (m2.template replicate<3,1>().coeff(m2.rows())));
64 VERIFY_IS_APPROX(x2, v1.rowwise().replicate(f1));
69 VERIFY_IS_APPROX(vx1, v1.colwise().replicate(f2));
75 CALL_SUBTEST_1( replicate(Matri
[all...]
H A Deigensolver_complex.cpp66 Matrix<RealScalar,Dynamic,Dynamic> diffs = (vec1.rowwise().replicate(n) - vec2.rowwise().replicate(n).transpose()).cwiseAbs2();
H A Devaluators.cpp344 VERIFY_IS_APPROX_EVALUATOR(matXcd, matXcd_ref.replicate(2,2));
345 VERIFY_IS_APPROX_EVALUATOR(matXcd, (matXcd_ref.replicate<2,2>()));
H A Dproduct_extra.cpp320 VERIFY_IS_APPROX(r, v.rowwise().replicate(n));
322 VERIFY_IS_APPROX(r, v.rowwise().replicate(n).transpose());
/external/swiftshader/src/Renderer/
H A DPixelProcessor.hpp147 referenceQ = replicate(reference);
148 testMaskQ = replicate(testMask);
149 writeMaskQ = replicate(writeMask);
152 referenceMaskedSignedQ = replicate((reference + 0x80) & 0xFF & testMask);
155 static int64_t replicate(int b) function in struct:sw::PixelProcessor::Stencil
H A DPixelProcessor.cpp840 fog.colorF[0] = replicate(fogColor.r);
841 fog.colorF[1] = replicate(fogColor.g);
842 fog.colorF[2] = replicate(fogColor.b);
847 fog.densityE = replicate(-fogDensity * 1.442695f); // 1/e^x = 2^(-x*1.44)
848 fog.density2E = replicate(-fogDensity * fogDensity * 1.442695f);
885 fog.scale = replicate(fogScale);
886 fog.offset = replicate(fogOffset);
H A DRenderer.cpp504 data->a2c0 = replicate(ref - margin * 0.6f);
505 data->a2c1 = replicate(ref - margin * 0.2f);
506 data->a2c2 = replicate(ref + margin * 0.2f);
507 data->a2c3 = replicate(ref + margin * 0.6f);
511 data->a2c0 = replicate(ref - margin * 0.3f);
512 data->a2c1 = replicate(ref + margin * 0.3f);
576 data->Wx16 = replicate(W * 16);
577 data->Hx16 = replicate(H * 16);
578 data->X0x16 = replicate(X0 * 16 - 8);
579 data->Y0x16 = replicate(Y
[all...]
H A DVertexProcessor.cpp331 ff.attenuationConstant[light] = replicate(constant);
332 ff.attenuationLinear[light] = replicate(linear);
333 ff.attenuationQuadratic[light] = replicate(quadratic);
643 point.pointSize = replicate(pointSize);
/external/eigen/Eigen/src/Core/
H A DReplicate.h56 * It is the return type of DenseBase::replicate() and most of the time
59 * \sa DenseBase::replicate()
114 * \sa VectorwiseOp::replicate(), DenseBase::replicate(Index,Index), class Replicate
119 DenseBase<Derived>::replicate() const function in class:Eigen::DenseBase
130 * \sa VectorwiseOp::replicate(), DenseBase::replicate(), class Replicate
134 VectorwiseOp<ExpressionType,Direction>::replicate(Index factor) const function in class:Eigen::VectorwiseOp
H A DDenseBase.h543 const Replicate<Derived,RowFactor,ColFactor> replicate() const;
550 * \sa VectorwiseOp::replicate(), DenseBase::replicate<int,int>(), class Replicate
554 const Replicate<Derived, Dynamic, Dynamic> replicate(Index rowFactor, Index colFactor) const function in class:Eigen::DenseBase
H A DVectorwiseOp.h473 const ReplicateReturnType replicate(Index factor) const;
481 * \sa VectorwiseOp::replicate(Index), DenseBase::replicate(), class Replicate
487 replicate(Index factor = Factor) const function in class:Eigen::VectorwiseOp
H A DCoreEvaluators.h1188 EIGEN_DEVICE_FUNC explicit unary_evaluator(const XprType& replicate) argument
1189 : m_arg(replicate.nestedExpression()),
1191 m_rows(replicate.nestedExpression().rows()),
1192 m_cols(replicate.nestedExpression().cols())
/external/swiftshader/src/Common/
H A DTypes.hpp130 inline float4 replicate(float f) function in namespace:sw
/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/libvpx/libvpx/vp9/common/x86/
H A Dvp9_mfqe_sse2.asm35 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words
36 punpcklqdq xmm0, xmm0 ; replicate to all hi words
112 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words
113 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.h276 .template replicate<MatrixType::ColsAtCompileTime>(m_rhs.cols());
314 .template replicate<MatrixType::RowsAtCompileTime>(m_lhs.rows());
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelLowering.cpp2084 // Variable index: Rotate the requested element into slot 0, then replicate
2112 SDValue replicate; local
2121 replicate = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32,
2127 replicate = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32,
2134 replicate = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32,
2142 replicate = DAG.getNode(ISD::BUILD_VECTOR, dl, MVT::v4i32,
2150 vecShift, vecShift, replicate));
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc1597 static inline RES replicate(T imm) { function in namespace:vixl
1663 vmov(cond, I64, rd, replicate<uint64_t>(imm));
1809 vmov(cond, I64, rd, replicate<uint64_t>(imm));
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
/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 766 milliseconds

12