Home
last modified time | relevance | path

Searched refs:abortMove (Results 1 – 6 of 6) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/twine/script/
H A Dscript_move_v1.cpp262 bool abortMove = false; in mWAIT_NUM_ANIM() local
271 abortMove = true; in mWAIT_NUM_ANIM()
277 abortMove = true; in mWAIT_NUM_ANIM()
280 if (abortMove) { in mWAIT_NUM_ANIM()
284 return abortMove ? 1 : 0; in mWAIT_NUM_ANIM()
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbest.c1174 abortMove = YES; in Move_GeneTree1()
1278 abortMove = YES; in Move_GeneTree2()
1382 abortMove = YES; in Move_GeneTree3()
1502 abortMove = YES; in Move_NodeSliderGeneTree()
1585 abortMove = YES; in Move_NodeSliderGeneTree()
1723 abortMove = YES; in Move_SpeciesTree()
H A Dproposal.c305 abortMove=YES; in Move_AddDeleteCPPEvent()
627 if (abortMove == YES) in Move_ClockRate_M()
802 abortMove = YES; in Move_CPPEventPosition()
823 abortMove = YES; in Move_CPPEventPosition()
851 abortMove = YES; in Move_CPPEventPosition()
973 abortMove = YES; in Move_CPPRateMultiplier_M()
1013 abortMove = YES; in Move_CPPRateMultiplier_M()
1058 abortMove = YES; in Move_CPPRateMultiplierRnd()
1094 abortMove = YES; in Move_CPPRateMultiplierRnd()
1162 abortMove = YES; in Move_AddBranch()
[all …]
H A Dlikelihood.c5805 abortMove = YES; in Likelihood_Gen()
5852 abortMove = YES; in Likelihood_Gen()
6023 abortMove = YES; in Likelihood_Gen_SSE()
6076 abortMove = YES; in Likelihood_Gen_SSE()
6172 abortMove = YES; in Likelihood_Gen_GibbsGamma()
7161 abortMove = YES; in Likelihood_NY98()
7247 abortMove = YES; in Likelihood_NY98_SSE()
7319 abortMove = YES; in Likelihood_Res()
7338 abortMove = YES; in Likelihood_Res()
7431 abortMove = YES; in Likelihood_Res_SSE()
[all …]
H A Dbayes.h1578 extern int abortMove; /* flag determining whether to abor…
H A Dmcmc.c335 int abortMove; /* flag determining whether to abort move */ variable
7492 if (abortMove == YES) in LogLike()
16794 abortMove = NO; in RunChain()
16834 abortMove = YES; in RunChain()
16838 if (abortMove == NO) in RunChain()
16842 if (abortMove == NO) in RunChain()
16917 if (abortMove == NO && RandomNumber(seed) < r) in RunChain()
16928 if (abortMove == NO) in RunChain()