Lines Matching refs:compute_gate_area
148 compute_gate_area(NAND, 2, w_dec_p[0], w_dec_n[0], area.h);
155 compute_gate_area(NAND, 3, w_dec_p[0], w_dec_n[0], area.h);
164 compute_gate_area(INV, 1, w_dec_p[i], w_dec_n[i], area.h);
527 double tot_area_L1_nand2 = compute_gate_area(NAND, 2, w_L1_nand2_p[0], w_L1_nand2_n[0], g_tp.cell_h_def);
535 tot_area_L1_nand3 = compute_gate_area(NAND, 3, w_L1_nand3_p[0], w_L1_nand3_n[0], g_tp.cell_h_def);
603 tot_area_L1_nand2 += compute_gate_area(INV, 1, w_L1_nand2_p[i], w_L1_nand2_n[i], g_tp.cell_h_def);
612 tot_area_L1_nand3 += compute_gate_area(INV, 1, w_L1_nand3_p[i], w_L1_nand3_n[i], g_tp.cell_h_def);
626 cumulative_area_L2 = compute_gate_area(NAND, 2, w_L2_p[0], w_L2_n[0], g_tp.cell_h_def);
630 cumulative_area_L2 = compute_gate_area(NAND, 3, w_L2_p[0], w_L2_n[0], g_tp.cell_h_def);
636 cumulative_area_L2 += compute_gate_area(INV, 1, w_L2_p[i], w_L2_n[i], g_tp.cell_h_def);
1138 compute_gate_area(INV, 1, width_nand2_path_p[i],
1159 compute_gate_area(INV, 1, width_nand3_path_p[i],