WIDTH             289 test/correctness/mul_div_mod.cpp     Buffer<T1> a = init<T1, BIG>(t1, 1, WIDTH, HEIGHT);
WIDTH             290 test/correctness/mul_div_mod.cpp     Buffer<T2> b = init<T2, BIG>(t2, 2, WIDTH, HEIGHT);
WIDTH             310 test/correctness/mul_div_mod.cpp     Buffer<RT> r = f.realize(WIDTH, HEIGHT, target);
WIDTH             313 test/correctness/mul_div_mod.cpp     for (i = 0; i < WIDTH; i++) {
WIDTH             360 test/correctness/mul_div_mod.cpp     Buffer<T> a = init<T, BIG>(t, 1, WIDTH, HEIGHT);
WIDTH             361 test/correctness/mul_div_mod.cpp     Buffer<T> b = init<T, BIG>(t, 2, WIDTH, HEIGHT);
WIDTH             366 test/correctness/mul_div_mod.cpp     for (i = 0; i < WIDTH; i++) {
WIDTH             395 test/correctness/mul_div_mod.cpp     Realization R = f.realize(WIDTH, HEIGHT, target);
WIDTH             400 test/correctness/mul_div_mod.cpp     for (i = 0; i < WIDTH; i++) {
WIDTH             460 test/correctness/mul_div_mod.cpp     Buffer<T> a = init<T, BIG>(t, 1, WIDTH, HEIGHT);
WIDTH             461 test/correctness/mul_div_mod.cpp     Buffer<T> b = init<T, BIG>(t, 2, WIDTH, HEIGHT);
WIDTH             462 test/correctness/mul_div_mod.cpp     Buffer<T> out(WIDTH,HEIGHT);
WIDTH             466 test/correctness/mul_div_mod.cpp     for (i = 0; i < WIDTH; i++) {
WIDTH             481 test/correctness/mul_div_mod.cpp     for (i = 0; i < std::min(SWIDTH,WIDTH); i++) {