Home
last modified time | relevance | path

Searched refs:_p (Results 1 – 2 of 2) sorted by relevance

/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull.hpp138 std::ostream& operator<<(std::ostream& _ostr, point<T> _p) { in operator <<() argument
139 return _ostr << '(' << _p.x << ',' << _p.y << ')'; in operator <<()
143 std::istream& operator>>(std::istream& _istr, point<T> _p) { in operator >>() argument
144 return _istr >> _p.x >> _p.y; in operator >>()
/oneTBB/examples/parallel_for/polygon_overlay/
H A Drpolygon.hpp165 RPolygon_flagged(RPolygon *_p, bool _is_duplicate) : myPoly(_p), is_duplicate(_is_duplicate) {} in RPolygon_flagged() argument