#include <cstdint>
#include <string>
#include "api.h"
#include "overflow.h"
#include "types.h"
Go to the source code of this file.
|
| LBUG_API uint128_t | lbug::common::operator+ (const uint128_t &lhs, const uint128_t &rhs) |
| LBUG_API uint128_t | lbug::common::operator- (const uint128_t &lhs, const uint128_t &rhs) |
| LBUG_API uint128_t | lbug::common::operator* (const uint128_t &lhs, const uint128_t &rhs) |
| LBUG_API uint128_t | lbug::common::operator/ (const uint128_t &lhs, const uint128_t &rhs) |
| LBUG_API uint128_t | lbug::common::operator% (const uint128_t &lhs, const uint128_t &rhs) |
| LBUG_API uint128_t | lbug::common::operator^ (const uint128_t &lhs, const uint128_t &rhs) |
| LBUG_API uint128_t | lbug::common::operator& (const uint128_t &lhs, const uint128_t &rhs) |
| LBUG_API uint128_t | lbug::common::operator~ (const uint128_t &val) |
| LBUG_API uint128_t | lbug::common::operator| (const uint128_t &lhs, const uint128_t &rhs) |
| LBUG_API uint128_t | lbug::common::operator<< (const uint128_t &lhs, int amount) |
| LBUG_API uint128_t | lbug::common::operator>> (const uint128_t &lhs, int amount) |
| LBUG_API bool | lbug::common::operator== (const uint128_t &lhs, const uint128_t &rhs) |
| LBUG_API bool | lbug::common::operator!= (const uint128_t &lhs, const uint128_t &rhs) |
| LBUG_API bool | lbug::common::operator> (const uint128_t &lhs, const uint128_t &rhs) |
| LBUG_API bool | lbug::common::operator>= (const uint128_t &lhs, const uint128_t &rhs) |
| LBUG_API bool | lbug::common::operator< (const uint128_t &lhs, const uint128_t &rhs) |
| LBUG_API bool | lbug::common::operator<= (const uint128_t &lhs, const uint128_t &rhs) |