Lines Matching defs:Ctotal
61 double Ctotal, Cor, Cpencode;
79 Ctotal = 0;
106 Ctotal += issue_width * num_arbiter * (Cor + Cpencode);
110 Ctotal * g_tp.peri_global.Vdd * g_tp.peri_global.Vdd * 2;
184 double Ctotal;
191 Ctotal = num_comparators * compare_cap();
193 power.readOp.dynamic = Ctotal * /*CLOCKRATE*/ g_tp.peri_global.Vdd *
274 double Ctotal = 0;
277 Ctotal += drain_C_(WdecNANDn, NCH, 2, 1, g_tp.cell_h_def, is_dram) + fan_in * drain_C_(WdecNANDp, PCH, 1, 1, g_tp.cell_h_def, is_dram);
280 Ctotal += fan_out * gate_C(WdecNANDn + WdecNANDp, 0, is_dram);
282 return Ctotal;