terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ BarrettReduction() [2/2]

void Mono.Math.BigInteger.ModulusRing.BarrettReduction ( BigInteger x)
inline

Definition at line 636 of file BigInteger.cs.

637 {
639 uint length = x.length;
640 uint length2 = bigInteger.length;
641 uint[] data = x.data;
642 uint length3 = this.constant.length;
644 uint length4 = x.length;
645 uint[] data2 = x.data;
646 uint[] data3 = bigInteger2.data;
647 uint length5 = bigInteger2.length;
648 uint length6 = x.length;
650 if (length4 != 0U)
651 {
652 uint[] data4 = x.data;
654 }
655 int num = 1;
656 x.length = (uint)num;
657 uint[] data5 = bigInteger.data;
658 uint length7 = bigInteger.length;
659 if (length4 != 0U)
660 {
661 }
662 if (!true)
663 {
664 }
665 }
class f__AnonymousType0<< Count > j__TPar

References Mono.Math.BigInteger.ModulusRing.constant, Mono.Math.BigInteger.data, j__TPar, Mono.Math.BigInteger.length, Mono.Math.BigInteger.ModulusRing.mod, and System.U.