Home
last modified time | relevance | path

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

/dports/games/gnubg/gnubg-1.06.002/
H A Dgtkrace.c206 float arMu[2]; in PerformOSR() local
211 raceProbs((ConstTanBoard) prw->anBoard, nTrials, ar, arMu); in PerformOSR()
231 pch = g_strdup_printf("%7.3f", arMu[j] * x); in PerformOSR()
235 pch = g_strdup_printf("%7.3f", arMu[j] * x - anPips[j]); in PerformOSR()
H A Dosr.h26 …obs(const TanBoard anBoard, const unsigned int nGames, float arOutput[NUM_OUTPUTS], float arMu[2]);
H A Dosr.c811 …robs(const TanBoard anBoard, const unsigned int nGames, float arOutput[NUM_OUTPUTS], float arMu[2]) in raceProbs()
898 if (arMu) { in raceProbs()
902 arMu[i] = 0.0f; in raceProbs()
904 arMu[i] += 1.0f * j * aarProbs[i][j]; in raceProbs()
H A Dshow.c1398 EffectivePipCount(const float arMu[2], const unsigned int anPips[2]) in EffectivePipCount()
1411 …ap[i].szName, arMu[ms.fMove ? i : !i] * x, arMu[ms.fMove ? i : !i] * x - anPips[ms.fMove ? i : !i]… in EffectivePipCount()
1423 float arMu[2]; in CommandShowOneSidedRollout() local
1445 raceProbs((ConstTanBoard) anBoard, nTrials, ar, arMu); in CommandShowOneSidedRollout()
1449 EffectivePipCount(arMu, anPips); in CommandShowOneSidedRollout()
H A Dgnubg.c5150 EPC(const TanBoard anBoard, float *arEPC, float *arMu, float *arSigma, int *pfSource, const int fOn… in EPC() argument
5170 if (arMu) in EPC()
5171 arMu[i] = ar[0]; in EPC()
5196 if (arMu) in EPC()
5197 arMu[i] = ar[0]; in EPC()
5222 if (arMu) in EPC()
5223 arMu[i] = arMux[i]; in EPC()
H A Dbackgammon.h454 extern int EPC(const TanBoard anBoard, float *arEPC, float *arMu,