Searched defs: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
|
| 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
|