Home
last modified time | relevance | path

Searched refs:HSMHV_rth (Results 1 – 4 of 4) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/hisimhv1/
H A Dhsmhvtemp.c401 pParam->HSMHV_rth = pParam->HSMHV_rth0 / ( here->HSMHV_m * here->HSMHV_weff_nf ) in HSMHVtemp()
405 pParam->HSMHV_rth *= ( 1.0 / pow( here->HSMHV_nf , model->HSMHV_rth0nf ) ) ; in HSMHVtemp()
H A Dhsmhvtemp_eval.h129 …pParam->HSMHV_rth = ( pParam->HSMHV_rth0 + model->HSMHV_rthtemp1 * T3 + model->HSMHV_rthtemp2 * T4…
H A Dhsmhvdef.h175 double HSMHV_rth ; member
H A Dhsmhvld.c1374 if (pParam->HSMHV_rth > C_RTH_MIN) { in HSMHVload()
1375 Gth = 1.0/pParam->HSMHV_rth ; in HSMHVload()