Lines Matching refs:xhigh
219 int &xhigh, in find_subrange_overlap() argument
223 xhigh = int((xval + radius) / xsize); in find_subrange_overlap()
229 if (xhigh >= xranges) in find_subrange_overlap()
230 xhigh = xranges - 1; in find_subrange_overlap()
238 if (xhigh < 0) in find_subrange_overlap()
239 printf("Error *** xhigh == %d\n", xhigh); in find_subrange_overlap()
248 int xlow, xhigh, ylow, yhigh; in overlap() local
250 std::get<XV>(sr), std::get<YV>(sr), std::get<RADIUS>(sr), xlow, xhigh, ylow, yhigh); in overlap()
251 return xval >= xlow && xval <= xhigh && yval >= ylow && yval <= yhigh; in overlap()
256 int xhigh; in cancel_submaps() local
259 find_subrange_overlap(xval, yval, radius, xlow, xhigh, ylow, yhigh); in cancel_submaps()
260 for (int x = xlow; x <= xhigh; ++x) { in cancel_submaps()
266 ++cancel_count[(xhigh - xlow + 1) * (yhigh - ylow + 1)]; in cancel_submaps()
272 int xhigh; in restart_submaps() local
275 find_subrange_overlap(xval, yval, radius, xlow, xhigh, ylow, yhigh); in restart_submaps()
276 for (int x = xlow; x <= xhigh; ++x) { in restart_submaps()