Home
last modified time | relevance | path

Searched refs:sines_name (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/math/example/
Dfft_sines_table.cpp162 const char sines_name[] = "sines.hpp"; // Assuming in same directory as .exe in main() local
164 std::ofstream fout(sines_name, std::ios_base::out); // Creates if no file exists, in main()
168 std::cout << "Open file " << sines_name << " failed!" << std::endl; in main()
173 std::cout << "Open file " << sines_name << " for output OK." << std::endl; in main()
202 std::cout << "Closed file " << sines_name << " for output." << std::endl; in main()