Home
last modified time | relevance | path

Searched refs:p_decay (Results 1 – 8 of 8) sorted by relevance

/dports/audio/abgate-lv2/abGate-1.2.0/abGateQt/
H A Dmainwindow.cpp110 case p_decay: in gui_port_event()
174 write_control(p_decay, designer_ui->decay->value()); in on_decay_actionTriggered()
179 write_control(p_decay, designer_ui->decay->value()); in on_decay_dialPressed()
184 write_control(p_decay, designer_ui->decay->value()); in on_decay_dialReleased()
H A Dgate_const.h25 #define p_decay 6 macro
/dports/science/pynn/PyNN-0.10.0/pyNN/neuron/nmodl/
H A Dquantal_stp.mod36 LOCAL depleted, rv, p_decay, u_decay, n_release, i
44 p_decay = exp(-(t - t_last)/tau_rec)
58 if (rv < (1 - p_decay)) {
/dports/science/nest/nest-simulator-3.1/models/
H A Dquantal_stp_synapse.h201 const double p_decay = std::exp( -h / tau_rec_ ); in send() local
230 if ( get_vp_specific_rng( t )->drand() < ( 1.0 - p_decay ) ) in send()
/dports/audio/abgate-lv2/abGate-1.2.0/
H A Dgate_const.h25 #define p_decay 6 macro
H A Dmain_window.h79 case p_decay: in gui_port_event()
H A Dgate.cpp69 case p_decay: in connectPortGate()
H A Dmain_window.cpp52 …decay_slot = compose(bind < 0 > (mem_fun(*this, &main_window::write_control), p_decay), mem_fun(*t… in main_window()