#include <majorPiece.h>
Public Types | |
enum | { ONE_DIM = 32, DIM = ONE_DIM * EvalStages } |
Static Public Member Functions | |
static void | setUp (const Weights &weights) |
static MultiInt | eval (const NumEffectState &state) |
Static Private Attributes | |
static CArray< MultiInt, 32 > | table |
Definition at line 625 of file majorPiece.h.
anonymous enum |
Definition at line 628 of file majorPiece.h.
osl::MultiInt osl::eval::ml::BishopStandFile5::eval | ( | const NumEffectState & | state | ) | [static] |
Definition at line 1188 of file majorPiece.cc.
References osl::altIfPiece(), osl::BISHOP, osl::BLACK, osl::ptypeOIndex(), result, and osl::WHITE.
Referenced by osl::eval::ml::OpenMidEndingEval::debugInfo(), osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
void osl::eval::ml::BishopStandFile5::setUp | ( | const Weights & | weights | ) | [static] |
Definition at line 1178 of file majorPiece.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
osl::misc::CArray< MultiInt, 32 > osl::eval::ml::BishopStandFile5::table [static, private] |
Definition at line 632 of file majorPiece.h.