"L. Spiro Engine"

lsstd::C128BitInteger Member List

This is the complete list of members for lsstd::C128BitInteger, including all inherited members.
Add(const C128BitInteger &_biLeft, const C128BitInteger &_biRight, C128BitInteger &_biResult)lsstd::C128BitInteger [inline, static]
C128BitInteger() (defined in lsstd::C128BitInteger)lsstd::C128BitInteger [inline]
C128BitInteger(const C128BitInteger &_biOp) (defined in lsstd::C128BitInteger)lsstd::C128BitInteger [inline]
C128BitInteger(LSINT64 _i64Src) (defined in lsstd::C128BitInteger)lsstd::C128BitInteger [inline]
C128BitInteger(LSUINT64 _ui64Src) (defined in lsstd::C128BitInteger)lsstd::C128BitInteger [inline]
C128BitInteger(const LSUINT32 *_pui32Src) (defined in lsstd::C128BitInteger)lsstd::C128BitInteger [inline]
Divide(const C128BitInteger &_biLeft, const C128BitInteger &_biRight, C128BitInteger &_biResult)lsstd::C128BitInteger [inline, static]
DivideM(const C128BitInteger &_biLeft, const C128BitInteger &_biRight, C128BitInteger &_biQuotient, C128BitInteger &_biRemainder)lsstd::C128BitInteger [inline, protected, static]
DivideS(const C128BitInteger &_biLeft, const C128BitInteger &_biRight, C128BitInteger &_biQuotient, C128BitInteger &_biRemainder)lsstd::C128BitInteger [inline, protected, static]
m_ui32Digitslsstd::C128BitInteger [protected]
Modulus(const C128BitInteger &_biLeft, const C128BitInteger &_biRight, C128BitInteger &_biResult)lsstd::C128BitInteger [inline, static]
Multiply(const C128BitInteger &_biLeft, const C128BitInteger &_biRight, C128BitInteger &_biResult)lsstd::C128BitInteger [inline, static]
Negate(const C128BitInteger &_biValue, C128BitInteger &_biResult)lsstd::C128BitInteger [inline, static]
operator%(const C128BitInteger &_biOp) const lsstd::C128BitInteger [inline]
operator*(const C128BitInteger &_biOp) const lsstd::C128BitInteger [inline]
operator*=(const C128BitInteger &_biOp)lsstd::C128BitInteger [inline]
operator+(const C128BitInteger &_biOp) const lsstd::C128BitInteger [inline]
operator-() const lsstd::C128BitInteger [inline]
operator-(const C128BitInteger &_biOp) const lsstd::C128BitInteger [inline]
operator/(const C128BitInteger &_biOp) const lsstd::C128BitInteger [inline]
operator/=(const C128BitInteger &_biOp)lsstd::C128BitInteger [inline]
operator<(const C128BitInteger &_biOp) const lsstd::C128BitInteger [inline]
operator<<(LSUINT32 _ui32Shift) const lsstd::C128BitInteger [inline]
operator<<=(LSUINT32 _ui32Shift)lsstd::C128BitInteger [inline]
operator>(const C128BitInteger &_biOp) const lsstd::C128BitInteger [inline]
operator>>(LSUINT32 _ui32Shift) const lsstd::C128BitInteger [inline]
operator>>=(LSUINT32 _ui32Shift)lsstd::C128BitInteger [inline]
ShiftLeft(LSUINT32 *_pui32Data, LSUINT32 _ui32Len, LSUINT32 _ui32Amount)lsstd::C128BitInteger [inline, static]
ShiftRight(LSUINT32 *_pui32Data, LSUINT32 _ui32Len, LSUINT32 _ui32Amount)lsstd::C128BitInteger [inline, static]
Subtract(const C128BitInteger &_biLeft, const C128BitInteger &_biRight, C128BitInteger &_biResult)lsstd::C128BitInteger [inline, static]
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator