Home
last modified time | relevance | path

Searched refs:HSM2vdbs (Results 1 – 2 of 2) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/hisim2/
H A Dhsm2ld.c341 vdbs = *(ckt->CKTstate0 + here->HSM2vdbs); in HSM2LoadOMP()
350 vdbs = *(ckt->CKTstate1 + here->HSM2vdbs); in HSM2LoadOMP()
397 *(ckt->CKTstate0 + here->HSM2vdbs) = in HSM2LoadOMP()
398 *(ckt->CKTstate1 + here->HSM2vdbs); in HSM2LoadOMP()
399 vdbs = (1.0 + xfact)* (*(ckt->CKTstate1 + here->HSM2vdbs)) in HSM2LoadOMP()
400 - (xfact * (*(ckt->CKTstate2 + here->HSM2vdbs))); in HSM2LoadOMP()
402 *(ckt->CKTstate0 + here->HSM2vdbs) in HSM2LoadOMP()
446 delvdbs = vdbs - *(ckt->CKTstate0 + here->HSM2vdbs); in HSM2LoadOMP()
517 * MAX(fabs(vdbs), fabs(*(ckt->CKTstate0 + here->HSM2vdbs))) in HSM2LoadOMP()
571 vdbs = *(ckt->CKTstate0 + here->HSM2vdbs); in HSM2LoadOMP()
[all …]
H A Dhsm2def.h636 #define HSM2vdbs HSM2states+ 4 macro