#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 57 of file quadInt.h.
References osl::container::QuadInt::XMM::llv, and v.
|
inline |
Definition at line 73 of file quadInt.h.
References osl::container::QuadInt::XMM::llv, and v.
Referenced by QuadInt().
|
inline |
Definition at line 108 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
Definition at line 92 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
|
inline |
Definition at line 100 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
Definition at line 64 of file quadInt.h.
References osl::container::QuadInt::XMM::llv, and v.
|
inline |
Definition at line 81 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
|
inline |
Definition at line 84 of file quadInt.h.
References osl::container::QuadInt::XMM::iv, and v.
|
inlinestatic |
union osl::container::QuadInt::XMM osl::container::QuadInt::v |
Referenced by clear(), operator*=(), operator+=(), operator-=(), osl::container::operator<(), operator=(), osl::container::operator==(), operator[](), and QuadInt().