Searched refs:bishop_o (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Chess-310.6/sjeng/
H A Dattacks.c32 static const int bishop_o[4] = {11, -11, 13, -13}; local
69 a_sq = square + bishop_o[i];
91 a_sq += bishop_o [i];
135 a_sq = square + bishop_o[i];
156 a_sq += bishop_o [i];
352 static const int bishop_o[4] = {11, -11, 13, -13}; local
362 ndir = bishop_o[i];
405 ndir = bishop_o[i];
454 static const int bishop_o[4] = {11, -11, 13, -13}; local
464 ndir = bishop_o[
[all...]
H A Dsee.c41 static const int bishop_o[4] = {11, -11, 13, -13}; local
96 a_sq = square + bishop_o[i];
146 a_sq += bishop_o [i];
H A Dseval.c43 static const int bishop_o[4] = {11, -11, 13, -13}; variable

Completed in 189 milliseconds