• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/

Lines Matching refs:cout

38 	cout << "\n<TR><TH>" << name;
39 // cout << "<TD>" << setprecision(3) << length / (1024*1024);
40 cout << setiosflags(ios::fixed);
41 // cout << "<TD>" << setprecision(3) << timeTaken;
42 cout << "<TD>" << setprecision(0) << setiosflags(ios::fixed) << mbs;
44 cout << "<TD>" << setprecision(1) << setiosflags(ios::fixed) << timeTaken * g_hertz / length;
45 cout << resetiosflags(ios::fixed);
52 cout << "<TD>" << setprecision(3) << setiosflags(ios::fixed) << (1000*1000*timeTaken/iterations);
54 cout << "<TD>" << setprecision(0) << setiosflags(ios::fixed) << timeTaken * g_hertz / iterations;
59 cout << "\n<TR><TH>" << name << " " << operation << (pc ? " with precomputation" : "");
60 // cout << "<TD>" << iterations;
61 // cout << setiosflags(ios::fixed);
62 // cout << "<TD>" << setprecision(3) << timeTaken;
63 cout << "<TD>" << setprecision(2) << setiosflags(ios::fixed) << (1000*timeTaken/iterations);
65 cout << "<TD>" << setprecision(2) << setiosflags(ios::fixed) << timeTaken * g_hertz / iterations / 1000000;
66 cout << resetiosflags(ios::fixed);
226 cout << "CPU frequency of the test platform is " << g_hertz << " Hz.\n";
231 cout << "CPU frequency of the test platform was not provided.\n";
234 cout << "<TABLE border=1><COLGROUP><COL align=left><COL align=right><COL align=right><COL align=right><COL align=right>" << endl;
235 cout << "<THEAD><TR><TH>Algorithm<TH>MiB/Second" << cpb << "<TH>Microseconds to<br>Setup Key and IV" << cpk << endl;
237 cout << "\n<TBODY style=\"background: yellow\">";
243 cout << "\n<TBODY style=\"background: white\">";
253 cout << "\n<TBODY style=\"background: yellow\">";
267 cout << "\n<TBODY style=\"background: white\">";
278 cout << "\n<TBODY style=\"background: yellow\">";
308 cout << "</TABLE>" << endl;
312 cout << "Throughput Geometric Average: " << setiosflags(ios::fixed) << exp(logtotal/logcount) << endl;
315 cout << "\nTest ended at " << asctime(localtime(&endTime));