terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Mono.Math.BigInteger.Kernel Class Referencesealed
+ Collaboration diagram for Mono.Math.BigInteger.Kernel:

Static Public Member Functions

static BigInteger AddSameSign (BigInteger bi1, BigInteger bi2)
 
static BigInteger Subtract (BigInteger big, BigInteger small)
 
static void MinusEq (BigInteger big, BigInteger small)
 
static void PlusEq (BigInteger bi1, BigInteger bi2)
 
static BigInteger.Sign Compare (BigInteger bi1, BigInteger bi2)
 
static uint SingleByteDivideInPlace (BigInteger n, uint d)
 
static uint DwordMod (BigInteger n, uint d)
 
static BigInteger[] DwordDivMod (BigInteger n, uint d)
 
static BigInteger[] multiByteDivide (BigInteger bi1, BigInteger bi2)
 
static BigInteger LeftShift (BigInteger bi, int n)
 
static BigInteger RightShift (BigInteger bi, int n)
 
static void Multiply (uint[] x, uint xOffset, uint xLen, uint[] y, uint yOffset, uint yLen, uint[] d, uint dOffset)
 
static void MultiplyMod2p32pmod (uint[] x, int xOffset, int xLen, uint[] y, int yOffest, int yLen, uint[] d, int dOffset, int mod)
 
static uint modInverse (BigInteger bi, uint modulus)
 
static BigInteger modInverse (BigInteger bi, BigInteger modulus)
 
static BigInteger AddSameSign (BigInteger bi1, BigInteger bi2)
 
static BigInteger Subtract (BigInteger big, BigInteger small)
 
static void MinusEq (BigInteger big, BigInteger small)
 
static void PlusEq (BigInteger bi1, BigInteger bi2)
 
static BigInteger.Sign Compare (BigInteger bi1, BigInteger bi2)
 
static uint SingleByteDivideInPlace (BigInteger n, uint d)
 
static uint DwordMod (BigInteger n, uint d)
 
static BigInteger[] DwordDivMod (BigInteger n, uint d)
 
static BigInteger[] multiByteDivide (BigInteger bi1, BigInteger bi2)
 
static BigInteger LeftShift (BigInteger bi, int n)
 
static BigInteger RightShift (BigInteger bi, int n)
 
static BigInteger MultiplyByDword (BigInteger n, uint f)
 
static void Multiply (uint[] x, uint xOffset, uint xLen, uint[] y, uint yOffset, uint yLen, uint[] d, uint dOffset)
 
static void MultiplyMod2p32pmod (uint[] x, int xOffset, int xLen, uint[] y, int yOffest, int yLen, uint[] d, int dOffset, int mod)
 
static uint modInverse (BigInteger bi, uint modulus)
 
static BigInteger modInverse (BigInteger bi, BigInteger modulus)
 

Detailed Description

Definition at line 1208 of file BigInteger.cs.


The documentation for this class was generated from the following files: