Home
last modified time | relevance | path

Searched refs:rstatic (Results 1 – 10 of 10) sorted by relevance

/dports/cad/irsim/irsim-9.7.110/base/
H A Dparallel.c33 float rstatic; member
82 t2->r->rstatic = t1->r->rstatic;
104 r1->rstatic = COMBINE( r1->rstatic, r2->rstatic );
183 dr = r->rstatic - ror->rstatic;
184 ror->rstatic = (ror->rstatic * r->rstatic) / dr;
H A Dstack.c26 float rstatic; member
189 stack->r->rstatic = stack->r->dynhigh = stack->r->dynlow = 0.0;
206 stack->r->rstatic += t1->r->rstatic;
H A Dconfig.c438 r->r.dynlow = r->r.dynhigh = r->r.rstatic = (float) length / LAMBDACM;
442 r->r.rstatic = wresist( resistances[ STATIC ][type], width, length );
H A Dnet.h155 float rstatic; /* static resistance of transistor */ member
H A Dnetwork.c106 pr_one_res( buf[0], r->rstatic );
H A Dnewrstep.c951 *ptin = h->t.r.rtime * t->r->rstatic;
965 tmp += h->t.r.rtime * t->r->rstatic;
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/slog-2.5.2/src/
H A Dlib.rs2435 rstatic: &'a RecordStatic<'a>, field
2457 rstatic: s, in new()
2470 self.rstatic.level in level()
2475 self.rstatic.location.line in line()
2480 self.rstatic.location in location()
2485 self.rstatic.location.column in column()
2490 self.rstatic.location.file in file()
2503 self.rstatic.tag in tag()
2508 self.rstatic.location.module in module()
2519 self.rstatic.location.function in function()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/slog-2.7.0/src/
H A Dlib.rs2465 rstatic: &'a RecordStatic<'a>, field
2487 rstatic: s, in new()
2500 self.rstatic.level in level()
2505 self.rstatic.location.line in line()
2510 self.rstatic.location in location()
2515 self.rstatic.location.column in column()
2520 self.rstatic.location.file in file()
2533 self.rstatic.tag in tag()
2538 self.rstatic.location.module in module()
2549 self.rstatic.location.function in function()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/slog-2.7.0/src/
H A Dlib.rs2465 rstatic: &'a RecordStatic<'a>, field
2487 rstatic: s, in new()
2500 self.rstatic.level in level()
2505 self.rstatic.location.line in line()
2510 self.rstatic.location in location()
2515 self.rstatic.location.column in column()
2520 self.rstatic.location.file in file()
2533 self.rstatic.tag in tag()
2538 self.rstatic.location.module in module()
2549 self.rstatic.location.function in function()
/dports/cad/irsim/irsim-9.7.110/other/inet2sim/
H A DSim.c174 pnode( t->source ), pnode( t->drain ), t->r->rstatic );