Lines Matching refs:this_delay

183         double rd, tf, this_delay, c_load, c_intrinsic, Vpp;
200 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
201 delay += this_delay;
202 inrisetime = this_delay / (1.0 - 0.5);
211 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
212 delay += this_delay;
213 inrisetime = this_delay / (1.0 - 0.5);
224 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
225 delay += this_delay;
226 ret_val = this_delay / (1.0 - 0.5);
665 double rd, c_load, c_intrinsic, tf, this_delay;
680 this_delay = horowitz(inrisetime_nand2_path, tf, 0.5, 0.5, RISE);
681 delay_nand2_path += this_delay;
682 inrisetime_nand2_path = this_delay / (1.0 - 0.5);
692 this_delay = horowitz(inrisetime_nand2_path, tf, 0.5, 0.5, RISE);
693 delay_nand2_path += this_delay;
694 inrisetime_nand2_path = this_delay / (1.0 - 0.5);
708 this_delay = horowitz(inrisetime_nand2_path, tf, 0.5, 0.5, RISE);
709 delay_nand2_path += this_delay;
710 inrisetime_nand2_path = this_delay / (1.0 - 0.5);
717 this_delay = horowitz(inrisetime_nand2_path, tf, 0.5, 0.5, RISE);
718 delay_nand2_path += this_delay;
719 ret_val.first = this_delay / (1.0 - 0.5);
732 this_delay = horowitz(inrisetime_nand3_path, tf, 0.5, 0.5, RISE);
733 delay_nand3_path += this_delay;
734 inrisetime_nand3_path = this_delay / (1.0 - 0.5);
744 this_delay = horowitz(inrisetime_nand3_path, tf, 0.5, 0.5, RISE);
745 delay_nand3_path += this_delay;
746 inrisetime_nand3_path = this_delay / (1.0 - 0.5);
760 this_delay = horowitz(inrisetime_nand3_path, tf, 0.5, 0.5, RISE);
761 delay_nand3_path += this_delay;
762 inrisetime_nand3_path = this_delay / (1.0 - 0.5);
769 this_delay = horowitz(inrisetime_nand3_path, tf, 0.5, 0.5, RISE);
770 delay_nand3_path += this_delay;
771 ret_val.second = this_delay / (1.0 - 0.5);
784 this_delay = horowitz(inrisetime_nand2_path, tf, 0.5, 0.5, RISE);
785 delay_nand2_path += this_delay;
786 inrisetime_nand2_path = this_delay / (1.0 - 0.5);
794 this_delay = horowitz(inrisetime_nand3_path, tf, 0.5, 0.5, RISE);
795 delay_nand3_path += this_delay;
796 inrisetime_nand3_path = this_delay / (1.0 - 0.5);
806 this_delay = horowitz(inrisetime_nand2_path, tf, 0.5, 0.5, RISE);
807 delay_nand2_path += this_delay;
808 inrisetime_nand2_path = this_delay / (1.0 - 0.5);
809 this_delay = horowitz(inrisetime_nand3_path, tf, 0.5, 0.5, RISE);
810 delay_nand3_path += this_delay;
811 inrisetime_nand3_path = this_delay / (1.0 - 0.5);
822 this_delay = horowitz(inrisetime_nand2_path, tf, 0.5, 0.5, RISE);
823 delay_nand2_path += this_delay;
824 ret_val.first = this_delay / (1.0 - 0.5);
825 this_delay = horowitz(inrisetime_nand3_path, tf, 0.5, 0.5, RISE);
826 delay_nand3_path += this_delay;
827 ret_val.second = this_delay / (1.0 - 0.5);
1189 double rd, c_gate_load, c_load, c_intrinsic, tf, this_delay;
1199 this_delay = horowitz(inrisetime_nand2_path, tf, 0.5, 0.5, RISE);
1200 delay_nand2_path += this_delay;
1201 inrisetime_nand2_path = this_delay / (1.0 - 0.5);
1213 this_delay = horowitz(inrisetime_nand2_path, tf, 0.5, 0.5, RISE);
1214 delay_nand2_path += this_delay;
1215 ret_val.first = this_delay / (1.0 - 0.5);
1226 this_delay = horowitz(inrisetime_nand3_path, tf, 0.5, 0.5, RISE);
1227 delay_nand3_path += this_delay;
1228 inrisetime_nand3_path = this_delay / (1.0 - 0.5);
1240 this_delay = horowitz(inrisetime_nand3_path, tf, 0.5, 0.5, RISE);
1241 delay_nand3_path += this_delay;
1242 ret_val.second = this_delay / (1.0 - 0.5);
1457 double this_delay = 0;
1465 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
1466 delay += this_delay;
1467 inrisetime = this_delay / (1.0 - 0.5);
1485 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
1486 delay += this_delay;
1496 return this_delay / (1.0 - 0.5);