OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endl
(Results
226 - 250
of
845
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/eigen/doc/examples/
Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp
11
std::cout << "Row's maximum: " << std::
endl
12
<< mat.rowwise().maxCoeff() << std::
endl
;
member in class:std
/external/eigen/doc/snippets/
Cwise_boolean_and.cpp
2
cout << ((v<w) && (v<0)) <<
endl
;
Cwise_boolean_or.cpp
2
cout << ((v<w) || (v<0)) <<
endl
;
Cwise_cos.cpp
2
cout << v.cos() <<
endl
;
Cwise_max.cpp
2
cout << v.max(w) <<
endl
;
Cwise_min.cpp
2
cout << v.min(w) <<
endl
;
Cwise_sin.cpp
2
cout << v.sin() <<
endl
;
Cwise_tan.cpp
2
cout << v.tan() <<
endl
;
MatrixBase_cwiseMax.cpp
2
cout << v.cwiseMax(w) <<
endl
;
MatrixBase_cwiseMin.cpp
2
cout << v.cwiseMin(w) <<
endl
;
MatrixBase_cwiseQuotient.cpp
2
cout << v.cwiseQuotient(w) <<
endl
;
Matrix_resize_int.cpp
5
cout << "v: " << v.rows() << " rows, " << v.cols() << " cols" <<
endl
;
6
cout << "w: " << w.rows() << " rows, " << w.cols() << " cols" <<
endl
;
TopicAliasing_mult2.cpp
6
cout << matB <<
endl
<<
endl
;
variable
Tutorial_solve_matrix_inverse.cpp
6
cout << "The solution is:" <<
endl
<< x <<
endl
;
variable
Tutorial_solve_triangular_inplace.cpp
6
cout << "The solution is:" <<
endl
<< b <<
endl
;
variable
/external/stlport/stlport/using/h/
ostream.h
2
using _STLP_OLD_IO_NAMESPACE::
endl
;
/ndk/sources/cxx-stl/stlport/stlport/using/h/
ostream.h
2
using _STLP_OLD_IO_NAMESPACE::
endl
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp
48
std::cerr << std::
endl
;
member in class:std
50
std::cerr << "m_p_max " << m_p_max << std::
endl
;
member in class:std
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp
48
std::cerr << std::
endl
;
member in class:std
50
std::cerr << "m_p_max " << m_p_max << std::
endl
;
member in class:std
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp
48
std::cerr << std::
endl
;
member in class:std
50
std::cerr << "m_p_max " << m_p_max << std::
endl
;
member in class:std
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp
48
std::cerr << std::
endl
;
member in class:std
50
std::cerr << "m_p_max " << m_p_max << std::
endl
;
member in class:std
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/h/
ostream.h
2
using _STLP_OLD_IO_NAMESPACE::
endl
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp
48
std::cerr << std::
endl
;
member in class:std
50
std::cerr << "m_p_max " << m_p_max << std::
endl
;
member in class:std
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/h/
ostream.h
2
using _STLP_OLD_IO_NAMESPACE::
endl
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
trace_fn_imps.hpp
48
std::cerr << std::
endl
;
member in class:std
50
std::cerr << "m_p_max " << m_p_max << std::
endl
;
member in class:std
Completed in 489 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>