Home
last modified time | relevance | path

Searched defs:ply (Results 26 – 50 of 324) sorted by relevance

12345678910>>...13

/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Utils/
H A DSetupModel.py76 ply = property(_get_ply) variable in SetupModel
78 def getBoardAtPly(self, ply, variation=0): argument
81 def getMoveAtPly(self, ply, variation=0): argument
H A DGameModel.py366 def setOpening(self, ply=None, redetermine=False): argument
397 ply = property(_get_ply) variable in GameModel
424 def _plyToIndex(self, ply): argument
430 def getBoardAtPly(self, ply, variation=0): argument
438 def getMoveAtPly(self, ply, variation=0): argument
/dports/games/dreamchess/dreamchess-0.3.0/dreamer/src/
H A Dhistory.c46 void best_first(int ply, move_t move) { in best_first()
57 void sort_next(int ply, int side) { in sort_next()
H A Ddreamer.c70 int is_check(board_t *board, int ply) { in is_check()
82 int check_game_state(board_t *board, int ply) { in check_game_state()
150 int check_abort(int ply) { in check_abort()
/dports/games/crafty/crafty-25.2_1/
H A Dhash.c60 int HashProbe(TREE * RESTRICT tree, int ply, int depth, int side, int alpha, in HashProbe()
238 void HashStore(TREE * RESTRICT tree, int ply, int depth, int side, int type, in HashStore()
369 void HashStorePV(TREE * RESTRICT tree, int side, int ply) { in HashStorePV()
H A Dsearch.c18 int Search(TREE * RESTRICT tree, int ply, int depth, int wtm, int alpha, in Search()
379 int SearchMoveList(TREE * RESTRICT tree, int ply, int depth, int wtm, in SearchMoveList()
933 int SearchMove(TREE * RESTRICT tree, int ply, int depth, int wtm, int alpha, in SearchMove()
H A Dthread.c454 int ThreadSplit(TREE * tree, int ply, int depth, int alpha, int o_alpha, in ThreadSplit()
741 int i, ply; in CopyFromParent() local
808 int i, ply = parent->ply, which; in CopyToParent() local
H A Drepeat.c34 int Repeat(TREE * RESTRICT tree, int ply) { in Repeat()
H A Dmovgen.c16 unsigned *GenerateCaptures(TREE * RESTRICT tree, int ply, int side, in GenerateCaptures()
441 unsigned *GenerateCheckEvasions(TREE * RESTRICT tree, int ply, int side, in GenerateCheckEvasions()
678 unsigned *GenerateNoncaptures(TREE * RESTRICT tree, int ply, int side, in GenerateNoncaptures()
H A Dhistory.c24 void History(TREE * RESTRICT tree, int ply, int depth, int side, int move, in History()
H A Dinterrupt.c17 void Interrupt(int ply) { in Interrupt()
H A Doutput.c16 char *OutputMove(TREE * RESTRICT tree, int ply, int wtm, int move) { in OutputMove()
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/perspectives/games/
H A DhistoryPanel.py187 def game_changed(self, gamemodel, ply): argument
204 def add_move(self, gamemodel, ply): argument
227 def ply_to_row_col(self, ply): argument
H A DcommentPanel.py92 def game_changed(self, model, ply): argument
123 def __chooseComment(self, model, ply): argument
H A DscorePanel.py74 def game_changed(self, model, ply): argument
152 def analysis_changed(self, gamemodel, ply): argument
202 def changeScore(self, ply, score): argument
/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Dutil.c142 short ply, in ProbeTTable()
229 short ply, in PutInTTable()
331 short ply, in ProbeFTable()
408 short ply, in PutInFTable()
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Utils/lutils/
H A Dlsearch.py31 def alphaBeta(board, depth, alpha=-MATE_VALUE, beta=MATE_VALUE, ply=0): argument
285 def quiescent(board, alpha, beta, ply): argument
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/grpack/
H A Dgrsmpl.c18 /* Subroutine */ int grsmpl_(real *plx, real *ply, real *plrot) in grsmpl_()
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/game_em/
H A Dinput.c12 struct PLAYER ply[MAX_PLAYERS]; variable
147 void readjoy(byte action, struct PLAYER *ply) in readjoy()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/game_em/
H A Dinput.c12 struct PLAYER ply[MAX_PLAYERS]; variable
147 void readjoy(byte action, struct PLAYER *ply) in readjoy()
/dports/math/py-grandalf/grandalf-0.7/doc/
H A Dinstallation.rst12 .. _ply: http://www.dabeaz.com/ply/ target in Installation
/dports/games/p5-Games-AlphaBeta/Games-AlphaBeta-v0.4.7/lib/Games/
H A DAlphaBeta.pm119 sub ply { subroutine
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/game_em/
H A Dinput.c12 struct PLAYER ply[MAX_PLAYERS]; variable
156 void readjoy(byte action, struct PLAYER *ply) in readjoy()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/game_em/
H A Dinput.c12 struct PLAYER ply[MAX_PLAYERS]; variable
156 void readjoy(byte action, struct PLAYER *ply) in readjoy()
/dports/x11-toolkits/p5-Tk-Contrib/Tk-Contrib-0.07/
H A DAxis.pm224 sub ply { subroutine

12345678910>>...13