RDom               21 apps/HelloMatlab/iir_blur.cpp     RDom ry(1, height - 1);
RDom              100 apps/HelloiOS/HelloiOS/reaction_diffusion_2_generator.cpp         clobber = RDom(min_x, max_x - min_x + 1, min_y, max_y - min_y + 1);
RDom              168 apps/HelloiOS/HelloiOS/reaction_diffusion_2_generator.cpp     RDom clobber;
RDom               19 apps/bilateral_grid/bilateral_grid_generator.cpp         RDom r(0, s_sigma, 0, s_sigma);
RDom               18 apps/cuda_mat_mul/mat_mul_generator.cpp         RDom r(0, size);
RDom              247 apps/fft/fft.cpp         RDom k(0, N);
RDom              307 apps/fft/fft.cpp     vector<std::pair<Func, RDom>> stages;
RDom              355 apps/fft/fft.cpp         RDom rs(0, R, 0, N / R);
RDom              779 apps/fft/fft.cpp     RDom n0z1(1, N0 / 2);
RDom              780 apps/fft/fft.cpp     RDom n0z2(N0 / 2, N0 / 2);
RDom               29 apps/hexagon_matmul/pipeline.cpp         RDom rk(0, k_extent/k_split_factor, "k");
RDom               67 apps/linear_algebra/src/blas_l1_generators.cpp         RDom vecs(0, size_vecs, "vec");
RDom               68 apps/linear_algebra/src/blas_l1_generators.cpp         RDom tail(size_vecs, size_tail, "tail");
RDom              132 apps/linear_algebra/src/blas_l1_generators.cpp             RDom k(0, size_vecs);
RDom              135 apps/linear_algebra/src/blas_l1_generators.cpp             RDom lanes(0, vec_size);
RDom              136 apps/linear_algebra/src/blas_l1_generators.cpp             RDom tail(size_vecs * vec_size, size_tail);
RDom              144 apps/linear_algebra/src/blas_l1_generators.cpp             RDom k(0, size);
RDom              199 apps/linear_algebra/src/blas_l1_generators.cpp             RDom k(0, size_vecs);
RDom              202 apps/linear_algebra/src/blas_l1_generators.cpp             RDom lanes(0, vec_size);
RDom              203 apps/linear_algebra/src/blas_l1_generators.cpp             RDom tail(size_vecs * vec_size, size_tail);
RDom              211 apps/linear_algebra/src/blas_l1_generators.cpp             RDom k(0, x_.width());
RDom               56 apps/linear_algebra/src/blas_l2_generators.cpp             RDom k(0, sum_size_vecs, "k");
RDom               63 apps/linear_algebra/src/blas_l2_generators.cpp             RDom lanes(0, vec_size);
RDom               67 apps/linear_algebra/src/blas_l2_generators.cpp             RDom tail(sum_size_vecs * vec_size, sum_size - sum_size_vecs * vec_size);
RDom              121 apps/linear_algebra/src/blas_l2_generators.cpp             RDom k(0, sum_size_cols, "k");
RDom              122 apps/linear_algebra/src/blas_l2_generators.cpp             RDom tail(sum_size_cols, tail_size, "tail");
RDom               84 apps/linear_algebra/src/blas_l3_generators.cpp         RDom rv(0, sum_size);
RDom              134 apps/resize/resize.cpp     RDom domx(0, static_cast<int>(2.0f * kernelSize) + 1, "domx");
RDom              135 apps/resize/resize.cpp     RDom domy(0, static_cast<int>(2.0f * kernelSize) + 1, "domy");
RDom               23 python_bindings/python/Func_VarOrRVar.cpp         .def(p::init<h::RDom>(p::args("self", "r")))
RDom               31 python_bindings/python/Func_VarOrRVar.cpp     p::implicitly_convertible<h::RDom, VarOrRVar>();
RDom               19 python_bindings/python/InlineReductions.cpp h::Expr sum1(h::RDom r, h::Expr e, const std::string name) {
RDom               27 python_bindings/python/InlineReductions.cpp h::Expr product1(h::RDom r, h::Expr e, const std::string name) {
RDom               35 python_bindings/python/InlineReductions.cpp h::Expr maximum1(h::RDom r, h::Expr e, const std::string name) {
RDom               43 python_bindings/python/InlineReductions.cpp h::Expr minimum1(h::RDom r, h::Expr e, const std::string name) {
RDom               51 python_bindings/python/InlineReductions.cpp p::object argmin1(h::RDom r, h::Expr e, const std::string name) {
RDom               59 python_bindings/python/InlineReductions.cpp p::object argmax1(h::RDom r, h::Expr e, const std::string name) {
RDom               52 python_bindings/python/RDom.cpp h::RDom *RDom_constructor0(p::tuple args, std::string name = "") {
RDom               82 python_bindings/python/RDom.cpp     return new h::RDom(ranges, name);
RDom               85 python_bindings/python/RDom.cpp h::RDom *RDom_constructor1(h::Expr min0, h::Expr extent0,
RDom               89 python_bindings/python/RDom.cpp     return new h::RDom(ranges, name);
RDom               92 python_bindings/python/RDom.cpp h::RDom *RDom_constructor2(h::Expr min0, h::Expr extent0,
RDom               98 python_bindings/python/RDom.cpp     return new h::RDom(ranges, name);
RDom              101 python_bindings/python/RDom.cpp h::RDom *RDom_constructor3(h::Expr min0, h::Expr extent0,
RDom              109 python_bindings/python/RDom.cpp     return new h::RDom(ranges, name);
RDom              112 python_bindings/python/RDom.cpp h::RDom *RDom_constructor4(h::Expr min0, h::Expr extent0,
RDom              122 python_bindings/python/RDom.cpp     return new h::RDom(ranges, name);
RDom              126 python_bindings/python/RDom.cpp     using Halide::RDom;
RDom              133 python_bindings/python/RDom.cpp     auto rdom_class = p::class_<RDom>("RDom",
RDom              190 python_bindings/python/RDom.cpp                           .def("domain", &RDom::domain, p::arg("self"),
RDom              192 python_bindings/python/RDom.cpp                           .def("defined", &RDom::defined, p::arg("self"),
RDom              194 python_bindings/python/RDom.cpp                           .def("same_as", &RDom::same_as, p::args("self", "other"),
RDom              196 python_bindings/python/RDom.cpp                           .def("dimensions", &RDom::dimensions, p::arg("self"),
RDom              198 python_bindings/python/RDom.cpp                           .def("where", &RDom::where, p::args("self", "predicate"),
RDom              220 python_bindings/python/RDom.cpp                           .def_readonly("x", &RDom::x,
RDom              223 python_bindings/python/RDom.cpp                           .def_readonly("y", &RDom::y)
RDom              224 python_bindings/python/RDom.cpp                           .def_readonly("z", &RDom::z)
RDom              225 python_bindings/python/RDom.cpp                           .def_readonly("w", &RDom::w);
RDom              227 python_bindings/python/RDom.cpp     p::implicitly_convertible<RDom, h::Expr>();
RDom              228 python_bindings/python/RDom.cpp     p::implicitly_convertible<RDom, h::RVar>();
RDom              687 src/Func.cpp       RDom intm_rdom(intm_rvars);
RDom              727 src/Func.cpp       RDom f_rdom(rvars);
RDom               32 src/Func.h         VarOrRVar(const RDom &r) : rvar(RVar(r)), is_rvar(true) {}
RDom             2013 src/Generator.cpp     RDom rdom(0, gp, 0, gp);
RDom             2189 src/Generator.h     using RDom = Halide::RDom;
RDom               21 src/InlineReductions.cpp     RDom rdom;
RDom               23 src/InlineReductions.cpp     FindFreeVars(RDom r, const string &n) :
RDom               74 src/InlineReductions.cpp                     rdom = RDom(v->reduction_domain);
RDom              105 src/InlineReductions.cpp     return sum(RDom(), e, name);
RDom              108 src/InlineReductions.cpp Expr sum(RDom r, Expr e, const std::string &name) {
RDom              120 src/InlineReductions.cpp     return product(RDom(), e, name);
RDom              123 src/InlineReductions.cpp Expr product(RDom r, Expr e, const std::string &name) {
RDom              135 src/InlineReductions.cpp     return maximum(RDom(), e, name);
RDom              138 src/InlineReductions.cpp Expr maximum(RDom r, Expr e, const std::string &name) {
RDom              151 src/InlineReductions.cpp     return minimum(RDom(), e, name);
RDom              154 src/InlineReductions.cpp Expr minimum(RDom r, Expr e, const std::string &name) {
RDom              167 src/InlineReductions.cpp     return argmax(RDom(), e, name);
RDom              170 src/InlineReductions.cpp Tuple argmax(RDom r, Expr e, const std::string &name) {
RDom              196 src/InlineReductions.cpp     return argmin(RDom(), e, name);
RDom              199 src/InlineReductions.cpp Tuple argmin(RDom r, Expr e, const std::string &name) {
RDom               52 src/InlineReductions.h EXPORT Expr sum(RDom, Expr, const std::string &s = "sum");
RDom               53 src/InlineReductions.h EXPORT Expr product(RDom, Expr, const std::string &s = "product");
RDom               54 src/InlineReductions.h EXPORT Expr maximum(RDom, Expr, const std::string &s = "maximum");
RDom               55 src/InlineReductions.h EXPORT Expr minimum(RDom, Expr, const std::string &s = "minimum");
RDom               66 src/InlineReductions.h EXPORT Tuple argmax(RDom, Expr, const std::string &s = "argmax");
RDom               67 src/InlineReductions.h EXPORT Tuple argmin(RDom, Expr, const std::string &s = "argmin");
RDom               57 src/RDom.cpp   void RDom::init_vars(string name) {
RDom               72 src/RDom.cpp   RDom::RDom(ReductionDomain d) : dom(d) {
RDom              101 src/RDom.cpp   void RDom::initialize_from_ranges(const std::vector<std::pair<Expr, Expr>> &ranges, string name) {
RDom              144 src/RDom.cpp   RDom::RDom(const Buffer<> &b) {
RDom              161 src/RDom.cpp   RDom::RDom(ImageParam p) {
RDom              178 src/RDom.cpp   int RDom::dimensions() const {
RDom              182 src/RDom.cpp   RVar RDom::operator[](int i) const {
RDom              194 src/RDom.cpp   RDom::operator Expr() const {
RDom              203 src/RDom.cpp   RDom::operator RVar() const {
RDom              212 src/RDom.cpp   void RDom::where(Expr predicate) {
RDom              227 src/RDom.cpp   std::ostream &operator<<(std::ostream &stream, RDom dom) {
RDom              179 src/RDom.h     class RDom {
RDom              194 src/RDom.h         EXPORT RDom() {}
RDom              199 src/RDom.h         NO_INLINE RDom(const std::vector<std::pair<Expr, Expr>> &ranges, std::string name = "") {
RDom              204 src/RDom.h         NO_INLINE RDom(Expr min, Expr extent, Args&&... args) {
RDom              216 src/RDom.h         EXPORT RDom(const Buffer<> &);
RDom              217 src/RDom.h         EXPORT RDom(ImageParam);
RDom              219 src/RDom.h         NO_INLINE RDom(const Buffer<T> &im) : RDom(Buffer<>(im)) {}
RDom              223 src/RDom.h         EXPORT RDom(Internal::ReductionDomain d);
RDom              232 src/RDom.h         bool same_as(const RDom &other) const {return dom.same_as(other.dom);}
RDom              323 src/RDom.h     std::ostream &operator<<(std::ostream &stream, RDom);
RDom               14 test/correctness/argmax.cpp     RDom r(0, 100);
RDom               32 test/correctness/argmax.cpp     r = RDom(0, 100, 0, 100);
RDom               88 test/correctness/argmax.cpp         r = RDom(0, 100);
RDom               22 test/correctness/autotune_bug_2.cpp     RDom r(17, 1);
RDom               19 test/correctness/bool_compute_root_vectorize.cpp     RDom range(0, 100, 0, 100);
RDom               41 test/correctness/cascaded_filters.cpp     float err = evaluate_may_gpu<float>(sum(abs(result(RDom(result)) - 1.0f)));
RDom               13 test/correctness/circular_reference_leak.cpp         RDom r(0, 10);
RDom               24 test/correctness/compute_at_split_rvar.cpp         RDom r(0, 10);
RDom               48 test/correctness/compute_at_split_rvar.cpp         RDom r(0, 10);
RDom               72 test/correctness/compute_at_split_rvar.cpp         RDom r(0, 10);
RDom               98 test/correctness/compute_at_split_rvar.cpp         RDom r(0, 10);
RDom              123 test/correctness/compute_at_split_rvar.cpp         RDom r(0, 20);
RDom               36 test/correctness/convolution.cpp     RDom r(tent);
RDom               38 test/correctness/convolution_multiple_kernels.cpp     RDom r(-1, 3, -1, 3);
RDom               11 test/correctness/dynamic_reduction_bounds.cpp     RDom dom(0, input.width()*8);
RDom               74 test/correctness/exception.cpp         RDom r(0, 10);
RDom                9 test/correctness/explicit_inline_reductions.cpp     RDom r1(0, 10, "r1"), r2(0, 10, "r2"), r3(0, 10, "r3");
RDom              108 test/correctness/extern_producer.cpp     RDom r(output);
RDom               45 test/correctness/extern_sort.cpp     RDom r(reference);
RDom               10 test/correctness/fibonacci.cpp     RDom r(2, 18);
RDom               29 test/correctness/fuse.cpp     RDom r(-16, 32, -16, 32);
RDom               11 test/correctness/fused_where_inner_extent_is_zero.cpp     RDom r(0, inner_extent, 0, outer_extent);
RDom               98 test/correctness/gameoflife.cpp         RDom t(0, w, 0, h, 0, 21);
RDom               11 test/correctness/gpu_free_sync.cpp     RDom r(0, 100);
RDom               26 test/correctness/gpu_sum_scan.cpp     RDom r1(0, B);
RDom               31 test/correctness/gpu_sum_scan.cpp     RDom r2(1, blocks-1);
RDom               36 test/correctness/gpu_sum_scan.cpp     RDom r3(0, B);
RDom               60 test/correctness/gpu_thread_barrier.cpp             RDom rx(0, 10);
RDom               65 test/correctness/gpu_thread_barrier.cpp             RDom ry(0, 8);
RDom               15 test/correctness/gpu_vectorized_shared_memory.cpp         RDom r(0, 10);
RDom               27 test/correctness/histogram.cpp     RDom r(in);
RDom               22 test/correctness/histogram_equalize.cpp     RDom r(in), ri(0, 255);
RDom               26 test/correctness/image_io.cpp     RDom r(reloaded);
RDom               39 test/correctness/image_of_lists.cpp     RDom r(1, 99);
RDom              252 test/correctness/image_wrap.cpp     RDom r(0, 100, 0, 100);
RDom              522 test/correctness/image_wrap.cpp     RDom r(0, 100, 0, 100);
RDom               58 test/correctness/implicit_args_tests.cpp         RDom r(0, 2);
RDom              170 test/correctness/implicit_args_tests.cpp         RDom r(0, 2);
RDom               16 test/correctness/in_place.cpp     RDom r(1, 99);
RDom                9 test/correctness/inline_reduction.cpp     RDom r(-1, 3, -1, 3);
RDom               55 test/correctness/inline_reduction.cpp     RDom kx(-1, 3), ky(-1, 3);
RDom              113 test/correctness/inline_reduction.cpp     RDom all_z(input_3d.min(2), input_3d.extent(2));
RDom              142 test/correctness/inline_reduction.cpp     float result_f32 = evaluate<float>(minimum(RDom(0, 11) * -0.5f));
RDom              148 test/correctness/inline_reduction.cpp     double result_f64 = evaluate<double>(minimum(RDom(0, 11) * cast<double>(-0.5f)));
RDom               56 test/correctness/integer_powers.cpp         RDom r(exact_result);
RDom               98 test/correctness/integer_powers.cpp         RDom r(exact_result);
RDom              284 test/correctness/interleave.cpp             RDom r(0, 16);
RDom               30 test/correctness/lazy_convolution.cpp     RDom r(-10, 20, -10, 20);
RDom               13 test/correctness/legal_race_condition.cpp         RDom r(0, 100);
RDom               43 test/correctness/legal_race_condition.cpp         RDom r(0, 256);
RDom              187 test/correctness/likely.cpp         RDom r(0, 5);
RDom               60 test/correctness/many_small_extern_stages.cpp     RDom r(0, 100);
RDom               15 test/correctness/multi_pass_reduction.cpp         RDom r1(1, 10);
RDom               53 test/correctness/multi_pass_reduction.cpp         RDom r(1, 10);
RDom               61 test/correctness/multi_pass_reduction.cpp         RDom r2(4, 5);
RDom              118 test/correctness/multi_pass_reduction.cpp         RDom r(1, 99);
RDom               27 test/correctness/multi_way_select.cpp     RDom r(0, 8);
RDom               35 test/correctness/multiple_outputs.cpp         RDom r(0, 100, 0, 100);
RDom               12 test/correctness/named_updates.cpp     RDom r(0, 16);
RDom               64 test/correctness/named_updates.cpp     RDom check(result);
RDom               28 test/correctness/newtons_method.cpp     RDom r(0, 10);
RDom               18 test/correctness/obscure_image_references.cpp     RDom r(0, clamp(im2(j), 0, 99));
RDom                9 test/correctness/parallel_reductions.cpp         RDom r1(0, 16), r2(0, 16);
RDom               50 test/correctness/parallel_reductions.cpp         RDom r1(0, chunk_size);
RDom               10 test/correctness/parallel_rvar.cpp     RDom r(0, 12, 0, 10);
RDom               12 test/correctness/parallel_rvar.cpp     RDom r2(0, 12);
RDom               35 test/correctness/parallel_rvar.cpp     RDom r_check(0, 20, 0, 20);
RDom               14 test/correctness/partition_loops_bug.cpp     RDom rk(-1,3,-1,3);
RDom               90 test/correctness/predicated_store_load.cpp     RDom r(0, 100, 0, 100);
RDom              156 test/correctness/predicated_store_load.cpp     RDom r(0, size, 0, size);
RDom              190 test/correctness/predicated_store_load.cpp     RDom r(0, 80, 0, 80);
RDom              223 test/correctness/predicated_store_load.cpp     RDom r(0, 80, 0, 80);
RDom              258 test/correctness/predicated_store_load.cpp     RDom r(0, 80, 0, 80, 0, 80);
RDom              290 test/correctness/predicated_store_load.cpp     RDom r(0, 80, 0, 80);
RDom              327 test/correctness/predicated_store_load.cpp     RDom r(0, 100, 0, 100);
RDom               25 test/correctness/random.cpp         RDom r(rand_image);
RDom               94 test/correctness/random.cpp         RDom r(im1);
RDom              122 test/correctness/random.cpp         RDom r(im);
RDom              160 test/correctness/random.cpp         RDom r(0, S, 0, S);
RDom               16 test/correctness/realize_larger_than_two_gigs.cpp     RDom r(0, extent, 0, extent, 0, extent, 0, extent/2 + 1);
RDom               85 test/correctness/reduction_non_rectangular.cpp     RDom r(0, 100, 0, 100);
RDom              114 test/correctness/reduction_non_rectangular.cpp     RDom r(0, 100, 0, 100);
RDom              147 test/correctness/reduction_non_rectangular.cpp     RDom r(0, 100, 0, 100, "r");
RDom              180 test/correctness/reduction_non_rectangular.cpp     RDom r(0, 100, 0, 100, "r");
RDom              229 test/correctness/reduction_non_rectangular.cpp     RDom r(0, 100, 0, 100, "r");
RDom              260 test/correctness/reduction_non_rectangular.cpp     RDom r(0, 100, 0, 100);
RDom              306 test/correctness/reduction_non_rectangular.cpp     RDom r(0, 100, 0, 100);
RDom              349 test/correctness/reduction_non_rectangular.cpp     RDom r(0, 100, 0, 100);
RDom              423 test/correctness/reduction_non_rectangular.cpp     RDom r(0, 200, 0, 200);
RDom              473 test/correctness/reduction_non_rectangular.cpp     RDom r(0, 200, 0, 200, "r");
RDom              524 test/correctness/reduction_non_rectangular.cpp     RDom r1(0, 100, 0, 100, "r1");
RDom              530 test/correctness/reduction_non_rectangular.cpp     RDom r2(0, 50, 0, 50, "r2");
RDom              575 test/correctness/reduction_non_rectangular.cpp     RDom r(0, 100, 0, 100);
RDom              612 test/correctness/reduction_non_rectangular.cpp     RDom r(0, max_iters);
RDom              650 test/correctness/reduction_non_rectangular.cpp     RDom r(0, 100, 0, 100);
RDom              682 test/correctness/reduction_non_rectangular.cpp     RDom r(0, 100, 0, 100);
RDom              718 test/correctness/reduction_non_rectangular.cpp     RDom r1(0, 100, 0, 100);
RDom              722 test/correctness/reduction_non_rectangular.cpp     RDom r2(0, 100, 0, 100);
RDom              787 test/correctness/reduction_non_rectangular.cpp     RDom r(1, w - 2, 1, h - 2);
RDom               25 test/correctness/reduction_schedule.cpp     RDom r(0, noise.width(), 1, noise.height()-1);
RDom               21 test/correctness/reduction_subregion.cpp     RDom r(0, 20);
RDom               10 test/correctness/reorder_rvars.cpp         RDom r1(0, 10, 1, 10);
RDom               11 test/correctness/reorder_rvars.cpp         RDom r2(0, 10, 3, 10, 0, 5);
RDom               32 test/correctness/reorder_rvars.cpp         RDom r3(0, 20, 0, 20);
RDom               52 test/correctness/reorder_rvars.cpp         RDom r(1, 99);
RDom               21 test/correctness/rfactor.cpp     RDom r(10, 20, 30, 40);
RDom               61 test/correctness/rfactor.cpp     RDom r(10, 20, 20, 30);
RDom              110 test/correctness/rfactor.cpp     RDom r(10, 20, 20, 30);
RDom              163 test/correctness/rfactor.cpp     RDom r(5, 10, 5, 10, 5, 10);
RDom              215 test/correctness/rfactor.cpp     RDom r(5, 10, 5, 10, 5, 10);
RDom              293 test/correctness/rfactor.cpp     RDom r(10, 20, 30, 40);
RDom              351 test/correctness/rfactor.cpp     RDom r(5, 10, 5, 10, 0, 20);
RDom              411 test/correctness/rfactor.cpp     RDom r(in);
RDom              462 test/correctness/rfactor.cpp     RDom r(0, size);
RDom              523 test/correctness/rfactor.cpp     RDom r(10, 20, 30, 40);
RDom              600 test/correctness/rfactor.cpp     RDom r(5, 20, 5, 20, 5, 20);
RDom              758 test/correctness/rfactor.cpp     RDom r(10, inner_extent, 30, outer_extent);
RDom              810 test/correctness/rfactor.cpp     RDom r(10, inner_extent, 30, outer_extent);
RDom              881 test/correctness/rfactor.cpp     RDom r(0, 31);
RDom              901 test/correctness/rfactor.cpp     RDom r(0, 8, 0, 8);
RDom               11 test/correctness/scatter.cpp     RDom r(-10, 20);
RDom               90 test/correctness/side_effects.cpp     RDom t(1, 40);
RDom              100 test/correctness/side_effects.cpp     RDom r(-45, 71, -10, 21);
RDom              205 test/correctness/simd_op_check.cpp         RDom r(0, W, 0, H);
RDom               95 test/correctness/sliding_window.cpp         RDom r(0, 100);
RDom              289 test/correctness/specialize.cpp         RDom r(start, size);
RDom               44 test/correctness/specialize_to_gpu.cpp         RDom r(out);
RDom               33 test/correctness/split_by_non_factor.cpp         RDom r(0, sum_size);
RDom               16 test/correctness/split_fuse_rvar.cpp         RDom r(0, 4, 0, 4);
RDom               43 test/correctness/split_fuse_rvar.cpp         RDom r(0, 16);
RDom               17 test/correctness/stream_compaction.cpp     RDom r(0, 1000);
RDom              122 test/correctness/trim_no_ops.cpp             RDom r(0, 10, 0, 10, 0, 10, 0, 10);
RDom              141 test/correctness/trim_no_ops.cpp             RDom r(0, 74, 0, 74);
RDom              191 test/correctness/trim_no_ops.cpp         RDom r(0, 100, 0, 100);
RDom              108 test/correctness/tuple_undef.cpp         RDom r(0, 10);
RDom               11 test/correctness/undef.cpp     RDom r(2, 100);
RDom               52 test/correctness/undef.cpp     RDom rx(0, 100);
RDom               16 test/correctness/unrolled_reduction.cpp     RDom r(0, 32);
RDom               19 test/correctness/unsafe_dedup_lets.cpp     RDom r(0, a);
RDom               11 test/correctness/update_chunk.cpp     RDom r(0, 10);
RDom               17 test/correctness/vectorized_initialization.cpp     RDom r(0, 4);
RDom               16 test/correctness/vectorized_load_from_vectorized_allocation.cpp     RDom r(0, size, 0, size, 0, size);
RDom               11 test/correctness/vectorized_reduction_bug.cpp         RDom r(1, 2, "r");
RDom               43 test/correctness/vectorized_reduction_bug.cpp         g(x, 0) = sum(h(x, RDom(0, 120)));
RDom               28 test/correctness/widening_reduction.cpp     RDom r(-1, 3, -1, 3);
RDom              233 test/correctness/wrap.cpp     RDom r(0, 100, 0, 100);
RDom              481 test/correctness/wrap.cpp     RDom r(0, 100, 0, 100);
RDom                9 test/error/ambiguous_inline_reductions.cpp     RDom r1(0, 10, "r1"), r2(0, 10, "r2"), r3(0, 10, "r3");
RDom                7 test/error/bad_rvar_order.cpp     RDom r1(0, 10, 0, 10);
RDom                9 test/error/expanding_reduction.cpp     RDom r(0, 100);
RDom               10 test/error/init_def_should_be_all_vars.cpp     RDom r(0, in.width(), 0, in.height());
RDom               13 test/error/race_condition.cpp     RDom r(0, 10, 0, 10);
RDom               15 test/error/realize_constantly_larger_than_two_gigs.cpp     RDom r(0, 4096, 0, 4096, 0, 256);
RDom                9 test/error/reduction_bounds.cpp     RDom r(0, 100, "r");
RDom                9 test/error/reduction_type_mismatch.cpp     RDom dom(0, 50);
RDom               14 test/error/rfactor_inner_dim_non_commutative.cpp     RDom r(10, inner_extent, 30, outer_extent);
RDom               13 test/error/tuple_arg_select_undef.cpp     RDom r(0, 10);
RDom               15 test/error/unbounded_output.cpp     RDom r(0, 100, 0, 100);
RDom               17 test/error/undefined_rdom_dimension.cpp     RDom r(1, 99, "r");
RDom               22 test/generator/embed_image_generator.cpp         RDom j(0, 3);
RDom               54 test/generator/mandelbrot_generator.cpp         RDom t(1, iters);
RDom               57 test/generator/memory_profiler_mandelbrot_generator.cpp         RDom t(1, iters);
RDom               16 test/generator/msan_generator.cpp         RDom r(0, 4);
RDom               23 test/opengl/conv_select.cpp     RDom r(0, 2, "r");
RDom               14 test/opengl/inline_reduction.cpp     RDom r(0, 10);
RDom               21 test/opengl/sum_reduction.cpp     RDom r(0, 5, "r");
RDom               21 test/opengl/sumcolor_reduction.cpp     RDom r(0, 3, "r");
RDom               48 test/performance/boundary_conditions.cpp         RDom r(-blur_radius, 2*blur_radius+1, -blur_radius, 2*blur_radius+1);
RDom               16 test/performance/fast_inverse.cpp     RDom r(0, N);
RDom               28 test/performance/fast_pow.cpp     RDom s(0, pows_per_pixel);
RDom               57 test/performance/fast_pow.cpp     RDom r(correct_result);
RDom               31 test/performance/matrix_multiplication.cpp     RDom k(0, matrix_size);
RDom               40 test/performance/profiler.cpp     RDom r(0, iters);
RDom               18 test/performance/rfactor.cpp     RDom r(0, size);
RDom               86 test/performance/rfactor.cpp     RDom r(0, W, 0, H);
RDom              136 test/performance/rfactor.cpp     RDom r(0, size, 0, size, 0, size, 0, size);
RDom              210 test/performance/rfactor.cpp     RDom r(0, size);
RDom              278 test/performance/rfactor.cpp     RDom r(0, size);
RDom              343 test/performance/rfactor.cpp     RDom r(0, size);
RDom              106 test/performance/sort.cpp         RDom r(0, chunk_size*2);
RDom               33 test/performance/vectorize_pred.cpp     RDom r(0, W, 0, H);
RDom              152 tutorial/lesson_09_update_definitions.cpp         RDom r(0, 50);
RDom              201 tutorial/lesson_09_update_definitions.cpp         RDom r(0, input.width(), 0, input.height());
RDom              598 tutorial/lesson_09_update_definitions.cpp             RDom r(0, 5);
RDom              654 tutorial/lesson_09_update_definitions.cpp         RDom r(-2, 5, -2, 5);
RDom              713 tutorial/lesson_09_update_definitions.cpp         RDom r(0, 100);
RDom              770 tutorial/lesson_09_update_definitions.cpp         RDom box(-2, 5, -2, 5);
RDom              155 tutorial/lesson_13_tuples.cpp         RDom r(1, 99);
RDom              251 tutorial/lesson_13_tuples.cpp         RDom r(1, 12);
RDom               45 tutorial/lesson_17_predicated_rdom.cpp         RDom r(0, 7, 0, 7);
RDom              106 tutorial/lesson_17_predicated_rdom.cpp         RDom r(0, 8, 0, 10);
RDom              163 tutorial/lesson_17_predicated_rdom.cpp         RDom r1(0, 5, 0, 5);
RDom              171 tutorial/lesson_17_predicated_rdom.cpp         RDom r2(1, 3, 1, 3);
RDom               45 tutorial/lesson_18_parallel_associative_reductions.cpp         RDom r(0, input.width(), 0, input.height());
RDom               77 tutorial/lesson_18_parallel_associative_reductions.cpp         RDom rx(0, input.width());
RDom               84 tutorial/lesson_18_parallel_associative_reductions.cpp         RDom ry(0, input.height());
RDom              119 tutorial/lesson_18_parallel_associative_reductions.cpp         RDom r(0, input.width(), 0, input.height());
RDom              204 tutorial/lesson_18_parallel_associative_reductions.cpp         RDom r(0, input.width(), 0, input.height());
RDom              272 tutorial/lesson_18_parallel_associative_reductions.cpp         RDom r(0, input.width(), 0, input.height());