Searched refs:endl (Results 126 - 150 of 636) sorted by relevance

1234567891011>>

/external/zlib/src/contrib/iostream/
H A Dtest.cpp12 os << "Hello, Mommy" << endl; local
15 os << "hello, hello, hi, ho!" << endl; local
18 << "I'm compressing again" << endl;
/external/eigen/doc/examples/
H A DTutorial_ArrayClass_interop.cpp19 cout << "-- Combination 1: --" << endl << result << endl << endl; local
21 cout << "-- Combination 2: --" << endl << result << endl << endl; local
H A Dtut_arithmetic_redux_basic.cpp10 cout << "Here is mat.sum(): " << mat.sum() << endl;
11 cout << "Here is mat.prod(): " << mat.prod() << endl;
12 cout << "Here is mat.mean(): " << mat.mean() << endl;
13 cout << "Here is mat.minCoeff(): " << mat.minCoeff() << endl;
14 cout << "Here is mat.maxCoeff(): " << mat.maxCoeff() << endl;
15 cout << "Here is mat.trace(): " << mat.trace() << endl;
/external/eigen/doc/snippets/
H A DHouseholderQR_solve.cpp4 cout << "Here is the matrix m:" << endl << m << endl; variable
5 cout << "Here is the matrix y:" << endl << y << endl; variable
9 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl; variable
H A DComplexEigenSolver_eigenvalues.cpp4 << endl << ces.eigenvalues() << endl;
H A DComplexEigenSolver_eigenvectors.cpp4 << endl << ces.eigenvectors().col(1) << endl;
H A DCwise_abs.cpp2 cout << v.abs() << endl;
H A DCwise_abs2.cpp2 cout << v.abs2() << endl;
H A DCwise_acos.cpp2 cout << v.acos() << endl;
H A DCwise_asin.cpp2 cout << v.asin() << endl;
H A DCwise_cube.cpp2 cout << v.cube() << endl;
H A DCwise_equal_equal.cpp2 cout << (v==w) << endl;
H A DCwise_exp.cpp2 cout << v.exp() << endl;
H A DCwise_greater.cpp2 cout << (v>w) << endl;
H A DCwise_greater_equal.cpp2 cout << (v>=w) << endl;
H A DCwise_inverse.cpp2 cout << v.inverse() << endl;
H A DCwise_less.cpp2 cout << (v<w) << endl;
H A DCwise_less_equal.cpp2 cout << (v<=w) << endl;
H A DCwise_log.cpp2 cout << v.log() << endl;
H A DCwise_not_equal.cpp2 cout << (v!=w) << endl;
H A DCwise_pow.cpp2 cout << v.pow(0.333333) << endl;
H A DCwise_sqrt.cpp2 cout << v.sqrt() << endl;
H A DCwise_square.cpp2 cout << v.square() << endl;
H A DEigenSolver_eigenvalues.cpp4 << endl << es.eigenvalues() << endl;
H A DEigenSolver_eigenvectors.cpp4 << endl << es.eigenvectors().col(1) << endl;

Completed in 501 milliseconds

1234567891011>>