Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull_bench.cpp108 SplitByCP splitByCP(p1, p2, P_reduced); in divide() local
109 point_t farPoint = std::for_each(P.begin(), P.end(), splitByCP); in divide()