#include <int128s.h>
◆ int128() [1/10]
ZenLib::int128::int128 |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ int128() [2/10]
ZenLib::int128::int128 |
( |
const int128 & |
a | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ int128() [3/10]
ZenLib::int128::int128 |
( |
const unsigned int & |
a | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ int128() [4/10]
ZenLib::int128::int128 |
( |
const signed int & |
a | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ int128() [5/10]
ZenLib::int128::int128 |
( |
const int64u & |
a | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ int128() [6/10]
ZenLib::int128::int128 |
( |
const int64s & |
a | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ int128() [7/10]
ZenLib::int128::int128 |
( |
const float |
a | ) |
|
throw | ( | |
| ) | | |
◆ int128() [8/10]
ZenLib::int128::int128 |
( |
const double & |
a | ) |
|
throw | ( | |
| ) | | |
◆ int128() [9/10]
ZenLib::int128::int128 |
( |
const long double & |
a | ) |
|
throw | ( | |
| ) | | |
◆ int128() [10/10]
ZenLib::int128::int128 |
( |
const char * |
sz | ) |
|
throw | ( | |
| ) | | |
◆ bit() [1/2]
bool ZenLib::int128::bit |
( |
unsigned int |
n | ) |
const |
throw | ( | |
| ) | | |
◆ bit() [2/2]
void ZenLib::int128::bit |
( |
unsigned int |
n, |
|
|
bool |
val |
|
) |
| |
throw | ( | |
| ) | | |
◆ div()
◆ operator!()
bool ZenLib::int128::operator! |
( |
| ) |
const |
throw | ( | |
| ) | | |
◆ operator%=()
int128 & ZenLib::int128::operator%= |
( |
const int128 & |
b | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ operator&=()
int128 & ZenLib::int128::operator&= |
( |
const int128 & |
b | ) |
|
throw | ( | |
| ) | | |
◆ operator*=()
int128 & ZenLib::int128::operator*= |
( |
const int128 & |
b | ) |
|
throw | ( | |
| ) | | |
◆ operator+()
const int128 & ZenLib::int128::operator+ |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ operator++() [1/2]
int128 & ZenLib::int128::operator++ |
( |
| ) |
|
◆ operator++() [2/2]
int128 ZenLib::int128::operator++ |
( |
int |
| ) |
|
◆ operator+=()
int128 & ZenLib::int128::operator+= |
( |
const int128 & |
b | ) |
|
throw | ( | |
| ) | | |
◆ operator-()
int128 ZenLib::int128::operator- |
( |
| ) |
const |
throw | ( | |
| ) | | |
◆ operator--() [1/2]
int128 & ZenLib::int128::operator-- |
( |
| ) |
|
◆ operator--() [2/2]
int128 ZenLib::int128::operator-- |
( |
int |
| ) |
|
◆ operator-=()
int128 & ZenLib::int128::operator-= |
( |
const int128 & |
b | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ operator/=()
int128 & ZenLib::int128::operator/= |
( |
const int128 & |
b | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ operator<<=()
int128 & ZenLib::int128::operator<<= |
( |
unsigned int |
n | ) |
|
throw | ( | |
| ) | | |
◆ operator>>=()
int128 & ZenLib::int128::operator>>= |
( |
unsigned int |
n | ) |
|
throw | ( | |
| ) | | |
◆ operator^=()
int128 & ZenLib::int128::operator^= |
( |
const int128 & |
b | ) |
|
throw | ( | |
| ) | | |
◆ operator|=()
int128 & ZenLib::int128::operator|= |
( |
const int128 & |
b | ) |
|
throw | ( | |
| ) | | |
◆ operator~()
int128 ZenLib::int128::operator~ |
( |
| ) |
const |
throw | ( | |
| ) | | |
◆ toDouble()
double ZenLib::int128::toDouble |
( |
| ) |
const |
throw | ( | |
| ) | | |
◆ toFloat()
float ZenLib::int128::toFloat |
( |
| ) |
const |
throw | ( | |
| ) | | |
◆ toInt()
int ZenLib::int128::toInt |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ toInt64()
int64s ZenLib::int128::toInt64 |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ toLongDouble()
long double ZenLib::int128::toLongDouble |
( |
| ) |
const |
throw | ( | |
| ) | | |
◆ toString()
const char * ZenLib::int128::toString |
( |
unsigned int |
radix = 10 | ) |
const |
throw | ( | |
| ) | | |
◆ operator&&
bool operator&& |
( |
const int128 & |
, |
|
|
const int128 & |
|
|
) |
| |
throw | ( | |
| ) | | |
|
friend |
◆ operator<
bool operator< |
( |
const int128 & |
, |
|
|
const int128 & |
|
|
) |
| |
throw | ( | |
| ) | | |
|
friend |
◆ operator==
bool operator== |
( |
const int128 & |
, |
|
|
const int128 & |
|
|
) |
| |
throw | ( | |
| ) | | |
|
friend |
◆ operator||
bool operator|| |
( |
const int128 & |
, |
|
|
const int128 & |
|
|
) |
| |
throw | ( | |
| ) | | |
|
friend |
The documentation for this class was generated from the following file: