Home
last modified time | relevance | path

Searched refs:HSMHVSPqiPtr (Results 1 – 5 of 5) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/hisimhv1/
H A Dhsmhvacld.c181 *(here->HSMHVSPqiPtr) += model->HSMHV_type*here->HSMHV_ydc_sP[qiNode]; in HSMHVacLoad()
182 *(here->HSMHVSPqiPtr+1) += model->HSMHV_type*omega*here->HSMHV_ydyn_sP[qiNode]; in HSMHVacLoad()
H A Dhsmhvpzld.c168 …*(here->HSMHVSPqiPtr) += model->HSMHV_type * (here->HSMHV_ydc_sP[qiNode] + here->HSMHV_ydyn_sP[qi… in HSMHVpzLoad()
169 *(here->HSMHVSPqiPtr+1) += model->HSMHV_type * here->HSMHV_ydyn_sP[qiNode] * s->imag; in HSMHVpzLoad()
H A Dhsmhvdef.h822 …double *HSMHVSPqiPtr; /* pointer to sparse matrix element at (source prime node, qi_nqs node) … member
H A Dhsmhvset.c1073 TSTALLOC(HSMHVSPqiPtr, HSMHVsNodePrime, HSMHVqiNode); in HSMHVsetup()
H A Dhsmhvld.c2567 *(here->HSMHVSPqiPtr) += model->HSMHV_type * (ydc_sP[qiNode] + ag0*ydyn_sP[qiNode]); in HSMHVload()