Lines Matching defs:out_time_ramp
655 double out_time_ramp, this_delay;
796 out_time_ramp = sl_data_drv->compute_delay(inrisetime);//After entering one mat, start to consider the inrisetime from 0(0 is passed from outside)
840 this_delay = horowitz(out_time_ramp, tf, VTHFA2, VTHFA3, FALL);
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);
872 this_delay = horowitz (out_time_ramp, tf, VTHFA4, VTHFA5, FALL);
873 out_time_ramp = this_delay / VTHFA5;
899 this_delay = horowitz (out_time_ramp, tf, 0.5, 0.5, RISE);
900 out_time_ramp = this_delay / (1 - 0.5);
903 out_time_ramp = ml_to_ram_wl_drv->compute_delay(out_time_ramp);
1015 return out_time_ramp;