#include <king8.h>

| Public Types | |
| enum | { ONE_DIM = 5, DIM = ONE_DIM * EvalStages } | 
| Public Member Functions | |
| template<int Sign> | |
| void | adjust (int index, int index_y, MultiInt &out) | 
| Static Public Member Functions | |
| static void | setUp (const Weights &weights) | 
| static MultiIntPair | eval (const NumEffectState &state) | 
| Static Private Member Functions | |
| static int | index (const Square king) | 
| template<Player P> | |
| static int | indexY (const Square king) | 
| template<int Sign> | |
| static void | adjust (int index, int index_y, MultiInt &out) | 
| Static Private Attributes | |
| static CArray< MultiInt, ONE_DIM > | table | 
| Friends | |
| class | KingXBlockedYBase | 
Definition at line 256 of file eval/ml/king8.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| ONE_DIM | |
| DIM | |
Definition at line 260 of file eval/ml/king8.h.
| 
 | staticprivate | 
Referenced by osl::eval::ml::KingXBlockedYBase::evalWithUpdateBang().
| 
 | inline | 
Definition at line 625 of file eval/ml/king8.cc.
References table, and osl::eval::ml::KingXBothBlockedY::table.
| 
 | static | 
Definition at line 634 of file eval/ml/king8.cc.
References adjust(), osl::BLACK, result, and osl::WHITE.
Referenced by osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval().
| 
 | inlinestaticprivate | 
Definition at line 265 of file eval/ml/king8.h.
References osl::Square::x().
Referenced by osl::eval::ml::KingXBlockedYBase::evalWithUpdateBang().
| 
 | inlinestaticprivate | 
Definition at line 271 of file eval/ml/king8.h.
References osl::BLACK, osl::Square::x(), and osl::Square::y().
| 
 | static | 
Definition at line 603 of file eval/ml/king8.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
| 
 | friend | 
Definition at line 258 of file eval/ml/king8.h.
| 
 | staticprivate | 
Definition at line 264 of file eval/ml/king8.h.
Referenced by adjust().
 1.8.4
 1.8.4