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