Home
last modified time | relevance | path

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

/dports/cad/ngspice_rework/ngspice-35/src/ciderlib/input/
H A Ddoping.c129 card->DOPlatProfileType = DOP_UNIF; in DOPparam()
141 card->DOPlatProfileType = DOP_LINEAR_LAT; in DOPparam()
153 card->DOPlatProfileType = DOP_GAUSS; in DOPparam()
165 card->DOPlatProfileType = DOP_ERFC; in DOPparam()
177 card->DOPlatProfileType = DOP_EXP; in DOPparam()
H A Ddopset.c99 card->DOPlatProfileType = card->DOPprofileType; in DOPcheck()
266 switch( card->DOPlatProfileType ) { in DOPsetup()
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Ddopdefs.h26 int DOPlatProfileType; member