Home | History | Annotate | Download | only in test

Lines Matching refs:rmax

1522                 int rmin = MAX(dy - radius, 0), rmax = MIN(dy + radius, dsize.height);
1526 std::cout << "actual result:\n" << actual(Range(rmin, rmax), Range(cmin, cmax)) << std::endl;
1527 std::cout << "expected result:\n" << expected(Range(rmin, rmax), Range(cmin, cmax)) << std::endl;