Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_composite_node.cpp239 int sum_total=0; in test_adder() local
244 sum_total += adder_sum(i); in test_adder()
254 …CHECK_MESSAGE( (result == sum_total), "the sum from the graph does not match the calculated value"… in test_adder()
263 sum_total=0; in test_adder()
268 sum_total += adder_sum(i); in test_adder()
277 …CHECK_MESSAGE( (result == sum_total), "the new sum after the replacement of the nodes does not mat… in test_adder()