Searched refs:point_t (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | convex_hull_bench.cpp | 51 operator point_t() { in operator point_t() 57 point_t extrXPoint; 76 point_t p1, p2; 77 point_t farPoint; 81 SplitByCP(point_t _p1, point_t _p2, pointVec_t &_reducedSet) in SplitByCP() 107 point_t divide(const pointVec_t &P, pointVec_t &P_reduced, const point_t &p1, const point_t &p2) { in divide() 374 point_t p1, p2; 375 point_t farPoint; 439 point_t p1, p2; 508 point_t divide(const pointVec_t &P, pointVec_t &P_reduced, const point_t &p1, const point_t &p2) { in divide() [all …]
|
| H A D | convex_hull_sample.cpp | 34 typedef util::point<double> point_t; typedef 57 point_t tmp_vec[grainSize]; in operator ()() 127 point_t extremeXPoint() { in extremeXPoint() 134 point_t extrXPoint; 154 point_t p1, p2; 155 point_t farPoint; 161 SplitByCP_buf(point_t _p1, point_t _p2, const pointVec_t &_initialSet, pointVec_t &_reducedSet) in SplitByCP_buf() 181 point_t tmp_vec[grainSize]; in operator ()() 205 point_t farthestPoint() const { in farthestPoint() 210 point_t divide(const pointVec_t &P, pointVec_t &P_reduced, const point_t &p1, const point_t &p2) { in divide() [all …]
|