HomeSort by relevance Sort by last modified time
    Searched refs:endl (Results 276 - 300 of 1186) sorted by null

<<11121314151617181920>>

  /external/eigen/doc/snippets/
SelfAdjointEigenSolver_compute_MatrixType2.cpp 7 cout << "The eigenvalues of the pencil (A,B) are:" << endl << es.eigenvalues() << endl;
9 cout << "The eigenvalues of the pencil (B,A) are:" << endl << es.eigenvalues() << endl;
SelfAdjointView_operatorNorm.cpp 3 << ones.selfadjointView<Lower>().operatorNorm() << endl;
GeneralizedEigenSolver.cpp 5 cout << "The (complex) numerators of the generalzied eigenvalues are: " << ges.alphas().transpose() << endl;
6 cout << "The (real) denominatore of the generalzied eigenvalues are: " << ges.betas().transpose() << endl;
7 cout << "The (complex) generalzied eigenvalues are (alphas./beta): " << ges.eigenvalues().transpose() << endl;
Tutorial_AdvancedInitialization_Join.cpp 3 std::cout << "vec1 = " << vec1 << std::endl; member in class:std
7 std::cout << "vec2 = " << vec2 << std::endl; member in class:std
11 std::cout << "joined = " << joined << std::endl; member in class:std
Tutorial_Map_rowmajor.cpp 3 cout << "Column-major:\n" << Map<Matrix<int,2,4> >(array) << endl;
4 cout << "Row-major:\n" << Map<Matrix<int,2,4,RowMajor> >(array) << endl;
6 Map<Matrix<int,2,4>, Unaligned, Stride<1,4> >(array) << endl;
Triangular_solve.cpp 3 cout << "Here is the matrix m:\n" << m << endl; variable
6 cout << "Here is the matrix n:\n" << n << endl; variable
9 << m.triangularView<Eigen::Upper>().solve(n) << endl;
tut_arithmetic_redux_minmax.cpp 4 cout << "Here is the matrix m:\n" << m << endl; variable
10 cout << "Here is the vector v: " << v << endl; variable
12 << ") is at position " << i << endl; variable
  /external/eigen/doc/examples/
TutorialLinAlgExSolveColPivHouseholderQR.cpp 13 cout << "Here is the matrix A:\n" << A << endl; local
14 cout << "Here is the vector b:\n" << b << endl; local
16 cout << "The solution is:\n" << x << endl; local
TutorialLinAlgExSolveLDLT.cpp 12 cout << "Here is the matrix A:\n" << A << endl; local
13 cout << "Here is the right hand side b:\n" << b << endl; local
15 cout << "The solution is:\n" << x << endl; local
TutorialLinAlgSVDSolve.cpp 10 cout << "Here is the matrix A:\n" << A << endl; local
12 cout << "Here is the right hand side b:\n" << b << endl; local
14 << A.jacobiSvd(ComputeThinU | ComputeThinV).solve(b) << endl;
TutorialLinAlgSelfAdjointEigenSolver.cpp 11 cout << "Here is the matrix A:\n" << A << endl; local
14 cout << "The eigenvalues of A are:\n" << eigensolver.eigenvalues() << endl;
17 << eigensolver.eigenvectors() << endl;
Tutorial_ArrayClass_accessors.cpp 16 cout << m << endl << endl; local
23 cout << m << endl; local
class_CwiseUnaryOp_ptrfun.cpp 18 cout << m1 << endl << "becomes: " << endl << m1.unaryExpr(ptr_fun(ramp)) << endl;
tut_arithmetic_dot_cross.cpp 11 cout << "Dot product: " << v.dot(w) << endl;
13 cout << "Dot product via a matrix product: " << dp << endl; local
14 cout << "Cross product:\n" << v.cross(w) << endl;
tut_arithmetic_add_sub.cpp 14 std::cout << "a + b =\n" << a + b << std::endl; member in class:std
15 std::cout << "a - b =\n" << a - b << std::endl;
16 std::cout << "Doing a += b;" << std::endl; member in class:std
18 std::cout << "Now a =\n" << a << std::endl; member in class:std
21 std::cout << "-v + w - v =\n" << -v + w - v << std::endl;
  /system/bt/packet/avrcp/
