Lines Matching refs:fout
115 std::ofstream fout; variable
384 fout.open(qbk_name, std::ios_base::out); in table_type_info()
386 if (fout.is_open()) in table_type_info()
397 fout << in table_type_info()
409 …fout << "[h6 Fraction of maximum possible bits of accuracy required is " << digits_accuracy << ".]… in table_type_info()
420 fout << "[table:" << table_id << " Digits for float, double, long double and cpp_bin_float_50\n" in table_type_info()
425 fout << "[[" << "float" << "]" in table_type_info()
430 fout << "[[" << "float" << "]" in table_type_info()
435 fout << "[[" << "long double" << "]" in table_type_info()
440 fout << "[[" << "cpp_bin_float_50" << "]" in table_type_info()
445 fout << "] [/table table_id_msvc] \n" << std::endl; // End of table. in table_type_info()
447 fout.close(); in table_type_info()
624 fout << table_info.str() in table_root_info()
629 fout << "[Its]" << "[Times]" << "[Norm]" << "[Dis]" << "[ ]"; in table_root_info()
631 fout << "]" << std::endl; in table_root_info()
636 fout << "[[" << std::left << std::setw(9) << algo_names[algo] << "]"; in table_root_info()
639 fout in table_root_info()
643 fout << std::setw(3) << std::setprecision(3); in table_root_info()
647 fout << "[role blue " << normed_time << "]"; in table_root_info()
651 fout << "[role red " << normed_time << "]"; in table_root_info()
655 fout << normed_time; in table_root_info()
657 fout << "][" in table_root_info()
660 fout << "]" << std::endl; in table_root_info()
662 fout << "] [/end of table root]\n"; in table_root_info()
703 fout.open(qbk_name, std::ios_base::out); in roots_tables()
705 if (fout.is_open()) in roots_tables()
716 fout << in roots_tables()
729 …fout << "\n[h6 Program [@../../example/" << short_file_name(sourcefilename) << " " << short_file_n… in roots_tables()
742 fout.close(); in roots_tables()