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 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 const int | Alignment = 16 |
![]() | |
~Align16New () | |
|
inline |
|
inline |
Definition at line 59 of file quadInt.h.
References osl::container::QuadInt::XMM::llv, and v.
|
inline |
Definition at line 75 of file quadInt.h.
References osl::container::QuadInt::XMM::llv, and v.
Referenced by osl::eval::ml::RookMobilityAll::eval(), osl::eval::ml::BishopMobilityAll::eval(), osl::eval::ml::LanceMobilityAll::eval(), osl::eval::ml::PtypeCount::eval(), osl::eval::ml::King25EffectEachBoth::evalOne(), and QuadInt().
|
inline |
Definition at line 110 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
Definition at line 94 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
|
inline |
Definition at line 102 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
Definition at line 66 of file quadInt.h.
References osl::container::QuadInt::XMM::llv, and v.
|
inline |
Definition at line 83 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
|
inline |
Definition at line 86 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
|
inlinestatic |
Definition at line 123 of file quadInt.h.
Referenced by osl::eval::ml::MultiWeights::setRandom().
union osl::container::QuadInt::XMM osl::container::QuadInt::v |
Referenced by clear(), operator*=(), operator+=(), operator-=(), osl::container::operator<(), operator=(), osl::container::operator==(), operator[](), operator[](), and QuadInt().