Home
last modified time | relevance | path

Searched refs:make_min (Results 1 – 16 of 16) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DInterval.cpp123 Expr Interval::make_min(const Expr &a, const Expr &b) { in make_min() function in Halide::Internal::Interval
129 min = Interval::make_min(min, i.min); in include()
134 min = Interval::make_min(min, e); in include()
145 Interval::make_min(a.max, b.max)); in make_intersection()
H A DInterval.h97 static Expr make_min(const Expr &a, const Expr &b);
H A DBounds.cpp327 interval.max = Interval::make_min(interval.max, scope_interval.max); in visit()
340 interval.max = Interval::make_min(interval.max, op->param.max_value()); in visit()
665 interval = Interval(Interval::make_min(a.min, b.min), in visit()
666 Interval::make_min(a.max, b.max)); in visit()
886 interval.min = Interval::make_min(a.min, b.min); in visit()
891 interval.min = Interval::make_min(select(cond.min, var, b.min), var); in visit()
897 interval.min = Interval::make_min(select(cond.max, a.min, var), var); in visit()
903 interval.min = Interval::make_min(select(cond.min, a_var, b_var), in visit()
1112 interval.max = Interval::make_min(interval.max, upper.max); in visit()
1543 a[i].min = select(a.used, Interval::make_min(a[i].min, b[i].min), b[i].min); in merge_boxes()
[all …]
H A DAutoSchedule.cpp328 … b_iter->second.min = simplify(Interval::make_min(b_iter->second.min, b.second.min)); in queue_func_regions()
/dports/games/freeciv-nox11/freeciv-2.6.6/utility/
H A Dgenerate_specenum.py268 def make_min(file): function
630 make_min(output)
/dports/games/freeciv/freeciv-2.6.6/utility/
H A Dgenerate_specenum.py268 def make_min(file): function
630 make_min(output)
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxchar.c394 #define make_min(a, b) if ( (a) > (b) ) swap(a, b) in set_cache_device() macro
396 make_min(cll.x, cur.x); in set_cache_device()
397 make_min(cll.y, cur.y); in set_cache_device()
398 make_min(clr.x, cul.x); in set_cache_device()
399 make_min(clr.y, cul.y); in set_cache_device()
400 #undef make_min in set_cache_device()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxchar.c394 #define make_min(a, b) if ( (a) > (b) ) swap(a, b) in set_cache_device() macro
396 make_min(cll.x, cur.x); in set_cache_device()
397 make_min(cll.y, cur.y); in set_cache_device()
398 make_min(clr.x, cul.x); in set_cache_device()
399 make_min(clr.y, cul.y); in set_cache_device()
400 #undef make_min in set_cache_device()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxchar.c552 #define make_min(a, b) if ( (a) > (b) ) swap(a, b) in set_cache_device() macro
554 make_min(cll.x, cur.x); in set_cache_device()
555 make_min(cll.y, cur.y); in set_cache_device()
556 make_min(clr.x, cul.x); in set_cache_device()
557 make_min(clr.y, cul.y); in set_cache_device()
558 #undef make_min in set_cache_device()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxchar.c533 #define make_min(a, b) if ( (a) > (b) ) swap(a, b) in set_cache_device() macro
535 make_min(cll.x, cur.x); in set_cache_device()
536 make_min(cll.y, cur.y); in set_cache_device()
537 make_min(clr.x, cul.x); in set_cache_device()
538 make_min(clr.y, cul.y); in set_cache_device()
539 #undef make_min in set_cache_device()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxchar.c552 #define make_min(a, b) if ( (a) > (b) ) swap(a, b) in set_cache_device() macro
554 make_min(cll.x, cur.x); in set_cache_device()
555 make_min(cll.y, cur.y); in set_cache_device()
556 make_min(clr.x, cul.x); in set_cache_device()
557 make_min(clr.y, cul.y); in set_cache_device()
558 #undef make_min in set_cache_device()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxchar.c560 #define make_min(a, b) if ( (a) > (b) ) swap(a, b) in set_cache_device() macro
562 make_min(cll.x, cur.x); in set_cache_device()
563 make_min(cll.y, cur.y); in set_cache_device()
564 make_min(clr.x, cul.x); in set_cache_device()
565 make_min(clr.y, cul.y); in set_cache_device()
566 #undef make_min in set_cache_device()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxchar.c533 #define make_min(a, b) if ( (a) > (b) ) swap(a, b) in set_cache_device() macro
535 make_min(cll.x, cur.x); in set_cache_device()
536 make_min(cll.y, cur.y); in set_cache_device()
537 make_min(clr.x, cul.x); in set_cache_device()
538 make_min(clr.y, cul.y); in set_cache_device()
539 #undef make_min in set_cache_device()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxchar.c560 #define make_min(a, b) if ( (a) > (b) ) swap(a, b) in set_cache_device() macro
562 make_min(cll.x, cur.x); in set_cache_device()
563 make_min(cll.y, cur.y); in set_cache_device()
564 make_min(clr.x, cul.x); in set_cache_device()
565 make_min(clr.y, cul.y); in set_cache_device()
566 #undef make_min in set_cache_device()
/dports/math/z3/z3-z3-4.8.13/src/muz/rel/
H A Ddl_compiler.h149 void make_min(reg_idx source, reg_idx & target, const unsigned_vector & group_by_cols,
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/rel/
H A Ddl_compiler.h149 void make_min(reg_idx source, reg_idx & target, const unsigned_vector & group_by_cols,