Home
last modified time | relevance | path

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

/third_party/boost/libs/math/tools/
Dlambert_w_high_reference_values.cpp47 const int no_of_tests = 450; // 500 overflows float. variable
89 fout << "static const unsigned int noof_tests = " << no_of_tests << ";" << std::endl; in main()
96 "static RealType zs[" << no_of_tests << "];" in main()
102 "static RealType ws[" << no_of_tests << "];" in main()
129 for (size_t index = 0; (index != no_of_tests); index++) in main()
165 std::cout << no_of_tests << " Lambert_w0 values written to files " << __TIMESTAMP__ << std::endl; in main()
Dlambert_w_low_reference_values.cpp140 int no_of_tests = 100; in main() local
160 fout << "static const unsigned int noof_tests = " << no_of_tests << ";" << std::endl; in main()
173 "static RealType zs[" << no_of_tests << "];" in main()
179 "static RealType ws[" << no_of_tests << "];" in main()
185 size_t step_count = no_of_tests; in main()
195 for (size_t i = 0; (i < no_of_tests); i++) in main()