Home
last modified time | relevance | path

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

/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dsort.cpp124 static int mvv_lva (int move, const board_t * board);
656 list->value[i] = mvv_lva(move,board); in note_mvv_lva()
699 value = mvv_lva(move,board); in capture_value()
742 if (move_is_tactical(move,board)) value = mvv_lva(move,board); in move_value_simple()
807 static int mvv_lva(int move, const board_t * board) { in mvv_lva() function
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dsort.cpp104 static int mvv_lva (int move, const board_t * board);
749 list->value[i] = mvv_lva(move,board); in note_mvv_lva()
796 value = mvv_lva(move,board); in capture_value()
839 if (move_is_tactical(move,board)) value = mvv_lva(move,board); in move_value_simple()
904 static int mvv_lva(int move, const board_t * board) { in mvv_lva() function