set_absolute_volume.cc 60 ss << "SetAbsoluteVolumeResponse: " << std::endl; member in class:bluetooth::avrcp::std
61 ss << " ? cType = " << GetCType() << std::endl; member in class:bluetooth::avrcp::std
62 ss << " ? Subunit Type = " << loghex(GetSubunitType()) << std::endl; member in class:bluetooth::avrcp::std
63 ss << " ? Subunit ID = " << loghex(GetSubunitId()) << std::endl; member in class:bluetooth::avrcp::std
64 ss << " ? OpCode = " << GetOpcode() << std::endl; member in class:bluetooth::avrcp::std
65 ss << " ? Company ID = " << loghex(GetCompanyId()) << std::endl; member in class:bluetooth::avrcp::std
66 ss << " ? Command PDU = " << GetCommandPdu() << std::endl; member in class:bluetooth::avrcp::std
67 ss << " ? PacketType = " << GetPacketType() << std::endl; member in class:bluetooth::avrcp::std
68 ss << " ? Parameter Length = " << loghex(GetParameterLength()) << std::endl; member in class:bluetooth::avrcp::std
69 ss << " ? Volume = " << GetVolume() << std::endl; member in class:bluetooth::avrcp::std
70 ss << std::endl; member in class:bluetooth::avrcp::std
    [all...]
set_addressed_player.cc 61 ss << "SetAddressedPlayerRequest: " << std::endl; member in class:bluetooth::avrcp::std
62 ss << " ? cType = " << GetCType() << std::endl; member in class:bluetooth::avrcp::std
63 ss << " ? Subunit Type = " << loghex(GetSubunitType()) << std::endl; member in class:bluetooth::avrcp::std
64 ss << " ? Subunit ID = " << loghex(GetSubunitId()) << std::endl; member in class:bluetooth::avrcp::std
65 ss << " ? OpCode = " << GetOpcode() << std::endl; member in class:bluetooth::avrcp::std
66 ss << " ? Company ID = " << loghex(GetCompanyId()) << std::endl; member in class:bluetooth::avrcp::std
67 ss << " ? Command PDU = " << GetCommandPdu() << std::endl; member in class:bluetooth::avrcp::std
68 ss << " ? PacketType = " << GetPacketType() << std::endl; member in class:bluetooth::avrcp::std
69 ss << " ? Parameter Length = " << loghex(GetParameterLength()) << std::endl; member in class:bluetooth::avrcp::std
70 ss << " ? Player ID = " << loghex(GetPlayerId()) << std::endl; member in class:bluetooth::avrcp::std
71 ss << std::endl; member in class:bluetooth::avrcp::std
    [all...]
play_item.cc 71 ss << "PlayItemRequest: " << std::endl; member in class:bluetooth::avrcp::std
72 ss << " ? cType = " << GetCType() << std::endl; member in class:bluetooth::avrcp::std
73 ss << " ? Subunit Type = " << loghex(GetSubunitType()) << std::endl; member in class:bluetooth::avrcp::std
74 ss << " ? Subunit ID = " << loghex(GetSubunitId()) << std::endl; member in class:bluetooth::avrcp::std
75 ss << " ? OpCode = " << GetOpcode() << std::endl; member in class:bluetooth::avrcp::std
76 ss << " ? Company ID = " << loghex(GetCompanyId()) << std::endl; member in class:bluetooth::avrcp::std
77 ss << " ? Command PDU = " << GetCommandPdu() << std::endl; member in class:bluetooth::avrcp::std
78 ss << " ? PacketType = " << GetPacketType() << std::endl; member in class:bluetooth::avrcp::std
79 ss << " ? Parameter Length = " << loghex(GetParameterLength()) << std::endl; member in class:bluetooth::avrcp::std
80 ss << " ? Scope = " << GetScope() << std::endl; member in class:bluetooth::avrcp::std
81 ss << " ? UID = " << loghex(GetUid()) << std::endl; member in class:bluetooth::avrcp::std
82 ss << " ? UID Counter = " << loghex(GetUidCounter()) << std::endl; member in class:bluetooth::avrcp::std
83 ss << std::endl; member in class:bluetooth::avrcp::std
    [all...]
  /frameworks/native/cmds/lshal/
HelpCommand.cpp 61 << "help:" << std::endl
62 << " lshal -h" << std::endl
63 << " lshal --help" << std::endl
64 << " lshal help" << std::endl
65 << " Print this help message" << std::endl; member in class:android::lshal::std
67 mLshal.err() << " lshal help " << e->getName() << std::endl
68 << " Print help message for " << e->getName() << std::endl;
  /frameworks/base/libs/hwui/pipeline/skia/
