Home
last modified time | relevance | path

Searched refs:forcedassociation (Results 1 – 3 of 3) sorted by relevance

/dports/cad/electric/electric-7.00/src/include/
H A Dnetwork.h259 INTBIG forcedassociation; /* extra factor used to force associations */ member
304 INTBIG forcedassociation;/* extra factor used to force associations */ member
/dports/cad/electric/electric-7.00/src/net/
H A Dnetflat.c483 pn->forcedassociation += (INTBIG)*pt; in net_buildpseudo()
680 pcomp->forcedassociation = 0; in net_buildpseudo()
686 pcomp->forcedassociation += (INTBIG)*pt; in net_buildpseudo()
1527 newpc->forcedassociation = 0; in net_mergeseries()
1528 for(t=0; t<seriescount; t++) newpc->forcedassociation += serieslist[t]->forcedassociation; in net_mergeseries()
1818 pn->forcedassociation = 0; in net_newpnet()
H A Dnetdiff.cpp5052 hashvalue = function * net_functionMultiplier + pc->forcedassociation; in net_getcomphash()
5059 if (pc->forcedassociation != 0) in net_getcomphash()
5060 formatinfstr(infstr, x_("+%ld(force)"), pc->forcedassociation); in net_getcomphash()
5110 hashvalue += (pn->nodecount+1) * net_nodeCountMultiplier + pn->forcedassociation; in net_getnethash()
5117 if (pn->forcedassociation != 0) in net_getnethash()
5118 formatinfstr(infstr, x_("+%ld(force)"), pn->forcedassociation); in net_getnethash()