HomeSort by relevance Sort by last modified time
    Searched refs:cout (Results 451 - 475 of 586) sorted by null

<<11121314151617181920>>

  /external/zlib/src/contrib/iostream2/
zstream_test.cpp 17 cout << x << endl << y << endl << z << endl;
  /external/eigen/bench/
quat_slerp.cpp 153 std::cout << g_seed << "\n";
163 cout << "double=>float=>double nlerp eigen legacy(snap) legacy(nlerp) rightway gael's criteria\n";
183 cout.precision(8);
184 cout << std::scientific;
200 // std::cout << err[0] << " ";
204 // std::cout << err[k+1] << " ";
208 // std::cout << "\n";
212 // std::cout << "\n";
215 cout << "\n\nAccuracy:\n"
217 cout << " avg: " << avgerr.transpose() << "\n"
    [all...]
benchmarkSlice.cpp 36 cout << m[0] << endl;
  /external/eigen/unsupported/doc/examples/
BVH_Example.cpp 43 std::cout << "Brute force distance = " << sqrt(minDistSq) << ", calls = " << minimizer.calls << std::endl;
49 std::cout << "BVH distance = " << sqrt(minDistSq) << ", calls = " << minimizer.calls << std::endl;
  /external/openfst/src/bin/
fstdraw.cc 66 ostream *ostrm = &cout;
110 if (ostrm != &cout)
fstprint.cc 59 ostream *ostrm = &cout;
105 if (ostrm != &cout)
  /external/oprofile/libutil++/
cverb.cpp 95 null_stream.rdbuf(cout.rdbuf());
122 return v.set ? cout : null_stream;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h 154 std::cout << ", default = "; member in class:FlagRegister::std
155 std::cout << (default_value ? "true" : "false");
158 std::cout << ", default = "; member in class:FlagRegister::std
159 std::cout << "\"" << default_value << "\"";
162 std::cout << ", default = "; member in class:FlagRegister::std
163 std::cout << default_value;
172 std::cout << " --" << name
175 std::cout << "\n " << desc.doc_string << "\n";
compat.cpp 96 std::cout << flag_usage << "\n";
97 std::cout << " Flags Description:\n"; member in class:std
  /external/srec/tools/grxmlcompile/
sub_phon.cpp 58 // std::cout << "Found slot "<< word <<std::endl;
81 //std::cout << "ExpandPhonemes adding "<< modelLabel <<std::endl;
171 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl;
176 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl;
190 std::cout << "HMM phoneme: " << modelSequence[jj] << " ";
195 std::cout << " centre " << arc[ii]->GetInput() << std::endl;
218 std::cout << "Intra sil search " << intraId << std::endl;
224 std::cout << "Intra sil: " << arc[ii]->GetFromId() << " " << arc[ii]->GetToId() << std::endl;
238 std::cout << "HMM PIC:" << left <<" " << centre <<" " << right << std::endl;
244 std::cout << "HMM: " << centre << " number of HMMs = " << modelCount <<std::endl
    [all...]
grxmldoc.cpp 37 #define FATAL_ERROR(x,y) { std::cout << (x) << std::endl; exit ((y)); }
38 #define WARNING(x) std::cout << (x) << std::endl;
42 #define DEBUG_PRINT(x) std::cout << (x) << std::endl;
44 //#define PRINT_EXPRESSION(x) std::cout << (x) << std::endl;
55 std::cout << "ERROR: Empty string of type " << t <<std::endl; \
501 std::cout << "/--" << cdata << "--/\n";
523 std::cout << " -->" << word << "<--\n";
678 std::cout << s; // debug
761 for(int i=0;i<level;i++) std::cout << " "; member in class:std
788 std::cout << "Error: not sure what to do here" << std::endl
804 std::cout << " "; member in class:std
805 std::cout << " "; member in class:std
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
filter_false_positive_perftest.cc 117 std::cout << "Bloom filter with prefixes: " << prefixes.size()
260 std::cout << "Hit for URL: " << url
268 std::cout << "Miss for URL: " << url
277 std::cout << "URLs checked: " << url_count
282 std::cout << ", weighted hits: " << weighted_hits
285 std::cout << std::endl;
355 std::cout << "Time results for checks: " << num_checks
  /external/stlport/src/
iostream.cpp 38 # define cout _STLP_cout macro
71 _STLP_DECLSPEC ostream cout(0);
101 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cout;
106 _Stl_aligned_buffer<ostream> cout;
111 # pragma alias("?cout@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?cout@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A")
225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release();
251 ostream* ptr_cout = &cout;
341 delete (&cout)->rdbuf(cout_buf.release());
  /ndk/sources/cxx-stl/stlport/src/
iostream.cpp 38 # define cout _STLP_cout macro
71 _STLP_DECLSPEC ostream cout(0);
101 _STLP_DECLSPEC _Stl_aligned_buffer<ostream> cout;
106 _Stl_aligned_buffer<ostream> cout;
111 # pragma alias("?cout@std@@3V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@A", "?cout@std@@3T?$_Stl_aligned_buffer@std@V?$basic_ostream@std@DV?$char_traits@std@D@1@@1@@1@A")
225 ostream* ptr_cout = new(&cout) ostream(cout_buf.get()); cout_buf.release();
251 ostream* ptr_cout = &cout;
341 delete (&cout)->rdbuf(cout_buf.release());
  /external/eigen/test/eigen2/
