#include <tripleInt.h>
Classes | |
union | XMM |
Public Member Functions | |
TripleInt () | |
TripleInt (TripleInt const &si) | |
TripleInt (int a, int b, int c) | |
void | clear () |
int & | operator[] (int i) |
const int & | operator[] (int i) const |
TripleInt | operator- () const |
TripleInt & | operator+= (TripleInt const &si) |
TripleInt & | operator-= (TripleInt const &si) |
TripleInt & | operator*= (int scale) |
TripleInt & | operator/= (int div) |
TripleInt & | operator>>= (int shift) |
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::TripleInt::XMM | v |
Additional Inherited Members | |
![]() | |
static const int | Alignment = 16 |
![]() | |
~Align16New () | |
Definition at line 42 of file tripleInt.h.
|
inline |
Definition at line 53 of file tripleInt.h.
References clear().
|
inline |
Definition at line 59 of file tripleInt.h.
References osl::container::TripleInt::XMM::iv, v, and osl::container::TripleInt::XMM::v4.
|
inline |
Definition at line 67 of file tripleInt.h.
References osl::container::TripleInt::XMM::iv, v, and osl::container::TripleInt::XMM::v4.
|
inline |
Definition at line 77 of file tripleInt.h.
References osl::container::TripleInt::XMM::iv, v, and osl::container::TripleInt::XMM::v4.
Referenced by TripleInt().
|
inline |
Definition at line 116 of file tripleInt.h.
References osl::container::TripleInt::XMM::iv, v, osl::container::TripleInt::XMM::v2, and osl::container::TripleInt::XMM::v4.
Definition at line 100 of file tripleInt.h.
References osl::container::TripleInt::XMM::iv, v, and osl::container::TripleInt::XMM::v4.
|
inline |
Definition at line 91 of file tripleInt.h.
References osl::container::TripleInt::XMM::iv, v, and osl::container::TripleInt::XMM::v4.
Definition at line 108 of file tripleInt.h.
References osl::container::TripleInt::XMM::iv, v, and osl::container::TripleInt::XMM::v4.
|
inline |
Definition at line 129 of file tripleInt.h.
References osl::container::TripleInt::XMM::iv, and v.
|
inline |
Definition at line 134 of file tripleInt.h.
References osl::container::TripleInt::XMM::iv, v, and osl::container::TripleInt::XMM::v4.
|
inline |
Definition at line 85 of file tripleInt.h.
References osl::container::TripleInt::XMM::iv, and v.
|
inline |
Definition at line 88 of file tripleInt.h.
References osl::container::TripleInt::XMM::iv, and v.
|
inlinestatic |
Definition at line 143 of file tripleInt.h.
union osl::container::TripleInt::XMM osl::container::TripleInt::v |
Referenced by clear(), operator*=(), operator+=(), operator-(), operator-=(), operator/=(), operator>>=(), operator[](), and TripleInt().