OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endl
(Results
401 - 425
of
1157
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/gin/
try_catch.cc
30
ss << V8ToString(message->Get()) << std::
endl
31
<< V8ToString(message->GetSourceLine()) << std::
endl
;
member in class:gin::std
44
<< std::
endl
;
member in class:gin::std
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
test.cc
56
std::cout << _name << " completed!" << std::
endl
;
member in class:std
57
(*_log) << _name << std::
endl
;
58
(*_log) << _description << std::
endl
;
59
(*_log) << "Input file: " << _inname << std::
endl
;
60
(*_log) << "Output file: " << _outname << std::
endl
;
68
(*_log) << "PSNR: " << psnr.average << std::
endl
;
69
std::cout << "PSNR: " << psnr.average << std::
endl
<< std::
endl
;
70
(*_log) << "SSIM: " << ssim.average << std::
endl
;
71
std::cout << "SSIM: " << ssim.average << std::
endl
<< std::endl
[
all
...]
/external/eigen/bench/
sparse_dense_product.cpp
80
std::cout << " a * v:\t" << timer.best() << " " << double(REPEAT)/timer.best() << " * / sec " <<
endl
;
87
std::cout << " a' * v:\t" << timer.best() <<
endl
;
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
;
local
109
// std::cout << " a * v:\t" << timer.value() <<
endl
;
112
// std::cout << " a' * v:\t" << timer.value() <<
endl
;
128
std::cout << " a * v:\t" << timer.value() <<
endl
;
131
std::cout << " a' * v:\t" << timer.value() <<
endl
;
150
std::cout << " a * v:\t" << timer.value() <<
endl
;
153
// std::cout << " a' * v:\t" << timer.value() <<
endl
;
[
all
...]
sparse_transpose.cpp
55
std::cout << " Eigen dense:\t" << timer.value() <<
endl
;
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
;
sparse_trisolver.cpp
87
std::cout << " colmajor^-1 * b:\t" << timer.value() <<
endl
;
91
std::cout << " rowmajor^-1 * b:\t" << timer.value() <<
endl
;
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
;
130
std::cout << " colmajor^-1 * b:\t" << timer.value() <<
endl
;
148
std::cout << " colmajor^-1 * b:\t" << timer.value() <<
endl
;
154
std::cout << " rowmajor^-1 * b:\t" << timer.value() <<
endl
;
171
std::cout << " colmajor^-1 * b:\t" << timer.value() <<
endl
;
[
all
...]
sparse_lu.cpp
53
std::cout << ":\t" << timer.value() <<
endl
;
56
std::cout << ":\t FAILED" <<
endl
;
local
65
std::cout << " solve:\t" << timer.value() <<
endl
;
67
std::cout << " solve:\t" << " FAILED" <<
endl
;
local
103
std::cout << "Eigen/dense:\t" << timer.value() <<
endl
;
109
std::cout << " solve:\t" << timer.value() <<
endl
;
/external/oprofile/pp/
common_option.cpp
63
<< " allowed range: [0-100]" <<
endl
;
local
69
<< " allowed range: [0-100]" <<
endl
;
local
74
cverb << vdebug << "threshold: " << value <<
endl
;;
local
162
cerr <<
endl
;
local
201
cerr << argv[0] << " error: " << e.what() <<
endl
;
204
cerr << argv[0] << " error: " << e.what() <<
endl
;
207
cerr << argv[0] << " error: " << e.what() <<
endl
;
210
cerr << argv[0] << " error: " << e.what() <<
endl
;
213
cerr << argv[0] << " error: " << e.what() <<
endl
;
216
cerr << argv[0] << " unknown exception" <<
endl
;
277
cerr << "unknown merge option: " << *cit <<
endl
;
local
287
<< "with --exclude-dependent" <<
endl
;
local
[
all
...]
opannotate_options.cpp
94
cerr << "differential profiles not allowed" <<
endl
;
local
111
<<
endl
;
local
116
cerr << "--output-dir is meaningless with --assembly" <<
endl
;
local
130
cverb << vsfile << "Archive: " << pspec.get_archive_path() <<
endl
;
133
<<
endl
;
146
cverb << vsfile << "profile_classes:\n" << classes <<
endl
;
local
150
"too strict ?" <<
endl
;
local
/external/stlport/test/eh/
bug.cpp
26
std::cout << "vector fill: " << t.elapsed() << std::
endl
;
33
std::cout << "map fill 1: " << t.elapsed() << std::
endl
;
38
std::cout << "map fill 2: " << t.elapsed() << std::
endl
;
main.cpp
118
// using std::
endl
;
131
cerr<<"\t[-n <iterations>] : number of test iterations, default==100;"<<
endl
;
local
132
cerr<<"\t[-s <size>] : base value for random container sizes, default==1000;"<<
endl
;
local
133
cerr<<"\t[-e] : don't throw exceptions, test for leak in normal conditions;"<<
endl
;
local
135
// cerr<<"\t[-i] : ignore leak errors;"<<
endl
;
136
cerr<<"\t[-q] : quiet mode;"<<
endl
;
local
137
cerr<<"\t[-v] : verbose mode;"<<
endl
;
local
138
cerr<<"\t[-t] : track each allocation;"<<
endl
;
local
139
cerr<<"\t[test name [test name...]] : run only some of the tests by name (default==all tests):"<<
endl
;
local
140
cerr<<"\t\tpossible test names are : algo vector bit_vector list slist deque set map hash_set hash_map rope string bitset valarray"<<
endl
;
local
282
cerr << "EH test : algobase" <<
endl
;
local
287
cerr << "EH test : algo" <<
endl
;
local
293
cerr << "EH test : vector" <<
endl
;
local
300
cerr << "EH test : bit_vector" <<
endl
;
local
307
cerr << "EH test : list" <<
endl
;
local
314
cerr << "EH test : slist" <<
endl
;
local
321
cerr << "EH test : deque" <<
endl
;
local
326
cerr << "EH test : set" <<
endl
;
local
329
cerr << "EH test : multiset" <<
endl
;
local
335
cerr << "EH test : map" <<
endl
;
local
338
cerr << "EH test : multimap" <<
endl
;
local
345
cerr << "EH test : hash_map" <<
endl
;
local
348
cerr << "EH test : hash_multimap" <<
endl
;
local
354
cerr << "EH test : hash_set" <<
endl
;
local
357
cerr << "EH test : hash_multiset" <<
endl
;
local
367
cerr << "EH test : rope" <<
endl
;
local
375
cerr << "EH test : string" <<
endl
;
local
382
cerr << "EH test : bitset" <<
endl
;
local
389
cerr << "EH test : valarray" <<
endl
;
local
[
all
...]
/external/srec/tools/grxmlcompile/
vocab.cpp
44
std::cout << "Error: " << ESR_rc2str(rc) <<std::
endl
;
member in class:std
88
std::cout << "DEBUG: " << phrase <<" to be looked up" << std::
endl
;
member in class:std
92
// std::cout <<"ERORORORORROOR!" <<std::
endl
;
93
std::cout <<"ERROR: " << ESR_rc2str(rc) << std::
endl
;
member in class:std
96
std::cout <<"OUTPUT: " << prons << " num " << len << std::
endl
;
member in class:std
104
std::cout << "DEBUG: used " << len_used << " now " << LSTRLEN(pron) << std::
endl
;
member in class:std
109
std::cout << "DEBUG: " << phrase << " " << pron << std::
endl
;
member in class:std
135
std::cerr << "out_of_range: " << err.what() << std::
endl
;
146
std::cout << "Pron #" << ii << ": " << s << std::
endl
;
member in class:std
157
std::cout << " Pron #" << ii << ": " << s << std::
endl
;
member in class:std
164
std::cout << std::
endl
;
member in class:std
249
std::cout <<"DEBUG model id: " << lphon <<cphon << rphon << " "<< id << std::
endl
;
member in class:std
275
std::cout << "Error: while trying to load " << arbFileName.c_str() << std::
endl
;
member in class:std
291
std::cout << "getStateIndices: count = " << numStates <<std::
endl
;
member in class:std
300
std::cout << std::
endl
;
member in class:std
[
all
...]
netw_dump.cpp
63
outfile << arc[loc]->fromId << std::
endl
;
66
outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << std::
endl
;
84
outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << std::
endl
;
member in class:std
172
outfile << arc[loc]->fromId << std::
endl
;
174
outfile << arc[loc]->fromId << Separator << arc[loc]->toId << Separator << inLabel.c_str() << Separator << outLabel.c_str() << std::
endl
;
member in class:std
209
outfile << arc[loc]->fromId << std::
endl
;
218
outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << outLabel.c_str() << std::
endl
;
member in class:std
221
outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << Eps << std::
endl
;
230
outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << outLabel.c_str() << std::
endl
;
member in class:std
233
outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << Eps << std::
endl
;
292
outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << separator << outLabel.c_str() << std::
endl
;
member in class:std
304
outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << ".wb" << separator << outLabel.c_str() << std::
endl
;
member in class:std
327
outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << separator << Eps << std::
endl
;
member in class:std
360
std::cout << arc[loc]->fromId <<" " << arc[loc]->toId << " " << inLabel.c_str() <<" " << outLabel.c_str() << std::
endl
;
member in class:std
[
all
...]
/external/eigen/bench/spbench/
test_sparseLU.cpp
44
cout << "End charging matrix " <<
endl
;
local
75
cout << "Time to analyze " << timer.value() << std::
endl
;
member in class:std
80
cout << "Factorize Time " << timer.value() << std::
endl
;
member in class:std
85
cout << "solve time " << timer.value() << std::
endl
;
member in class:std
90
cout << "Number of nonzeros in the factor : " << solver.nnzL() + solver.nnzU() << std::
endl
;
member in class:std
/external/eigen/unsupported/doc/examples/
FFT.cpp
89
cout << "roundtrip rmse: " << rmse <<
endl
;
local
103
cout << "nfft=" << nfft <<
endl
;
local
104
cout << " float" <<
endl
;
local
106
cout << " double" <<
endl
;
local
108
cout << " long double" <<
endl
;
local
/external/protobuf/examples/
add_person.cc
48
cout << "Unknown phone type. Using default." <<
endl
;
local
62
cerr << "Usage: " << argv[0] << " ADDRESS_BOOK_FILE" <<
endl
;
local
72
cout << argv[1] << ": File not found. Creating a new file." <<
endl
;
local
74
cerr << "Failed to parse address book." <<
endl
;
local
86
cerr << "Failed to write address book." <<
endl
;
local
/frameworks/native/cmds/service/
service.cpp
74
aerr << "service: Unable to get default service manager!" <<
endl
;
local
92
aerr << "service: Unknown option -" << ic <<
endl
;
local
107
(service == NULL ? ": not found" : ": found") <<
endl
;
109
aerr << "service: No service specified for check" <<
endl
;
local
116
aout << "Found " << services.size() << " services:" <<
endl
;
123
<<
endl
;
143
aerr << "service: no integer supplied for 'i32'" <<
endl
;
local
152
aerr << "service: no string supplied for 's16'" <<
endl
;
local
241
aerr << "service: unknown option " << argv[optind] <<
endl
;
local
249
aout << "Result: " << reply <<
endl
;
local
252
<< " does not exist" <<
endl
;
local
257
aerr << "service: No service specified for call" <<
endl
;
local
259
aerr << "service: No code specified for call" <<
endl
;
local
265
aerr << "service: Unknown command " << argv[optind] <<
endl
;
local
[
all
...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
icuzdump.cpp
178
out <<
endl
;
local
298
cerr << "Illegal command line argument(s)" <<
endl
<<
endl
;
local
303
<< "Usage: icuzdump [-options] [zoneid1 zoneid2 ...]" <<
endl
304
<<
endl
305
<< "\tDump all offset transitions for the specified zones." <<
endl
306
<<
endl
307
<< "Options:" <<
endl
308
<< "\t-a : Dump all available zones." <<
endl
309
<< "\t-d <dir> : When specified, write transitions in a file under" <<
endl
316
<< "\\t values are 1902(low) and 2038(high)." <<
endl
;
local
390
cerr << "Cannot open file " << path <<
endl
;
local
415
cout <<
endl
;
local
417
cout << "ZONE: " << id <<
endl
;
local
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
icuzdump.cpp
178
out <<
endl
;
local
298
cerr << "Illegal command line argument(s)" <<
endl
<<
endl
;
local
303
<< "Usage: icuzdump [-options] [zoneid1 zoneid2 ...]" <<
endl
304
<<
endl
305
<< "\tDump all offset transitions for the specified zones." <<
endl
306
<<
endl
307
<< "Options:" <<
endl
308
<< "\t-a : Dump all available zones." <<
endl
309
<< "\t-d <dir> : When specified, write transitions in a file under" <<
endl
316
<< "\\t values are 1902(low) and 2038(high)." <<
endl
;
local
390
cerr << "Cannot open file " << path <<
endl
;
local
415
cout <<
endl
;
local
417
cout << "ZONE: " << id <<
endl
;
local
[
all
...]
tz2icu.cpp
496
cerr << os.str() << "; using 0" <<
endl
;
508
cerr << "Warning: unused abbreviation: " << ii <<
endl
;
local
612
cerr << "Error: Invalid directory: " << dirname <<
endl
;
local
628
<< e.what() <<
endl
;
653
cerr << "Error: Invalid directory: " << dir <<
endl
;
local
657
cerr << "Error: Directory name too long" <<
endl
;
local
679
<< e.what() <<
endl
;
692
<< e.what() <<
endl
;
1022
os << ":int { " << aliasTo << " } "; // No
endl
- save room for comment.
1027
os << ":table {" <<
endl
;
local
1029
os << ":array {" <<
endl
;
local
1050
os << " }" <<
endl
;
local
1063
os << " }" <<
endl
;
local
1076
os << " }" <<
endl
;
local
1085
os << " }" <<
endl
;
local
1100
os << " }" <<
endl
;
local
1108
os << dec << "\\" }" <<
endl
;
local
1115
os << dec << "\\" }" <<
endl
;
local
1121
os << " finalRule { \\"" << finalRuleID << "\\" }" <<
endl
;
local
1122
os << " finalRaw:int { " << finalOffset << " }" <<
endl
;
local
1123
os << " finalYear:int { " << finalYear << " }" <<
endl
;
local
1125
os << " \\"" << finalRuleID << "\\"" <<
endl
;
local
1127
<< finalYear << " }" <<
endl
;
local
1144
os << " }" <<
endl
;
local
1158
os << "\/\/Z#" << c++ <<
endl
;
local
1167
os << " Names {" <<
endl
local
1180
os << " \/\/ " << n <<
endl
local
1187
<< " }" <<
endl
;
local
1457
<< " --old generating resource format before ICU4.4" <<
endl
;
local
1461
cout << "Olson data version: " << version <<
endl
;
local
1471
<< " final rules from " ICU_ZONE_FILE <<
endl
;
local
1473
cerr << "Error: Unable to open " ICU_ZONE_FILE <<
endl
;
local
1513
<< olson << "\\"" <<
endl
;
local
1557
cout <<
endl
;
local
1601
cerr << "Error: Can't parse " << line << " in " << ICU_REGIONS <<
endl
;
local
1607
cout << "No custom region map [icuregions]" <<
endl
;
local
1617
cerr << "Error: Unable to open " << zonetab <<
endl
;
local
1632
cerr << "Error: Can't parse " << line << " in " << zonetab <<
endl
;
local
1637
<< " in " << zonetab <<
endl
;
local
1644
<< " " << country << " -> " << customCountry <<
endl
;
local
1653
<< " country entries from " << zonetab <<
endl
;
local
1715
file << "\/\/---------------------------------------------------------" <<
endl
local
1737
<< " }" <<
endl
;
local
1743
file << " Rules { " <<
endl
;
local
1750
file << " " << id << ":intvector {" <<
endl
;
local
1752
file << " } \/\/_#" << frc++ <<
endl
;
local
1754
file << " }" <<
endl
;
local
1758
file << " Regions:array {" <<
endl
;
local
1769
file << " }" <<
endl
;
local
1771
file << " Regions { " <<
endl
;
local
1788
cerr << "Error: Nonexistent zone in country map: " << *j <<
endl
;
local
1793
file << " } \/\/R#" << rc++ <<
endl
;
local
1795
file << " }" <<
endl
;
local
1798
file << "}" <<
endl
;
local
1804
cout << "Finished writing " << TZ_RESOURCE_NAME << ".txt" <<
endl
;
local
1806
cerr << "Error: Unable to open\/write to " << TZ_RESOURCE_NAME << ".txt" <<
endl
;
local
[
all
...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc
147
std::cerr << "Cannot open output file " << argv[2] << std::
endl
;
member in class:std
150
std::cout << "Output file: " << argv[2] << std::
endl
;
member in class:std
240
<< std::
endl
;
member in class:std
273
neteq->LastError() << std::
endl
;
member in class:std
284
std::cerr << "Error while writing to file" << std::
endl
;
member in class:std
294
std::cout << "Simulation done" << std::
endl
;
member in class:std
353
" as " << CodecName(webrtc::kDecoderPCMu).c_str() << std::
endl
;
member in class:std
359
" as " << CodecName(webrtc::kDecoderPCMa).c_str() << std::
endl
;
member in class:std
365
" as " << CodecName(webrtc::kDecoderILBC).c_str() << std::
endl
;
member in class:std
371
" as " << CodecName(webrtc::kDecoderISAC).c_str() << std::
endl
;
member in class:std
377
" as " << CodecName(webrtc::kDecoderISACswb).c_str() << std::
endl
;
member in class:std
383
" as " << CodecName(webrtc::kDecoderPCM16B).c_str() << std::
endl
;
member in class:std
390
" as " << CodecName(webrtc::kDecoderPCM16Bwb).c_str() << std::
endl
;
member in class:std
398
std::
endl
;
member in class:std
406
std::
endl
;
member in class:std
412
" as " << CodecName(webrtc::kDecoderG722).c_str() << std::
endl
;
member in class:std
418
" as " << CodecName(webrtc::kDecoderAVT).c_str() << std::
endl
;
member in class:std
424
" as " << CodecName(webrtc::kDecoderRED).c_str() << std::
endl
;
member in class:std
430
" as " << CodecName(webrtc::kDecoderCNGnb).c_str() << std::
endl
;
member in class:std
436
" as " << CodecName(webrtc::kDecoderCNGwb).c_str() << std::
endl
;
member in class:std
443
" as " << CodecName(webrtc::kDecoderCNGswb32kHz).c_str() << std::
endl
;
member in class:std
450
" as " << CodecName(webrtc::kDecoderCNGswb48kHz).c_str() << std::
endl
;
member in class:std
457
std::
endl
;
member in class:std
459
std::
endl
;
member in class:std
461
std::
endl
;
member in class:std
463
std::
endl
;
member in class:std
465
FLAGS_isac_swb << std::
endl
;
member in class:std
467
FLAGS_pcm16b << std::
endl
;
member in class:std
469
FLAGS_pcm16b_wb << std::
endl
;
member in class:std
471
FLAGS_pcm16b_swb32 << std::
endl
;
member in class:std
473
FLAGS_pcm16b_swb48 << std::
endl
;
member in class:std
475
std::
endl
;
member in class:std
477
std::
endl
;
member in class:std
479
std::
endl
;
member in class:std
481
FLAGS_cn_nb << std::
endl
;
member in class:std
483
FLAGS_cn_wb << std::
endl
;
member in class:std
485
FLAGS_cn_swb32 << std::
endl
;
member in class:std
487
FLAGS_cn_swb48 << std::
endl
;
member in class:std
531
std::
endl
;
member in class:std
538
std::cerr << "Could not read replacement audio file." << std::
endl
;
member in class:std
565
" not supported or unknown." << std::
endl
;
member in class:std
[
all
...]
/external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_frontend.cc
67
std::cerr << "Usage: " << argv[0] << " <required switches>" << std::
endl
;
member in class:std
68
std::cerr << "\nRequired switches are:" << std::
endl
;
member in class:std
71
<< std::
endl
;
member in class:std
73
<< "\t\tPath to the output byte-code." << std::
endl
;
member in class:std
75
<< "\t\tThe hash seed to use." << std::
endl
;
member in class:std
83
std::cerr << "ERROR: Cannot read input file." << std::
endl
;
member in class:std
92
<< std::
endl
;
member in class:std
93
std::cerr << " Line number: " << (error.line_number + 1) << std::
endl
;
member in class:std
96
: error.context) << std::
endl
;
member in class:std
107
std::cerr << "ERROR: Cannot write output file." << std::
endl
;
member in class:std
[
all
...]
/external/openfst/src/include/fst/extensions/pdt/
info.h
147
cout << "fst type" << pdtinfo.FstType().c_str() <<
endl
;
149
cout << "arc type" << pdtinfo.ArcType().c_str() <<
endl
;
151
cout << "# of states" << pdtinfo.NumStates() <<
endl
;
153
cout << "# of arcs" << pdtinfo.NumArcs() <<
endl
;
155
cout << "# of open parentheses" << pdtinfo.NumOpenParens() <<
endl
;
157
cout << "# of close parentheses" << pdtinfo.NumCloseParens() <<
endl
;
160
<< pdtinfo.NumUniqueOpenParens() <<
endl
;
163
<< pdtinfo.NumUniqueCloseParens() <<
endl
;
166
<< pdtinfo.NumOpenParenStates() <<
endl
;
169
<< pdtinfo.NumCloseParenStates() <<
endl
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatBoxTestHelpers.cpp
72
return ::testing::AssertionFailure() << " Value of:" << n_expr << std::
endl
73
<< " Actual:" << testing::PrintToString(n) << std::
endl
74
<< "Expected Approx:" << m_expr << std::
endl
85
return ::testing::AssertionFailure() << " Value of:" << n_expr << std::
endl
86
<< " Actual:" << testing::PrintToString(n) << std::
endl
87
<< "Not Contained in:" << m_expr << std::
endl
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
rtp_to_text.cc
64
std::cout << "Input file: " << input_filename << std::
endl
;
member in class:std
65
std::cout << "Output file: " << table_name << ".txt" << std::
endl
;
member in class:std
70
std::cout << "Cannot open input file " << input_filename << std::
endl
;
member in class:std
78
std::cout << "Error adding table " << table_name << ".txt" << std::
endl
;
member in class:std
94
std::cout << "Error reading file " << input_filename << std::
endl
;
member in class:std
101
std::cout << "Error reading file " << input_filename << std::
endl
;
member in class:std
/external/zlib/src/contrib/iostream3/
test.cc
19
<< 1.3 << "\nPlan " << 9 << std::
endl
;
23
<< 1.3 << "\nPlan " << 9 << std::
endl
;
36
<< 1.3 << "\nPlan " << 9 << std::
endl
;
member in class:std
Completed in 553 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>