Home
last modified time | relevance | path

Searched refs:x_piecePawn (Results 1 – 3 of 3) sorted by relevance

/dports/games/scid/scid/src/egtb/
H A Dtbindex.cpp1131 if (pi1 > x_piecePawn && pi2 > x_piecePawn) in VInitEnumerations()
1142 if (pi1 <= x_piecePawn || pi2 <= x_piecePawn || pi3 <= x_piecePawn) in VInitEnumerations()
1914 if (x_piecePawn == piw2 || x_piecePawn == pib1) in IndCalcW()
1924 if (x_piecePawn == piw2 || x_piecePawn == pib1) in IndCalcW()
1930 if (x_piecePawn == piw1 && x_piecePawn == piw2) in IndCalcW()
2003 if (x_piecePawn == piw2 || x_piecePawn == pib1) in IndCalcB()
2013 if (x_piecePawn == piw2 || x_piecePawn == pib1) in IndCalcB()
2700 if (x_piecePawn == pi1 || x_piecePawn == pi2) in IndCalc()
2737 if (x_piecePawn == pi1 || x_piecePawn == pi2) in IndCalc()
2775 if (x_piecePawn == pi1 || x_piecePawn == pi2 || x_piecePawn == pi3) in IndCalc()
[all …]
/dports/games/scid/scid/src/
H A Dprobe.cpp256 firstSq[WP] = &(wSquares [C_PIECES * (x_piecePawn - 1) ]); in scid_TB_Probe()
257 firstSq[BP] = &(bSquares [C_PIECES * (x_piecePawn - 1) ]); in scid_TB_Probe()
/dports/games/sjeng/Sjeng-Free-11.2/
H A Dprobe.c54 #define x_piecePawn 1 macro