HomeSort by relevance Sort by last modified time
    Searched refs:cout (Results 426 - 450 of 687) sorted by null

<<11121314151617181920>>

  /external/openfst/src/lib/
flags.cc 120 if (file_out) cout << "\n";
121 cout << "Flags from: " << file << "\n";
126 cout << usage << "\n";
129 if (usage_out) cout << "\n";
135 cout << flag_usage << "\n";
149 cout << "PROGRAM FLAGS:\n\n";
157 cout << "LIBRARY FLAGS:\n\n";
  /external/eigen/bench/
bench_norm.cpp 232 std::cout << #NRM << "\t" << tf.value() << " " << td.value() << " " << tcf.value() << "\n"; \
242 std::cout << "reference\t" << internal::sqrt(double(s))*yf << "\t" << internal::sqrt(double(s))*yd << "\n";
243 std::cout << "sqsumNorm\t" << sqsumNorm(vf) << "\t" << sqsumNorm(vd) << "\n";
244 std::cout << "hypotNorm\t" << hypotNorm(vf) << "\t" << hypotNorm(vd) << "\n";
245 std::cout << "blueNorm\t" << blueNorm(vf) << "\t" << blueNorm(vd) << "\n";
246 std::cout << "pblueNorm\t" << pblueNorm(vf) << "\t" << pblueNorm(vd) << "\n";
247 std::cout << "lapackNorm\t" << lapackNorm(vf) << "\t" << lapackNorm(vd) << "\n";
248 std::cout << "twopassNorm\t" << twopassNorm(vf) << "\t" << twopassNorm(vd) << "\n";
249 std::cout << "bl2passNorm\t" << bl2passNorm(vf) << "\t" << bl2passNorm(vd) << "\n";
262 //std::cout << "reference\t" << internal::sqrt(double(s))*yf << "\t" << internal::sqrt(double(s))*yd << "\n"
305 std::cout << "\\n"; member in class:std
312 std::cout << "\\n"; member in class:std
    [all...]
benchmarkX.cpp 34 cout << m(0,0) << endl;
benchmarkXcwise.cpp 33 cout << m[0] << endl;
  /external/stlport/stlport/
iostream 52 # define cout _STLP_cout
61 // program; the same applies to cout and wcout, and cerr/clog and
67 extern _STLP_DECLSPEC ofstream cout;
71 extern _STLP_DECLSPEC ostream cout;
  /ndk/sources/cxx-stl/stlport/stlport/
iostream 52 # define cout _STLP_cout
61 // program; the same applies to cout and wcout, and cerr/clog and
67 extern _STLP_DECLSPEC ofstream cout;
71 extern _STLP_DECLSPEC ostream cout;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
iostream 52 # define cout _STLP_cout
61 // program; the same applies to cout and wcout, and cerr/clog and
67 extern _STLP_DECLSPEC ofstream cout;
71 extern _STLP_DECLSPEC ostream cout;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
iostream 52 # define cout _STLP_cout
61 // program; the same applies to cout and wcout, and cerr/clog and
67 extern _STLP_DECLSPEC ofstream cout;
71 extern _STLP_DECLSPEC ostream cout;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
iostream 52 # define cout _STLP_cout
61 // program; the same applies to cout and wcout, and cerr/clog and
67 extern _STLP_DECLSPEC ofstream cout;
71 extern _STLP_DECLSPEC ostream cout;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
iostream 52 # define cout _STLP_cout
61 // program; the same applies to cout and wcout, and cerr/clog and
67 extern _STLP_DECLSPEC ofstream cout;
71 extern _STLP_DECLSPEC ostream cout;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
iostream 52 # define cout _STLP_cout
61 // program; the same applies to cout and wcout, and cerr/clog and
67 extern _STLP_DECLSPEC ofstream cout;
71 extern _STLP_DECLSPEC ostream cout;
  /external/ceres-solver/examples/
powell.cc 137 std::cout << "Initial x1 = " << x1
147 std::cout << summary.FullReport() << "\n";
148 std::cout << "Final x1 = " << x1
  /external/marisa-trie/tools/
