Functions |
bool | ZenLib::operator< (const int128 &a, const int128 &b) throw () |
bool | ZenLib::operator== (const int128 &a, const int128 &b) throw () |
bool | ZenLib::operator|| (const int128 &a, const int128 &b) throw () |
bool | ZenLib::operator&& (const int128 &a, const int128 &b) throw () |
int128 | ZenLib::operator+ (const int128 &a, const int128 &b) throw () |
int128 | ZenLib::operator- (const int128 &a, const int128 &b) throw () |
int128 | ZenLib::operator* (const int128 &a, const int128 &b) throw () |
int128 | ZenLib::operator/ (const int128 &a, const int128 &b) throw () |
int128 | ZenLib::operator% (const int128 &a, const int128 &b) throw () |
int128 | ZenLib::operator>> (const int128 &a, unsigned int n) throw () |
int128 | ZenLib::operator<< (const int128 &a, unsigned int n) throw () |
int128 | ZenLib::operator& (const int128 &a, const int128 &b) throw () |
int128 | ZenLib::operator| (const int128 &a, const int128 &b) throw () |
int128 | ZenLib::operator^ (const int128 &a, const int128 &b) throw () |
bool | ZenLib::operator> (const int128 &a, const int128 &b) throw () |
bool | ZenLib::operator<= (const int128 &a, const int128 &b) throw () |
bool | ZenLib::operator>= (const int128 &a, const int128 &b) throw () |
bool | ZenLib::operator!= (const int128 &a, const int128 &b) throw () |