Searched refs:sum_total (Results 1 – 1 of 1) sorted by relevance
239 int sum_total=0; in test_adder() local244 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()