HomeSort by relevance Sort by last modified time
    Searched full:replicate (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /external/eigen/doc/snippets/
DirectionWise_replicate.cpp 3 cout << "m.colwise().replicate<3>() = ..." << endl;
4 cout << m.colwise().replicate<3>() << endl;
DirectionWise_replicate_int.cpp 3 cout << "v.rowwise().replicate(5) = ..." << endl;
4 cout << v.rowwise().replicate(5) << endl;
MatrixBase_replicate.cpp 3 cout << "m.replicate<3,2>() = ..." << endl;
4 cout << m.replicate<3,2>() << endl;
MatrixBase_replicate_int_int.cpp 3 cout << "v.replicate(2,5) = ..." << endl;
4 cout << v.replicate(2,5) << endl;
  /external/eigen/Eigen/src/Core/
Replicate.h 16 * \class Replicate
24 * It is the return type of DenseBase::replicate() and most of the time
27 * \sa DenseBase::replicate()
32 struct traits<Replicate<MatrixType,RowFactor,ColFactor> >
62 template<typename MatrixType,int RowFactor,int ColFactor> class Replicate
63 : public internal::dense_xpr_base< Replicate<MatrixType,RowFactor,ColFactor> >::type
65 typedef typename internal::traits<Replicate>::MatrixTypeNested MatrixTypeNested;
66 typedef typename internal::traits<Replicate>::_MatrixTypeNested _MatrixTypeNested;
69 typedef typename internal::dense_xpr_base<Replicate>::type Base;
70 EIGEN_DENSE_PUBLIC_INTERFACE(Replicate)
139 DenseBase<Derived>::replicate() const function in class:Eigen::DenseBase
154 DenseBase<Derived>::replicate(Index rowFactor,Index colFactor) const function in class:Eigen::DenseBase
169 VectorwiseOp<ExpressionType,Direction>::replicate(Index factor) const function in class:Eigen::VectorwiseOp
    [all...]
VectorwiseOp.h 216 typedef Replicate<OtherDerived,
385 typedef Replicate<ExpressionType,Direction==Vertical?Dynamic:1,Direction==Horizontal?Dynamic:1> ReplicateReturnType;
386 const ReplicateReturnType replicate(Index factor) const;
394 * \sa VectorwiseOp::replicate(Index), DenseBase::replicate(), class Replicate
397 template<int Factor> const Replicate<ExpressionType,(IsVertical?Factor:1),(IsHorizontal?Factor:1)>
398 replicate(Index factor = Factor) const function in class:Eigen::VectorwiseOp
400 return Replicate<ExpressionType,Direction==Vertical?Factor:1,Direction==Horizontal?Factor:1>
535 const Replicate<HNormalized_Factors
    [all...]
  /external/eigen/test/
array_replicate.cpp 12 template<typename MatrixType> void replicate(const MatrixType& m) function
15 Replicate.cpp
42 VERIFY_IS_APPROX(x1, m1.replicate(f1,f2));
47 VERIFY_IS_APPROX(x2, (m2.template replicate<2,3>()));
52 VERIFY_IS_APPROX(x2, v1.rowwise().replicate(f1));
57 VERIFY_IS_APPROX(vx1, v1.colwise().replicate(f2));
63 CALL_SUBTEST_1( replicate(Matrix<float, 1, 1>()) );
64 CALL_SUBTEST_2( replicate(Vector2f()) );
65 CALL_SUBTEST_3( replicate(Vector3d()) );
66 CALL_SUBTEST_4( replicate(Vector4f()) )
    [all...]
  /external/chromium_org/build/android/pylib/monkey/
setup.py 19 # Token to replicate across devices as the "test". The TestRunner does all of
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
nacl.scons 35 ppapi_bad = env.Replicate('${STAGING_DIR}', ppapi_bad_files)
100 replicated_files = env.Replicate('${STAGING_DIR}', ppapi_bad_native_files)
114 replicated_files = env.Replicate('${STAGING_DIR}', ppapi_bad_native_files)
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
nacl.scons 13 dest_copy = env.Replicate('$STAGING_DIR', 'test_runner.html')
14 env.Replicate('$STAGING_DIR',
  /external/chromium_org/chrome/browser/
fullscreen_mac.mm 13 // Replicate specific 10.7 SDK declarations for building with prior SDKs.
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.h 42 // Per-frame initialization of the VBO's (to replicate behavior in Chrome.)
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/
nacl.scons 29 dest_copy = env.Replicate('$STAGING_DIR/ppapi_extension_mime_handler',
  /external/chromium_org/ui/views/controls/button/
radio_button.h 14 // platform specific objects to replicate the native platforms looks and feel.
checkbox.h 17 // platform specific objects to replicate the native platforms looks and feel.
  /external/libvpx/libvpx/vp8/common/x86/
mfqe_sse2.asm 34 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
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 187 MUL tVal0, sum1, r0x01010101 ;// replicate the val in all the bytes
188 MUL tVal1, tVal9,r0x01010101 ;// replicate the val in all the bytes
189 MUL tVal8, tVal8,r0x01010101 ;// replicate the val in all the bytes
190 MUL tVal9, sum2, r0x01010101 ;// replicate the val in all the bytes
235 MUL sum1, sum1,r0x01010101 ;// replicate the val in all the bytes
236 MUL sum2, sum2,r0x01010101 ;// replicate the val in all the bytes
281 MUL tVal6, sum1,r0x01010101 ;// replicate the val in all the bytes
282 MUL tVal8, sum2,r0x01010101 ;// replicate the val in all the bytes
334 MUL tVal6, tVal6, r0x01010101 ;// replicate the val in all the bytes
335 MUL tVal7, tVal7, r0x01010101 ;// replicate the val in all the byte
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
Log_Delegate.java 22 // to replicate prefix visible when using 'adb logcat'
  /external/chromium_org/third_party/skia/src/effects/
SkCornerPathEffect.cpp 87 // TBD - just replicate the curve for now
101 // TBD - just replicate the curve for now
  /external/skia/gm/
gradtext.cpp 40 // Replicate chrome layout test - clipped pathed gradient-shaded text
68 // Replicate chrome layout test - switching between solid & gadient text
  /external/skia/src/effects/
SkCornerPathEffect.cpp 87 // TBD - just replicate the curve for now
101 // TBD - just replicate the curve for now
  /external/chromium_org/third_party/skia/include/effects/
Sk1DPathEffect.h 49 @param path The path to replicate (dash)
  /external/skia/include/effects/
Sk1DPathEffect.h 49 @param path The path to replicate (dash)
  /frameworks/base/tools/aapt/
DirectoryWalker.h 36 // This class is able to replicate itself on the heap
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct4x4_add_neon.asm 58 vdup.16 d20, r0 ; replicate cospi_8_64
59 vdup.16 d21, r3 ; replicate cospi_16_64
71 vdup.16 d22, r12 ; replicate cospi_24_64

Completed in 2518 milliseconds

1 2 3 4 5 6 7 8 9