Home
last modified time | relevance | path

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

/dports/games/stockfish/Stockfish-sf_14/src/
H A Dmaterial.cpp99 for (int pt1 = NO_PIECE_TYPE; pt1 <= QUEEN; ++pt1) in imbalance()
106 for (int pt2 = NO_PIECE_TYPE; pt2 < pt1; ++pt2) in imbalance()
H A Dtypes.h199 NO_PIECE_TYPE, PAWN, KNIGHT, BISHOP, ROOK, QUEEN, KING, enumerator
H A Dposition.cpp571 if (promotion_type(m) - KNIGHT != NO_PIECE_TYPE) in pseudo_legal()