Home
last modified time | relevance | path

Searched refs:GetDPEq (Results 1 – 10 of 10) sorted by relevance

/dports/games/gnubg/gnubg-1.06.002/
H A Deval.h453 GetDPEq(int *pfCube, float *prDPEq, const cubeinfo * pci);
H A Danalysis.c635 if (!is_initial_position && fAnalyseCube && pmgi->fCubeUse && GetDPEq(NULL, NULL, &ci)) { in AnalyzeMove()
734 if (GetDPEq(NULL, NULL, &ci) || ci.fCubeOwner < 0 || ci.fCubeOwner == ci.fMove) { in AnalyzeMove()
1853 if (!is_initial_position && pmgi->fCubeUse && GetDPEq(NULL, NULL, &ci)) { in MoveAnalysed()
1887 if (GetDPEq(NULL, NULL, &ci) || ci.fCubeOwner < 0 || ci.fCubeOwner == ci.fMove) { in MoveAnalysed()
H A Deval.c3377 if (!GetDPEq(NULL, NULL, pci)) {
3508 GetDPEq(NULL, &arDouble[OUTPUT_DROP], pci);
3547 GetDPEq(int *pfCube, float *prDPEq, const cubeinfo * pci) function
4181 GetDPEq(&fCube, &rDP, pci);
4571 GetDPEq(NULL, &rDP, &aci[i]);
4635 if (!fTop && aciCubePos[ici].nCube > 0 && GetDPEq(NULL, NULL, &aciCubePos[ici]))
H A Drollout.c464 …if (prc->fCubeful && GetDPEq(NULL, &rDP, pci) && (iTurn > 0 || (afCubeDecTop[ici] && !prc->fInitia… in BasicCubefulRollout()
1684 if (!GetDPEq(NULL, NULL, &aci[0])) { in GeneralCubeDecisionR()
H A Dformat.c1166 if (GetDPEq(NULL, NULL, pci)) { in DumpPosition()
H A Dgtkcube.c413 if (!GetDPEq(NULL, NULL, &ci) && !(pchd->pmr->mt == MOVE_DOUBLE)) in CubeAnalysis()
H A Dplay.c1267 if (ms.fCubeUse && !ms.anDice[0] && ms.nCube < MAX_CUBE && GetDPEq(NULL, NULL, &ci)) { in ComputerTurn()
1447 (!ms.fCubeUse || ms.nCube >= MAX_CUBE || !GetDPEq(NULL, NULL, &ci))) { in ComputerTurn()
2305 || ap[ms.fTurn].pt != PLAYER_HUMAN || !GetDPEq(NULL, NULL, &ci)) in tutor_double()
H A Dshow.c2065 if (GetDPEq(NULL, NULL, &ci)) { in CommandShowTemperatureMap()
H A Dgnubg.c2205 if (!GetDPEq(NULL, NULL, &ci)) { in hint_double()
H A Dgtkgame.c1081 if (GetDPEq(NULL, NULL, &ci)) { in SetAnnotation()