HomeSort by relevance Sort by last modified time
    Searched full:cout (Results 326 - 350 of 770) sorted by null

<<11121314151617181920>>

  /external/eigen/bench/
sparse_lu.cpp 48 std::cout << name << "..." << std::flush;
53 std::cout << ":\t" << timer.value() << endl;
56 std::cout << ":\t FAILED" << endl;
65 std::cout << " solve:\t" << timer.value() << endl;
67 std::cout << " solve:\t" << " FAILED" << endl;
69 //std::cout << x.transpose() << "\n";
95 std::cout << "Eigen Dense\t" << density*100 << "%\n";
103 std::cout << "Eigen/dense:\t" << timer.value() << endl;
109 std::cout << " solve:\t" << timer.value() << endl;
110 // std::cout << b.transpose() << "\n"
    [all...]
benchBlasGemm.cpp 81 std::cout << "Usage: " << argv[0] << " size \n";
82 std::cout << "Usage: " << argv[0] << " auto size\n";
83 std::cout << "Usage: " << argv[0] << " size nbloops nbtries\n";
84 std::cout << "Usage: " << argv[0] << " M N K nbloops nbtries\n";
85 std::cout << "Usage: " << argv[0] << " check\n";
86 std::cout << "Options:\n"; member in class:std
87 std::cout << " size unique size of the 2 matrices (integer)\n"; member in class:std
88 std::cout << " auto automatically set the number of repetitions and tries\n"; member in class:std
89 std::cout << " nbloops number of times the GEMM routines is executed\n"; member in class:std
90 std::cout << " nbtries number of times the loop is benched (return the best try)\n" member in class:std
91 std::cout << " M N K sizes of the matrices: MxN = MxK * KxN (integers)\\n"; member in class:std
92 std::cout << " check check eigen product using cblas as a reference\\n"; member in class:std
    [all...]
sparse_cholesky.cpp 66 std::cout << name << "..." << std::flush;
71 std::cout << ":\t" << timer.value() << endl;
73 std::cout << " nnz: " << sm1.nonZeros() << " => " << chol.matrixL().nonZeros() << "\n";
74 // std::cout << "sparse\n" << chol.matrixL() << "%\n";
93 std::cout << "Generate sparse matrix (might take a while)...\n"; member in class:std
95 std::cout << "DONE\n\n"; member in class:std
102 std::cout << "Eigen Dense\t" << density*100 << "%\n";
109 // std::cout << "dense:\t" << timer.value() << endl;
115 std::cout << "dense:\t" << timer.value() << endl;
121 std::cout << "dense: " << "nnz = " << count << "\n"
    [all...]
sparse_transpose.cpp 55 std::cout << " Eigen dense:\t" << timer.value() << endl;
59 std::cout << "Non zeros: " << sm1.nonZeros()/float(sm1.rows()*sm1.cols())*100 << "%\n";
64 std::cout << " Eigen:\t" << timer.value() << endl;
74 std::cout << " CSparse:\t" << timer.value() << endl;
85 std::cout << " GMM:\t\t" << timer.value() << endl;
95 std::cout << " MTL4:\t\t" << timer.value() << endl;
99 std::cout << "\n\n"; member in class:std
sparse_trisolver.cpp 80 std::cout << "Eigen Dense\t" << density*100 << "%\n";
87 std::cout << " colmajor^-1 * b:\t" << timer.value() << endl;
91 std::cout << " rowmajor^-1 * b:\t" << timer.value() << endl;
98 std::cout << "Eigen sparse\t" << density*100 << "%\n";
102 std::cout << " colmajor^-1 * b:\t" << timer.value() << endl;
106 std::cout << " rowmajor^-1 * b:\t" << timer.value() << endl;
111 // std::cout << " colmajor^-1 * b:\t" << timer.value() << " (inplace)" << endl;
116 // std::cout << " rowmajor^-1 * b:\t" << timer.value() << " (inplace)" << endl;
125 std::cout << "CSparse \t" << density*100 << "%\n";
130 std::cout << " colmajor^-1 * b:\t" << timer.value() << endl
181 std::cout << "\\n\\n"; member in class:std
    [all...]
