Home
last modified time | relevance | path

Searched refs:xmax (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/polygon_overlay/
H A Drpolygon.hpp79 int xmax() const { in xmax() function in RPolygon
H A Dpolyover.cpp208 if (p->xmax() < median) { in split_at()
270 assert(rp->xmax() >= my_range.begin()); in check_my_map()
275 assert(rp->xmax() >= my_range.begin()); in check_my_map()
/oneTBB/examples/graph/som/
H A Dsom_graph.cpp171 int xmax = (i + xsize) > (int)map1.size() ? (int)map1.size() : i + xsize; in build_BMU_graph() local
173 subsquare_type sst(i, xmax, 1, j, ymax, 1); in build_BMU_graph()