Home
last modified time | relevance | path

Searched refs:newcons (Results 1 – 25 of 73) sorted by relevance

123

/dports/cad/electric/electric-7.00/src/cons/
H A Dconlinttg.c740 REGISTER CONS *oldcons, *newcons; in cli_changeconnection() local
803 for(newcons = newcon->firstcons; newcons != NOCONS; newcons = newcons->nextcons) in cli_changeconnection()
804 newcons->assoc = NOCONS; in cli_changeconnection()
812 for(newcons = newcon->firstcons; newcons != NOCONS; newcons = newcons->nextcons) in cli_changeconnection()
820 oldcons->assoc = newcons; in cli_changeconnection()
821 newcons->assoc = oldcons; in cli_changeconnection()
905 for(newcons = newcon->firstcons; newcons != NOCONS; newcons = newcons->nextcons) in cli_changeconnection()
906 newcons->assoc = NOCONS; in cli_changeconnection()
965 for(newcons = newcon->firstcons; newcons != NOCONS; newcons = newcons->nextcons) in cli_changeconnection()
967 if (newcons->assoc != NOCONS) continue; in cli_changeconnection()
[all …]
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/unix/
H A Dsignals.c52 value newcons = caml_alloc_small(2, 0); in encode_sigset() local
53 Field(newcons, 0) = Val_int(caml_rev_convert_signal_number(i)); in encode_sigset()
54 Field(newcons, 1) = res; in encode_sigset()
55 res = newcons; in encode_sigset()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/unix/
H A Dsignals.c52 value newcons = caml_alloc_small(2, 0); in encode_sigset() local
53 Field(newcons, 0) = Val_int(caml_rev_convert_signal_number(i)); in encode_sigset()
54 Field(newcons, 1) = res; in encode_sigset()
55 res = newcons; in encode_sigset()
/dports/math/SCIP/scip-7.0.3/tests/src/cons/or/
H A Ddisable_upgrades.c126 SCIP_CONS* newcons; variable
136 …SCIP_CALL( SCIPcreateConsBasicOr(scip, &newcons, "new_or_constraint", origvars[3], 6, &origvars[4]…
138 SCIP_CALL( SCIPaddCons(scip, newcons) );
140 SCIP_CALL( SCIPreleaseCons(scip, &newcons) );
/dports/textproc/diffstat/diffstat-1.64/testing/
H A Dcase31l.pat1 ==== //depot/user/ed/newcons/sys/kern/tty.c#2 - /home/ed/p4/newcons/sys/kern/tty.c ====
H A Dcase31lRp0.ref1 //depot/user/ed/newcons/sys/kern/tty.c | 2 +-
H A Dcase31lp1.ref1 /depot/user/ed/newcons/sys/kern/tty.c | 2 +-
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_convertinttobin.c144 SCIP_CONS* newcons; in SCIP_DECL_PRESOLEXEC() local
303 …SCIP_CALL( SCIPcreateConsKnapsack(scip, &newcons, newconsname, nnewbinvars - nodd, &newbinvars[nod… in SCIP_DECL_PRESOLEXEC()
306 SCIP_CALL( SCIPaddCons(scip, newcons) ); in SCIP_DECL_PRESOLEXEC()
307 SCIPdebugPrintCons(scip, newcons, NULL); in SCIP_DECL_PRESOLEXEC()
308 SCIP_CALL( SCIPreleaseCons(scip, &newcons) ); in SCIP_DECL_PRESOLEXEC()
H A Dcons_xor.c980 SCIP_CONS* newcons; in applyFixings() local
1088 SCIP_CONS* newcons; in applyFixings() local
1192 SCIP_CONS* newcons; in addExtendedFlowFormulation() local
1353 SCIP_CALL( SCIPaddCons(scip, newcons) ); in addExtendedFlowFormulation()
1354 SCIPdebugPrintCons(scip, newcons, NULL); in addExtendedFlowFormulation()
1396 SCIP_CALL( SCIPaddCons(scip, newcons) ); in addExtendedFlowFormulation()
1397 SCIPdebugPrintCons(scip, newcons, NULL); in addExtendedFlowFormulation()
1496 SCIP_CONS* newcons; in addExtendedAsymmetricFormulation() local
3519 SCIP_CONS* newcons; in cliquePresolve() local
3567 SCIP_CONS* newcons; in cliquePresolve() local
[all …]
H A Dcons_pseudoboolean.c2091 SCIP_CONS* newcons; in createAndAddAndCons() local
2159 *andcons = newcons; in createAndAddAndCons()
2176 newdata->cons = newcons; in createAndAddAndCons()
4748 SCIP_CONS* newcons; in addCliques() local
5771 SCIP_CONS* newcons; in tryUpgradingXor() local
6088 SCIP_CONS* newcons; in tryUpgradingLogicor() local
6375 SCIP_CONS* newcons; in tryUpgradingLogicor() local
6780 SCIP_CONS* newcons; in tryUpgradingSetppc() local
6789 newcons = NULL; in tryUpgradingSetppc()
6977 assert(newcons != NULL); in tryUpgradingSetppc()
[all …]
H A Dpresol_gateextraction.c989 SCIP_CONS* newcons; in extractGates() local
1077 SCIP_CALL( SCIPaddCons(scip, newcons) ); in extractGates()
1079 SCIPdebugPrintCons(scip, newcons, NULL); in extractGates()
1087 SCIP_CALL( SCIPreleaseCons(scip, &newcons) ); in extractGates()
1101 SCIP_CALL( SCIPaddCons(scip, newcons) ); in extractGates()
1103 SCIPdebugPrintCons(scip, newcons, NULL); in extractGates()
1111 SCIP_CALL( SCIPreleaseCons(scip, &newcons) ); in extractGates()
1645 SCIP_CONS* newcons; in SCIP_DECL_PRESOLEXEC() local
1660 SCIP_CALL( SCIPaddCons(scip, newcons) ); in SCIP_DECL_PRESOLEXEC()
1662 SCIPdebugPrintCons(scip, newcons, NULL); in SCIP_DECL_PRESOLEXEC()
[all …]
H A Dcons_superindicator.c546 SCIP_CONS* newcons; in upgradeLinearSuperindicator() local
562 …SCIP_CALL( SCIPcreateConsLinear(scip, &newcons, name, nvars+1, newvars, newvals, -SCIPinfinity(sci… in upgradeLinearSuperindicator()
567 SCIP_CALL( SCIPaddCons(scip, newcons) ); in upgradeLinearSuperindicator()
568 SCIP_CALL( SCIPreleaseCons(scip, &newcons) ); in upgradeLinearSuperindicator()
577 SCIP_CONS* newcons; in upgradeLinearSuperindicator() local
593 …SCIP_CALL( SCIPcreateConsLinear(scip, &newcons, name, nvars+1, newvars, newvals, minact, SCIPinfin… in upgradeLinearSuperindicator()
598 SCIP_CALL( SCIPaddCons(scip, newcons) ); in upgradeLinearSuperindicator()
599 SCIP_CALL( SCIPreleaseCons(scip, &newcons) ); in upgradeLinearSuperindicator()
H A Dheur_padm.c358 SCIP_CONS* newcons; in copyToSubscip() local
368 newcons = NULL; in copyToSubscip()
382 …SCIP_CALL( SCIPgetConsCopy(scip, subscip, conss[i], &newcons, SCIPconsGetHdlr(conss[i]), varmap, c… in copyToSubscip()
388 if( !(*success) || newcons == NULL) in copyToSubscip()
391 SCIP_CALL( SCIPaddCons(subscip, newcons) ); in copyToSubscip()
392 SCIP_CALL( SCIPreleaseCons(subscip, &newcons) ); in copyToSubscip()
H A Dcons_logicor.c998 SCIP_CONS* newcons; in applyFixings() local
1046 SCIP_CALL( SCIPaddCons(scip, newcons) ); in applyFixings()
1049 SCIPdebugPrintCons(scip, newcons, NULL); in applyFixings()
1050 SCIP_CALL( SCIPreleaseCons(scip, &newcons) ); in applyFixings()
3528 SCIP_CONS* newcons; in removeConstraintsDueToNegCliques() local
3553 SCIP_CALL( SCIPaddCons(scip, newcons) ); in removeConstraintsDueToNegCliques()
3554 SCIPdebugPrintCons(scip, newcons, NULL); in removeConstraintsDueToNegCliques()
3681 SCIP_CONS* newcons; in fixDeleteOrUpgradeCons() local
3694 SCIP_CALL( SCIPaddCons(scip, newcons) ); in fixDeleteOrUpgradeCons()
3695 SCIPdebugPrintCons(scip, newcons, NULL); in fixDeleteOrUpgradeCons()
[all …]
H A Dpresol_dualsparsify.c561 SCIP_CONS* newcons; in aggregation() local
683 SCIP_CALL( SCIPcreateConsLinear(scip, &newcons, newconsname, 2, tmpvars, coefs, in aggregation()
685 SCIP_CALL( SCIPaddCons(scip, newcons) ); in aggregation()
687 SCIPdebugPrintCons(scip, newcons, NULL); in aggregation()
689 SCIP_CALL( SCIPreleaseCons(scip, &newcons) ); in aggregation()
H A Dcons_and.c2526 SCIP_CONS* newcons; in dualPresolve() local
2550 SCIP_CALL( SCIPaddCons(scip, newcons) ); in dualPresolve()
2551 SCIP_CALL( SCIPreleaseCons(scip, &newcons) ); in dualPresolve()
3918 SCIP_CONS* newcons; in SCIP_DECL_CONSINITPRE() local
3960 … SCIP_CALL( SCIPcreateConsLinear(scip, &newcons, consname, 2, vars, vals, -SCIPinfinity(scip), 0.0, in SCIP_DECL_CONSINITPRE()
3967 SCIP_CALL( SCIPaddCons(scip, newcons) ); in SCIP_DECL_CONSINITPRE()
3968 SCIP_CALL( SCIPreleaseCons(scip, &newcons) ); in SCIP_DECL_CONSINITPRE()
3998 SCIP_CALL( SCIPaddCons(scip, newcons) ); in SCIP_DECL_CONSINITPRE()
3999 SCIP_CALL( SCIPreleaseCons(scip, &newcons) ); in SCIP_DECL_CONSINITPRE()
4014 SCIP_CALL( SCIPaddCons(scip, newcons) ); in SCIP_DECL_CONSINITPRE()
[all …]
H A Dcons_varbound.c3286 SCIP_CONS* newcons; in applyFixings() local
3311 SCIP_CALL( SCIPchgRhsLinear(scip, newcons, rhs - varconstant) ); in applyFixings()
3315 SCIP_CALL( SCIPchgLhsLinear(scip, newcons, lhs - varconstant) ); in applyFixings()
3323 SCIP_CALL( SCIPaddCoefLinear(scip, newcons, consdata->var, 1.0) ); in applyFixings()
3352 SCIP_CALL( SCIPaddCons(scip, newcons) ); in applyFixings()
3355 SCIPdebugPrintCons(scip, newcons, NULL); in applyFixings()
3357 SCIP_CALL( SCIPreleaseCons(scip, &newcons) ); in applyFixings()
3842 SCIP_CONS* newcons; in upgradeConss() local
4008 SCIP_CALL( SCIPaddCons(scip, newcons) ); in upgradeConss()
4010 SCIPdebugPrintCons(scip, newcons, NULL); in upgradeConss()
[all …]
H A Dcons_bounddisjunction.c1197 SCIP_CONS* newcons; in upgradeCons() local
1201 SCIP_CALL( SCIPcreateConsSetpack(scip, &newcons, SCIPconsGetName(cons), nvars, newvars, in upgradeCons()
1209 SCIP_CALL( SCIPcreateConsLogicor(scip, &newcons, SCIPconsGetName(cons), nvars, newvars, in upgradeCons()
1217 SCIPdebugPrintCons(scip, newcons, NULL); in upgradeCons()
1218 SCIP_CALL( SCIPaddCons(scip, newcons) ); in upgradeCons()
1219 SCIP_CALL( SCIPreleaseCons(scip, &newcons) ); in upgradeCons()
H A Dcons_components.c546 SCIP_CONS* newcons; in copyToSubscip() local
579 …SCIP_CALL( SCIPgetConsCopy(scip, subscip, conss[i], &newcons, SCIPconsGetHdlr(conss[i]), varmap, c… in copyToSubscip()
588 SCIP_CALL( SCIPaddCons(subscip, newcons) ); in copyToSubscip()
589 SCIP_CALL( SCIPreleaseCons(subscip, &newcons) ); in copyToSubscip()
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/systhreads/
H A Dst_posix.h386 value newcons = caml_alloc_small(2, 0); in st_encode_sigset() local
387 Field(newcons, 0) = Val_int(caml_rev_convert_signal_number(i)); in st_encode_sigset()
388 Field(newcons, 1) = res; in st_encode_sigset()
389 res = newcons; in st_encode_sigset()
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/systhreads/
H A Dst_posix.h386 value newcons = caml_alloc_small(2, 0); in st_encode_sigset() local
387 Field(newcons, 0) = Val_int(caml_rev_convert_signal_number(i)); in st_encode_sigset()
388 Field(newcons, 1) = res; in st_encode_sigset()
389 res = newcons; in st_encode_sigset()
/dports/shells/zsh-navigation-tools/zsh-navigation-tools-2.2.7/
H A Dn-list-draw104 # FreeBSD uses TERM=xterm for newcons but doesn't actually support underline
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/zsh-navigation-tools/
H A Dn-list-draw104 # FreeBSD uses TERM=xterm for newcons but doesn't actually support underline
/dports/japanese/canna-lib/Canna37p3/ccustom/
H A Dlisp.c898 newcons() in newcons() function
1429 newcell = newcons();
1807 temp = newcons();
1821 temp = newcons();
1835 temp = newcons();
/dports/japanese/canna-server/Canna37p3/ccustom/
H A Dlisp.c898 newcons() in newcons() function
1429 newcell = newcons();
1807 temp = newcons();
1821 temp = newcons();
1835 temp = newcons();

123