Lines Matching refs:count
612 size_t count; member
615 parallel_vector_reduce_body ( ) : count(0) { test_helper<T>::init(sum); } in parallel_vector_reduce_body()
616 …parallel_vector_reduce_body ( parallel_vector_reduce_body<R, T> &, oneapi::tbb::split ) : count(0)… in parallel_vector_reduce_body()
621 ++count; in operator ()()
630 count += b.count; in join()
666 REQUIRE( vs.size() == pvrb.count ); in run_parallel_vector_tests()
667 REQUIRE( vs2.size() == pvrb.count ); in run_parallel_vector_tests()
668 REQUIRE( vs3.size() == pvrb.count ); in run_parallel_vector_tests()
707 REQUIRE( pvrb2.count == vvs.size() ); in run_parallel_vector_tests()
708 REQUIRE( test_helper<T>::get(pvrb2.sum) == N*p-pvrb2.count*25 ); in run_parallel_vector_tests()
712 REQUIRE( ccount == N*p+pvrb2.count*25 ); in run_parallel_vector_tests()
752 REQUIRE( vs3.size() == pvrb.count); in run_cross_type_vector_tests()