Home
last modified time | relevance | path

Searched refs:cgdhat (Results 1 – 10 of 10) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/hisim2/
H A Dhsm2cvtest.c74 double Ibtot, cbhat, Igstot, cgshat, Igdtot, cgdhat, Igbtot, cgbhat; in HSM2convTest() local
119 cgdhat = Igdtot + here->HSM2_gigdg * delvgs + in HSM2convTest()
146 cgdhat = Igdtot + here->HSM2_gigdg * delvgd in HSM2convTest()
156 tol2 = ckt->CKTreltol * MAX(fabs(cgdhat), fabs(Igdtot)) + ckt->CKTabstol; in HSM2convTest()
162 || (fabs(cgdhat - Igdtot) >= tol2) in HSM2convTest()
H A Dhsm2ld.c256 double cbhat=0.0, cdrain=0.0, cdhat=0.0, cdreq=0.0, cgbhat=0.0, cgshat=0.0, cgdhat=0.0 ; in HSM2LoadOMP() local
473 cgdhat = Igdtot + here->HSM2_gigdg * delvgs + in HSM2LoadOMP()
500 cgdhat = Igdtot + here->HSM2_gigdg * delvgd in HSM2LoadOMP()
560 (fabs(cgdhat - Igdtot) < reltol in HSM2LoadOMP()
561 * MAX(fabs(cgdhat), fabs(Igdtot)) + abstol)){ in HSM2LoadOMP()
836 tol4 = ckt->CKTreltol * MAX(fabs(cgdhat), fabs(Igdtot)) + ckt->CKTabstol; in HSM2LoadOMP()
843 fabs(cgdhat - Igdtot) >= tol4) { in HSM2LoadOMP()
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/bsim4v6/
H A Db4v6cvtest.c41 double Igstot, cgshat, Igdtot, cgdhat, Igbtot, cgbhat; in BSIM4v6convTest() local
107 cgdhat = Igdtot + here->BSIM4v6gIgdg * delvgd + here->BSIM4v6gIgcdg * delvgs in BSIM4v6convTest()
126 cgdhat = Igdtot + (here->BSIM4v6gIgdg + here->BSIM4v6gIgcsg) * delvgd in BSIM4v6convTest()
157 tol4 = ckt->CKTreltol * MAX(fabs(cgdhat), fabs(Igdtot)) in BSIM4v6convTest()
168 if ((fabs(cgshat - Igstot) >= tol3) || (fabs(cgdhat - Igdtot) >= tol4) in BSIM4v6convTest()
H A Db4v6ld.c158 double Igstot=0.0, cgshat=0.0, Igdtot=0.0, cgdhat=0.0, Igbtot=0.0, cgbhat=0.0; in BSIM4v6LoadOMP() local
464 cgdhat = Igdtot + here->BSIM4v6gIgdg * delvgd + here->BSIM4v6gIgcdg * delvgs in BSIM4v6LoadOMP()
490 cgdhat = Igdtot + (here->BSIM4v6gIgdg + here->BSIM4v6gIgcsg) * delvgd in BSIM4v6LoadOMP()
550 if ((!model->BSIM4v6igcMod) || ((fabs(cgdhat - Igdtot) < ckt->CKTreltol in BSIM4v6LoadOMP()
551 * MAX(fabs(cgdhat), fabs(Igdtot)) + ckt->CKTabstol))) in BSIM4v6LoadOMP()
3855 tol4 = ckt->CKTreltol * MAX(fabs(cgdhat), fabs(Igdtot)) in BSIM4v6LoadOMP()
3863 else if ((fabs(cgshat - Igstot) >= tol3) || (fabs(cgdhat - Igdtot) >= tol4) in BSIM4v6LoadOMP()
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/bsim4/
H A Db4cvtest.c86 double Igstot, cgshat, Igdtot, cgdhat, Igbtot, cgbhat; in BSIM4convTest() local
152 cgdhat = Igdtot + here->BSIM4gIgdg * delvgd + here->BSIM4gIgcdg * delvgs in BSIM4convTest()
171 cgdhat = Igdtot + (here->BSIM4gIgdg + here->BSIM4gIgcsg) * delvgd in BSIM4convTest()
202 tol4 = ckt->CKTreltol * MAX(fabs(cgdhat), fabs(Igdtot)) in BSIM4convTest()
213 if ((fabs(cgshat - Igstot) >= tol3) || (fabs(cgdhat - Igdtot) >= tol4) in BSIM4convTest()
H A Db4ld.c194 double Igstot, cgshat, Igdtot, cgdhat, Igbtot, cgbhat; in BSIM4LoadOMP() local
502 cgdhat = Igdtot + here->BSIM4gIgdg * delvgd + here->BSIM4gIgcdg * delvgs in BSIM4LoadOMP()
528 cgdhat = Igdtot + (here->BSIM4gIgdg + here->BSIM4gIgcsg) * delvgd in BSIM4LoadOMP()
588 if ((!model->BSIM4igcMod) || ((fabs(cgdhat - Igdtot) < ckt->CKTreltol in BSIM4LoadOMP()
589 * MAX(fabs(cgdhat), fabs(Igdtot)) + ckt->CKTabstol))) in BSIM4LoadOMP()
4101 tol4 = ckt->CKTreltol * MAX(fabs(cgdhat), fabs(Igdtot)) in BSIM4LoadOMP()
4109 else if ((fabs(cgshat - Igstot) >= tol3) || (fabs(cgdhat - Igdtot) >= tol4) in BSIM4LoadOMP()
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/bsim4v7/
H A Db4v7cvtest.c41 double Igstot, cgshat, Igdtot, cgdhat, Igbtot, cgbhat; in BSIM4v7convTest() local
107 cgdhat = Igdtot + here->BSIM4v7gIgdg * delvgd + here->BSIM4v7gIgcdg * delvgs in BSIM4v7convTest()
126 cgdhat = Igdtot + (here->BSIM4v7gIgdg + here->BSIM4v7gIgcsg) * delvgd in BSIM4v7convTest()
157 tol4 = ckt->CKTreltol * MAX(fabs(cgdhat), fabs(Igdtot)) in BSIM4v7convTest()
168 if ((fabs(cgshat - Igstot) >= tol3) || (fabs(cgdhat - Igdtot) >= tol4) in BSIM4v7convTest()
H A Db4v7ld.c156 double Igstot, cgshat, Igdtot, cgdhat, Igbtot, cgbhat; in BSIM4v7LoadOMP() local
464 cgdhat = Igdtot + here->BSIM4v7gIgdg * delvgd + here->BSIM4v7gIgcdg * delvgs in BSIM4v7LoadOMP()
490 cgdhat = Igdtot + (here->BSIM4v7gIgdg + here->BSIM4v7gIgcsg) * delvgd in BSIM4v7LoadOMP()
550 if ((!model->BSIM4v7igcMod) || ((fabs(cgdhat - Igdtot) < ckt->CKTreltol in BSIM4v7LoadOMP()
551 * MAX(fabs(cgdhat), fabs(Igdtot)) + ckt->CKTabstol))) in BSIM4v7LoadOMP()
4010 tol4 = ckt->CKTreltol * MAX(fabs(cgdhat), fabs(Igdtot)) in BSIM4v7LoadOMP()
4018 else if ((fabs(cgshat - Igstot) >= tol3) || (fabs(cgdhat - Igdtot) >= tol4) in BSIM4v7LoadOMP()
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/bsim4v5/
H A Db4v5cvtest.c39 double Igstot, cgshat, Igdtot, cgdhat, Igbtot, cgbhat; in BSIM4v5convTest() local
105 cgdhat = Igdtot + here->BSIM4v5gIgdg * delvgd + here->BSIM4v5gIgcdg * delvgs in BSIM4v5convTest()
124 cgdhat = Igdtot + (here->BSIM4v5gIgdg + here->BSIM4v5gIgcsg) * delvgd in BSIM4v5convTest()
155 tol4 = ckt->CKTreltol * MAX(fabs(cgdhat), fabs(Igdtot)) in BSIM4v5convTest()
166 if ((fabs(cgshat - Igstot) >= tol3) || (fabs(cgdhat - Igdtot) >= tol4) in BSIM4v5convTest()
H A Db4v5ld.c148 double Igstot=0.0, cgshat=0.0, Igdtot=0.0, cgdhat=0.0, Igbtot=0.0, cgbhat=0.0; in BSIM4v5LoadOMP() local
453 cgdhat = Igdtot + here->BSIM4v5gIgdg * delvgd + here->BSIM4v5gIgcdg * delvgs in BSIM4v5LoadOMP()
479 cgdhat = Igdtot + (here->BSIM4v5gIgdg + here->BSIM4v5gIgcsg) * delvgd in BSIM4v5LoadOMP()
539 if ((!model->BSIM4v5igcMod) || ((fabs(cgdhat - Igdtot) < ckt->CKTreltol in BSIM4v5LoadOMP()
540 * MAX(fabs(cgdhat), fabs(Igdtot)) + ckt->CKTabstol))) in BSIM4v5LoadOMP()
3675 tol4 = ckt->CKTreltol * MAX(fabs(cgdhat), fabs(Igdtot)) in BSIM4v5LoadOMP()
3683 else if ((fabs(cgshat - Igstot) >= tol3) || (fabs(cgdhat - Igdtot) >= tol4) in BSIM4v5LoadOMP()