DumpOpsCanvas.h 40 mOutput << mIdent << "clipRect" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
44 mOutput << mIdent << "clipRRect" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
48 mOutput << mIdent << "clipPath" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
52 mOutput << mIdent << "clipRegion" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
55 void onDrawPaint(const SkPaint&) override { mOutput << mIdent << "drawPaint" << std::endl; } member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
58 mOutput << mIdent << "drawPath" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
62 mOutput << mIdent << "drawRect" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
66 mOutput << mIdent << "drawRegion" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
70 mOutput << mIdent << "drawOval" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
74 mOutput << mIdent << "drawArc" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
78 mOutput << mIdent << "drawRRect" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
82 mOutput << mIdent << "drawDRRect" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
86 mOutput << mIdent << "drawText" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
90 mOutput << mIdent << "drawPosText" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
94 mOutput << mIdent << "drawPosTextH" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
99 mOutput << mIdent << "drawTextOnPath" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
104 mOutput << mIdent << "drawTextRSXform" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
108 mOutput << mIdent << "drawTextBlob" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
112 mOutput << mIdent << "drawImage" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
117 mOutput << mIdent << "drawImageNine" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
122 mOutput << mIdent << "drawImageRect" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
127 mOutput << mIdent << "drawImageLattice" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
131 mOutput << mIdent << "drawPoints" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
135 mOutput << mIdent << "drawPicture" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
148 mOutput << std::string(mLevel * 2, ' ') << "drawGLFunctorDrawable" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
152 mOutput << std::string(mLevel * 2, ' ') << "drawDrawable" << std::endl; member in class:android::uirenderer::skiapipeline::DumpOpsCanvas::std
    [all...]
  /external/eigen/unsupported/bench/
bench_svd.cpp 42 cout << " Only compute Singular Values" <<endl; local
61 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl; local
64 cout << "KO : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" <<endl;
66 cout << "OK : BDC is " << timerJacobi.value() / timerBDC.value() << " times faster than Jacobi" <<endl;
69 cout << " =================" <<endl; local
70 std::cout<< std::endl; member in class:std
73 cout << " Computes rotaion matrix" <<endl; local
92 cout << " || " << " BDC : " << timerBDC.value() << "s " <<endl <<endl; local
100 std::cout<< std::endl; member in class:std
107 std::cout<< std::endl; member in class:std
109 std::cout<<"On a (Dynamic, Dynamic) (6, 6) Matrix" <<std::endl; member in class:std
112 std::cout<<"On a (Dynamic, Dynamic) (32, 32) Matrix" <<std::endl; member in class:std
118 std::cout<<"On a (Dynamic, Dynamic) (160, 160) Matrix" <<std::endl; member in class:std
121 std::cout<< "--------------------------------------------------------------------"<< std::endl; member in class:std
    [all...]
  /frameworks/native/libs/ui/tools/
lutgen.cpp 37 cout << "lutgen -d SIZE -s SOURCE -t TARGET <lut file>" << endl; local
38 cout << endl; local
39 cout << "Generate a 3D LUT to convert between two color spaces." << endl; local
40 cout << endl; local
41 cout << "If <lut file> ends in .inc, data is generated without the array declaration." << endl; local
42 cout << endl; local
43 cout << "Options:" << endl; local
44 cout << " --help, -h" << endl; local
45 cout << " print this message" << endl; local
46 cout << " --dimension=, -d" << endl; local
47 cout << " the dimension of the 3D LUT. Example: 17 for a 17x17x17 LUT. 32 by default" << endl; local
48 cout << " --source=COLORSPACE, -s" << endl; local
49 cout << " the source color space, see below for available names. DisplayP3 by default" << endl; local
50 cout << " --target=COLORSPACE, -t" << endl; local
51 cout << " the target color space, see below for available names. extendedSRGB by default" << endl; local
52 cout << endl; local
53 cout << "Colorspace names:" << endl; local
54 cout << " sRGB" << endl; local
55 cout << " linearSRGB" << endl; local
56 cout << " extendedSRGB" << endl; local
57 cout << " linearExtendedSRGB" << endl; local
58 cout << " NTSC" << endl; local
59 cout << " BT709" << endl; local
60 cout << " BT2020" << endl; local
61 cout << " AdobeRGB" << endl; local
62 cout << " ProPhotoRGB" << endl; local
63 cout << " DisplayP3" << endl; local
64 cout << " DCIP3" << endl; local
65 cout << " ACES" << endl; local
66 cout << " ACEScg" << endl; local
148 outputStream << "\/\/ 3D LUT stored as an RGB16F texture, in GL order" << endl; local
149 outputStream << "\/\/ Size is " << gSize << "x" << gSize << "x" << gSize << endl; local
158 outputStream << "const size_t LUT_" << src << "_TO_" << dst << "_SIZE = " << gSize << endl; local
161 outputStream << "\/\/ From " << src << " to " << dst << endl; local
167 if (x % 4 == 0) outputStream << endl << " "; local
183 outputStream << endl << "}; \/\/ end LUT" << endl; local
186 outputStream << endl; local
190 cerr << "Could not write to file: " << filename << endl; local
    [all...]
  /external/ImageMagick/Magick++/demo/
