|
My Project
|
#include <quadInt.h>
Classes | |
| union | XMM |
Public Member Functions | |
| QuadInt () | |
| QuadInt (QuadInt const &si) | |
| QuadInt & | operator= (QuadInt const &si) |
| void | clear () |
| int & | operator[] (int i) |
| const int & | operator[] (int i) const |
| QuadInt | operator- () const |
| QuadInt & | operator+= (QuadInt const &si) |
| QuadInt & | operator-= (QuadInt const &si) |
| QuadInt & | operator*= (int scale) |
Static Public Member Functions | |
| static size_t | size () |
| Static Public Member Functions inherited from osl::misc::Align16New | |
| static void * | operator new (size_t size) |
| static void * | operator new[] (size_t size) |
| static void | operator delete (void *ptr, size_t size) |
| static void | operator delete[] (void *ptr, size_t size) |
Public Attributes | |
| union osl::container::QuadInt::XMM | v |
Additional Inherited Members | |
| Static Public Attributes inherited from osl::misc::Align16New | |
| static const int | Alignment = 16 |
| Protected Member Functions inherited from osl::misc::Align16New | |
| ~Align16New () | |
|
inline |
Definition at line 56 of file quadInt.h.
References clear().
Referenced by operator*=(), operator+=(), operator-(), operator-=(), operator=(), and QuadInt().
|
inline |
Definition at line 59 of file quadInt.h.
References osl::QuadInt::XMM::llv, QuadInt(), and v.
|
inline |
Definition at line 75 of file quadInt.h.
References v.
Referenced by osl::eval::ml::BishopMobilityAll::eval(), osl::eval::ml::LanceMobilityAll::eval(), osl::eval::ml::PtypeCount::eval(), osl::eval::ml::RookMobilityAll::eval(), osl::eval::ml::King25EffectEachBoth::evalOne(), and QuadInt().
|
inline |
Definition at line 94 of file quadInt.h.
References osl::QuadInt::XMM::iv, QuadInt(), and v.
|
inline |
Definition at line 102 of file quadInt.h.
References osl::QuadInt::XMM::iv, QuadInt(), and v.
Definition at line 66 of file quadInt.h.
References osl::QuadInt::XMM::llv, QuadInt(), and v.
|
inline |
|
inline |
|
inlinestatic |
Definition at line 123 of file quadInt.h.
Referenced by osl::eval::ml::MultiWeights::setRandom().
Referenced by clear(), operator*=(), operator+=(), operator-=(), osl::container::operator<(), operator=(), osl::container::operator==(), operator[](), operator[](), and QuadInt().