Lines Matching defs:this_delay
655 double out_time_ramp, this_delay;
840 this_delay = horowitz(out_time_ramp, tf, VTHFA2, VTHFA3, FALL);
841 delay_matchchline += this_delay;
842 out_time_ramp = this_delay / VTHFA3;
855 this_delay = horowitz(out_time_ramp, tf, VTHFA3, VTHFA4, RISE);
856 out_time_ramp = this_delay / (1 - VTHFA4);
857 delay_matchchline += this_delay;
872 this_delay = horowitz (out_time_ramp, tf, VTHFA4, VTHFA5, FALL);
873 out_time_ramp = this_delay / VTHFA5;
874 delay_matchchline += this_delay;
899 this_delay = horowitz (out_time_ramp, tf, 0.5, 0.5, RISE);
900 out_time_ramp = this_delay / (1 - 0.5);
901 delay_matchchline += this_delay;
1268 double C_ld, rd, tf, this_delay;
1279 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
1280 delay_subarray_out_drv += this_delay;
1281 inrisetime = this_delay / (1.0 - 0.5);
1293 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
1294 delay_subarray_out_drv += this_delay;
1295 inrisetime = this_delay / (1.0 - 0.5);
1313 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
1314 delay_subarray_out_drv += this_delay;
1315 inrisetime = this_delay / (1.0 - 0.5);
1337 this_delay = horowitz(inrisetime, tf, 0.5, 0.5, RISE);
1338 delay_subarray_out_drv += this_delay;
1339 inrisetime = this_delay / (1.0 - 0.5);