Home
last modified time | relevance | path

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

/oneTBB/examples/graph/binpack/
H A Dbinpack.cpp108 size_type remaining = active_bins--; in operator ()() local
109 if (remaining == 1 && in operator ()()
119 else if (remaining == 1) { // this is the last bin, but there are remaining items in operator ()()
123 else if (remaining > 1) { // this is not the last bin; deactivate in operator ()()
171 size_type remaining = active_bins--; in operator ()() local
172 if (remaining > 1) { // not the last bin_packer in operator ()()
/oneTBB/examples/parallel_for/polygon_overlay/
H A DREADME.md11 …btracted from the original area of one of the source polygons. When the remaining area is zero, th…
25 …. When this process is finished, the resulting map is inspected and any remaining unoccupied "boxe…