Home
last modified time | relevance | path

Searched refs:square_make (Results 1 – 21 of 21) sorted by relevance

/dports/games/polyglot/polyglot-1.4.70b/
H A Dfen.c65 sq = square_make(file,rank); in board_from_fen()
176 sq = square_make(file_from_char(tolower(c)),Rank1); in board_from_fen()
188 sq = square_make(file_from_char(tolower(c)),Rank8); in board_from_fen()
225 sq = square_make(file,rank); in board_from_fen()
302 sq = square_make(file,rank); in board_to_fen()
309 for (; file < 8 && board->square[square_make(file,rank)] == Empty; file++) { in board_to_fen()
H A Dmove_gen.c223 king_to = square_make(FileG,rank); in add_castle_moves()
225 rook_to = square_make(FileF,rank); in add_castle_moves()
266 king_to = square_make(FileC,rank); in add_castle_moves()
268 rook_to = square_make(FileD,rank); in add_castle_moves()
H A Dmove_do.c120 king_to = square_make(FileG,rank); in move_do()
121 rook_to = square_make(FileF,rank); in move_do()
123 king_to = square_make(FileC,rank); in move_do()
124 rook_to = square_make(FileD,rank); in move_do()
H A Dsquare.c55 int square_make(int file, int rank) { in square_make() function
242 return square_make(file,rank); in square_from_string()
H A Dsquare.h109 extern int square_make (int file, int rank);
H A Dboard.c189 sq = square_make(file,rank); in board_clear()
475 sq = square_make(file,rank); in board_disp()
/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dfen.cpp99 sq = square_make(file,rank); in board_from_fen()
212 sq = square_make(file_from_char(tolower(c)),Rank1); in board_from_fen()
224 sq = square_make(file_from_char(tolower(c)),Rank8); in board_from_fen()
262 sq = square_make(file,rank); in board_from_fen()
339 sq = square_make(file,rank); in board_to_fen()
346 for (; file < 8 && board->square[square_make(file,rank)] == Empty; file++) { in board_to_fen()
H A Dmove_do.cpp142 king_to = square_make(FileG,rank); in move_do()
143 rook_to = square_make(FileF,rank); in move_do()
145 king_to = square_make(FileC,rank); in move_do()
146 rook_to = square_make(FileD,rank); in move_do()
H A Dmove_gen.cpp245 king_to = square_make(FileG,rank); in add_castle_moves()
247 rook_to = square_make(FileF,rank); in add_castle_moves()
288 king_to = square_make(FileC,rank); in add_castle_moves()
290 rook_to = square_make(FileD,rank); in add_castle_moves()
H A Dsquare.cpp77 int square_make(int file, int rank) { in square_make() function
264 return square_make(file,rank); in square_from_string()
H A Dsquare.h75 extern int square_make (int file, int rank);
H A Dboard.cpp211 sq = square_make(file,rank); in board_clear()
497 sq = square_make(file,rank); in board_disp()
/dports/games/scid/scid/src/polyglot/
H A Dfen.cpp62 sq = square_make(file,rank); in board_from_fen()
175 sq = square_make(file_from_char(tolower(c)),Rank1); in board_from_fen()
187 sq = square_make(file_from_char(tolower(c)),Rank8); in board_from_fen()
225 sq = square_make(file,rank); in board_from_fen()
H A Dmove_do.cpp124 king_to = square_make(FileG,rank); in move_do()
125 rook_to = square_make(FileF,rank); in move_do()
127 king_to = square_make(FileC,rank); in move_do()
128 rook_to = square_make(FileD,rank); in move_do()
H A Dmove_gen.cpp223 king_to = square_make(FileG,rank); in add_castle_moves()
225 rook_to = square_make(FileF,rank); in add_castle_moves()
266 king_to = square_make(FileC,rank); in add_castle_moves()
268 rook_to = square_make(FileD,rank); in add_castle_moves()
H A Dsquare.cpp55 int square_make(int file, int rank) { in square_make() function
242 return square_make(file,rank); in square_from_string()
H A Dsquare.h53 extern int square_make (int file, int rank);
H A Dboard.cpp189 sq = square_make(file,rank); in board_clear()
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/examples/
H A Dconnect5.rs249 let sq: Square = square_make(fl, rk); in init()
393 fn square_make(fl: i32, rk: i32) -> Square { in square_make() function
415 let sq: Square = square_make(fl, rk); in pos_is_draw()
465 let sq: Square = square_make(fl, rk); in pos_disp()
490 let sq: Square = square_make(fl, rk); in gen_moves()
752 let sq: Square = square_make(fl, rk); in check_pattern5()
786 let sq: Square = square_make(fl, rk); in check_patternlive4()
822 let sq: Square = square_make(fl, rk); in check_patterndead4()
860 let sq: Square = square_make(fl, rk); in check_patternlive3()
1249 let mut next_move: Move = square_make(1, 7); // set the first move is (1,7) in main()
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dpst.cpp116 static int square_make (int file, int rank);
234 sq = square_make(i,i); in pst_init()
332 static int square_make(int file, int rank) { in square_make() function
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dpst.cpp94 static int square_make (int file, int rank);
222 sq = square_make(i,i); in pst_init()
320 static int square_make(int file, int rank) { in square_make() function