Home
last modified time | relevance | path

Searched refs:outer_max (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dminmax.rs38 if let Some((outer_max, outer_c, oe)) = min_max(cx, expr) { in check_expr()
40 if outer_max == inner_max { in check_expr()
44 outer_max, in check_expr()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-expr.c192 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
203 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
204 outer_max = NULL_TREE; in useless_type_conversion_p()
212 if (outer_max in useless_type_conversion_p()
214 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-expr.c195 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
206 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
207 outer_max = NULL_TREE; in useless_type_conversion_p()
215 if (outer_max in useless_type_conversion_p()
217 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimple-expr.c192 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
203 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
204 outer_max = NULL_TREE; in useless_type_conversion_p()
212 if (outer_max in useless_type_conversion_p()
214 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimple-expr.c195 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
206 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
207 outer_max = NULL_TREE; in useless_type_conversion_p()
215 if (outer_max in useless_type_conversion_p()
217 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimple-expr.c189 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
200 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
201 outer_max = NULL_TREE; in useless_type_conversion_p()
209 if (outer_max in useless_type_conversion_p()
211 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-expr.c192 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
203 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
204 outer_max = NULL_TREE; in useless_type_conversion_p()
212 if (outer_max in useless_type_conversion_p()
214 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-expr.c195 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
206 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
207 outer_max = NULL_TREE; in useless_type_conversion_p()
215 if (outer_max in useless_type_conversion_p()
217 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimple-expr.c195 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
206 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
207 outer_max = NULL_TREE; in useless_type_conversion_p()
215 if (outer_max in useless_type_conversion_p()
217 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-expr.c192 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
203 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
204 outer_max = NULL_TREE; in useless_type_conversion_p()
212 if (outer_max in useless_type_conversion_p()
214 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-expr.c192 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
203 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
204 outer_max = NULL_TREE; in useless_type_conversion_p()
212 if (outer_max in useless_type_conversion_p()
214 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimple-expr.c197 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
208 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
209 outer_max = NULL_TREE; in useless_type_conversion_p()
217 if (outer_max in useless_type_conversion_p()
219 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-expr.c192 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
203 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
204 outer_max = NULL_TREE; in useless_type_conversion_p()
212 if (outer_max in useless_type_conversion_p()
214 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimple-expr.c192 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
203 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
204 outer_max = NULL_TREE; in useless_type_conversion_p()
212 if (outer_max in useless_type_conversion_p()
214 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-expr.c195 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
206 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
207 outer_max = NULL_TREE; in useless_type_conversion_p()
215 if (outer_max in useless_type_conversion_p()
217 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimple-expr.c195 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
206 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
207 outer_max = NULL_TREE; in useless_type_conversion_p()
215 if (outer_max in useless_type_conversion_p()
217 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimple-expr.c192 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
203 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
204 outer_max = NULL_TREE; in useless_type_conversion_p()
212 if (outer_max in useless_type_conversion_p()
214 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimple-expr.c192 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
203 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
204 outer_max = NULL_TREE; in useless_type_conversion_p()
212 if (outer_max in useless_type_conversion_p()
214 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-expr.c195 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
206 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
207 outer_max = NULL_TREE; in useless_type_conversion_p()
215 if (outer_max in useless_type_conversion_p()
217 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgimple-expr.c189 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
200 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
201 outer_max = NULL_TREE; in useless_type_conversion_p()
209 if (outer_max in useless_type_conversion_p()
211 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgmm.c1703 int outer_max = 1; in gmm_calculate() local
1723 outer_max = libset_get_int(GMM_MAXITER); in gmm_calculate()
1728 outer_max = 2; in gmm_calculate()
1740 while (!err && outer_iters < outer_max && !converged) { in gmm_calculate()
1763 if (!err && outer_max > 1) { in gmm_calculate()
1764 if (outer_max > 2) { in gmm_calculate()
1772 if (!converged && outer_iters < outer_max - 1) { in gmm_calculate()
1780 if (++outer_iters == outer_max) { in gmm_calculate()
1781 if (outer_max > 2) { in gmm_calculate()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa.c1325 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
1336 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
1337 outer_max = NULL_TREE; in useless_type_conversion_p()
1345 if (outer_max in useless_type_conversion_p()
1347 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa.c1325 tree outer_max = TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type)); in useless_type_conversion_p() local
1336 if (outer_max && TREE_CODE (outer_max) != INTEGER_CST) in useless_type_conversion_p()
1337 outer_max = NULL_TREE; in useless_type_conversion_p()
1345 if (outer_max in useless_type_conversion_p()
1347 || !tree_int_cst_equal (inner_max, outer_max))) in useless_type_conversion_p()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DBoundsInference.cpp470 Expr outer_max = Call::make(Int(32), Call::buffer_get_max, in define_bounds() local
479 Expr shift = Min::make(0, outer_max - inner_max); in define_bounds()
583 Expr outer_max = Variable::make(Int(32), arg + ".outer_max"); in define_bounds() local
584 b[d].min = clamp(b[d].min, outer_min, outer_max); in define_bounds()
585 b[d].max = clamp(b[d].max, outer_min, outer_max); in define_bounds()
H A DApplySplit.cpp19 Expr outer_max = Variable::make(Int(32), prefix + split.outer + ".loop_max"); in apply_split() local

12