Home
last modified time | relevance | path

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

/third_party/boost/libs/regex/performance/
Dtable_helper.cpp271 boost::uintmax_t cell_val = get_value_from_cell(table_data[row_id][i]); in add_cell() local
272 std::cout << "Extracted value: " << cell_val << std::endl; in add_cell()
273 if(cell_val < best) in add_cell()
274 best = cell_val; in add_cell()
275 values.push_back(cell_val); in add_cell()
/third_party/boost/libs/math/reporting/performance/
Dtable_helper.cpp281 boost::uintmax_t cell_val = get_value_from_cell(table_data[row_id][i]); in add_cell() local
282 std::cout << "Extracted value: " << cell_val << std::endl; in add_cell()
283 if(cell_val < best) in add_cell()
284 best = cell_val; in add_cell()
285 values.push_back(cell_val); in add_cell()