#include <minorPiece.h>

| Public Types | |
| enum | { ONE_DIM = 8192, DIM = ONE_DIM * EvalStages } | 
| Static Public Member Functions | |
| static void | setUp (const Weights &weights) | 
| static MultiInt | eval (unsigned int ptypeo_mask) | 
| Static Private Member Functions | |
| template<Player P> | |
| static MultiInt | evalOne (unsigned int ptypeo_mask) | 
| Static Private Attributes | |
| static CArray< MultiInt, 8192 > | table | 
Definition at line 1606 of file minorPiece.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| ONE_DIM | |
| DIM | |
Definition at line 1609 of file minorPiece.h.
| 
 | static | 
Definition at line 2293 of file minorPiece.cc.
Referenced by osl::eval::ml::OpenMidEndingEval::debugInfo(), osl::eval::ml::OpenMidEndingEval::OpenMidEndingEval(), and osl::eval::ml::OpenMidEndingEval::updateSub().
| 
 | inlinestaticprivate | 
Definition at line 1614 of file minorPiece.h.
References osl::BLACK, and table.
| 
 | static | 
Definition at line 2261 of file minorPiece.cc.
References osl::NStages, and osl::eval::ml::Weights::value().
| 
 | staticprivate | 
Definition at line 1624 of file minorPiece.h.
Referenced by evalOne().
 1.8.4
 1.8.4