demo.cpp 43 cout << "Read images ..." << endl; local
57 cout << "Creating thumbnails..." << endl; local
73 cout << " add noise ..." << endl; local
78 cout << " add noise (blue) ..." << endl; local
83 cout << " annotate ..." << endl; local
94 cout << " blur ..." << endl; local
100 cout << " blur red channel ..." << endl; local
106 cout << " border ..." << endl; local
113 cout << " channel ..." << endl; local
119 cout << " charcoal ..." << endl; local
125 cout << " composite ..." << endl; local
131 cout << " contrast ..." << endl; local
137 cout << " convolve ..." << endl; local
147 cout << " crop ..." << endl; local
153 cout << " despeckle ..." << endl; local
159 cout << " draw ..." << endl; local
168 cout << " edge ..." << endl; local
174 cout << " emboss ..." << endl; local
180 cout << " equalize ..." << endl; local
186 cout << " explode ..." << endl; local
193 cout << " flip ..." << endl; local
199 cout << " flop ..." << endl; local
205 cout << " frame ..." << endl; local
211 cout << " gamma ..." << endl; local
217 cout << " gaussian blur ..." << endl; local
223 cout << " gaussian blur channel ..." << endl; local
229 cout << " gradient ..." << endl; local
236 cout << " grayscale ..." << endl; local
243 cout << " implode ..." << endl; local
249 cout << " level ..." << endl; local
255 cout << " level red channel ..." << endl; local
261 cout << " median filter ..." << endl; local
267 cout << " modulate ..." << endl; local
273 cout << " monochrome ..." << endl; local
282 cout << " motion blur ..." << endl; local
288 cout << " negate ..." << endl; local
294 cout << " normalize ..." << endl; local
300 cout << " oil paint ..." << endl; local
306 cout << " ordered dither 2x2 ..." << endl; local
312 cout << " ordered dither 3x3..." << endl; local
318 cout << " ordered dither 4x4..." << endl; local
324 cout << " ordered dither red 4x4..." << endl; local
330 cout << " plasma ..." << endl; local
337 cout << " quantize ..." << endl; local
343 cout << " quantum operator ..." << endl; local
349 cout << " raise ..." << endl; local
355 cout << " reduce noise ..." << endl; local
361 cout << " resize ..." << endl; local
367 cout << " roll ..." << endl; local
373 cout << " rotate ..." << endl; local
380 cout << " scale ..." << endl; local
386 cout << " segment ..." << endl; local
392 cout << " shade ..." << endl; local
398 cout << " sharpen ..." << endl; local
404 cout << " shave ..." << endl; local
410 cout << " shear ..." << endl; local
417 cout << " spread ..." << endl; local
423 cout << " solarize ..." << endl; local
429 cout << " swirl ..." << endl; local
436 cout << " threshold ..." << endl; local
442 cout << " threshold random ..." << endl; local
449 cout << " unsharp mask ..." << endl; local
456 cout << " wave ..." << endl; local
467 cout << "Montage images..." << endl; local
490 cout << "Adding logo image ..." << endl; local
503 cout << "Writing image \\"demo_out.miff\\" ..." << endl; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp 48 std::cerr << this << std::endl; member in class:std::std
50 std::cerr << m_a_entries << std::endl; member in class:std
55 std::cerr << std::endl; member in class:std
57 std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::endl; member in class:std
67 std::cout << r_e << " " <<* r_e << std::endl; member in class:std
75 std::cout << r_e << std::endl; member in class:std
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp 48 std::cerr << this << std::endl; member in class:std::std
50 std::cerr << m_a_entries << std::endl; member in class:std
55 std::cerr << std::endl; member in class:std
57 std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::endl; member in class:std
67 std::cout << r_e << " " <<* r_e << std::endl; member in class:std
75 std::cout << r_e << std::endl; member in class:std

Completed in 463 milliseconds

<<11121314151617181920>>