| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | convex_hull_bench.cpp | 70 assert(!points.empty()); in extremum() 71 return std::for_each(points.begin(), points.end(), FindXExtremum(points[0], type)); in extremum() 142 if (points.size() < 2) { in quickhull() 143 hull.insert(hull.end(), points.begin(), points.end()); in quickhull() 162 pointVec_t points; in main() local 175 quickhull(points, hull); in main() 232 pointVec_t &points; member in FillRNDPointsVector 259 pointVec_t &points; member in FillRNDPointsVector_buf 326 : points(fxex.points), in FindXExtremum() 566 hull.insert(hull.end(), points.begin(), points.end()); in quickhull() [all …]
|
| H A D | convex_hull_sample.cpp | 46 pointVec_t &points; member in FillRNDPointsVector_buf 72 void initialize(pointVec_t &points) { in initialize() argument 99 : points(points_), in FindXExtremum() 106 : points(fxex.points), in FindXExtremum() 132 const pointVec_t &points; member in FindXExtremum 247 if (points.size() < 2) { in quickhull() 248 appendVector(points, hull); in quickhull() 269 pointVec_t points; in main() local 284 points.clear(); in main() 286 initialize(points); in main() [all …]
|
| H A D | README.md | 23 …nvex_hull_sample [n-of-threads=value] [n-of-points=value] [silent] [verbose] [-h] [n-of-threads [n… 24 …onvex_hull_bench [n-of-threads=value] [n-of-points=value] [silent] [verbose] [-h] [n-of-threads [n… 28 * `n-of-points` - number of points.
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | apigeom.cpp | 59 void rt_polycylinder(void *tex, vector *points, int numpts, apiflt rad) { in rt_polycylinder() argument 63 if ((points == nullptr) || (numpts == 0)) { in rt_polycylinder() 68 rt_sphere(tex, points[0], rad); in rt_polycylinder() 72 a.x = points[i].x - points[i - 1].x; in rt_polycylinder() 73 a.y = points[i].y - points[i - 1].y; in rt_polycylinder() 74 a.z = points[i].z - points[i - 1].z; in rt_polycylinder() 76 rt_fcylinder(tex, points[i - 1], a, rad); in rt_polycylinder() 77 rt_sphere(tex, points[i], rad); in rt_polycylinder()
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Design_Patterns.rst | 30 intended to emphasize key points and are not full-fledged code. Examples
|
| /oneTBB/integration/linux/modulefiles/ |
| H A D | tbb32 | 31 # qualified pathname that points to the actual modulefile script
|
| H A D | tbb | 31 # qualified pathname that points to the actual modulefile script
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | estimate_flow_graph_performance.rst | 8 However there are a few key points that can guide you in estimating the
|
| H A D | concurrent_hash_map.rst | 92 access. As long as it points to an element, all other attempts to look
|
| H A D | Task-Based_Programming.rst | 28 The following paragraphs explain these points in detail.
|
| H A D | Working_on_the_Assembly_Line_pipeline.rst | 235 points to the ``TextSlice`` to be processed. Since it is used for the
|
| /oneTBB/doc/main/intro/ |
| H A D | Benefits.rst | 9 performance for multi-core processors by implementing the key points
|
| /oneTBB/cmake/ |
| H A D | README.md | 159 The library path points to a file, while the include path points to a directory and not to ``hwloc.…
|
| /oneTBB/doc/ |
| H A D | Doxyfile.in | 1053 # - Make sure the INPUT points to the root of the source tree 1553 # MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax 2240 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
|