Home
last modified time | relevance | path

Searched refs:cnv_o (Results 1 – 3 of 3) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/txl/
H A Dtxlload.c180 tx->h1_term[i].cnv_o = in TXLload()
190 tx->h3_term[i].cnv_o = in TXLload()
282 new->h1_term[i].cnv_o = old->h1_term[i].cnv_o; in copy_tx()
287 new->h2_term[i].cnv_o = old->h2_term[i].cnv_o; in copy_tx()
293 new->h3_term[i].cnv_o = old->h3_term[i].cnv_o; in copy_tx()
335 tm->cnv_o = (tm->cnv_o - bo*h) * e + (e - 1.0)*(ao*t + 1.0e+12*bo/tm->x); in update_cnv_txl()
508 tm->cnv_o = tm->cnv_o * e + h1 * tm->c * (v1_o * e + v2_o); in right_consts_txl()
544 tm->cnv_o = tm->cnv_o * e + h1 * tm->c * (i1_o * e + i2_o); in right_consts_txl()
565 2.0 * tx->h2_term[1].cnv_o; in right_consts_txl()
575 tm->cnv_o = tm->cnv_o * e + h1 * tm->c * (v1_o * e + v2_o); in right_consts_txl()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/cpl/
H A Dcplload.c350 new->h1t[i][j]->tm[k].cnv_o = old->h1t[i][j]->tm[k].cnv_o; in copy_cp()
441 multC(tms->tm[1].cnv_o, tms->tm[2].cnv_o, er, ei, &a, &b); in right_consts()
479 a = tms->tm[1].cnv_o; in right_consts()
480 b = tms->tm[2].cnv_o; in right_consts()
489 tm->cnv_o = tm->cnv_o * e + h1 * tm->c * in right_consts()
500 tm->cnv_o = tm->cnv_o * e + h1 * tm->c * (v1_o[l][k] * e + v2_o[l][k]); in right_consts()
535 tm->cnv_o = tm->cnv_o * e + h1 * tm->c * in right_consts()
546 tm->cnv_o = tm->cnv_o * e + h1 * tm->c * (i1_o[l][k] * e + i2_o[l][k]); in right_consts()
597 tm->cnv_o = (tm->cnv_o - bo*h) * e + (e - 1.0)*(ao*t + in update_cnv()
610 tm->cnv_o = (tm->cnv_o - bo*h) * e + (e - 1.0)*(ao*t + 1.0e+12*bo/tm->x); in update_cnv()
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dswec.h302 double cnv_i, cnv_o; member