OpenShot Audio Library | OpenShotAudio 0.3.2
Loading...
Searching...
No Matches
juce::BigInteger Member List

This is the complete list of members for juce::BigInteger, including all inherited members.

BigInteger()juce::BigInteger
BigInteger(uint32 value)juce::BigInteger
BigInteger(int32 value)juce::BigInteger
BigInteger(int64 value)juce::BigInteger
BigInteger(const BigInteger &)juce::BigInteger
BigInteger(BigInteger &&) noexceptjuce::BigInteger
clear() noexceptjuce::BigInteger
clearBit(int bitNumber) noexceptjuce::BigInteger
compare(const BigInteger &other) const noexceptjuce::BigInteger
compareAbsolute(const BigInteger &other) const noexceptjuce::BigInteger
countNumberOfSetBits() const noexceptjuce::BigInteger
divideBy(const BigInteger &divisor, BigInteger &remainder)juce::BigInteger
exponentModulo(const BigInteger &exponent, const BigInteger &modulus)juce::BigInteger
extendedEuclidean(const BigInteger &a, const BigInteger &b, BigInteger &xOut, BigInteger &yOut)juce::BigInteger
findGreatestCommonDivisor(BigInteger other) constjuce::BigInteger
findNextClearBit(int startIndex) const noexceptjuce::BigInteger
findNextSetBit(int startIndex) const noexceptjuce::BigInteger
getBitRange(int startBit, int numBits) constjuce::BigInteger
getBitRangeAsInt(int startBit, int numBits) const noexceptjuce::BigInteger
getHighestBit() const noexceptjuce::BigInteger
insertBit(int bitNumber, bool shouldBeSet)juce::BigInteger
inverseModulo(const BigInteger &modulus)juce::BigInteger
isNegative() const noexceptjuce::BigInteger
isOne() const noexceptjuce::BigInteger
isZero() const noexceptjuce::BigInteger
loadFromMemoryBlock(const MemoryBlock &data)juce::BigInteger
montgomeryMultiplication(const BigInteger &other, const BigInteger &modulus, const BigInteger &modulusp, int k)juce::BigInteger
negate() noexceptjuce::BigInteger
operator!=(const BigInteger &) const noexcept (defined in juce::BigInteger)juce::BigInteger
operator%(const BigInteger &) const (defined in juce::BigInteger)juce::BigInteger
operator%=(const BigInteger &) (defined in juce::BigInteger)juce::BigInteger
operator&(const BigInteger &) const (defined in juce::BigInteger)juce::BigInteger
operator&=(const BigInteger &) (defined in juce::BigInteger)juce::BigInteger
operator*(const BigInteger &) const (defined in juce::BigInteger)juce::BigInteger
operator*=(const BigInteger &) (defined in juce::BigInteger)juce::BigInteger
operator+(const BigInteger &) const (defined in juce::BigInteger)juce::BigInteger
operator++() (defined in juce::BigInteger)juce::BigInteger
operator++(int) (defined in juce::BigInteger)juce::BigInteger
operator+=(const BigInteger &) (defined in juce::BigInteger)juce::BigInteger
operator-() const (defined in juce::BigInteger)juce::BigInteger
operator-(const BigInteger &) const (defined in juce::BigInteger)juce::BigInteger
operator--() (defined in juce::BigInteger)juce::BigInteger
operator--(int) (defined in juce::BigInteger)juce::BigInteger
operator-=(const BigInteger &) (defined in juce::BigInteger)juce::BigInteger
operator/(const BigInteger &) const (defined in juce::BigInteger)juce::BigInteger
operator/=(const BigInteger &) (defined in juce::BigInteger)juce::BigInteger
operator<(const BigInteger &) const noexcept (defined in juce::BigInteger)juce::BigInteger
operator<<(int numBitsToShift) const (defined in juce::BigInteger)juce::BigInteger
operator<<=(int numBitsToShift) (defined in juce::BigInteger)juce::BigInteger
operator<=(const BigInteger &) const noexcept (defined in juce::BigInteger)juce::BigInteger
operator=(BigInteger &&) noexceptjuce::BigInteger
operator=(const BigInteger &)juce::BigInteger
operator==(const BigInteger &) const noexcept (defined in juce::BigInteger)juce::BigInteger
operator>(const BigInteger &) const noexcept (defined in juce::BigInteger)juce::BigInteger
operator>=(const BigInteger &) const noexcept (defined in juce::BigInteger)juce::BigInteger
operator>>(int numBitsToShift) const (defined in juce::BigInteger)juce::BigInteger
operator>>=(int numBitsToShift) (defined in juce::BigInteger)juce::BigInteger
operator[](int bit) const noexceptjuce::BigInteger
operator^(const BigInteger &) const (defined in juce::BigInteger)juce::BigInteger
operator^=(const BigInteger &) (defined in juce::BigInteger)juce::BigInteger
operator|(const BigInteger &) const (defined in juce::BigInteger)juce::BigInteger
operator|=(const BigInteger &) (defined in juce::BigInteger)juce::BigInteger
parseString(StringRef text, int base)juce::BigInteger
setBit(int bitNumber)juce::BigInteger
setBit(int bitNumber, bool shouldBeSet)juce::BigInteger
setBitRangeAsInt(int startBit, int numBits, uint32 valueToSet)juce::BigInteger
setNegative(bool shouldBeNegative) noexceptjuce::BigInteger
setRange(int startBit, int numBits, bool shouldBeSet)juce::BigInteger
shiftBits(int howManyBitsLeft, int startBit)juce::BigInteger
swapWith(BigInteger &) noexceptjuce::BigInteger
toInt64() const noexceptjuce::BigInteger
toInteger() const noexceptjuce::BigInteger
toMemoryBlock() constjuce::BigInteger
toString(int base, int minimumNumCharacters=1) constjuce::BigInteger
~BigInteger()juce::BigInteger