Home
last modified time | relevance | path

Searched refs:layeriscontact (Results 1 – 9 of 9) sorted by relevance

/dports/cad/electric/electric-7.00/src/net/
H A Dnetextract.c285 if (!layeriscontact(fun)) contactlist[contactcount].cutlayer = equivlayers[poly->layer]; else in via_to_contact()
H A Dnetwork.cpp7130 if (layeriscontact(fun1)) depth1 -= 1000; in net_areaperimdepthascending()
7133 if (layeriscontact(fun2)) depth2 -= 1000; in net_areaperimdepthascending()
/dports/cad/electric/electric-7.00/src/io/
H A Diodefi.c1306 if (layeriscontact(lfunc)) break; in io_defgetlayernodes()
/dports/cad/electric/electric-7.00/src/drc/
H A Ddrcbatch.c2395 if (!layeriscontact(fun)) maytouch = TRUE; in drcb_checkdist()
2932 if (!layeriscontact(fun) || (fun&LFCONDIFF) == 0) return(FALSE); in drcb_activeontransistor()
2937 if (!layeriscontact(fun) || (fun&LFCONDIFF) == 0) return(FALSE); in drcb_activeontransistor()
H A Ddrcquick.c1474 if (!layeriscontact(fun)) maytouch = TRUE; in dr_quickcheckdist()
3083 if (!layeriscontact(fun) || (fun&LFCONDIFF) == 0) return(FALSE); in dr_quickactiveontransistor()
3088 if (!layeriscontact(fun) || (fun&LFCONDIFF) == 0) return(FALSE); in dr_quickactiveontransistor()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtech.c2456 BOOLEAN layeriscontact(INTBIG fun) in layeriscontact() function
2704 if (layeriscontact(funct)) layerthickness[i] = 2; in tech_3ddefaultlayerheight()
/dports/cad/electric/electric-7.00/src/misc/
H A Dcompact.c1267 if (!layeriscontact(fun)) continue; in com_minseparate()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1956 BOOLEAN layeriscontact(INTBIG fun);
/dports/cad/electric/electric-7.00/src/usr/
H A Dusredtecp.c2558 if (layeriscontact(us_teclayer_function[i])) in us_tecedmakeprim()