marisa-lookup.cc 57 std::cout << key_id << '\t' << str << '\n';
59 std::cout << "-1\t" << str << '\n';
61 if (!std::cout) {
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-lookup.cc 57 std::cout << key_id << '\t' << str << '\n';
59 std::cout << "-1\t" << str << '\n';
61 if (!std::cout) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunserver_main.cc 63 std::cout << "Listening at " << server_addr.ToString() << std::endl;
relayserver_main.cc 75 std::cout << "Listening internally at " << int_addr.ToString() << std::endl;
76 std::cout << "Listening externally at " << ext_addr.ToString() << std::endl;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver_main.cc 62 std::cout << "Listening at " << server_addr.ToString() << std::endl;
relayserver_main.cc 75 std::cout << "Listening internally at " << int_addr.ToString() << std::endl;
76 std::cout << "Listening externally at " << ext_addr.ToString() << std::endl;
  /external/eigen/doc/examples/
class_CwiseUnaryOp.cpp 17 cout << m1 << endl << "becomes: " << endl << m1.unaryExpr(CwiseClampOp<double>(-0.5,0.5)) << endl;
  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 376 std::cout << "// " << CostArray[i] << " entries have cost " << i << "\n";
378 std::cout << "// " << CostArray[9] << " entries have higher cost!\n";
382 std::cout << "\n// This table is 6561*4 = 26244 bytes in size.\n";
383 std::cout << "static const unsigned PerfectShuffleTable[6561+1] = {\n";
404 std::cout << " " << std::setw(10) << Val << "U, // ";
405 PrintMask(i, std::cout);
406 std::cout << ": Cost " << ShufTab[i].Cost;
407 std::cout << " " << (ShufTab[i].Op ? ShufTab[i].Op->getName() : "copy");
408 std::cout << " ";
410 std::cout << getZeroCostOpName(ShufTab[i].Arg0)
    [all...]
  /external/openfst/src/include/fst/extensions/far/
print-strings.h 100 cout << key << FLAGS_far_field_separator[0];
101 cout << str;
103 cout << FLAGS_far_field_separator[0] << ShortestDistance(fst);
104 cout << endl;
  /external/chromium_org/third_party/libjingle/source/talk/examples/pcp/
pcp_main.cc 331 std::cout << "orphaned message: " << msg.message_id;
356 std::cout << "connecting..." << std::endl;
359 std::cout << "logging in..." << std::endl;
362 std::cout << "logged in..." << std::endl;
366 std::cout << "logged out..." << std::endl;
374 std::cout << "IncomingTunnel from " << jid.Str()
430 std::cout << "Tunnel closed normally" << std::endl;
432 std::cout << "Tunnel closed with error: " << error << std::endl;
438 std::cout << "Tunnel connected" << std::endl;
460 std::cout << "Tunnel closed unexpectedly on write" << std::endl
624 std::cout << "Password: "; member in class:std
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/testutil/
libjingleplus_main.cc 78 std::cout << "Username: "; member in class:std
80 std::cout << (gaia ? "Gaia cookie: " : "Password: ");
  /external/eigen/unsupported/test/
matrix_exponential.cpp 46 std::cout << "test2dRotation: i = " << i << " error funm = " << relerr(C, B);
50 std::cout << " error expm = " << relerr(C, B) << "\n";
71 std::cout << "test2dHyperbolicRotation: i = " << i << " error funm = " << relerr(C, B);
75 std::cout << " error expm = " << relerr(C, B) << "\n";
95 std::cout << "testPascal: size = " << size << " error funm = " << relerr(C, B);
99 std::cout << " error expm = " << relerr(C, B) << "\n";
121 std::cout << "randomTest: error funm = " << relerr(identity, m2);
125 std::cout << " error expm = " << relerr(identity, m2) << "\n";
  /external/openfst/src/script/
text-io.cc 70 ostream *strm = &cout;
88 if (strm != &cout)

Completed in 1525 milliseconds

<<11121314151617181920>>