Home
last modified time | relevance | path

Searched defs:TFan (Results 1 – 3 of 3) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dtfdefs.h17 struct TFan { struct
18 int JOBtype;
19 JOB *JOBnextJob;
20 IFuid JOBname;
21 CKTnode *TFoutPos;
22 CKTnode *TFoutNeg;
23 IFuid TFoutSrc;
24 IFuid TFinSrc;
26 unsigned int TFoutIsV :1;
28 unsigned int TFinIsV :1;
[all …]
H A Dtypedefs.h29 typedef struct TFan TFan; typedef
/dports/cad/jspice3/jspice3-2.5/src/lib/analysis/
H A Dtfan.c33 TFan(cktp,restart) in TFan() function