Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/polygon_overlay/
H A Drpolygon.hpp85 int ymax() const { in ymax() function in RPolygon
/oneTBB/examples/graph/som/
H A Dsom_graph.cpp172 int ymax = (j + ysize) > (int)map1[0].size() ? (int)map1[0].size() : j + ysize; in build_BMU_graph() local
173 subsquare_type sst(i, xmax, 1, j, ymax, 1); in build_BMU_graph()