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

<<11121314151617181920>>

  /external/eigen/doc/snippets/
MatrixBase_select.cpp 6 cout << m << endl;
SelfAdjointEigenSolver_eigenvalues.cpp 3 cout << "The eigenvalues of the 3x3 matrix of ones are:"
SelfAdjointEigenSolver_eigenvectors.cpp 3 cout << "The first eigenvector of the 3x3 matrix of ones is:"
SelfAdjointView_eigenvalues.cpp 3 cout << "The eigenvalues of the 3x3 matrix of ones are:" << endl << eivals << endl;
Tridiagonalization_Tridiagonalization_MatrixType.cpp 3 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;
Tutorial_commainit_01b.cpp 5 std::cout << m;
  /external/lldb/test/api/multithreaded/
inferior.cpp 8 cout << "incrementing " << i << endl;
  /external/mesa3d/src/gtest/src/
gtest_main.cc 35 std::cout << "Running main() from gtest_main.cc\n"; member in class:std
  /external/protobuf/gtest/src/
gtest_main.cc 35 std::cout << "Running main() from gtest_main.cc\n"; member in class:std
  /external/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /ndk/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/using/h/
iostream.h 8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
  /external/srec/tools/grxmlcompile/
testhashmap.cpp 49 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 << "Iterator values are " << i <<", " << value <<std::endl
    [all...]
  /external/eigen/bench/btl/generic_bench/utils/
utilities.h 21 # 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<<flush ; cerr << "- Trace " << __FILE__ << " [" << __LINE__ << "] : " << flush
    [all...]
  /external/chromium_org/third_party/webrtc/test/testsupport/
perf_test_unittest.cc 25 std::cout << output;
30 std::cout << output;
  /external/eigen/doc/examples/
QuickStart_example2_dynamic.cpp 11 cout << "m =" << endl << m << endl;
14 cout << "m * v =" << endl << m * v << endl;
QuickStart_example2_fixed.cpp 11 cout << "m =" << endl << m << endl;
14 cout << "m * v =" << endl << m * v << endl;
TutorialLinAlgSetThreshold.cpp 13 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;
Tutorial_ArrayClass_accessors.cpp 16 cout << m << endl << endl;
23 cout << m << endl;
Tutorial_ArrayClass_addition.cpp 19 cout << "a + b = " << endl << a + b << endl << endl;
22 cout << "a - 2 = " << endl << a - 2 << endl;
Tutorial_ReductionsVisitorsBroadcasting_broadcast_1nn.cpp 22 cout << "Nearest neighbour is column " << index << ":" << endl;
23 cout << m.col(index) << endl;

Completed in 897 milliseconds

<<11121314151617181920>>