Home
last modified time | relevance | path

Searched refs:NPCAPAC (Results 1 – 14 of 14) sorted by relevance

/dports/cad/electric/electric-7.00/src/include/
H A Defunction.h75 #define NPCAPAC 27 /* node is capacitor */ macro
/dports/cad/electric/electric-7.00/src/net/
H A Dnetflat.c666 if (fun == NPRESIST || fun == NPCAPAC || fun == NPECAPAC) in net_buildpseudo()
797 case NPCAPAC: case NPECAPAC: in net_buildpseudo()
897 case NPCAPAC: case NPECAPAC: in net_buildpseudo()
1308 case NPCAPAC: case NPECAPAC: in net_mergeparallel()
1702 if (fun == NPCAPAC || fun == NPECAPAC) in net_getpartvalue()
2186 case NPCAPAC: case NPECAPAC: in net_initnetflattening()
H A Dnetwork.cpp9989 case NPCAPAC: in net_ncccellfunctiondlog()
/dports/cad/electric/electric-7.00/src/sim/
H A Dsimspice.cpp1076 case NPCAPAC: in sim_spice_writecell()
1505 if (state == NPRESIST || state == NPCAPAC || state == NPECAPAC || state == NPINDUCT || in sim_spice_writecell()
1523 case NPCAPAC: in sim_spice_writecell()
2202 case NPCAPAC: /* capacitor */ in sim_spice_writetwoport()
2268 if (function == NPCAPAC || function == NPECAPAC) dominant = -1; else dominant = -2; in sim_spice_nodearea()
H A Dsimsilos.c865 case NPCAPAC: in sim_silostype()
H A Dsimtexsim.c294 case NPCAPAC: in sim_writetexcell()
H A Dsimverilog.c703 if (nodetype == NPRESIST || nodetype == NPCAPAC || nodetype == NPECAPAC || in sim_verwritecell()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrctech.c864 if (oldfun == NPCAPAC && newfun == NPCAPAC) return(newni->proto->firstportproto); in us_convport()
H A Dusrmenu.c431 case NPCAPAC: in us_groupfunction()
H A Dusrdiacom.cpp13354 if (fun == NPCAPAC || fun == NPECAPAC) in us_getinfonode()
/dports/cad/electric/electric-7.00/src/tec/
H A Dtecmocmos2.c861 (NPCAPAC<<NFUNCTIONSH),
H A Dtecbicmos.c1074 (NPCAPAC<<NFUNCTIONSH),
H A Dtecschem.c977 (NPCAPAC<<NFUNCTIONSH), /* userbits */
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtech.c1340 case NPCAPAC: /* capacitor */ in nodefunction()
1343 case CAPACNORM: type = NPCAPAC; break; /* Capacitor is normal */ in nodefunction()