Home
last modified time | relevance | path

Searched refs:prev_int (Results 1 – 3 of 3) sorted by relevance

/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dcreature.cpp1153 const int prev_int = e.get_intensity(); in add_effect() local
1182 if( e.get_intensity() != prev_int ) { in add_effect()
1427 const int prev_int = e.get_intensity(); in process_effects() local
1431 if( e.get_intensity() != prev_int && e.get_duration() > 0_turns ) { in process_effects()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dcreature.cpp1153 const int prev_int = e.get_intensity(); in add_effect() local
1182 if( e.get_intensity() != prev_int ) { in add_effect()
1427 const int prev_int = e.get_intensity(); in process_effects() local
1431 if( e.get_intensity() != prev_int && e.get_duration() > 0_turns ) { in process_effects()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/
H A Dgene_model.cpp470 CRef<CSeq_interval> prev_int; in x_GetLocFromSplicedExons() local
511 prev_int->SetPartialStop(true, eExtreme_Biological); in x_GetLocFromSplicedExons()
519 prev_int = genomic_int; in x_GetLocFromSplicedExons()