/external/icu4c/test/perf/DateFmtPerf/ |
DateFmtPerf.cpp | 122 cout << "ICU version - " << U_ICU_VERSION << endl; 142 cout << "Doing " << ITER_COUNT << " iterations:" << endl; 143 cout << "__________| Running...\r"; 144 cout.flush(); 148 cout << '*' << flush; 154 cout << " Done " << endl; 185 cout << " Wrote to " << argv[2] << endl; 189 cout << "Error! " << u_errorName(status) << endl; 204 cout << "initialize failed! " << status << endl; 207 //cout << "Done initializing!\n" << endl [all...] |
/external/marisa-trie/tools/ |
marisa-find.cc | 44 std::cout << num_keys << " found" << std::endl; 46 std::cout << key_ids[i] << '\t'; 47 std::cout.write(str.c_str(), lengths[i]) << '\t' << str << '\n'; 50 std::cout << "not found" << std::endl; 60 std::cout << key_id << '\t'; 61 std::cout.write(str.c_str(), length) << '\t' << str << '\n'; 63 std::cout << "-1\t" << str << '\n'; 71 std::cout << key_id << '\t'; 72 std::cout.write(str.c_str(), length) << '\t' << str << '\n'; 74 std::cout << "-1\t" << str << '\n' [all...] |
/external/marisa-trie/v0_1_5/tools/ |
marisa_alpha-find.cc | 44 std::cout << num_keys << " found" << std::endl; 46 std::cout << key_ids[i] << '\t'; 47 std::cout.write(str.c_str(), lengths[i]) << '\t' << str << '\n'; 50 std::cout << "not found" << std::endl; 60 std::cout << key_id << '\t'; 61 std::cout.write(str.c_str(), length) << '\t' << str << '\n'; 63 std::cout << "-1\t" << str << '\n'; 71 std::cout << key_id << '\t'; 72 std::cout.write(str.c_str(), length) << '\t' << str << '\n'; 74 std::cout << "-1\t" << str << '\n' [all...] |
/external/openfst/src/include/fst/extensions/far/ |
info.h | 82 cout << std::left << setw(50) << "far type" 84 cout << std::left << setw(50) << "arc type" << Arc::Type() << endl; 85 cout << std::left << setw(50) << "fst type"; 90 cout << ","; 91 cout << *iter; 93 cout << endl; 94 cout << std::left << setw(50) << "# of FSTs" << nfst << endl; 95 cout << std::left << setw(50) << "total # of states" << nstate << endl; 96 cout << std::left << setw(50) << "total # of arcs" << narc << endl; 112 cout << std::left << setw(wkey) << "key" << setw(wtype) << "type [all...] |
/external/eigen/bench/ |
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...] |
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...] |
bench_sum.cpp | 17 cout << v.sum() << endl;
|
sparse_product.cpp | 118 std::cout << "Eigen Dense\t" << nnzPerCol << "%\n"; 128 std::cout << " a * b:\t" << timer.value() << endl; 135 std::cout << " a' * b:\t" << timer.value() << endl; 142 std::cout << " a' * b':\t" << timer.value() << endl; 149 std::cout << " a * b':\t" << timer.value() << endl; 155 std::cout << "Eigen sparse\t" << sm1.nonZeros()/(float(sm1.rows())*float(sm1.cols()))*100 << "% * " 159 std::cout << " a * b:\t" << timer.value() << endl; 162 // std::cout << " a' * b:\t" << timer.value() << endl; 165 // std::cout << " a' * b':\t" << timer.value() << endl; 168 // std::cout << " a * b' :\t" << timer.value() << endl 316 std::cout << "\\n\\n"; member in class:std [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_dense_product.cpp | 71 std::cout << "Eigen Dense\t" << density*100 << "%\n"; 80 std::cout << " a * v:\t" << timer.best() << " " << double(REPEAT)/timer.best() << " * / sec " << endl; 87 std::cout << " a' * v:\t" << timer.best() << endl; 93 std::cout << "Eigen sparse\t" << sm1.nonZeros()/float(sm1.rows()*sm1.cols())*100 << "%\n"; 96 std::cout << " a * v:\t" << timer.best()/REPEAT << " " << double(REPEAT)/timer.best(REAL_TIMER) << " * / sec " << endl; 101 std::cout << " a' * v:\t" << timer.best()/REPEAT << endl; 106 // std::cout << "Eigen dyn-sparse\t" << m1.nonZeros()/float(m1.rows()*m1.cols())*100 << "%\n"; 109 // std::cout << " a * v:\t" << timer.value() << endl; 112 // std::cout << " a' * v:\t" << timer.value() << endl; 118 std::cout << "GMM++ sparse\t" << density*100 << "%\n" 182 std::cout << "\\n\\n"; member in class:std [all...] |
/external/chromium/net/tools/flip_server/ |
flip_in_mem_edsm_server.cc | 28 using std::cout; 175 cout << argv[0] << " <options>\n"; 176 cout << " Proxy options:\n"; 177 cout << "\t--proxy<1..n>=\"<listen ip>,<listen port>," 183 cout << "\t * The https server ip and port may be left empty if they are" 186 cout << "\t * spdy only prevents non-spdy https connections from being" 189 cout << "\t--forward-ip-header=<header name>\n"; 190 cout << "\n Server options:\n"; 191 cout << "\t--spdy-server=\"<listen ip>,<listen port>,[ssl cert filename]," 193 cout << "\t--http-server=\"<listen ip>,<listen port>,[ssl cert filename], [all...] |
/external/chromium_org/third_party/icu/source/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/eigen/doc/examples/ |
TutorialLinAlgExComputeSolveError.cpp | 13 cout << "The relative error is:\n" << relative_error << 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/ |
AngleAxis_mimic_euler.cpp | 5 cout << m << endl << "is unitary: " << m.isUnitary() << endl;
|
LLT_solve.cpp | 8 cout << xy << endl;
|
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/srec/tools/grxmlcompile/ |
vocab.cpp | 44 std::cout << "Error: " << ESR_rc2str(rc) <<std::endl; 88 std::cout << "DEBUG: " << phrase <<" to be looked up" << std::endl; 92 // std::cout <<"ERORORORORROOR!" <<std::endl; 93 std::cout <<"ERROR: " << ESR_rc2str(rc) << std::endl; 96 std::cout <<"OUTPUT: " << prons << " num " << len << std::endl; 104 std::cout << "DEBUG: used " << len_used << " now " << LSTRLEN(pron) << std::endl; 109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl; 146 std::cout << "Pron #" << ii << ": " << s << std::endl; 157 std::cout << " Pron #" << ii << ": " << s << std::endl; 158 std::cout << " Model IDs: " member in class:std [all...] |
/external/valgrind/main/memcheck/tests/ |
long_namespace_xml.cpp | 35 cout << "I'm in an asininely long namespace!" << endl;
|
/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;
|
/external/ceres-solver/examples/ |
circle_fit.cc | 147 std::cout << "Got " << num_points << " points.\n"; 159 std::cout << summary.BriefReport() << "\n"; 160 std::cout << "x : " << initial_x << " -> " << x << "\n"; 161 std::cout << "y : " << initial_y << " -> " << y << "\n"; 162 std::cout << "r : " << initial_r << " -> " << r << "\n";
|