#include <llong.hpp>
|
class | int128 |
uint64 | low (const uint128 &x) |
uint64 | high (const uint128 &x) |
uint128 | operator+ (const uint128 &x, const uint128 &y) |
uint128 | operator- (const uint128 &x, const uint128 &y) |
uint128 | operator/ (const uint128 &x, const uint128 &y) |
uint128 | operator% (const uint128 &x, const uint128 &y) |
uint128 | operator* (const uint128 &x, const uint128 &y) |
uint128 | operator| (const uint128 &x, const uint128 &y) |
uint128 | operator& (const uint128 &x, const uint128 &y) |
uint128 | operator^ (const uint128 &x, const uint128 &y) |
uint128 | operator>> (const uint128 &x, int cnt) |
uint128 | operator<< (const uint128 &x, int cnt) |
uint128 | operator+ (const uint128 &x) |
uint128 | operator- (const uint128 &x) |
uint128 | operator~ (const uint128 &x) |
bool | operator== (const uint128 &x, const uint128 &y) |
bool | operator!= (const uint128 &x, const uint128 &y) |
bool | operator> (const uint128 &x, const uint128 &y) |
bool | operator< (const uint128 &x, const uint128 &y) |
bool | operator>= (const uint128 &x, const uint128 &y) |
bool | operator<= (const uint128 &x, const uint128 &y) |
◆ uint128() [1/6]
uint128::uint128 |
( |
void | | ) |
|
|
inline |
◆ uint128() [2/6]
uint128::uint128 |
( |
uint | x | ) |
|
|
inline |
◆ uint128() [3/6]
uint128::uint128 |
( |
int | x | ) |
|
|
inline |
◆ uint128() [4/6]
◆ uint128() [5/6]
uint128::uint128 |
( |
int64 | x | ) |
|
|
inline |
◆ uint128() [6/6]
◆ operator+=()
◆ operator-=()
◆ operator/=()
◆ operator%=()
◆ operator*=()
◆ operator|=()
◆ operator&=()
◆ operator^=()
◆ operator>>=()
uint128 & uint128::operator>>= |
( |
int | cnt | ) |
|
|
inline |
◆ operator<<=()
uint128 & uint128::operator<<= |
( |
int | cnt | ) |
|
|
inline |
◆ operator++()
◆ operator--()
◆ int128
◆ low
◆ high
◆ operator+ [1/2]
◆ operator- [1/2]
◆ operator/
◆ operator%
◆ operator*
◆ operator|
◆ operator&
◆ operator^
◆ operator>>
◆ operator<<
◆ operator+ [2/2]
◆ operator- [2/2]
◆ operator~
◆ operator==
◆ operator!=
◆ operator>
◆ operator<
◆ operator>=
◆ operator<=
The documentation for this class was generated from the following file: