Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull_sample.cpp45 class FillRNDPointsVector_buf { class
51 explicit FillRNDPointsVector_buf(pointVec_t &_points) : points(_points) {} in FillRNDPointsVector_buf() function in FillRNDPointsVector_buf
87 oneapi::tbb::parallel_for(range_t(0, cfg::numberOfPoints, FillRNDPointsVector_buf::grainSize), in initialize()
88 FillRNDPointsVector_buf(points), in initialize()
H A Dconvex_hull_bench.cpp258 class FillRNDPointsVector_buf { class
267 explicit FillRNDPointsVector_buf(pointVec_t &_points) : points(_points) {} in FillRNDPointsVector_buf() function in FillRNDPointsVector_buf
289 mutex_t FillRNDPointsVector_buf::insertMutex{};
636 initialize<FillRNDPointsVector_buf>(points); in main()