Searched refs:tmp_vec (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | convex_hull_sample.cpp | 57 point_t tmp_vec[grainSize]; in operator ()() local 60 tmp_vec[j++] = util::GenerateRNDPoint<double>(count, the_rng, util::rng::max_rand); in operator ()() 68 std::copy(tmp_vec, tmp_vec + j, points.begin() + range.begin()); in operator ()() 181 point_t tmp_vec[grainSize]; in operator ()() local 186 tmp_vec[j++] = initialSet[i]; in operator ()() 195 appendVector(tmp_vec, j, reducedSet); in operator ()()
|
| H A D | convex_hull_bench.cpp | 273 point_t tmp_vec[grainSize]; in operator ()() local 276 tmp_vec[j++] = util::GenerateRNDPoint<double>(count, the_rng, util::rng::max_rand); in operator ()() 283 std::copy(tmp_vec, tmp_vec + j, points.begin() + range.begin()); in operator ()() 469 point_t tmp_vec[grainSize]; in operator ()() local 474 tmp_vec[j++] = initialSet[i]; in operator ()() 484 appendVector(tmp_vec, j, reducedSet); in operator ()() 486 appendVector(insertMutex, tmp_vec, j, reducedSet); in operator ()()
|