Searched refs:beta (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/mcpat/cacti/
H A Dwire.cc405 double beta = pmos_to_nmos_sz_ratio(); local
440 double st_eff = sqrt((2 + beta / 1 + beta) * gate_C(nsize, 0) /
443 double req_cin = ((2 + beta / 1 + beta) * gate_C(nsize, 0)) / st_eff;
558 double beta = pmos_to_nmos_sz_ratio(); local
610 repeater_scaling, beta *
616 repeater_scaling, beta *
724 double beta = pmos_to_nmos_sz_ratio(); local
769 repeater_size, beta *
[all...]
/gem5/ext/ply/ply/
H A Dyacc.py1642 # Compute the value of FIRST1(beta) where beta is a tuple of symbols.
1647 def _first(self,beta):
1651 for x in beta:
1662 # We have to consider the next x in beta,
1666 # We don't have to consider any further symbols in beta.
1670 # so x_produces_empty was true for all x in beta,
1671 # so beta produces empty as well.

Completed in 16 milliseconds