Searched refs:test_array (Results 1 – 1 of 1) sorted by relevance
358 int test_array[array_size]; in sort_array_test() local360 test_array[i] = rand() % array_size; in sort_array_test()362 sort_functor(test_array); in sort_array_test()365 REQUIRE_MESSAGE(test_array[i] <= test_array[i + 1], "Testing data not sorted"); in sort_array_test()417 int test_array[array_size]; variable419 test_array[i] = rand() % array_size;421 tbb::parallel_sort(test_array);