Home
last modified time | relevance | path

Searched defs:buffered (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull_bench.cpp526 void divide_and_conquer(const pointVec_t &P, pointVec_t &H, point_t p1, point_t p2, bool buffered) { in divide_and_conquer()
561 void quickhull(const pointVec_t &points, pointVec_t &hull, bool buffered) { in quickhull()