Home
last modified time | relevance | path

Searched defs:bitboard (Results 1 – 11 of 11) sorted by relevance

/dports/games/py-pychess/pychess-1.0.2/lib/pychess/Utils/lutils/
H A Dbitboard.py5 def setBit(bitboard, i): argument
13 def clearBit(bitboard, i): argument
21 def firstBit(bitboard): argument
46 def lastBit(bitboard): argument
57 def iterBits(bitboard): argument
65 def toString(bitboard): argument
H A Dattack.py83 def propagateRayFollowingMovement(board, cord, bitboard): argument
/dports/benchmarks/fhourstones/fhourstones-3.1_2/
H A DGame.c44 typedef uint64 bitboard; typedef
46 typedef __int128_t bitboard; typedef
/dports/games/dreamchess/dreamchess-0.3.0/dreamer/src/
H A Deval.c97 bitboard_t bitboard = board->bitboard[ROOK + side]; in eval_rook_bonus() local
153 bitboard_t bitboard; in eval_development() local
259 bitboard_t bitboard = board->bitboard[BISHOP + side]; in eval_bad_bishops() local
H A Dhashing.c55 bitboard_t bitboard; in hash_key() local
H A Dboard.h177 bitboard_t bitboard[NR_BITBOARDS]; member
/dports/devel/py-PeachPy/PeachPy-01d1515/peachpy/arm/
H A Dregisters.py55 def bitboard(self): member in Register
89 def from_bitboard(bitboard, regtype): argument
206 def extend_bitboard(self, bitboard): argument
332 def is_compatible_bitboard(bitboard): argument
503 def is_compatible_bitboard(bitboard): argument
662 def is_compatible_bitboard(self, bitboard): argument
891 def is_compatible_bitboard(self, bitboard): argument
1107 def is_compatible_bitboard(self, bitboard): argument
/dports/games/brutalchess/brutalchess-0.5.2/src/
H A Dbitboard.cpp73 std::ostream& operator<< (std::ostream & os, const BitBoard & bitboard) in operator <<()
/dports/games/KnightCap/Export/
H A Dutil.c394 void print_bitboard(uint64 bitboard) in print_bitboard()
/dports/games/gnugo/gnugo-3.8/engine/
H A Dmontecarlo.c1753 struct bitboard { struct
1770 struct bitboard untested; argument
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/examples/
H A Dconnect5.rs235 bitboard: [[[i32; 16]; 2]; 3], field