Home
last modified time | relevance | path

Searched refs:thismodel (Results 1 – 25 of 32) sorted by relevance

12

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/parser/
H A Dinp2m.c91 if (!thismodel) in INP2M()
94 if (thismodel) { in INP2M()
120 if (thismodel->INPmodType != INPtypelook("Mos1") && in INP2M()
121 thismodel->INPmodType != INPtypelook("Mos2") && in INP2M()
122 thismodel->INPmodType != INPtypelook("Mos3") && in INP2M()
123 thismodel->INPmodType != INPtypelook("Mos5") && in INP2M()
124 thismodel->INPmodType != INPtypelook("Mos6") && in INP2M()
146 thismodel->INPmodType != INPtypelook("ekv") && in INP2M()
155 thismodel->INPmodType != INPtypelook("VDMOS")) in INP2M()
160 type = thismodel->INPmodType; in INP2M()
[all …]
H A Dinp2q.c65 txfree(INPgetMod(ckt, token, &thismodel, tab)); in INP2Q()
66 if (!thismodel) { in INP2Q()
95 if (thismodel->INPmodType != INPtypelook("BJT") && in INP2Q()
97 thismodel->INPmodType != INPtypelook("NBJT") && in INP2Q()
98 thismodel->INPmodType != INPtypelook("NBJT2") && in INP2Q()
101 thismodel->INPmodType != INPtypelook("hicum0") && in INP2Q()
102 thismodel->INPmodType != INPtypelook("bjt504t") && in INP2Q()
104 thismodel->INPmodType != INPtypelook("hicum2") && in INP2Q()
105 thismodel->INPmodType != INPtypelook("VBIC")) in INP2Q()
111 type = thismodel->INPmodType; in INP2Q()
[all …]
H A Dinp2d.c32 INPmodel *thismodel;/* pointer to model description for user's model */ in INP2D() local
51 txfree(INPgetMod(ckt, token, &thismodel, tab)); in INP2D()
52 if (!thismodel) { in INP2D()
72 if (thismodel != NULL) { in INP2D()
73 if ((mytype != thismodel->INPmodType) in INP2D()
75 && (thismodel->INPmodType != INPtypelook("NUMD")) in INP2D()
76 && (thismodel->INPmodType != INPtypelook("NUMD2")) in INP2D()
82 type = thismodel->INPmodType; /*HT 050903*/ in INP2D()
83 mdfast = (thismodel->INPmodfast); in INP2D()
98 else if (thismodel->INPmodType != INPtypelook("NUMD") in INP2D()
[all …]
H A Dinp2z.c41 INPmodel *thismodel; /* pointer to model description for user's model */ in INP2Z() local
57 current->error = INPgetMod(ckt, model, &thismodel, tab); in INP2Z()
58 if (thismodel != NULL) { in INP2Z()
59 if ( thismodel->INPmodType != INPtypelook("MES") in INP2Z()
60 && thismodel->INPmodType != INPtypelook("MESA") in INP2Z()
61 && thismodel->INPmodType != INPtypelook("HFET1") in INP2Z()
62 && thismodel->INPmodType != INPtypelook("HFET2")) in INP2Z()
69 type = thismodel->INPmodType; in INP2Z()
70 mdfast = (thismodel->INPmodfast); in INP2Z()
H A Dinp2j.c34 INPmodel *thismodel; /* pointer to model description for user's model */ in INP2J() local
49 current->error = INPgetMod(ckt, model, &thismodel, tab); in INP2J()
50 if (thismodel != NULL) { in INP2J()
51 if (thismodel->INPmodType != INPtypelook("JFET") in INP2J()
52 && thismodel->INPmodType != INPtypelook("JFET2") in INP2J()
57 type = thismodel->INPmodType; in INP2J()
58 mdfast = (thismodel->INPmodfast); in INP2J()
H A Dinp2n.c40 INPmodel *thismodel; /* pointer to model structure describing our model */ in INP2N() local
84 current->error = INPgetMod(ckt, model, &thismodel, tab); in INP2N()
85 if (thismodel != NULL) { in INP2N()
86 if (mytype != thismodel->INPmodType) { in INP2N()
90 mdfast = thismodel->INPmodfast; in INP2N()
91 type = thismodel->INPmodType; in INP2N()
H A Dinp2c.c33 INPmodel *thismodel; /* pointer to model structure describing our model */ in INP2C() local
74 current->error = INPgetMod(ckt, model, &thismodel, tab); in INP2C()
75 if (thismodel != NULL) { in INP2C()
76 if (mytype != thismodel->INPmodType) { in INP2C()
80 mdfast = thismodel->INPmodfast; in INP2C()
81 type = thismodel->INPmodType; in INP2C()
H A Dinp2l.c32 INPmodel *thismodel; /* pointer to model structure describing our model */ in INP2L() local
68 current->error = INPgetMod(ckt, model, &thismodel, tab); in INP2L()
69 if (thismodel != NULL) { in INP2L()
70 if (mytype != thismodel->INPmodType) { in INP2L()
74 mdfast = thismodel->INPmodfast; in INP2L()
75 type = thismodel->INPmodType; in INP2L()
H A Dinp2r.c40 INPmodel *thismodel; /* pointer to model structure describing our model */ in INP2R() local
157 current->error = INPgetMod(ckt, model, &thismodel, tab); in INP2R()
158 if (thismodel != NULL) { in INP2R()
159 if ((INPtypelook("Resistor") != thismodel->INPmodType) in INP2R()
161 && (INPtypelook("r2_cmc") != thismodel->INPmodType) in INP2R()
167 mdfast = thismodel->INPmodfast; in INP2R()
168 type = thismodel->INPmodType; in INP2R()
H A Dinp2u.c33 INPmodel *thismodel; /* pointer to our model descriptor */ in INP2U() local
53 current->error = INPgetMod(ckt, model, &thismodel, tab); in INP2U()
54 if (thismodel != NULL) { in INP2U()
55 if (mytype != thismodel->INPmodType) { in INP2U()
60 mdfast = (thismodel->INPmodfast); in INP2U()
H A Dinp2w.c30 INPmodel *thismodel; /* pointer to model structure describing our model */ in INP2W() local
56 current->error = INPgetMod(ckt, model, &thismodel, tab); in INP2W()
57 if (thismodel != NULL) { in INP2W()
58 if (mytype != thismodel->INPmodType) { in INP2W()
63 mdfast = (thismodel->INPmodfast); in INP2W()
H A Dinp2s.c34 INPmodel *thismodel; /* pointer to model structure describing our model */ in INP2S() local
59 current->error = INPgetMod(ckt, model, &thismodel, tab); in INP2S()
60 if (thismodel != NULL) { in INP2S()
61 if (mytype != thismodel->INPmodType) { in INP2S()
66 mdfast = (thismodel->INPmodfast); in INP2S()
H A Dinp2o.c36 INPmodel *thismodel; /* pointer to model description for user's model */ in INP2O() local
69 current->error = INPgetMod(ckt, model, &thismodel, tab); in INP2O()
70 if (thismodel != NULL) { in INP2O()
71 if (type != thismodel->INPmodType) { in INP2O()
75 mdfast = (thismodel->INPmodfast); in INP2O()
H A Dinp2p.c35 INPmodel *thismodel; /* pointer to model structure describing our model */ in INP2P() local
86 current->error = INPgetMod(ckt,model,&thismodel,tab); in INP2P()
87 if(thismodel != NULL) { in INP2P()
88 if(mytype != thismodel->INPmodType) { in INP2P()
92 mdfast = thismodel->INPmodfast; in INP2P()
93 type = thismodel->INPmodType; in INP2P()
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/res/
H A Dresparse.c38 INPmodel *thismodel; /* pointer to model structure describing our model */ local
64 thismodel = (INPmodel *)NULL;
65 current->error = INPgetMod(ckt,model,&thismodel,tab);
66 if (thismodel != NULL) {
67 if (type != thismodel->INPmodType) {
71 mdfast = thismodel->INPmodfast;
72 type = thismodel->INPmodType;
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/mes/
H A Dmesparse.c42 INPmodel *thismodel; /* pointer to model description for user's model */ local
62 thismodel = (INPmodel *)NULL;
63 current->error = INPgetMod(ckt,model,&thismodel,tab);
64 if (thismodel != NULL) {
65 if (type != thismodel->INPmodType) {
69 mdfast = (thismodel->INPmodfast);
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/
H A Dgenmosp.c48 INPmodel *thismodel; /* pointer to model description for user's model */ local
73 thismodel = (INPmodel *)NULL;
74 current->error = INPgetMod(ckt,model,&thismodel,tab);
75 if (thismodel != NULL) {
76 ntype = thismodel->INPmodType;
92 mdfast = (thismodel->INPmodfast);
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/cap/
H A Dcapparse.c37 INPmodel *thismodel; /* pointer to model structure describing our model */ local
68 thismodel = (INPmodel *)NULL;
69 current->error = INPgetMod(ckt,model,&thismodel,tab);
70 if (thismodel != NULL) {
71 if (type != thismodel->INPmodType) {
75 mdfast = thismodel->INPmodfast;
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/dio/
H A Ddioparse.c40 INPmodel *thismodel; /* pointer to model description for user's model */ local
57 current->error = INPgetMod(ckt,model,&thismodel,tab);
58 if (thismodel != NULL) {
59 if (type != thismodel->INPmodType) {
63 mdfast = (thismodel->INPmodfast);
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/urc/
H A Durcparse.c42 INPmodel *thismodel; /* pointer to our model descriptor */ local
62 current->error = INPgetMod(ckt,model,&thismodel,tab);
63 if (thismodel != NULL) {
64 if (type != thismodel->INPmodType) {
68 mdfast = (thismodel->INPmodfast);
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/jfet/
H A Djfetprse.c42 INPmodel *thismodel; /* pointer to model description for user's model */ local
62 current->error = INPgetMod(ckt,model,&thismodel,tab);
63 if (thismodel != NULL) {
64 if (type != thismodel->INPmodType) {
68 mdfast = (thismodel->INPmodfast);
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/ltra/
H A Dltraprse.c44 INPmodel *thismodel; /* pointer to model description for user's model */ local
77 current->error = INPgetMod(ckt,model,&thismodel,tab);
78 if (thismodel != NULL) {
79 if (type != thismodel->INPmodType) {
83 mdfast = (thismodel->INPmodfast);
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/jj/
H A Djjparse.c44 INPmodel *thismodel; /* pointer to model description for user's model */ local
75 current->error = INPgetMod(ckt,model,&thismodel,tab);
76 if (thismodel != NULL) {
77 if (type != thismodel->INPmodType) {
81 mdfast = (thismodel->INPmodfast);
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/sw/
H A Dswparse.c44 INPmodel *thismodel; /* pointer to model structure describing our model */ local
86 current->error = INPgetMod(ckt,model,&thismodel,tab);
87 if (thismodel != NULL) {
88 if (type != thismodel->INPmodType) {
92 mdfast = (thismodel->INPmodfast);
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/bjt/
H A Dbjtparse.c46 INPmodel *thismodel; /* pointer to model description for user's model */ local
80 current->error = INPgetMod(ckt,model,&thismodel,tab);
81 if (thismodel != NULL) {
82 if (type != thismodel->INPmodType) {
86 mdfast = (thismodel->INPmodfast);

12