Searched refs:print_levels (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/math/test/ |
D | sinh_sinh_quadrature_test.cpp | 60 void print_levels(const T& v, const char* suffix) in print_levels() function 76 void print_levels(const std::pair<T, T>& p, const char* suffix = "") in print_levels() function 79 print_levels(p.first, suffix); in print_levels() 81 print_levels(p.second, suffix); in print_levels()
|
D | exp_sinh_quadrature_test.cpp | 75 void print_levels(const T& v, const char* suffix) in print_levels() function 91 void print_levels(const std::pair<T, T>& p, const char* suffix = "") in print_levels() function 94 print_levels(p.first, suffix); in print_levels() 96 print_levels(p.second, suffix); in print_levels()
|
D | tanh_sinh_quadrature_test.cpp | 94 void print_levels(const T& v, const char* suffix) in print_levels() function 124 void print_levels(const std::pair<T, T>& p, const char* suffix = "") in print_levels() function 127 print_levels(p.first, suffix); in print_levels() 129 print_levels(p.second, suffix); in print_levels() 849 print_levels(generate_constants<cpp_bin_float_100>(10, 8), "L"); in BOOST_AUTO_TEST_CASE()
|