Home
last modified time | relevance | path

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

/dports/games/stockfish/Stockfish-sf_14/src/
H A Dbitboard.h143 constexpr Bitboard rank_bb(Rank r) { in rank_bb() function
147 constexpr Bitboard rank_bb(Square s) { in rank_bb() function
148 return rank_bb(rank_of(s)); in rank_bb()
H A Dpawns.cpp128 phalanx = neighbours & rank_bb(s); in evaluate()
129 support = neighbours & rank_bb(s - Up); in evaluate()
H A Dbitboard.cpp158 edges = ((Rank1BB | Rank8BB) & ~rank_bb(s)) | ((FileABB | FileHBB) & ~file_bb(s)); in init_magics()