Home
last modified time | relevance | path

Searched refs:bb_ShiftL45 (Results 1 – 2 of 2) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/database/
H A Dbitboard.h364 const unsigned int bb_ShiftL45[64] = variable
456 bb_L45Attacks[s][(m_occupied_l45 >> bb_ShiftL45[s]) & 63]; in bishopAttacksFrom()
H A Dbitboard.cpp3259 if(b & (SetBit(RotateL45[q]) >> bb_ShiftL45[s])) in bitBoardInit()
3269 if(b & (SetBit(RotateL45[q]) >> bb_ShiftL45[s])) in bitBoardInit()