Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_scan.cpp212 T get_total() { in get_total() function in Accumulator
339 CHECK(acc.get_total()==sum[n-1]); in TestAccumulator()
341 CHECK(acc.get_total()==42); in TestAccumulator()
342 CHECK(control_total ==acc.get_total()); in TestAccumulator()