Files
stockfish/src
Stéphane NicoletandMarco Costalba 7ae3c05795 Rename shift_bb() to shift()
Rename shift_bb() to shift(), and DELTA_S to SOUTH, etc.
to improve code readability, especially in evaluate.cpp
when they are used together:

    old b = shift_bb<DELTA_S>(pos.pieces(PAWN))
    new b = shift<SOUTH>(pos.pieces(PAWN))

While there fix some small code style issues.

No functional change.
2016-09-25 10:45:10 +02:00
..
2016-09-25 10:45:10 +02:00
2016-09-25 10:45:10 +02:00
2016-09-25 10:45:10 +02:00
2016-09-25 10:45:10 +02:00
2016-01-02 09:43:51 +00:00
2016-09-25 10:45:10 +02:00
2016-09-16 08:30:06 +02:00
2016-09-17 09:51:20 +02:00
2016-09-02 08:25:17 +02:00
2016-06-15 08:47:08 +02:00
2016-06-15 08:47:08 +02:00
2016-09-25 10:45:10 +02:00
2016-01-02 09:43:51 +00:00
2016-09-25 10:45:10 +02:00
2016-09-03 00:04:20 +02:00
2016-09-25 10:45:10 +02:00
2016-09-25 10:45:10 +02:00
2016-09-17 09:51:20 +02:00
2016-09-17 09:51:20 +02:00
2016-09-25 10:45:10 +02:00
2016-01-29 00:47:07 +00:00
2016-09-25 10:45:10 +02:00
2016-08-27 12:16:13 +02:00
2016-09-25 10:45:10 +02:00
2016-08-27 09:53:26 +02:00
2016-01-02 09:43:51 +00:00
2016-06-15 08:47:08 +02:00