left 245 apps/camera_pipe/fcam/Demosaic_ARM.cpp int16x8_t left = vld1q_s16(ptr_in - 1); left 249 apps/camera_pipe/fcam/Demosaic_ARM.cpp max = vmaxq_s16(left, right); left 16 apps/glsl/halide_blur_glsl_generator.cpp input(x,y,c) = cast<float>(input8(clamp(x, input8.left(), input8.right()), left 207 python_bindings/python/Image.cpp return im.left(); left 97 python_bindings/python/Param.cpp .def("left", &ImageParam::left, p::arg("self"), left 331 src/Buffer.h HALIDE_BUFFER_FORWARD_CONST(left) left 85 src/OutputImageParam.h EXPORT Expr left() const; left 934 src/runtime/HalideBuffer.h int left() const { left 77 src/runtime/mini_opengl.h typedef void (*PFNGLORTHOPROC)(GLdouble left, GLdouble right, left 30 test/correctness/host_alignment.cpp Expr left, right; left 34 test/correctness/host_alignment.cpp left = op->a; left 56 test/correctness/host_alignment.cpp if (p.left.defined() && p.right.defined()) { left 57 test/correctness/host_alignment.cpp const Call *reinterpret_call = p.left.as<Call>(); left 16 test/correctness/min_extent.cpp factor = select(x < in.left(), -10, left 55 test/correctness/undef.cpp Expr left = max(rx-1, 0); left 59 test/correctness/undef.cpp f3(rx) = Tuple(f3(rx)[0] + f3(rx)[1] + f3(left)[1] + f3(right)[1], undef<float>()); left 60 test/correctness/undef.cpp f3(rx) = Tuple(undef<float>(), f3(rx)[1] + f3(rx)[0] + f3(left)[0] + f3(right)[0]); left 97 tools/halide_image_info.h std::cout << tag << " class = 0x" << std::left << std::setw(10) << (void*)img left 141 tools/halide_image_info.h << std::left << std::setw(12) << stride[d] * img_bpp left 155 tools/halide_image_info.h std::cout << tag << " data = 0x" << std::left << std::setw(10) << (void *)img_data left 158 tools/halide_image_info.h std::cout << tag << " next = 0x" << std::left << std::setw(10) << (void *)img_next