RetroArch
|
Macros | |
#define | BIGINTEGER_LITERAL(s) BigInteger(s, sizeof(s) - 1) |
Functions | |
static const BigInteger | kZero (0) |
static const BigInteger | kOne (1) |
TEST (BigInteger, Constructor) | |
TEST (BigInteger, AddUint64) | |
TEST (BigInteger, MultiplyUint64) | |
TEST (BigInteger, MultiplyUint32) | |
TEST (BigInteger, LeftShift) | |
TEST (BigInteger, Compare) | |
Variables | |
static const BigInteger | kUint64Max = BIGINTEGER_LITERAL("18446744073709551615") |
static const BigInteger | kTwo64 = BIGINTEGER_LITERAL("18446744073709551616") |
|
static |
|
static |
TEST | ( | BigInteger | , |
Constructor | |||
) |
TEST | ( | BigInteger | , |
AddUint64 | |||
) |
TEST | ( | BigInteger | , |
MultiplyUint64 | |||
) |
TEST | ( | BigInteger | , |
MultiplyUint32 | |||
) |
TEST | ( | BigInteger | , |
LeftShift | |||
) |
TEST | ( | BigInteger | , |
Compare | |||
) |
|
static |
|
static |