maximum 32 python_bindings/python/InlineReductions.cpp return h::maximum(e, name); maximum 36 python_bindings/python/InlineReductions.cpp return h::maximum(r, e, name); maximum 135 src/InlineReductions.cpp return maximum(RDom(), e, name); maximum 38 src/InlineReductions.h EXPORT Expr maximum(Expr, const std::string &s = "maximum"); maximum 54 src/InlineReductions.h EXPORT Expr maximum(RDom, Expr, const std::string &s = "maximum"); maximum 31 test/correctness/fuse.cpp error() = maximum(abs(f(r.x, r.y) - g(r.x, r.y))); maximum 33 test/correctness/image_io.cpp uint32_t diff = evaluate<uint32_t>(maximum(abs(cast<int>(buf(args)) - cast<int>(reloaded(args))))); maximum 49 test/correctness/inline_reduction.cpp local_max(x, y) = maximum(input_val); maximum 128 test/correctness/inline_reduction.cpp max_implicit(_, y) = maximum(input_3d(_, y, all_z)); maximum 186 test/correctness/mul_div_mod.cpp max = maximum<T, int64_t>(); maximum 215 test/correctness/mul_div_mod.cpp max = maximum<T, BIG>(); maximum 66 test/correctness/named_updates.cpp maximum(abs(result(check) - result_ref(check)))); maximum 207 test/correctness/simd_op_check.cpp error() = cast<double>(maximum(absd(f(r.x, r.y), f_scalar(r.x, r.y)))); maximum 45 test/correctness/undef.cpp int err = evaluate_may_gpu<int>(maximum(fib1(r) - fib2(r))); maximum 773 tutorial/lesson_09_update_definitions.cpp spread(x, y) = (maximum(clamped(x + box.x, y + box.y)) -