ZenLib
|
#include <int128s.h>
Public Member Functions | |
int128 () noexcept | |
int128 (const int128 &a) noexcept | |
int128 (const unsigned int &a) noexcept | |
int128 (const signed int &a) noexcept | |
int128 (const int64u &a) noexcept | |
int128 (const int64s &a) noexcept | |
int128 (const float a) noexcept | |
int128 (const double &a) noexcept | |
int128 (const long double &a) noexcept | |
int128 (const char *sz) noexcept | |
bool | operator! () const noexcept |
int128 | operator- () const noexcept |
int128 | operator~ () const noexcept |
int128 & | operator++ () |
int128 & | operator-- () |
int128 | operator++ (int) |
int128 | operator-- (int) |
int128 & | operator+= (const int128 &b) noexcept |
int128 & | operator*= (const int128 &b) noexcept |
int128 & | operator>>= (unsigned int n) noexcept |
int128 & | operator<<= (unsigned int n) noexcept |
int128 & | operator|= (const int128 &b) noexcept |
int128 & | operator&= (const int128 &b) noexcept |
int128 & | operator^= (const int128 &b) noexcept |
const int128 & | operator+ () const noexcept |
int128 & | operator-= (const int128 &b) noexcept |
int128 & | operator/= (const int128 &b) noexcept |
int128 & | operator%= (const int128 &b) noexcept |
int | toInt () const noexcept |
int64s | toInt64 () const noexcept |
const char * | toString (unsigned int radix=10) const noexcept |
float | toFloat () const noexcept |
double | toDouble () const noexcept |
long double | toLongDouble () const noexcept |
int128 | div (const int128 &, int128 &) const noexcept |
bool | bit (unsigned int n) const noexcept |
void | bit (unsigned int n, bool val) noexcept |
Friends | |
bool | operator< (const int128 &a, const int128 &b) |
bool | operator== (const int128 &a, const int128 &b) |
bool | operator|| (const int128 &a, const int128 &b) |
bool | operator&& (const int128 &a, const int128 &b) |
|
inlinenoexcept |
Referenced by div(), int128(), ZenLib::operator%(), operator%=(), ZenLib::operator&(), operator&&, operator&=(), ZenLib::operator*(), operator*=(), operator+(), ZenLib::operator+(), operator++(), operator++(), operator+=(), operator-(), ZenLib::operator-(), operator--(), operator--(), operator-=(), ZenLib::operator/(), operator/=(), operator<, ZenLib::operator<<(), operator<<=(), operator==, ZenLib::operator>>(), operator>>=(), ZenLib::operator^(), operator^=(), ZenLib::operator|(), operator|=(), operator||, and operator~().
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
References bit().
References div(), and int128().
Referenced by div(), operator%=(), and operator/=().
|
noexcept |
|
noexcept |
References toDouble().
Referenced by toDouble().
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
References toLongDouble().
Referenced by toLongDouble().
|
noexcept |