Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_combinable.cpp457 int mySum = 0; in TestLocalAllocations() local
459 CombineEachHelperCnt<int> myCountCombine(mySum, mySlots); in TestLocalAllocations()
463 REQUIRE_MESSAGE(mySum == (nthread - 1) * nthread / 2, "Incorrect values in result"); in TestLocalAllocations()