Lines Matching refs:pow

416     num_states = int(pow(2.0, fanin));
430 Isub += nmos_leak * pow(UNI_LEAK_STACK_FACTOR,
450 Isub += pmos_leak * pow(UNI_LEAK_STACK_FACTOR,
466 Isub += nmos_leak * pow(UNI_LEAK_STACK_FACTOR,
475 Isub += pmos_leak * pow(UNI_LEAK_STACK_FACTOR,
516 num_states = int(pow(2.0, fanin));
642 //p_short_circuit_discharge_low = 10/3*(pow(0.5-vt_to_vdd_ratio,3.0)/pow(velocity_index,2.0)/pow(2.0,3*vt_to_vdd_ratio*vt_to_vdd_ratio))*c_in*vdd*vdd*fo_p*fo_p/fanout/beta_ratio;
644 10 / 3 * (pow(((vdd - vt) - vt_to_vdd_ratio), 3.0) /
645 pow(velocity_index, 2.0) / pow(2.0, 3 * vt_to_vdd_ratio *
649 10 / 3 * (pow(((vdd - vt) - vt_to_vdd_ratio), 3.0) /
650 pow(velocity_index, 2.0) / pow(2.0, 3 * vt_to_vdd_ratio *
654 // t1=pow(((vdd-vt)-vt_to_vdd_ratio),3);
655 // t2=pow(velocity_index,2.0);
656 // t3=pow(2.0,3*vt_to_vdd_ratio*vt_to_vdd_ratio);
661 pow(((vdd - vt) - vt_to_vdd_ratio), 1.5) * c_in * vdd * vdd *
662 fo_p / 10 / pow(2, 3 * vt_to_vdd_ratio + 2 * velocity_index);
663 p_short_circuit_charge_high = pow(((vdd - vt) - vt_to_vdd_ratio), 1.5) *
664 c_in * vdd * vdd * fo_n / 10 / pow(2, 3 * vt_to_vdd_ratio + 2 *
667 // t1=pow(((vdd-vt)-vt_to_vdd_ratio),1.5);
668 // t2=pow(2, 3*vt_to_vdd_ratio+2*velocity_index);
710 pow((1 - velocity_index), velocity_index) *
711 pow((1 - velocity_index), velocity_index / 2) / f_alpha /
712 pow((1 - velocity_index - velocity_index),
714 h_v_alpha = pow(2, velocity_index) * (velocity_index + 1) *
715 pow((1 - velocity_index), velocity_index) /
716 pow((1 - velocity_index - velocity_index), (velocity_index + 1));
718 //p_short_circuit_discharge_low = 10/3*(pow(0.5-vt_to_vdd_ratio,3.0)/pow(velocity_index,2.0)/pow(2.0,3*vt_to_vdd_ratio*vt_to_vdd_ratio))*c_in*vdd*vdd*fo_p*fo_p/fanout/beta_ratio;
719 // p_short_circuit_discharge_low = 10/3*(pow(((vdd-vt)-vt_to_vdd_ratio),3.0)/pow(velocity_index,2.0)/pow(2.0,3*vt_to_vdd_ratio*vt_to_vdd_ratio))*c_in*vdd*vdd*fo_p*fo_p/fanout/beta_ratio;
720 // p_short_circuit_charge_low = 10/3*(pow(((vdd-vt)-vt_to_vdd_ratio),3.0)/pow(velocity_index,2.0)/pow(2.0,3*vt_to_vdd_ratio*vt_to_vdd_ratio))*c_in*vdd*vdd*fo_n*fo_n/fanout*beta_ratio;
722 // t1=pow(((vdd-vt)-vt_to_vdd_ratio),3);
723 // t2=pow(velocity_index,2.0);
724 // t3=pow(2.0,3*vt_to_vdd_ratio*vt_to_vdd_ratio);
730 // p_short_circuit_discharge_high = pow(((vdd-vt)-vt_to_vdd_ratio),1.5)*c_in*vdd*vdd*fo_p/10/pow(2, 3*vt_to_vdd_ratio+2*velocity_index);
731 // p_short_circuit_charge_high = pow(((vdd-vt)-vt_to_vdd_ratio),1.5)*c_in*vdd*vdd*fo_n/10/pow(2, 3*vt_to_vdd_ratio+2*velocity_index);