Home
last modified time | relevance | path

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

/third_party/boost/libs/math/reporting/performance/
Dtest_gcd.cpp191 std::string row_name("gcd<"); in test_type() local
192 row_name += name; in test_type()
193 row_name += "> (random prime number products)"; in test_type()
204 …in(test_functions), end(test_functions), test_function_template<int_type>(data, row_name.c_str())); in test_type()
211 row_name.erase(); in test_type()
212 row_name += "gcd<"; in test_type()
213 row_name += name; in test_type()
214 row_name += "> (uniform random numbers)"; in test_type()
215 …in(test_functions), end(test_functions), test_function_template<int_type>(data, row_name.c_str())); in test_type()
218 row_name.erase(); in test_type()
[all …]
Dtable_helper.cpp23 void add_cell(boost::intmax_t val, const std::string& table_name, const std::string& row_name, cons…
201 void add_cell(boost::intmax_t val, const std::string& table_name, const std::string& row_name, cons… in add_cell() argument
248 if(table_data[i][0] == row_name) in add_cell()
260 table_data.back().push_back(row_name); in add_cell()
327 new_table += row_name; in add_cell()
/third_party/boost/libs/math/reporting/accuracy/
Dhandle_test_result.hpp158 …d::string& cell_name, const std::string& table_name, const std::string& row_name, const std::strin… in add_cell() argument
210 if(table_data[i][0] == row_name) in add_cell()
222 table_data.back().push_back(row_name); in add_cell()
269 new_table += row_name; in add_cell()
300 …string& cell_content, const std::string& table_name, const std::string& row_name, const std::strin… in set_result() argument
329 add_cell(cell_name, table_name, row_name, type_name); in set_result()
/third_party/boost/libs/regex/performance/
Dtable_helper.cpp191 void add_cell(boost::intmax_t val, const std::string& table_name, const std::string& row_name, cons… in add_cell() argument
238 if(table_data[i][0] == row_name) in add_cell()
250 table_data.back().push_back(row_name); in add_cell()
317 new_table += row_name; in add_cell()