Searched refs:appendVector (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | convex_hull_sample.cpp | 38 void appendVector(const point_t *src, std::size_t srcSize, pointVec_t &dest) { in appendVector() function 42 void appendVector(const pointVec_t &src, pointVec_t &dest) { in appendVector() function 195 appendVector(tmp_vec, j, reducedSet); in operator ()() 235 appendVector(P_reduced, H); in divide_and_conquer() 241 appendVector(H1, H); in divide_and_conquer() 242 appendVector(H2, H); in divide_and_conquer() 248 appendVector(points, hull); in quickhull() 260 appendVector(H, hull); in quickhull()
|
| H A D | convex_hull_bench.cpp | 196 void appendVector(const point_t *src, std::size_t srcSize, pointVec_t &dest) { in appendVector() function 200 void appendVector(const pointVec_t &src, pointVec_t &dest) { in appendVector() function 213 void appendVector(mutex_t &insertMutex, const pointVec_t &src, pointVec_t &dest) { in appendVector() function 218 void appendVector(mutex_t &insertMutex, const point_t *src, std::size_t srcSize, pointVec_t &dest) { in appendVector() function 484 appendVector(tmp_vec, j, reducedSet); in operator ()() 486 appendVector(insertMutex, tmp_vec, j, reducedSet); in operator ()() 542 appendVector(P_reduced, H); in divide_and_conquer() 552 appendVector(H1, H); in divide_and_conquer() 553 appendVector(H2, H); in divide_and_conquer() 564 appendVector(points, hull); in quickhull() [all …]
|