Home
last modified time | relevance | path

Searched refs:RANK_4 (Results 1 – 22 of 22) sorted by relevance

/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/user/
H A Duserdata.h22 RANK_4, enumerator
H A Duser.cpp70 case UserStatus::RANK_4: return "Above average"; in GetRankName()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dboard_def.h84 const rankT RANK_1 = 0, RANK_2 = 1, RANK_3 = 2, RANK_4 = 3, RANK_5 = 4, variable
H A Dcommon.h351 if (square_Rank(sq) <= RANK_4) { in square_NearestCorner()
H A Dposition.cpp994 if (toRank == RANK_4 && fromFyle == toFyle) { backup = to - 16; } in MatchPawnMove()
1702 if (fromRank == RANK_2 && toRank == RANK_4 in DoSimpleMove()
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dsquare.h47 RANK_4, enumerator
/dports/games/scid/scid/src/
H A Dcommon.h360 RANK_1 = 0, RANK_2 = 1, RANK_3 = 2, RANK_4 = 3, RANK_5 = 4, RANK_6 = 5, variable
467 if (square_Rank(sq) <= RANK_4) { in square_NearestCorner()
H A Dengine.cpp252 if (rank < RANK_4 || rank > RANK_6) { return false; } in isOutpost()
265 if (rank == RANK_4) { squares.Add(square_Make(fyle-1,RANK_3)); } in isOutpost()
269 if (rank == RANK_4) { squares.Add(square_Make(fyle+1,RANK_3)); } in isOutpost()
536 if (rank >= RANK_4 && !square_IsEdgeSquare(sq) in Score()
H A Dposition.cpp987 if (toRank == RANK_4 && fromFyle == toFyle) { backup = to - 16; } in MatchPawnMove()
1698 if (fromRank == RANK_2 && toRank == RANK_4 in DoSimpleMove()
H A Doptable.cpp58 return (pos->RankCount (BP,RANK_4) > 0 || in posHasAdvancedPawn()
H A Drecog.cpp1159 && bkRank > brRank && bkRank > RANK_4) { in KRPKR()
/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_common.h441 RANK_1 = 0, RANK_2 = 1, RANK_3 = 2, RANK_4 = 3, RANK_5 = 4, RANK_6 = 5, variable
567 if(square_Rank(sq) <= RANK_4) in square_NearestCorner()
H A Dguess_guessengine.cpp263 if(rank < RANK_4 || rank > RANK_6) in isOutpost()
293 if(rank == RANK_4) in isOutpost()
301 if(rank == RANK_4) in isOutpost()
658 if(rank >= RANK_4 && !square_IsEdgeSquare(sq) in Score()
H A Dguess_position.cpp1710 if(toRank == RANK_4 && fromFyle == toFyle) in MatchPawnMove()
2872 if(fromRank == RANK_2 && toRank == RANK_4 in DoSimpleMove()
/dports/games/springlobby/springlobby-0.180/src/
H A Duser.h35 RANK_4, enumerator
H A Duser.cpp210 case UserStatus::RANK_4: return _("Above average"); in GetRankName()
H A Diconimagelist.cpp256 case UserStatus::RANK_4: return ICON_RANK4; in GetRankIcon()
/dports/games/stockfish/Stockfish-sf_14/src/
H A Dendgame.cpp205 && relative_rank(strongSide, strongKing) >= RANK_4 in operator ()()
394 && relative_rank(weakSide, strongKing) >= RANK_4 in operator ()()
494 if (pawnRank <= RANK_4 && weakKing > strongPawn) in operator ()()
H A Dtypes.h262 RANK_1, RANK_2, RANK_3, RANK_4, RANK_5, RANK_6, RANK_7, RANK_8, RANK_NB enumerator
H A Devaluate.cpp879 bool infiltration = rank_of(pos.square<KING>(WHITE)) > RANK_4 in winnable()
/dports/games/black-hole-solver/black-hole-solver-1.10.1/
H A Dlib.c222 RANK_4, enumerator
258 v = RANK_4; in parse_card()
/dports/games/stockfish/Stockfish-sf_14/src/syzygy/
H A Dtbprobe.cpp774 if (rank_of(squares[0]) > RANK_4) in do_probe_table()