benchCholesky.cpp 77 std::cout << "dyn "; member in class:std
79 std::cout << "fixed "; member in class:std
80 std::cout << covMat.rows() << " \t"
108 std::cout << " | \t"
114 std::cout << "\n"; member in class:std
117 std::cout << acc;
123 std::cout << "size no sqrt standard"; member in class:std
125 // std::cout << " GSL (standard + double + ATLAS) ";
127 std::cout << "\n"; member in class:std
  /external/eigen/doc/examples/
QuickStart_example.cpp 13 std::cout << m << std::endl;
Tutorial_ReductionsVisitorsBroadcasting_colwise.cpp 11 std::cout << "Column's maximum: " << std::endl
Tutorial_ReductionsVisitorsBroadcasting_rowwise.cpp 11 std::cout << "Row's maximum: " << std::endl
Tutorial_simple_example_fixed_size.cpp 13 std::cout << "m3\n" << m3 << "\nm4:\n"
class_CwiseUnaryOp_ptrfun.cpp 18 cout << m1 << endl << "becomes: " << endl << m1.unaryExpr(ptr_fun(ramp)) << endl;
function_taking_eigenbase.cpp 8 std::cout << "size (rows, cols): " << b.size() << " (" << b.rows()
  /external/eigen/doc/snippets/
Tutorial_commainit_02.cpp 7 cout << m;
  /external/icu4c/test/perf/normperf/
dtfmtrtperf.cpp 59 cout << "ICU version - " << U_ICU_VERSION << endl;
64 cout << "initialization failed! " << status << endl;
69 cout << "run failed!" << endl;
74 cout << "done!" << endl;
  /external/stlport/stlport/using/
iostream 5 using _STLP_VENDOR_STD::cout;
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.objects/narrow.stream.objects/
cin.pass.cpp 20 std::cout << "Hello World!\n";
22 std::cout << "Enter a number: ";
24 std::cout << "The number is : " << i << '\n';
26 assert(std::cin.tie() == &std::cout);
  /ndk/sources/cxx-stl/stlport/stlport/using/
iostream 5 using _STLP_VENDOR_STD::cout;
  /ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 53 cout << "************************************************ vector value " << value->signon_realm << std::endl;
55 cout<<"******************************************** set size "<< set1.size() << std::endl;
58 cout << "************************************************ set value " << value << std::endl;
59 cout << "************************************************ set value " << value->signon_realm << std::endl;
  /ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 53 cout << "************************************************ vector value " << value->signon_realm.c_str() << std::endl;
55 cout<<"******************************************** set size "<< set1.size() << std::endl;
58 cout << "************************************************ set value " << value << std::endl;
59 cout << "************************************************ set value " << value->signon_realm.c_str() << std::endl;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/using/
iostream 5 using _STLP_VENDOR_STD::cout;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/using/
iostream 5 using _STLP_VENDOR_STD::cout;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/using/
iostream 5 using _STLP_VENDOR_STD::cout;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/using/
iostream 5 using _STLP_VENDOR_STD::cout;
  /external/eigen/unsupported/doc/examples/
FFT.cpp 89 cout << "roundtrip rmse: " << rmse << endl;
95 cout << " scalar ";
97 cout << " complex ";
103 cout << "nfft=" << nfft << endl;
104 cout << " float" << endl;
106 cout << " double" << endl;
108 cout << " long double" << endl;
  /external/protobuf/examples/
add_person.cc 11 cout << "Enter person ID number: ";
17 cout << "Enter name: ";
20 cout << "Enter email address (blank for none): ";
28 cout << "Enter a phone number (or leave blank to finish): ";
38 cout << "Is this a mobile, home, or work phone? ";
48 cout << "Unknown phone type. Using default." << endl;
72 cout << argv[1] << ": File not found. Creating a new file." << endl;

Completed in 1246 milliseconds

<<11121314151617181920>>