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