Home
last modified time | relevance | path

Searched refs:t_last_in_spike_ (Results 1 – 5 of 5) sorted by relevance

/dports/science/nest/nest-simulator-3.1/models/
H A Dspin_detector.cpp46 , t_last_in_spike_( Time::neg_inf() ) in spin_detector()
53 , t_last_in_spike_( Time::neg_inf() ) // mark as not initialized in spin_detector()
137 if ( m == 1 && node_id == last_in_node_id_ && t_spike == t_last_in_spike_ ) in handle()
162 t_last_in_spike_ = t_spike; in handle()
H A Dspin_detector.h156 Time t_last_in_spike_; variable
178 t_last_in_spike_ = tc.from_old_tics( t_last_in_spike_.get_tics() ); in calibrate_time()
H A Dbinary_neuron.h157 Time t_last_in_spike_; //!< time point of last input spike seen member
344 , t_last_in_spike_( Time::neg_inf() ) // mark as not intialized in State_()
539 if ( node_id == S_.last_in_node_id_ && t_spike == S_.t_last_in_spike_ ) in handle()
561 S_.t_last_in_spike_ = t_spike; in handle()
592 S_.t_last_in_spike_ = tc.from_old_tics( S_.t_last_in_spike_.get_tics() ); in calibrate_time()
H A Dcorrelospinmatrix_detector.h259 Time t_last_in_spike_; member
339 S_.t_last_in_spike_ = tc.from_old_tics( S_.t_last_in_spike_.get_tics() ); in calibrate_time()
H A Dcorrelospinmatrix_detector.cpp95 , t_last_in_spike_( Time::neg_inf() ) in State_()
216 t_last_in_spike_ = Time::neg_inf(); in reset()
336 if ( curr_i == S_.last_i_ && stamp == S_.t_last_in_spike_ ) in handle()
382 const long t_i_off = S_.t_last_in_spike_.get_steps(); in handle()
482 S_.t_last_in_spike_ = stamp; in handle()