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