Searched refs:_p2 (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | convex_hull.hpp | 134 edge(Index _p1, Index _p2) : start(_p1), end(_p2){}; in edge()
|
| H A D | convex_hull_bench.cpp | 81 SplitByCP(point_t _p1, point_t _p2, pointVec_t &_reducedSet) in SplitByCP() argument 83 p2(_p2), in SplitByCP() 384 SplitByCP(point_t _p1, point_t _p2, const pointVec_t &_initialSet, pointVec_t &_reducedSet) in SplitByCP() argument 386 p2(_p2), in SplitByCP() 449 SplitByCP_buf(point_t _p1, point_t _p2, const pointVec_t &_initialSet, pointVec_t &_reducedSet) in SplitByCP_buf() argument 451 p2(_p2), in SplitByCP_buf()
|
| H A D | convex_hull_sample.cpp | 161 SplitByCP_buf(point_t _p1, point_t _p2, const pointVec_t &_initialSet, pointVec_t &_reducedSet) in SplitByCP_buf() argument 163 p2(_p2), in SplitByCP_buf()
|