OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cout
(Results
251 - 275
of
586
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/eigen/doc/snippets/
Map_simple.cpp
3
cout
<< Map<Matrix3i>(array) << endl;
MatrixBase_cast.cpp
3
cout
<< md + mf.cast<double>() << endl;
MatrixBase_eigenvalues.cpp
3
cout
<< "The eigenvalues of the 3x3 matrix of ones are:" << endl << eivals << endl;
MatrixBase_noalias.cpp
3
cout
<< c << endl;
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/gtest/src/
gtest_main.cc
35
std::
cout
<< "Running main() from gtest_main.cc\n";
member in class:std
/external/libvpx/libvpx/third_party/googletest/src/src/
gtest_main.cc
35
std::
cout
<< "Running main() from gtest_main.cc\n";
member in class:std
/external/open-vcdiff/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
;
/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/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;
Completed in 1118 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>