GetLowPart() | hgl::int128 | [inline] |
HighPart | hgl::int128 | |
int128() | hgl::int128 | |
int128(uint64 n) | hgl::int128 | |
int128(uint64 HighPart, uint64 LowPart) | hgl::int128 | |
LowPart | hgl::int128 | |
operator!=(int128 n1, int128 n2) | hgl::int128 | [friend] |
operator%(int128 n1, int128 n2) | hgl::int128 | [friend] |
operator&(int128 n1, int128 n2) | hgl::int128 | [friend] |
operator*(int128 n1, int128 n2) | hgl::int128 | [friend] |
operator*=(int128 &n1, int128 n2) | hgl::int128 | [friend] |
operator+(int128 n1, int128 n2) | hgl::int128 | [friend] |
operator++(int128 &n) | hgl::int128 | [friend] |
operator+=(int128 &n1, int128 n2) | hgl::int128 | [friend] |
operator-(int128 n1, int128 n2) | hgl::int128 | [friend] |
operator--(int128 &n) | hgl::int128 | [friend] |
operator-=(int128 &n1, int128 n2) | hgl::int128 | [friend] |
operator-=(int128 &n1, unsigned int n2) | hgl::int128 | [friend] |
operator/(int128 n1, int128 n2) | hgl::int128 | [friend] |
operator/=(int128 &n1, int128 n2) | hgl::int128 | [friend] |
operator<(int128 n1, int128 n2) | hgl::int128 | [friend] |
operator<<(int n) | hgl::int128 | |
operator<=(int128 n1, int128 n2) | hgl::int128 | [friend] |
operator==(int128 n1, int128 n2) | hgl::int128 | [friend] |
operator>(int128 n1, int128 n2) | hgl::int128 | [friend] |
operator>=(int128 n1, int128 n2) | hgl::int128 | [friend] |
operator>>(int n) | hgl::int128 | |
operator|(int128 n1, int128 n2) | hgl::int128 | [friend] |
Set(uint64 HighPart, uint64 LowPart) | hgl::int128 | |