main.h 343 std::cout << "Argument " << argv[i] << " conflicting with a former argument" << std::endl;
350 std::cout << "Invalid \'repeat\' value " << argv[i]+1 << std::endl;
358 std::cout << "Argument " << argv[i] << " conflicting with a former argument" << std::endl;
366 std::cout << "Invalid \'seed\' value " << argv[i]+1 << std::endl;
378 std::cout << "This test application takes the following optional arguments:" << std::endl;
379 std::cout << " rN Repeat each test N times (default: " << DEFAULT_REPEAT << ")" << std::endl;
380 std::cout << " sN Use N as seed for random numbers (default: based on current time)" << std::endl;
387 std::cout << "Initializing random number generator with seed " << seed << std::endl;
389 std::cout << "Repeating each test " << repeat << " times" << std::endl;
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 154 //~ std::cout << "block() n " << n << " waitFor " << waitFor << std::endl;
160 std::cout << "Unblocking threads from block()" << std::endl;
184 std::cout << "Unblocking threads from releaseThreads()" << std::endl;
251 //~ std::cout << "We just constructed this LLVM module:\n\n" << *M;
252 //~ std::cout << "\n\nRunning foo: " << std::flush;
288 std::cout << "Add1 returned " << intptr_t(returnValue) << std::endl;
295 std::cout << "Fib1 returned " << intptr_t(returnValue) << std::endl;
302 std::cout << "Fib2 returned " << intptr_t(returnValue) << std::endl;
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 548 // // std::cout << "nbLowerElts" << nbLowerElts << std::endl;
652 //EIGEN_DBG_SKYLINE(std::cout << "SkylineMatrix:: swap\n");
661 std::cout << "SkylineMatrix& operator=(const SkylineMatrix& other)\n";
688 std::cout << "upper elements : " << std::endl;
690 std::cout << m.m_data.upper(i) << "\t";
691 std::cout << std::endl;
692 std::cout << "upper profile : " << std::endl;
694 std::cout << m.m_data.upperProfile(i) << "\t";
695 std::cout << std::endl;
696 std::cout << "lower startIdx : " << std::endl
    [all...]
  /external/ceres-solver/examples/
data_fitting.cc 161 std::cout << summary.BriefReport() << "\n";
162 std::cout << "Initial m: " << 0.0 << " c: " << 0.0 << "\n";
163 std::cout << "Final m: " << m << " c: " << c << "\n";
  /external/eigen/test/
main.h 393 std::cout << "Invalid repeat value " << str << std::endl;
405 std::cout << "Invalid seed value " << str << std::endl;
423 std::cout << "Argument " << argv[i] << " conflicting with a former argument" << std::endl;
432 std::cout << "Argument " << argv[i] << " conflicting with a former argument" << std::endl;
445 std::cout << "This test application takes the following optional arguments:" << std::endl;
446 std::cout << " rN Repeat each test N times (default: " << DEFAULT_REPEAT << ")" << std::endl;
447 std::cout << " sN Use N as seed for random numbers (default: based on current time)" << std::endl;
448 std::cout << std::endl;
449 std::cout << "If defined, the environment variables EIGEN_REPEAT and EIGEN_SEED" << std::endl;
450 std::cout << "will be used as default values for these parameters." << std::endl
    [all...]
  /external/icu4c/i18n/
currpinf.cpp 131 std::cout << "same plural rules\n"; member in class:std
134 std::cout << "same locale\n"; member in class:std
137 std::cout << "same pattern\n"; member in class:std
288 std::cout << "in set up\n"; member in class:std
304 std::cout << "pluralCount: " << pluralCount << "; pattern: " << result_1 << "\n";
320 std::cout << "pluralCount: " << pluralCount << "; pattern: " << result_1 << "\n";
  /external/openssl/crypto/evp/
openbsd_hw.c 186 char *cout=NULL;
200 cout=OPENSSL_malloc(cinl);
201 cryp.dst=cout;
214 if(cout)
216 memcpy(out,cout,inl);
217 OPENSSL_free(cout);
  /external/icu4c/test/intltest/
tufmtts.cpp 50 std::cout << "locale: " << locales[locIndex] << "\n";
59 std::cout << "time unit: " << j << "\n";
64 std::cout << "number: " << tests[i] << "\n";
76 std::cout << "format result: " << formatResult << "\n";
278 std::cout << "Failed to get TimeUnitAmount for " << tunits[unitIndex] << "\n";
287 std::cout << "Failed to get TimeUnitFormat for " << locales[locIndex] << "\n";
300 std::cout << "Failed to format" << "\n"; member in class:std
311 std::cout << "Formatted string : " << tmp << " expected : " << tmp1 << "\n";
  /external/eigen/bench/btl/generic_bench/timers/
portable_perf_analyzer.hh 59 std::cout << " " << _action.nb_op_base()*_nb_calc/(m_time_action*1e6) << " ";
  /external/skia/emoji/
GmojiMaker.cpp 57 std::cout << "\n"; member in class:std
  /external/skia/legacy/emoji/
GmojiMaker.cpp 57 std::cout << "\n"; member in class:std

Completed in 308 milliseconds

<<11121314151617181920>>