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
|
Static Public Member Functions | |
static uint[] | Add (uint[] left, uint right) |
static unsafe uint[] | Add (uint[] left, uint[] right) |
static uint[] | Subtract (uint[] left, uint right) |
static unsafe uint[] | Subtract (uint[] left, uint[] right) |
static int | Compare (uint[] left, uint[] right) |
Static Private Member Functions | |
static unsafe void | Add (uint *left, int leftLength, uint *right, int rightLength, uint *bits, int bitsLength) |
static unsafe void | Subtract (uint *left, int leftLength, uint *right, int rightLength, uint *bits, int bitsLength) |
static | BigIntegerCalculator () |
Static Private Attributes | |
static int | ReducerThreshold |
static int | SquareThreshold |
static int | AllocationThreshold |
static int | MultiplyThreshold |
Definition at line 8 of file BigIntegerCalculator.cs.