HDK
|
This is the complete list of members for UT_VeryLong, including all inherited members.
divideBy(uint base=10) | UT_VeryLong | |
gcd(const UT_VeryLong &X, const UT_VeryLong &Y) | UT_VeryLong | static |
getBit(int i) const | UT_VeryLong | |
getData(uint &len) const | UT_VeryLong | |
getLow32Bits() const | UT_VeryLong | |
getNegative() const | UT_VeryLong | inline |
getNumBits() const | UT_VeryLong | |
getValue() | UT_VeryLong | inline |
getValue() const | UT_VeryLong | inline |
isZero() const | UT_VeryLong | |
loadFromBitStream(UT_BitStream &bs, int nbits) | UT_VeryLong | |
modexp(const UT_VeryLong &x, const UT_VeryLong &e, const UT_VeryLong &m) | UT_VeryLong | static |
modinv(const UT_VeryLong &a, const UT_VeryLong &m) | UT_VeryLong | static |
operator unsigned() | UT_VeryLong | |
operator!=(const UT_VeryLong &x, const UT_VeryLong &y) | UT_VeryLong | friend |
operator%=(const UT_VeryLong &x) | UT_VeryLong | |
operator*=(const UT_VeryLong &x) | UT_VeryLong | |
operator+=(const UT_VeryLong &x) | UT_VeryLong | |
operator-=(const UT_VeryLong &x) | UT_VeryLong | |
operator/=(const UT_VeryLong &x) | UT_VeryLong | |
operator<(const UT_VeryLong &x, const UT_VeryLong &y) | UT_VeryLong | friend |
operator<<=(uint shift) | UT_VeryLong | |
operator<=(const UT_VeryLong &x, const UT_VeryLong &y) | UT_VeryLong | friend |
operator=(const UT_VeryLong &x) | UT_VeryLong | |
operator=(uint x) | UT_VeryLong | |
operator=(const char *x) | UT_VeryLong | |
operator==(const UT_VeryLong &x, const UT_VeryLong &y) | UT_VeryLong | friend |
operator>(const UT_VeryLong &x, const UT_VeryLong &y) | UT_VeryLong | friend |
operator>=(const UT_VeryLong &x, const UT_VeryLong &y) | UT_VeryLong | friend |
operator>>=(uint shift) | UT_VeryLong | |
operator^=(const UT_VeryLong &x) | UT_VeryLong | |
operator|=(const UT_VeryLong &x) | UT_VeryLong | |
print(const char *prefix=0, int radix=16, const char *suffix="\n") const | UT_VeryLong | |
printVariable(const char *name) const | UT_VeryLong | |
saveToBitStream(UT_BitStream &bs, int nbits) const | UT_VeryLong | |
setData(const uint *data, uint len) | UT_VeryLong | |
setNegative(int n) | UT_VeryLong | inline |
ut_MMExp class | UT_VeryLong | friend |
UT_PolyField class | UT_VeryLong | friend |
UT_VeryLong(uint x=0) | UT_VeryLong | |
UT_VeryLong(const UT_VeryLong &x) | UT_VeryLong | |
UT_VeryLong(const UT_PolyField &x) | UT_VeryLong | |
UT_VeryLong(const uint32 *data, int nwords) | UT_VeryLong | |
UT_VeryLong(const char *string) | UT_VeryLong | |
~UT_VeryLong() | UT_VeryLong |