Searched refs:cout (Results 251 - 275 of 596) sorted by relevance

<<11121314151617181920>>

/external/eigen/doc/snippets/
H A DMap_inner_stride.cpp3 cout << Map<VectorXi, 0, InnerStride<2> >
H A DMap_outer_stride.cpp3 cout << Map<MatrixXi, 0, OuterStride<> >(array, 3, 3, OuterStride<>(4)) << endl;
H A DMap_simple.cpp3 cout << Map<Matrix3i>(array) << endl;
H A DMatrixBase_cast.cpp3 cout << md + mf.cast<double>() << endl;
H A DMatrixBase_eigenvalues.cpp3 cout << "The eigenvalues of the 3x3 matrix of ones are:" << endl << eivals << endl;
H A DMatrixBase_noalias.cpp3 cout << c << endl;
H A DMatrixBase_select.cpp6 cout << m << endl;
H A DSelfAdjointEigenSolver_eigenvalues.cpp3 cout << "The eigenvalues of the 3x3 matrix of ones are:"
H A DSelfAdjointEigenSolver_eigenvectors.cpp3 cout << "The first eigenvector of the 3x3 matrix of ones is:"
H A DSelfAdjointView_eigenvalues.cpp3 cout << "The eigenvalues of the 3x3 matrix of ones are:" << endl << eivals << endl;
H A DTridiagonalization_Tridiagonalization_MatrixType.cpp3 cout << "Here is a random symmetric 5x5 matrix:" << endl << A << endl << endl;
6 cout << "The orthogonal matrix Q is:" << endl << Q << endl;
8 cout << "The tridiagonal matrix T is:" << endl << T << endl << endl;
9 cout << "Q * T * Q^T = " << endl << Q * T * Q.transpose() << endl;
H A DTutorial_commainit_01b.cpp5 std::cout << m;
/external/lldb/test/api/multithreaded/
H A Dinferior.cpp8 cout << "incrementing " << i << endl;
/external/mesa3d/src/gtest/src/
H A Dgtest_main.cc35 std::cout << "Running main() from gtest_main.cc\n"; member in class:std
/external/protobuf/gtest/src/
H A Dgtest_main.cc35 std::cout << "Running main() from gtest_main.cc\n"; member in class:std
/external/srec/tools/grxmlcompile/
H A Dtesthashmap.cpp49 std::cout << "Index 1 has value= " << value <<std::endl;
51 std::cout << "value " << value << " has index " << i <<std::endl;
54 std::cout << "index " << i << " has numeric index " << j <<std::endl;
56 std::cout << "value " << value << " has numeric index " << j <<std::endl;
76 std::cout << "Index 1 has value= " << value <<std::endl;
78 std::cout << "value " << value << " has index " << i <<std::endl;
81 std::cout << "index " << i << " has numeric index " << j <<std::endl;
83 std::cout << "value " << value << " has numeric index " << j <<std::endl;
87 std::cout << "First iterator values are " << i <<", " << value <<std::endl;
89 std::cout << "Iterato
[all...]
/external/eigen/bench/btl/generic_bench/utils/
H A Dutilities.h21 # define HEREWEARE cout<<flush ; cerr << __FILE__ << " [" << __LINE__ << "] : " << flush ;
23 # define PYSCRIPT(chain) {cout<<flush ; cerr << "---PYSCRIPT--- " << chain << endl ;}
44 cout << __FILE__ ;\
45 cout << " [" << __LINE__ << "] : " ;\
46 cout << "COMPILED with " << COMPILER ;\
47 cout << ", " << __DATE__ ; \
48 cout << " at " << __TIME__ << endl ;\
49 cout << "\n\n" ;\
50 cout << flush ;\
57 # define HERE cout<<flus
[all...]
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dperf_test_unittest.cc25 std::cout << output;
30 std::cout << output;
/external/eigen/doc/examples/
H A DQuickStart_example2_dynamic.cpp11 cout << "m =" << endl << m << endl;
14 cout << "m * v =" << endl << m * v << endl;
H A DQuickStart_example2_fixed.cpp11 cout << "m =" << endl << m << endl;
14 cout << "m * v =" << endl << m * v << endl;
H A DTutorialLinAlgSetThreshold.cpp13 cout << "By default, the rank of A is found to be " << lu.rank() << endl;
15 cout << "With threshold 1e-5, the rank of A is found to be " << lu.rank() << endl;
H A DTutorial_ArrayClass_accessors.cpp16 cout << m << endl << endl;
23 cout << m << endl;
H A DTutorial_ArrayClass_addition.cpp19 cout << "a + b = " << endl << a + b << endl << endl;
22 cout << "a - 2 = " << endl << a - 2 << endl;
H A DTutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp22 cout << "Nearest neighbour is column " << index << ":" << endl;
23 cout << m.col(index) << endl;
H A DTutorial_ReductionsVisitorsBroadcasting_broadcast_simple.cpp19 std::cout << "Broadcasting result: " << std::endl;
20 std::cout << mat << std::endl;

Completed in 371 milliseconds

<<11121314151617181920>>