Home
last modified time | relevance | path

Searched refs:is_violated (Results 1 – 25 of 27) sorted by relevance

12

/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/CodeLayout/
H A DProhibitQuotedWordLists.pm36 my $is_violated = 1;
46 if ($is_violated && $elem_num >= $min_elements) {
64 $is_violated = 0;
69 $is_violated = 0;
81 my $is_violated = 1;
91 if ($is_violated && $elem_num >= $min_elements) {
109 $is_violated = 0;
114 $is_violated = 0;
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/ValuesAndExpressions/
H A DRequireInterpolationOfMetachars.pm56 my $is_violated = 0;
61 $is_violated = 1;
77 $is_violated = 0;
81 if ($is_violated) {
89 $is_violated = 0;
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/Subroutines/
H A DRequireArgUnpacking.pm41 my $is_violated = 0;
53 if ($is_violated) {
78 $is_violated = 1;
88 $is_violated = 1;
96 $is_violated = 1;
116 $is_violated = 1;
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/CutPool/
H A Dcp_wrapper.c195 int check_cut_u(cut_pool *cp, lp_sol *cur_sol, cut_data *cut, int *is_violated, in check_cut_u() argument
224 *is_violated = (lhs < cut->rhs - etol); in check_cut_u()
230 *is_violated = (lhs > cut->rhs + etol); in check_cut_u()
237 *is_violated = ((lhs < cut->rhs - etol) || in check_cut_u()
242 *is_violated = ((lhs > cut->rhs + etol) || in check_cut_u()
254 cut, is_violated, quality)); in check_cut_u()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/CutPool/
H A Dvrp_cp.c129 double *values, cut_data *cut, int *is_violated, in user_check_cut() argument
179 *is_violated = (lhs/2 > (double)(cut->rhs)+etol); in user_check_cut()
193 *is_violated = (lhs < (double)(cut->rhs)-etol); in user_check_cut()
216 *is_violated = (lhs < cut->rhs - etol); in user_check_cut()
264 *is_violated = (lhs < cut->rhs - etol); in user_check_cut()
297 *is_violated = (lhs > cut->rhs + etol); in user_check_cut()
321 *is_violated = (cut->sense == 'G' ? (lhs < cut->rhs + etol) : in user_check_cut()
331 *is_violated = FALSE; in user_check_cut()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/USER/src/CutPool/
H A Duser_cp.c80 double *values, cut_data *cut, int *is_violated, in user_check_cut() argument
101 *is_violated = FALSE; in user_check_cut()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/CNRP/src/CutPool/
H A Dcnrp_cp.c152 double *values, cut_data *cut, int *is_violated, argument
218 *is_violated = (lhs > (double)(cut->rhs)+etol);
261 *is_violated = (lhs < (double)(cut->rhs)-etol);
317 *is_violated = (lhs < (double)(cut->rhs)-etol);
390 *is_violated = (lhs > (double)(cut->rhs)+etol);
449 *is_violated = (lhs > (double)(cut->rhs)+etol);
469 *is_violated = (lhs > (double)(cut->rhs)+etol);
494 *is_violated = (lhs < cut->rhs - etol);
502 *is_violated = FALSE;
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/lib/Perl/Lint/Policy/Variables/
H A DProhibitPackageVars.pm128 my $is_violated = 0;
131 $is_violated = 1;
137 if ($is_violated) {
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/MATCH/src/CutPool/
H A Duser_cp.c80 double *values, cut_data *cut, int *is_violated, in user_check_cut() argument
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/MPP/src/CutPool/
H A Dmpp_cp.c82 double *values, cut_data *cut, int *is_violated, in user_check_cut() argument
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/SPP/src/CutPool/
H A Dspp_cp.c80 double *values, cut_data *cut, int *is_violated, in user_check_cut() argument
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/SPP+CUTS/src/CutPool/
H A Dspp_cp.c80 double *values, cut_data *cut, int *is_violated, in user_check_cut() argument
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_cp_u.h30 double *values, cut_data *cut, int *is_violated,
H A Dsym_cp.h111 int *is_violated, double *quality));
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/SPP+CUTS/src/CutGen/
H A Dspp_cg_clique.c596 char is_violated; in greedy_maximal_clique() local
618 is_violated = (lhs > 1 + etol) ? TRUE: FALSE; in greedy_maximal_clique()
620 if (is_violated) { in greedy_maximal_clique()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Doc/
H A Dman-cp.tex172 int *is_violated, double *quality)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/
H A Disl_scheduler.c5620 static int is_violated(struct isl_sched_graph *graph, int edge_index) in is_violated() function
5720 violated = is_violated(graph, i); in has_violated_conditional_constraint()
/dports/math/barvinok/barvinok-0.41.5/isl/
H A Disl_scheduler.c5627 static int is_violated(struct isl_sched_graph *graph, int edge_index) in is_violated() function
5727 violated = is_violated(graph, i); in has_violated_conditional_constraint()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/
H A Disl_scheduler.c5627 static int is_violated(struct isl_sched_graph *graph, int edge_index) in is_violated() function
5727 violated = is_violated(graph, i); in has_violated_conditional_constraint()
/dports/devel/isl/isl-0.24/
H A Disl_scheduler.c5627 static int is_violated(struct isl_sched_graph *graph, int edge_index) in is_violated() function
5727 violated = is_violated(graph, i); in has_violated_conditional_constraint()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_scheduler.c5627 static int is_violated(struct isl_sched_graph *graph, int edge_index) in is_violated() function
5727 violated = is_violated(graph, i); in has_violated_conditional_constraint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/isl/
H A Disl_scheduler.c5627 static int is_violated(struct isl_sched_graph *graph, int edge_index) in is_violated() function
5727 violated = is_violated(graph, i); in has_violated_conditional_constraint()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_scheduler.c5627 static int is_violated(struct isl_sched_graph *graph, int edge_index) in is_violated() function
5727 violated = is_violated(graph, i); in has_violated_conditional_constraint()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_scheduler.c5627 static int is_violated(struct isl_sched_graph *graph, int edge_index) in is_violated() function
5727 violated = is_violated(graph, i); in has_violated_conditional_constraint()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/isl/
H A Disl_scheduler.c5404 static int is_violated(struct isl_sched_graph *graph, int edge_index) in is_violated() function
5504 violated = is_violated(graph, i); in has_violated_conditional_constraint()

12