System.Numerics_CodeGen.c 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856
  1. #include "pch-c.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. // 0x00000001 System.String SR::Format(System.String,System.Object)
  9. extern void SR_Format_m559D9DA5E940FED731B555599468E5EE6A314C55 (void);
  10. // 0x00000002 System.Void System.Numerics.BigInteger::.ctor(System.Int32)
  11. extern void BigInteger__ctor_m104B492675CC61CB48D17E18900DF23DCB7408D4 (void);
  12. // 0x00000003 System.Void System.Numerics.BigInteger::.ctor(System.UInt32)
  13. extern void BigInteger__ctor_m52EB8D81CA50E9ED1E8658E10D79FD06C73ADCF7 (void);
  14. // 0x00000004 System.Void System.Numerics.BigInteger::.ctor(System.Int64)
  15. extern void BigInteger__ctor_mD712B74AEF1E9AF8497BE69D852B845EF21F8F5D (void);
  16. // 0x00000005 System.Void System.Numerics.BigInteger::.ctor(System.UInt64)
  17. extern void BigInteger__ctor_mC6F69437098FCC5419F0D9EBBF3B81F8BAEA47BC (void);
  18. // 0x00000006 System.Void System.Numerics.BigInteger::.ctor(System.Double)
  19. extern void BigInteger__ctor_m28984B04D3CE15020B0DF656A28FA303CC15BD5B (void);
  20. // 0x00000007 System.Void System.Numerics.BigInteger::.ctor(System.Decimal)
  21. extern void BigInteger__ctor_m022F65218976B242C90878967F29358111839491 (void);
  22. // 0x00000008 System.Void System.Numerics.BigInteger::.ctor(System.Byte[])
  23. extern void BigInteger__ctor_mE86998DE086542EC44032A9A6F3978C08DB8DC1D (void);
  24. // 0x00000009 System.Void System.Numerics.BigInteger::.ctor(System.ReadOnlySpan`1<System.Byte>)
  25. extern void BigInteger__ctor_m8C331A08200B79F72C3E12F1FAFE788FC0969A0A (void);
  26. // 0x0000000A System.Void System.Numerics.BigInteger::.ctor(System.Int32,System.UInt32[])
  27. extern void BigInteger__ctor_mD932E4FB18B10103FB5F7D469602312B07FBDB5D (void);
  28. // 0x0000000B System.Void System.Numerics.BigInteger::.ctor(System.UInt32[],System.Boolean)
  29. extern void BigInteger__ctor_mBB8B723C1E9F0A8F59ACE4F6D5218EE4E93FAB3E (void);
  30. // 0x0000000C System.Numerics.BigInteger System.Numerics.BigInteger::get_Zero()
  31. extern void BigInteger_get_Zero_mE10EE4CF6BAD05BC10D0D5012ECDCC1B81E438BF (void);
  32. // 0x0000000D System.Numerics.BigInteger System.Numerics.BigInteger::get_One()
  33. extern void BigInteger_get_One_mBB0EA0E27365CD29C1A4F71AFD04962A91A51052 (void);
  34. // 0x0000000E System.Numerics.BigInteger System.Numerics.BigInteger::get_MinusOne()
  35. extern void BigInteger_get_MinusOne_m5B018EBF2A8A345E0FE9188C32AFC404C1D7347E (void);
  36. // 0x0000000F System.Boolean System.Numerics.BigInteger::get_IsZero()
  37. extern void BigInteger_get_IsZero_m926C5F3453B1335A6A50264AF7A448619850949D (void);
  38. // 0x00000010 System.Boolean System.Numerics.BigInteger::get_IsOne()
  39. extern void BigInteger_get_IsOne_m634E3C96A5A2AEE571DF2E3FC24FCBED2339DD78 (void);
  40. // 0x00000011 System.Int32 System.Numerics.BigInteger::get_Sign()
  41. extern void BigInteger_get_Sign_mB7A2E5A1C237EB3532F5AA6C13511B696B3EA660 (void);
  42. // 0x00000012 System.Boolean System.Numerics.BigInteger::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Numerics.BigInteger&)
  43. extern void BigInteger_TryParse_mAFC9E4EE82CFC39FC63375F27C090AC7CDA1E3EB (void);
  44. // 0x00000013 System.Numerics.BigInteger System.Numerics.BigInteger::Abs(System.Numerics.BigInteger)
  45. extern void BigInteger_Abs_mF9100B81D50C059B2C72158F0DC17A1E0EEBC9A7 (void);
  46. // 0x00000014 System.Numerics.BigInteger System.Numerics.BigInteger::Add(System.Numerics.BigInteger,System.Numerics.BigInteger)
  47. extern void BigInteger_Add_mF19186DC029742C86DB2D689C237162E317B31FD (void);
  48. // 0x00000015 System.Numerics.BigInteger System.Numerics.BigInteger::Multiply(System.Numerics.BigInteger,System.Numerics.BigInteger)
  49. extern void BigInteger_Multiply_mE4F1C77DA40D8D0150A7E42DB4E9944CEFC591A2 (void);
  50. // 0x00000016 System.Numerics.BigInteger System.Numerics.BigInteger::Divide(System.Numerics.BigInteger,System.Numerics.BigInteger)
  51. extern void BigInteger_Divide_m7AD93CF9905D1418FEB940FE2376191529FB640A (void);
  52. // 0x00000017 System.Numerics.BigInteger System.Numerics.BigInteger::Negate(System.Numerics.BigInteger)
  53. extern void BigInteger_Negate_mD93521160B71B671B684FF2C149A5102AFA9024D (void);
  54. // 0x00000018 System.Numerics.BigInteger System.Numerics.BigInteger::GreatestCommonDivisor(System.Numerics.BigInteger,System.Numerics.BigInteger)
  55. extern void BigInteger_GreatestCommonDivisor_mAC4FF67DDD41976C857B17B85951C79368CD418C (void);
  56. // 0x00000019 System.Numerics.BigInteger System.Numerics.BigInteger::GreatestCommonDivisor(System.UInt32[],System.UInt32[])
  57. extern void BigInteger_GreatestCommonDivisor_mB6E8A024FAE92588528ACC5BC502420E1FCF5295 (void);
  58. // 0x0000001A System.Numerics.BigInteger System.Numerics.BigInteger::Pow(System.Numerics.BigInteger,System.Int32)
  59. extern void BigInteger_Pow_mA52D686E2FB53238877C77EEEFAD23A9601028AF (void);
  60. // 0x0000001B System.Int32 System.Numerics.BigInteger::GetHashCode()
  61. extern void BigInteger_GetHashCode_m68DD5586F08BF39F4D6547FED0EF8185F6584306 (void);
  62. // 0x0000001C System.Boolean System.Numerics.BigInteger::Equals(System.Object)
  63. extern void BigInteger_Equals_m6CBBBDCC5015FEB3E9D4C548003456F44C3AF4A8 (void);
  64. // 0x0000001D System.Boolean System.Numerics.BigInteger::Equals(System.Numerics.BigInteger)
  65. extern void BigInteger_Equals_m05302B320532185A473A0E9CBA352FA30BB43C9A (void);
  66. // 0x0000001E System.Int32 System.Numerics.BigInteger::CompareTo(System.Numerics.BigInteger)
  67. extern void BigInteger_CompareTo_mB209DCCC6ADB5AED45CF17A7F953DBF1EFCA3EF9 (void);
  68. // 0x0000001F System.Int32 System.Numerics.BigInteger::CompareTo(System.Object)
  69. extern void BigInteger_CompareTo_m3908928ADB21C85CCAB25946D01D7B332F205584 (void);
  70. // 0x00000020 System.Byte[] System.Numerics.BigInteger::ToByteArray()
  71. extern void BigInteger_ToByteArray_mE55CBE13ADA8E09AFE2D10FF9AD2F373E4000B7B (void);
  72. // 0x00000021 System.Byte[] System.Numerics.BigInteger::TryGetBytes(System.Numerics.BigInteger/GetBytesMode,System.Span`1<System.Byte>,System.Int32&)
  73. extern void BigInteger_TryGetBytes_mEF87C56D26BC0334ECB8B1A4C4177D8720002660 (void);
  74. // 0x00000022 System.String System.Numerics.BigInteger::ToString()
  75. extern void BigInteger_ToString_m880DFDBDB71DB04DE20363C7EC1D81C70C124505 (void);
  76. // 0x00000023 System.String System.Numerics.BigInteger::ToString(System.IFormatProvider)
  77. extern void BigInteger_ToString_m7E5D4069C1C5C61EFB9C822980A6DDA1D57192E1 (void);
  78. // 0x00000024 System.String System.Numerics.BigInteger::ToString(System.String,System.IFormatProvider)
  79. extern void BigInteger_ToString_mF1D8436574127C7331F384E7E30ADE3CA646BCA4 (void);
  80. // 0x00000025 System.Numerics.BigInteger System.Numerics.BigInteger::Add(System.UInt32[],System.Int32,System.UInt32[],System.Int32)
  81. extern void BigInteger_Add_m330AA2E6C72FD80AFDB8776B700E26B63E89D7DC (void);
  82. // 0x00000026 System.Numerics.BigInteger System.Numerics.BigInteger::Subtract(System.UInt32[],System.Int32,System.UInt32[],System.Int32)
  83. extern void BigInteger_Subtract_mA7030019970913872CCA0FA1C71521FBE31B5141 (void);
  84. // 0x00000027 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int32)
  85. extern void BigInteger_op_Implicit_m9806E7B722243D69545EE09318A5DC364ACBC652 (void);
  86. // 0x00000028 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.UInt32)
  87. extern void BigInteger_op_Implicit_mDF29A79E504BF60EDBB205F2D2FE29741BDA2860 (void);
  88. // 0x00000029 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int64)
  89. extern void BigInteger_op_Implicit_m6EF080EFB48B60775B80ECA9E5D08B2322FCD4EC (void);
  90. // 0x0000002A System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.UInt64)
  91. extern void BigInteger_op_Implicit_mFB175F06ED1BC9163CECF7C8523470E5F4DC2F9D (void);
  92. // 0x0000002B System.Int32 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  93. extern void BigInteger_op_Explicit_m1914E9F2188F67F4A904260CF995121BFCF51BFA (void);
  94. // 0x0000002C System.UInt32 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  95. extern void BigInteger_op_Explicit_m94FF4CDAA9859BDD9D6F853145AB3C25E51CF79B (void);
  96. // 0x0000002D System.Int64 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  97. extern void BigInteger_op_Explicit_m0B2B8DBEEE3847FA247D38807E14314D65952ABF (void);
  98. // 0x0000002E System.UInt64 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  99. extern void BigInteger_op_Explicit_m481EE272BCCA64CCCF7A78E7C4CF6E314D52E8BA (void);
  100. // 0x0000002F System.Double System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  101. extern void BigInteger_op_Explicit_m9CFA3DA45CA0A2A28B4302CA87492587B87076FB (void);
  102. // 0x00000030 System.Decimal System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  103. extern void BigInteger_op_Explicit_m67FAC3B738A0A38953009C3BF2C09C2C29891633 (void);
  104. // 0x00000031 System.Numerics.BigInteger System.Numerics.BigInteger::op_LeftShift(System.Numerics.BigInteger,System.Int32)
  105. extern void BigInteger_op_LeftShift_m36703D8137E21C0563C4D84DD842E15DDBDE041E (void);
  106. // 0x00000032 System.Numerics.BigInteger System.Numerics.BigInteger::op_RightShift(System.Numerics.BigInteger,System.Int32)
  107. extern void BigInteger_op_RightShift_m1AD381F5AAC2ABF91AEDAE8DFC692675051E089F (void);
  108. // 0x00000033 System.Numerics.BigInteger System.Numerics.BigInteger::op_UnaryNegation(System.Numerics.BigInteger)
  109. extern void BigInteger_op_UnaryNegation_m86C3291FF760B360FC481DF4772CE692ED0DCE68 (void);
  110. // 0x00000034 System.Numerics.BigInteger System.Numerics.BigInteger::op_Addition(System.Numerics.BigInteger,System.Numerics.BigInteger)
  111. extern void BigInteger_op_Addition_m55A6D35945F71B25A38BD6688EFAC3FAF10C46B9 (void);
  112. // 0x00000035 System.Numerics.BigInteger System.Numerics.BigInteger::op_Multiply(System.Numerics.BigInteger,System.Numerics.BigInteger)
  113. extern void BigInteger_op_Multiply_m2C693A37027C26E76BFF4F974553ACA2D8DCC067 (void);
  114. // 0x00000036 System.Numerics.BigInteger System.Numerics.BigInteger::op_Division(System.Numerics.BigInteger,System.Numerics.BigInteger)
  115. extern void BigInteger_op_Division_m2D185E48C4E6D957CDE6CC6551999807A378C59B (void);
  116. // 0x00000037 System.Numerics.BigInteger System.Numerics.BigInteger::op_Modulus(System.Numerics.BigInteger,System.Numerics.BigInteger)
  117. extern void BigInteger_op_Modulus_m90CD4DEC2293E0D71B73A33720AEE6CFEDECBE2E (void);
  118. // 0x00000038 System.Boolean System.Numerics.BigInteger::op_LessThan(System.Numerics.BigInteger,System.Numerics.BigInteger)
  119. extern void BigInteger_op_LessThan_m89561BB731F384360A88B56FB95F520AF2B881D7 (void);
  120. // 0x00000039 System.Boolean System.Numerics.BigInteger::op_LessThanOrEqual(System.Numerics.BigInteger,System.Numerics.BigInteger)
  121. extern void BigInteger_op_LessThanOrEqual_m78E4ACA68BFC6D622D5D769D2A8328DAA35301F4 (void);
  122. // 0x0000003A System.Boolean System.Numerics.BigInteger::op_GreaterThanOrEqual(System.Numerics.BigInteger,System.Numerics.BigInteger)
  123. extern void BigInteger_op_GreaterThanOrEqual_mA7877996339EB4694414211C903D94F2B224C297 (void);
  124. // 0x0000003B System.Boolean System.Numerics.BigInteger::op_Equality(System.Numerics.BigInteger,System.Numerics.BigInteger)
  125. extern void BigInteger_op_Equality_mC4EE6C9D66F0696466BBF98FC9B0A7F7058549BD (void);
  126. // 0x0000003C System.Boolean System.Numerics.BigInteger::op_Inequality(System.Numerics.BigInteger,System.Numerics.BigInteger)
  127. extern void BigInteger_op_Inequality_mB1391E11D28CED8AAA43CBD9A6F2D8611D627867 (void);
  128. // 0x0000003D System.Boolean System.Numerics.BigInteger::GetPartsForBitManipulation(System.Numerics.BigInteger&,System.UInt32[]&,System.Int32&)
  129. extern void BigInteger_GetPartsForBitManipulation_mD3AD03322CF2ADC78581414A5C11711325F968CF (void);
  130. // 0x0000003E System.Int32 System.Numerics.BigInteger::GetDiffLength(System.UInt32[],System.UInt32[],System.Int32)
  131. extern void BigInteger_GetDiffLength_mB3F1844C7CAFED565137FE901F934FA794D67C6E (void);
  132. // 0x0000003F System.Void System.Numerics.BigInteger::.cctor()
  133. extern void BigInteger__cctor_mCB88C11F0635363AA8B28CA071994330D7D7D801 (void);
  134. // 0x00000040 System.UInt32[] System.Numerics.BigIntegerCalculator::Add(System.UInt32[],System.UInt32)
  135. extern void BigIntegerCalculator_Add_m643B728B417DBCF4168C15A34095B386D31C0BBA (void);
  136. // 0x00000041 System.UInt32[] System.Numerics.BigIntegerCalculator::Add(System.UInt32[],System.UInt32[])
  137. extern void BigIntegerCalculator_Add_m8091359F1187007FF6128F40189ED91CD63C722E (void);
  138. // 0x00000042 System.Void System.Numerics.BigIntegerCalculator::Add(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  139. extern void BigIntegerCalculator_Add_m496293A14EC7A004C5943BDE0B6CF54882EC284D (void);
  140. // 0x00000043 System.Void System.Numerics.BigIntegerCalculator::AddSelf(System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  141. extern void BigIntegerCalculator_AddSelf_m1A1058B6CD1212816780726B6868A09CEE3BE8D8 (void);
  142. // 0x00000044 System.UInt32[] System.Numerics.BigIntegerCalculator::Subtract(System.UInt32[],System.UInt32)
  143. extern void BigIntegerCalculator_Subtract_mEF7E50FEA37454255B908BB231EBC1A66AE2EBFB (void);
  144. // 0x00000045 System.UInt32[] System.Numerics.BigIntegerCalculator::Subtract(System.UInt32[],System.UInt32[])
  145. extern void BigIntegerCalculator_Subtract_m172D476EA6A5220D7D3B26ADD9AFA7CD09229C42 (void);
  146. // 0x00000046 System.Void System.Numerics.BigIntegerCalculator::Subtract(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  147. extern void BigIntegerCalculator_Subtract_m22001C50AF4E194C631D41874BD113841C4DE19E (void);
  148. // 0x00000047 System.Int32 System.Numerics.BigIntegerCalculator::Compare(System.UInt32[],System.UInt32[])
  149. extern void BigIntegerCalculator_Compare_m17B4E1AAB2A6C05826858E5302B034CD9FF2A747 (void);
  150. // 0x00000048 System.UInt32[] System.Numerics.BigIntegerCalculator::Divide(System.UInt32[],System.UInt32)
  151. extern void BigIntegerCalculator_Divide_mFF85DE0D3ED8F3DE5A6186B81EA57C53B30120F4 (void);
  152. // 0x00000049 System.UInt32 System.Numerics.BigIntegerCalculator::Remainder(System.UInt32[],System.UInt32)
  153. extern void BigIntegerCalculator_Remainder_m060ED143A943027A6EB1FFCBD689AF619B7E376F (void);
  154. // 0x0000004A System.UInt32[] System.Numerics.BigIntegerCalculator::Divide(System.UInt32[],System.UInt32[])
  155. extern void BigIntegerCalculator_Divide_m15EDBC55C2E6EF9820AF47451DBD00A9E04B7943 (void);
  156. // 0x0000004B System.UInt32[] System.Numerics.BigIntegerCalculator::Remainder(System.UInt32[],System.UInt32[])
  157. extern void BigIntegerCalculator_Remainder_m389E728A00728E8BDF45FDF6E07B840BC582D145 (void);
  158. // 0x0000004C System.Void System.Numerics.BigIntegerCalculator::Divide(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  159. extern void BigIntegerCalculator_Divide_m1983C620438EA6EFD4C5816BB24AF31050C08400 (void);
  160. // 0x0000004D System.UInt32 System.Numerics.BigIntegerCalculator::AddDivisor(System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  161. extern void BigIntegerCalculator_AddDivisor_mF6CF8F7929BC4108E1717716093541CDAB5631A6 (void);
  162. // 0x0000004E System.UInt32 System.Numerics.BigIntegerCalculator::SubtractDivisor(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt64)
  163. extern void BigIntegerCalculator_SubtractDivisor_mE47C7B3013C28BF0C863AD1FF58492A260497921 (void);
  164. // 0x0000004F System.Boolean System.Numerics.BigIntegerCalculator::DivideGuessTooBig(System.UInt64,System.UInt64,System.UInt32,System.UInt32,System.UInt32)
  165. extern void BigIntegerCalculator_DivideGuessTooBig_mEC3DEE403CFF5FC31232F6DBC8CC65096C467566 (void);
  166. // 0x00000050 System.UInt32[] System.Numerics.BigIntegerCalculator::CreateCopy(System.UInt32[])
  167. extern void BigIntegerCalculator_CreateCopy_m6FCFD086C248DAEB487C08739B564D58CE4B4665 (void);
  168. // 0x00000051 System.Int32 System.Numerics.BigIntegerCalculator::LeadingZeros(System.UInt32)
  169. extern void BigIntegerCalculator_LeadingZeros_m397D596E6CA234C3E95D1481D5BB7C140B8AB907 (void);
  170. // 0x00000052 System.UInt32 System.Numerics.BigIntegerCalculator::Gcd(System.UInt32,System.UInt32)
  171. extern void BigIntegerCalculator_Gcd_m8C60F3211109664C539CB2F9ECB7491E8B1F4D90 (void);
  172. // 0x00000053 System.UInt64 System.Numerics.BigIntegerCalculator::Gcd(System.UInt64,System.UInt64)
  173. extern void BigIntegerCalculator_Gcd_mB31E8F854F4AFDC0B0183A6357C506FA821CD24A (void);
  174. // 0x00000054 System.UInt32 System.Numerics.BigIntegerCalculator::Gcd(System.UInt32[],System.UInt32)
  175. extern void BigIntegerCalculator_Gcd_m4B73340061AE29C4A8E5D240833A08297F53AF6E (void);
  176. // 0x00000055 System.UInt32[] System.Numerics.BigIntegerCalculator::Gcd(System.UInt32[],System.UInt32[])
  177. extern void BigIntegerCalculator_Gcd_m102D64C10EAEE1D4589C077F1CE90D8339FA9CE8 (void);
  178. // 0x00000056 System.Void System.Numerics.BigIntegerCalculator::Gcd(System.Numerics.BigIntegerCalculator/BitsBuffer&,System.Numerics.BigIntegerCalculator/BitsBuffer&)
  179. extern void BigIntegerCalculator_Gcd_m2C86EF638413F18A8180F8B7FF98573F507ED9AF (void);
  180. // 0x00000057 System.Void System.Numerics.BigIntegerCalculator::ExtractDigits(System.Numerics.BigIntegerCalculator/BitsBuffer&,System.Numerics.BigIntegerCalculator/BitsBuffer&,System.UInt64&,System.UInt64&)
  181. extern void BigIntegerCalculator_ExtractDigits_m2EDE26E2011EC70116BC859FFD6F1E73F6728BDC (void);
  182. // 0x00000058 System.Void System.Numerics.BigIntegerCalculator::LehmerCore(System.Numerics.BigIntegerCalculator/BitsBuffer&,System.Numerics.BigIntegerCalculator/BitsBuffer&,System.Int64,System.Int64,System.Int64,System.Int64)
  183. extern void BigIntegerCalculator_LehmerCore_mCB80DD1797431F18EADA25365AF3CCB73AF3594D (void);
  184. // 0x00000059 System.UInt32[] System.Numerics.BigIntegerCalculator::Pow(System.UInt32,System.UInt32)
  185. extern void BigIntegerCalculator_Pow_m9F83AEA8E564A28FC1D0867CA60B176A35743B77 (void);
  186. // 0x0000005A System.UInt32[] System.Numerics.BigIntegerCalculator::Pow(System.UInt32[],System.UInt32)
  187. extern void BigIntegerCalculator_Pow_m380E2C57A880F56866070374472BB92B62BCDBF1 (void);
  188. // 0x0000005B System.UInt32[] System.Numerics.BigIntegerCalculator::PowCore(System.UInt32,System.Numerics.BigIntegerCalculator/BitsBuffer&)
  189. extern void BigIntegerCalculator_PowCore_m06959D3DBEFB0D6B365F59920E77F47E837ACD54 (void);
  190. // 0x0000005C System.Int32 System.Numerics.BigIntegerCalculator::PowBound(System.UInt32,System.Int32,System.Int32)
  191. extern void BigIntegerCalculator_PowBound_m34D83B3FF9FF2ECB17004134DB8EC5BE24C97DBB (void);
  192. // 0x0000005D System.Void System.Numerics.BigIntegerCalculator::PowCore(System.UInt32,System.Numerics.BigIntegerCalculator/BitsBuffer&,System.Numerics.BigIntegerCalculator/BitsBuffer&,System.Numerics.BigIntegerCalculator/BitsBuffer&)
  193. extern void BigIntegerCalculator_PowCore_mEA5FA3F12B026E1F89D7BB0887BFD88357494DAF (void);
  194. // 0x0000005E System.Int32 System.Numerics.BigIntegerCalculator::ActualLength(System.UInt32[])
  195. extern void BigIntegerCalculator_ActualLength_m51BAE587A9EA537FA91D61772C1B568E9B49AE76 (void);
  196. // 0x0000005F System.Int32 System.Numerics.BigIntegerCalculator::ActualLength(System.UInt32[],System.Int32)
  197. extern void BigIntegerCalculator_ActualLength_m6C287780FD239DA283C4F9604D273463C546A4C8 (void);
  198. // 0x00000060 System.UInt32[] System.Numerics.BigIntegerCalculator::Square(System.UInt32[])
  199. extern void BigIntegerCalculator_Square_m1D9E405A5A41B42D46B44B599E9EE19B6CB57958 (void);
  200. // 0x00000061 System.Void System.Numerics.BigIntegerCalculator::Square(System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  201. extern void BigIntegerCalculator_Square_m8A3A66EEE3D91A9B85F732C39CC7E002FC22577F (void);
  202. // 0x00000062 System.UInt32[] System.Numerics.BigIntegerCalculator::Multiply(System.UInt32[],System.UInt32)
  203. extern void BigIntegerCalculator_Multiply_m29A6CBD452741E3C88196C7554B286EBC331BCF3 (void);
  204. // 0x00000063 System.UInt32[] System.Numerics.BigIntegerCalculator::Multiply(System.UInt32[],System.UInt32[])
  205. extern void BigIntegerCalculator_Multiply_mE77306BD865ADE528100CF4DBF8DCACCA8A4E55A (void);
  206. // 0x00000064 System.Void System.Numerics.BigIntegerCalculator::Multiply(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  207. extern void BigIntegerCalculator_Multiply_m86D9E0F32C0E813CFAEDA71E758AFC8A9B525D71 (void);
  208. // 0x00000065 System.Void System.Numerics.BigIntegerCalculator::SubtractCore(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  209. extern void BigIntegerCalculator_SubtractCore_m3060F542A60063C3547D6C010C256A546C2A01D3 (void);
  210. // 0x00000066 System.Void System.Numerics.BigIntegerCalculator::.cctor()
  211. extern void BigIntegerCalculator__cctor_m3175F67A1150479997C2BE83BD4B9DBD50CCA5F9 (void);
  212. // 0x00000067 System.Void System.Numerics.BigIntegerCalculator/BitsBuffer::.ctor(System.Int32,System.UInt32)
  213. extern void BitsBuffer__ctor_m7CB071A6C260DF2A3407FA59B33F4051F81FA8E8 (void);
  214. // 0x00000068 System.Void System.Numerics.BigIntegerCalculator/BitsBuffer::.ctor(System.Int32,System.UInt32[])
  215. extern void BitsBuffer__ctor_mFBACB49E64E70AD011B90C60E5A4D36DBF4D2D65 (void);
  216. // 0x00000069 System.Void System.Numerics.BigIntegerCalculator/BitsBuffer::MultiplySelf(System.Numerics.BigIntegerCalculator/BitsBuffer&,System.Numerics.BigIntegerCalculator/BitsBuffer&)
  217. extern void BitsBuffer_MultiplySelf_m3D9E0756D8A006722D10DD5039319E469CFE6E57 (void);
  218. // 0x0000006A System.Void System.Numerics.BigIntegerCalculator/BitsBuffer::SquareSelf(System.Numerics.BigIntegerCalculator/BitsBuffer&)
  219. extern void BitsBuffer_SquareSelf_mF8E32029B15E4B2E4C75AF5578CF9D29F2342E7C (void);
  220. // 0x0000006B System.Void System.Numerics.BigIntegerCalculator/BitsBuffer::Reduce(System.Numerics.BigIntegerCalculator/BitsBuffer&)
  221. extern void BitsBuffer_Reduce_m43E6BD656620348ACD169CE7DE0BF9AA76169ACA (void);
  222. // 0x0000006C System.Void System.Numerics.BigIntegerCalculator/BitsBuffer::Overwrite(System.UInt64)
  223. extern void BitsBuffer_Overwrite_m85F427F98B5B9333992A9AB40B8C7CEA35E8FF41 (void);
  224. // 0x0000006D System.Void System.Numerics.BigIntegerCalculator/BitsBuffer::Overwrite(System.UInt32)
  225. extern void BitsBuffer_Overwrite_m731968B09208DFED04F522C6064C1F3D78608EA4 (void);
  226. // 0x0000006E System.UInt32[] System.Numerics.BigIntegerCalculator/BitsBuffer::GetBits()
  227. extern void BitsBuffer_GetBits_mBDBD30242662A0F88C6B3FFC3ED0D6B51C78B305 (void);
  228. // 0x0000006F System.Int32 System.Numerics.BigIntegerCalculator/BitsBuffer::GetSize()
  229. extern void BitsBuffer_GetSize_mCD757389FEDD9FDE99F05FBB26B6DA230AAD6B51 (void);
  230. // 0x00000070 System.Int32 System.Numerics.BigIntegerCalculator/BitsBuffer::GetLength()
  231. extern void BitsBuffer_GetLength_mE11C7E70AA5A2EA953B6FB9EB77C34249DDABD21 (void);
  232. // 0x00000071 System.Void System.Numerics.BigIntegerCalculator/BitsBuffer::Refresh(System.Int32)
  233. extern void BitsBuffer_Refresh_mE64347D74D579B28568BB22F432A50F4CA5EC307 (void);
  234. // 0x00000072 System.Void System.Numerics.BigIntegerCalculator/BitsBuffer::Apply(System.Numerics.BigIntegerCalculator/BitsBuffer&,System.Int32)
  235. extern void BitsBuffer_Apply_m400C1CE4A8DB901C852C695488FAE269D9FEAC4F (void);
  236. // 0x00000073 System.Boolean System.Numerics.BigNumber::TryValidateParseStyleInteger(System.Globalization.NumberStyles,System.ArgumentException&)
  237. extern void BigNumber_TryValidateParseStyleInteger_mDA885390200409E6AF1DC7742E9D6CCF47FBB7BB (void);
  238. // 0x00000074 System.Boolean System.Numerics.BigNumber::TryParseBigInteger(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Numerics.BigInteger&)
  239. extern void BigNumber_TryParseBigInteger_mE1AFF556667D25640B2588E55EAC30DE2B0278D6 (void);
  240. // 0x00000075 System.Boolean System.Numerics.BigNumber::TryParseBigInteger(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Numerics.BigInteger&)
  241. extern void BigNumber_TryParseBigInteger_m7E1A086F8A8FF898C6516E51075278320955071D (void);
  242. // 0x00000076 System.ReadOnlySpan`1<System.Char> System.Numerics.BigNumber::AsReadOnlySpan(System.String)
  243. extern void BigNumber_AsReadOnlySpan_m008409C2685B93171FA23478EE18FF1259FAA954 (void);
  244. // 0x00000077 System.Boolean System.Numerics.BigNumber::HexNumberToBigInteger(System.Numerics.BigNumber/BigNumberBuffer&,System.Numerics.BigInteger&)
  245. extern void BigNumber_HexNumberToBigInteger_m781C1A753605A6513DB901164BB99AE3F77FC4F6 (void);
  246. // 0x00000078 System.Boolean System.Numerics.BigNumber::NumberToBigInteger(System.Numerics.BigNumber/BigNumberBuffer&,System.Numerics.BigInteger&)
  247. extern void BigNumber_NumberToBigInteger_m46CF3F7DA6DD3ACED213DF093D7CF566E48E59FE (void);
  248. // 0x00000079 System.Char System.Numerics.BigNumber::ParseFormatSpecifier(System.String,System.Int32&)
  249. extern void BigNumber_ParseFormatSpecifier_mD6A5FA50F0A9000F34192FD82103971F7C923CFC (void);
  250. // 0x0000007A System.String System.Numerics.BigNumber::FormatBigIntegerToHexString(System.Numerics.BigInteger,System.Char,System.Int32,System.Globalization.NumberFormatInfo)
  251. extern void BigNumber_FormatBigIntegerToHexString_m35AB714045D0881B987CE330E2E87345A2B42B56 (void);
  252. // 0x0000007B System.String System.Numerics.BigNumber::FormatBigInteger(System.Numerics.BigInteger,System.String,System.Globalization.NumberFormatInfo)
  253. extern void BigNumber_FormatBigInteger_m1AF6A68FC2CF3E16ADC75ABAFBD7CB764D1DC75A (void);
  254. // 0x0000007C System.Numerics.BigNumber/BigNumberBuffer System.Numerics.BigNumber/BigNumberBuffer::Create()
  255. extern void BigNumberBuffer_Create_m49CA3228DB2BFD94D90B37AB480030DF8E95613C (void);
  256. // 0x0000007D System.Void System.Numerics.Complex::.ctor(System.Double,System.Double)
  257. extern void Complex__ctor_mB1CFD2F144737FB8637B261E919F2450E7AFB901 (void);
  258. // 0x0000007E System.Double System.Numerics.Complex::get_Real()
  259. extern void Complex_get_Real_mD362D9A86615981C54CDC593DC7441395AC2A8C8 (void);
  260. // 0x0000007F System.Double System.Numerics.Complex::get_Imaginary()
  261. extern void Complex_get_Imaginary_m8A8C1CEA216B93B5BB7F59773E83055F0EECDC1E (void);
  262. // 0x00000080 System.Double System.Numerics.Complex::get_Magnitude()
  263. extern void Complex_get_Magnitude_m61552BCC9460BD67AB1B5FE7796998937AD97A0C (void);
  264. // 0x00000081 System.Numerics.Complex System.Numerics.Complex::Negate(System.Numerics.Complex)
  265. extern void Complex_Negate_mAD519E136173400293EE08B292F8ED6062FE3E18 (void);
  266. // 0x00000082 System.Numerics.Complex System.Numerics.Complex::op_UnaryNegation(System.Numerics.Complex)
  267. extern void Complex_op_UnaryNegation_m433FAA19212D46DCD500458CCE92F8E090A37306 (void);
  268. // 0x00000083 System.Numerics.Complex System.Numerics.Complex::op_Addition(System.Numerics.Complex,System.Numerics.Complex)
  269. extern void Complex_op_Addition_m0B4E0A93A89F995EE9DD6F5F3EA69E54B3B99F32 (void);
  270. // 0x00000084 System.Numerics.Complex System.Numerics.Complex::op_Subtraction(System.Numerics.Complex,System.Numerics.Complex)
  271. extern void Complex_op_Subtraction_mB8635F7AB44F8782FB96DC2B5176685F92C0EE47 (void);
  272. // 0x00000085 System.Numerics.Complex System.Numerics.Complex::op_Multiply(System.Numerics.Complex,System.Numerics.Complex)
  273. extern void Complex_op_Multiply_mEEC05B318FACC0395EFDEA156316AC522177B8F8 (void);
  274. // 0x00000086 System.Numerics.Complex System.Numerics.Complex::op_Division(System.Numerics.Complex,System.Numerics.Complex)
  275. extern void Complex_op_Division_m147243518DECEEEE31CC3AA3E9219B4F0C1816B1 (void);
  276. // 0x00000087 System.Double System.Numerics.Complex::Abs(System.Numerics.Complex)
  277. extern void Complex_Abs_mF5ABCFC810DC52954BAA72E720BB62A4794B7985 (void);
  278. // 0x00000088 System.Double System.Numerics.Complex::Hypot(System.Double,System.Double)
  279. extern void Complex_Hypot_m6C7BFCFD5BFF7FEC5EEDE41B778FEFE532016AEE (void);
  280. // 0x00000089 System.Numerics.Complex System.Numerics.Complex::Conjugate(System.Numerics.Complex)
  281. extern void Complex_Conjugate_m14117797A1F44BADD7CA37254FABBE3AD7E1B92E (void);
  282. // 0x0000008A System.Boolean System.Numerics.Complex::op_Equality(System.Numerics.Complex,System.Numerics.Complex)
  283. extern void Complex_op_Equality_m7B4FEE8F063E7D64B794EEC38E48C5D086BF5812 (void);
  284. // 0x0000008B System.Boolean System.Numerics.Complex::op_Inequality(System.Numerics.Complex,System.Numerics.Complex)
  285. extern void Complex_op_Inequality_m247FEAFBDF8FB8FED1C4267FCB61CD1AC90AABB2 (void);
  286. // 0x0000008C System.Boolean System.Numerics.Complex::Equals(System.Object)
  287. extern void Complex_Equals_m85041AEEBCD61ED49F2350D05A3E1CD12C5E147D (void);
  288. // 0x0000008D System.Boolean System.Numerics.Complex::Equals(System.Numerics.Complex)
  289. extern void Complex_Equals_m4303E6572230C3368EEFFE54A5F3B3E067318F2D (void);
  290. // 0x0000008E System.Int32 System.Numerics.Complex::GetHashCode()
  291. extern void Complex_GetHashCode_mBAC61B12E34E786C0E95BB8CB48D7819976D9A35 (void);
  292. // 0x0000008F System.String System.Numerics.Complex::ToString()
  293. extern void Complex_ToString_m1687595009F53F7E6E98333FD5DCB4ABE5CA4873 (void);
  294. // 0x00000090 System.String System.Numerics.Complex::ToString(System.String,System.IFormatProvider)
  295. extern void Complex_ToString_mCE8B8B1EE9026CBD395F4E30E3CFDB54CA2F67B7 (void);
  296. // 0x00000091 System.Numerics.Complex System.Numerics.Complex::op_Implicit(System.Int32)
  297. extern void Complex_op_Implicit_m800AA5BC1697F99CF1A48CC40DD58A5B34337DBF (void);
  298. // 0x00000092 System.Numerics.Complex System.Numerics.Complex::op_Implicit(System.Double)
  299. extern void Complex_op_Implicit_m75DE1F3EF27B4201E4DD7C92FBF9D6B7C215E6EC (void);
  300. // 0x00000093 System.Void System.Numerics.Complex::.cctor()
  301. extern void Complex__cctor_m2E0FB7DD7E51029D06380F10393E471032B6FC0A (void);
  302. // 0x00000094 System.Void System.Numerics.NumericsHelpers::GetDoubleParts(System.Double,System.Int32&,System.Int32&,System.UInt64&,System.Boolean&)
  303. extern void NumericsHelpers_GetDoubleParts_m750DDFC7AE5FEFFF9D2F0BD769A1F36E4021051B (void);
  304. // 0x00000095 System.Double System.Numerics.NumericsHelpers::GetDoubleFromParts(System.Int32,System.Int32,System.UInt64)
  305. extern void NumericsHelpers_GetDoubleFromParts_m7B66879B9DBC5BB637A771A9305BD8961A2D3DB3 (void);
  306. // 0x00000096 System.Void System.Numerics.NumericsHelpers::DangerousMakeTwosComplement(System.UInt32[])
  307. extern void NumericsHelpers_DangerousMakeTwosComplement_m2B49EB7457A8BB68A5048712A3463C2798BD4EF0 (void);
  308. // 0x00000097 System.UInt64 System.Numerics.NumericsHelpers::MakeUlong(System.UInt32,System.UInt32)
  309. extern void NumericsHelpers_MakeUlong_mE38DD9ABC5E7CB33305966200E42817382A06482 (void);
  310. // 0x00000098 System.UInt32 System.Numerics.NumericsHelpers::Abs(System.Int32)
  311. extern void NumericsHelpers_Abs_m19751B306559B59F1BBEB8D5DC581743B531F9A3 (void);
  312. // 0x00000099 System.UInt32 System.Numerics.NumericsHelpers::CombineHash(System.UInt32,System.UInt32)
  313. extern void NumericsHelpers_CombineHash_m400927578ECF51CB8EC30EE4998D632175DC9674 (void);
  314. // 0x0000009A System.Int32 System.Numerics.NumericsHelpers::CombineHash(System.Int32,System.Int32)
  315. extern void NumericsHelpers_CombineHash_m9AE8722B36248D9744958C3A3F70667185EEC9D9 (void);
  316. // 0x0000009B System.Int32 System.Numerics.NumericsHelpers::CbitHighZero(System.UInt32)
  317. extern void NumericsHelpers_CbitHighZero_m4BB14964930DDCBACFD60B06E11E50A9A8244AD7 (void);
  318. // 0x0000009C System.Int32 System.Numerics.NumericsHelpers::CbitHighZero(System.UInt64)
  319. extern void NumericsHelpers_CbitHighZero_m3BE7924CD6136F367BB8BAEB872924D0DA967B2F (void);
  320. // 0x0000009D System.String System.Globalization.FormatProvider::FormatBigInteger(System.Int32,System.Int32,System.Boolean,System.String,System.Globalization.NumberFormatInfo,System.Char[],System.Int32)
  321. extern void FormatProvider_FormatBigInteger_m4DB3FEB24E13D717879354E2DB3350D99AE136F3 (void);
  322. // 0x0000009E System.Boolean System.Globalization.FormatProvider::TryStringToBigInteger(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Text.StringBuilder,System.Int32&,System.Int32&,System.Boolean&)
  323. extern void FormatProvider_TryStringToBigInteger_m2F10FFFCE862A709F3BD8ADCF500563683AB1877 (void);
  324. // 0x0000009F System.Boolean System.Globalization.FormatProvider/Number::IsWhite(System.Char)
  325. extern void Number_IsWhite_m57E4FC9EAA42DF59370FE72E3F88CC72AA6FFB9B (void);
  326. // 0x000000A0 System.Char* System.Globalization.FormatProvider/Number::MatchChars(System.Char*,System.String)
  327. extern void Number_MatchChars_m9B22333EF2FA2D4AF8A98741C9807B688488F4F8 (void);
  328. // 0x000000A1 System.Char* System.Globalization.FormatProvider/Number::MatchChars(System.Char*,System.Char*)
  329. extern void Number_MatchChars_m12C087D48164043C1363CDF5F73E597C1BC149A7 (void);
  330. // 0x000000A2 System.Boolean System.Globalization.FormatProvider/Number::ParseNumber(System.Char*&,System.Globalization.NumberStyles,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Boolean)
  331. extern void Number_ParseNumber_mCD2646F5ACB0717033B33422AEF9DAAF934CC797 (void);
  332. // 0x000000A3 System.Boolean System.Globalization.FormatProvider/Number::TrailingZeros(System.ReadOnlySpan`1<System.Char>,System.Int32)
  333. extern void Number_TrailingZeros_m0E3845BFF0B1073181AA4AD7EE3B49C079D4E98D (void);
  334. // 0x000000A4 System.Boolean System.Globalization.FormatProvider/Number::TryStringToNumber(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Boolean)
  335. extern void Number_TryStringToNumber_m9235ED1C2104F90C04C9EAC2F7A9DDA754DCE53E (void);
  336. // 0x000000A5 System.Void System.Globalization.FormatProvider/Number::Int32ToDecChars(System.Char*,System.Int32&,System.UInt32,System.Int32)
  337. extern void Number_Int32ToDecChars_m52DEB128164559B4776D2CC032E55E11AA349C9B (void);
  338. // 0x000000A6 System.Char System.Globalization.FormatProvider/Number::ParseFormatSpecifier(System.String,System.Int32&)
  339. extern void Number_ParseFormatSpecifier_m1910BE239F176852E6437AE4296667DE30C6AA9E (void);
  340. // 0x000000A7 System.String System.Globalization.FormatProvider/Number::NumberToString(System.Globalization.FormatProvider/Number/NumberBuffer,System.Char,System.Int32,System.Globalization.NumberFormatInfo,System.Boolean)
  341. extern void Number_NumberToString_mF7E913EE5F994899D90F5B9B552849A101E61563 (void);
  342. // 0x000000A8 System.Void System.Globalization.FormatProvider/Number::FormatCurrency(System.Text.StringBuilder,System.Globalization.FormatProvider/Number/NumberBuffer,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
  343. extern void Number_FormatCurrency_m5A69927E1259745662B73278651AB39D02B56593 (void);
  344. // 0x000000A9 System.Int32 System.Globalization.FormatProvider/Number::wcslen(System.Char*)
  345. extern void Number_wcslen_m9A2E0F890E5F5941E77CE9F253672590124D84F8 (void);
  346. // 0x000000AA System.Void System.Globalization.FormatProvider/Number::FormatFixed(System.Text.StringBuilder,System.Globalization.FormatProvider/Number/NumberBuffer,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Int32[],System.String,System.String)
  347. extern void Number_FormatFixed_m707BE473273AE5CDE4034E8809B00CB97AB4678F (void);
  348. // 0x000000AB System.Void System.Globalization.FormatProvider/Number::FormatNumber(System.Text.StringBuilder,System.Globalization.FormatProvider/Number/NumberBuffer,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
  349. extern void Number_FormatNumber_m7737E3B54542B072C8BABC207718296526515750 (void);
  350. // 0x000000AC System.Void System.Globalization.FormatProvider/Number::FormatScientific(System.Text.StringBuilder,System.Globalization.FormatProvider/Number/NumberBuffer,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char)
  351. extern void Number_FormatScientific_m4C99A5D4F9B3822D871400B618D9E0B167133926 (void);
  352. // 0x000000AD System.Void System.Globalization.FormatProvider/Number::FormatExponent(System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Int32,System.Char,System.Int32,System.Boolean)
  353. extern void Number_FormatExponent_m135B30C565ECDB1979ED4BE571A72F6370A4FE6F (void);
  354. // 0x000000AE System.Void System.Globalization.FormatProvider/Number::FormatGeneral(System.Text.StringBuilder,System.Globalization.FormatProvider/Number/NumberBuffer,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char,System.Boolean)
  355. extern void Number_FormatGeneral_m1D7CBBCD778B47F559BE3BDE1D12CFC769CAEE08 (void);
  356. // 0x000000AF System.Void System.Globalization.FormatProvider/Number::FormatPercent(System.Text.StringBuilder,System.Globalization.FormatProvider/Number/NumberBuffer,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
  357. extern void Number_FormatPercent_m1B8271C4DC5F4A981A485275ECCB3D7A343F11FE (void);
  358. // 0x000000B0 System.Void System.Globalization.FormatProvider/Number::RoundNumber(System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32)
  359. extern void Number_RoundNumber_mBC435607162134930A25FE0764862DC61B4A9128 (void);
  360. // 0x000000B1 System.Int32 System.Globalization.FormatProvider/Number::FindSection(System.String,System.Int32)
  361. extern void Number_FindSection_m30B656075E2640A77B370055723E3F8E7F72BF46 (void);
  362. // 0x000000B2 System.String System.Globalization.FormatProvider/Number::NumberToStringFormat(System.Globalization.FormatProvider/Number/NumberBuffer,System.String,System.Globalization.NumberFormatInfo)
  363. extern void Number_NumberToStringFormat_m3C8BF1C6C14FCA2FB8DFA5EF52174FBF658AADEE (void);
  364. // 0x000000B3 System.Void System.Globalization.FormatProvider/Number::.cctor()
  365. extern void Number__cctor_mBE95471E41681A3E8961C0C0D2293BBFE2E30A75 (void);
  366. // 0x000000B4 System.Char* System.Globalization.FormatProvider/Number/NumberBuffer::get_digits()
  367. extern void NumberBuffer_get_digits_mD460EF232C6E25E81AECC071A03446FE48F8FC07 (void);
  368. static Il2CppMethodPointer s_methodPointers[180] =
  369. {
  370. SR_Format_m559D9DA5E940FED731B555599468E5EE6A314C55,
  371. BigInteger__ctor_m104B492675CC61CB48D17E18900DF23DCB7408D4,
  372. BigInteger__ctor_m52EB8D81CA50E9ED1E8658E10D79FD06C73ADCF7,
  373. BigInteger__ctor_mD712B74AEF1E9AF8497BE69D852B845EF21F8F5D,
  374. BigInteger__ctor_mC6F69437098FCC5419F0D9EBBF3B81F8BAEA47BC,
  375. BigInteger__ctor_m28984B04D3CE15020B0DF656A28FA303CC15BD5B,
  376. BigInteger__ctor_m022F65218976B242C90878967F29358111839491,
  377. BigInteger__ctor_mE86998DE086542EC44032A9A6F3978C08DB8DC1D,
  378. BigInteger__ctor_m8C331A08200B79F72C3E12F1FAFE788FC0969A0A,
  379. BigInteger__ctor_mD932E4FB18B10103FB5F7D469602312B07FBDB5D,
  380. BigInteger__ctor_mBB8B723C1E9F0A8F59ACE4F6D5218EE4E93FAB3E,
  381. BigInteger_get_Zero_mE10EE4CF6BAD05BC10D0D5012ECDCC1B81E438BF,
  382. BigInteger_get_One_mBB0EA0E27365CD29C1A4F71AFD04962A91A51052,
  383. BigInteger_get_MinusOne_m5B018EBF2A8A345E0FE9188C32AFC404C1D7347E,
  384. BigInteger_get_IsZero_m926C5F3453B1335A6A50264AF7A448619850949D,
  385. BigInteger_get_IsOne_m634E3C96A5A2AEE571DF2E3FC24FCBED2339DD78,
  386. BigInteger_get_Sign_mB7A2E5A1C237EB3532F5AA6C13511B696B3EA660,
  387. BigInteger_TryParse_mAFC9E4EE82CFC39FC63375F27C090AC7CDA1E3EB,
  388. BigInteger_Abs_mF9100B81D50C059B2C72158F0DC17A1E0EEBC9A7,
  389. BigInteger_Add_mF19186DC029742C86DB2D689C237162E317B31FD,
  390. BigInteger_Multiply_mE4F1C77DA40D8D0150A7E42DB4E9944CEFC591A2,
  391. BigInteger_Divide_m7AD93CF9905D1418FEB940FE2376191529FB640A,
  392. BigInteger_Negate_mD93521160B71B671B684FF2C149A5102AFA9024D,
  393. BigInteger_GreatestCommonDivisor_mAC4FF67DDD41976C857B17B85951C79368CD418C,
  394. BigInteger_GreatestCommonDivisor_mB6E8A024FAE92588528ACC5BC502420E1FCF5295,
  395. BigInteger_Pow_mA52D686E2FB53238877C77EEEFAD23A9601028AF,
  396. BigInteger_GetHashCode_m68DD5586F08BF39F4D6547FED0EF8185F6584306,
  397. BigInteger_Equals_m6CBBBDCC5015FEB3E9D4C548003456F44C3AF4A8,
  398. BigInteger_Equals_m05302B320532185A473A0E9CBA352FA30BB43C9A,
  399. BigInteger_CompareTo_mB209DCCC6ADB5AED45CF17A7F953DBF1EFCA3EF9,
  400. BigInteger_CompareTo_m3908928ADB21C85CCAB25946D01D7B332F205584,
  401. BigInteger_ToByteArray_mE55CBE13ADA8E09AFE2D10FF9AD2F373E4000B7B,
  402. BigInteger_TryGetBytes_mEF87C56D26BC0334ECB8B1A4C4177D8720002660,
  403. BigInteger_ToString_m880DFDBDB71DB04DE20363C7EC1D81C70C124505,
  404. BigInteger_ToString_m7E5D4069C1C5C61EFB9C822980A6DDA1D57192E1,
  405. BigInteger_ToString_mF1D8436574127C7331F384E7E30ADE3CA646BCA4,
  406. BigInteger_Add_m330AA2E6C72FD80AFDB8776B700E26B63E89D7DC,
  407. BigInteger_Subtract_mA7030019970913872CCA0FA1C71521FBE31B5141,
  408. BigInteger_op_Implicit_m9806E7B722243D69545EE09318A5DC364ACBC652,
  409. BigInteger_op_Implicit_mDF29A79E504BF60EDBB205F2D2FE29741BDA2860,
  410. BigInteger_op_Implicit_m6EF080EFB48B60775B80ECA9E5D08B2322FCD4EC,
  411. BigInteger_op_Implicit_mFB175F06ED1BC9163CECF7C8523470E5F4DC2F9D,
  412. BigInteger_op_Explicit_m1914E9F2188F67F4A904260CF995121BFCF51BFA,
  413. BigInteger_op_Explicit_m94FF4CDAA9859BDD9D6F853145AB3C25E51CF79B,
  414. BigInteger_op_Explicit_m0B2B8DBEEE3847FA247D38807E14314D65952ABF,
  415. BigInteger_op_Explicit_m481EE272BCCA64CCCF7A78E7C4CF6E314D52E8BA,
  416. BigInteger_op_Explicit_m9CFA3DA45CA0A2A28B4302CA87492587B87076FB,
  417. BigInteger_op_Explicit_m67FAC3B738A0A38953009C3BF2C09C2C29891633,
  418. BigInteger_op_LeftShift_m36703D8137E21C0563C4D84DD842E15DDBDE041E,
  419. BigInteger_op_RightShift_m1AD381F5AAC2ABF91AEDAE8DFC692675051E089F,
  420. BigInteger_op_UnaryNegation_m86C3291FF760B360FC481DF4772CE692ED0DCE68,
  421. BigInteger_op_Addition_m55A6D35945F71B25A38BD6688EFAC3FAF10C46B9,
  422. BigInteger_op_Multiply_m2C693A37027C26E76BFF4F974553ACA2D8DCC067,
  423. BigInteger_op_Division_m2D185E48C4E6D957CDE6CC6551999807A378C59B,
  424. BigInteger_op_Modulus_m90CD4DEC2293E0D71B73A33720AEE6CFEDECBE2E,
  425. BigInteger_op_LessThan_m89561BB731F384360A88B56FB95F520AF2B881D7,
  426. BigInteger_op_LessThanOrEqual_m78E4ACA68BFC6D622D5D769D2A8328DAA35301F4,
  427. BigInteger_op_GreaterThanOrEqual_mA7877996339EB4694414211C903D94F2B224C297,
  428. BigInteger_op_Equality_mC4EE6C9D66F0696466BBF98FC9B0A7F7058549BD,
  429. BigInteger_op_Inequality_mB1391E11D28CED8AAA43CBD9A6F2D8611D627867,
  430. BigInteger_GetPartsForBitManipulation_mD3AD03322CF2ADC78581414A5C11711325F968CF,
  431. BigInteger_GetDiffLength_mB3F1844C7CAFED565137FE901F934FA794D67C6E,
  432. BigInteger__cctor_mCB88C11F0635363AA8B28CA071994330D7D7D801,
  433. BigIntegerCalculator_Add_m643B728B417DBCF4168C15A34095B386D31C0BBA,
  434. BigIntegerCalculator_Add_m8091359F1187007FF6128F40189ED91CD63C722E,
  435. BigIntegerCalculator_Add_m496293A14EC7A004C5943BDE0B6CF54882EC284D,
  436. BigIntegerCalculator_AddSelf_m1A1058B6CD1212816780726B6868A09CEE3BE8D8,
  437. BigIntegerCalculator_Subtract_mEF7E50FEA37454255B908BB231EBC1A66AE2EBFB,
  438. BigIntegerCalculator_Subtract_m172D476EA6A5220D7D3B26ADD9AFA7CD09229C42,
  439. BigIntegerCalculator_Subtract_m22001C50AF4E194C631D41874BD113841C4DE19E,
  440. BigIntegerCalculator_Compare_m17B4E1AAB2A6C05826858E5302B034CD9FF2A747,
  441. BigIntegerCalculator_Divide_mFF85DE0D3ED8F3DE5A6186B81EA57C53B30120F4,
  442. BigIntegerCalculator_Remainder_m060ED143A943027A6EB1FFCBD689AF619B7E376F,
  443. BigIntegerCalculator_Divide_m15EDBC55C2E6EF9820AF47451DBD00A9E04B7943,
  444. BigIntegerCalculator_Remainder_m389E728A00728E8BDF45FDF6E07B840BC582D145,
  445. BigIntegerCalculator_Divide_m1983C620438EA6EFD4C5816BB24AF31050C08400,
  446. BigIntegerCalculator_AddDivisor_mF6CF8F7929BC4108E1717716093541CDAB5631A6,
  447. BigIntegerCalculator_SubtractDivisor_mE47C7B3013C28BF0C863AD1FF58492A260497921,
  448. BigIntegerCalculator_DivideGuessTooBig_mEC3DEE403CFF5FC31232F6DBC8CC65096C467566,
  449. BigIntegerCalculator_CreateCopy_m6FCFD086C248DAEB487C08739B564D58CE4B4665,
  450. BigIntegerCalculator_LeadingZeros_m397D596E6CA234C3E95D1481D5BB7C140B8AB907,
  451. BigIntegerCalculator_Gcd_m8C60F3211109664C539CB2F9ECB7491E8B1F4D90,
  452. BigIntegerCalculator_Gcd_mB31E8F854F4AFDC0B0183A6357C506FA821CD24A,
  453. BigIntegerCalculator_Gcd_m4B73340061AE29C4A8E5D240833A08297F53AF6E,
  454. BigIntegerCalculator_Gcd_m102D64C10EAEE1D4589C077F1CE90D8339FA9CE8,
  455. BigIntegerCalculator_Gcd_m2C86EF638413F18A8180F8B7FF98573F507ED9AF,
  456. BigIntegerCalculator_ExtractDigits_m2EDE26E2011EC70116BC859FFD6F1E73F6728BDC,
  457. BigIntegerCalculator_LehmerCore_mCB80DD1797431F18EADA25365AF3CCB73AF3594D,
  458. BigIntegerCalculator_Pow_m9F83AEA8E564A28FC1D0867CA60B176A35743B77,
  459. BigIntegerCalculator_Pow_m380E2C57A880F56866070374472BB92B62BCDBF1,
  460. BigIntegerCalculator_PowCore_m06959D3DBEFB0D6B365F59920E77F47E837ACD54,
  461. BigIntegerCalculator_PowBound_m34D83B3FF9FF2ECB17004134DB8EC5BE24C97DBB,
  462. BigIntegerCalculator_PowCore_mEA5FA3F12B026E1F89D7BB0887BFD88357494DAF,
  463. BigIntegerCalculator_ActualLength_m51BAE587A9EA537FA91D61772C1B568E9B49AE76,
  464. BigIntegerCalculator_ActualLength_m6C287780FD239DA283C4F9604D273463C546A4C8,
  465. BigIntegerCalculator_Square_m1D9E405A5A41B42D46B44B599E9EE19B6CB57958,
  466. BigIntegerCalculator_Square_m8A3A66EEE3D91A9B85F732C39CC7E002FC22577F,
  467. BigIntegerCalculator_Multiply_m29A6CBD452741E3C88196C7554B286EBC331BCF3,
  468. BigIntegerCalculator_Multiply_mE77306BD865ADE528100CF4DBF8DCACCA8A4E55A,
  469. BigIntegerCalculator_Multiply_m86D9E0F32C0E813CFAEDA71E758AFC8A9B525D71,
  470. BigIntegerCalculator_SubtractCore_m3060F542A60063C3547D6C010C256A546C2A01D3,
  471. BigIntegerCalculator__cctor_m3175F67A1150479997C2BE83BD4B9DBD50CCA5F9,
  472. BitsBuffer__ctor_m7CB071A6C260DF2A3407FA59B33F4051F81FA8E8,
  473. BitsBuffer__ctor_mFBACB49E64E70AD011B90C60E5A4D36DBF4D2D65,
  474. BitsBuffer_MultiplySelf_m3D9E0756D8A006722D10DD5039319E469CFE6E57,
  475. BitsBuffer_SquareSelf_mF8E32029B15E4B2E4C75AF5578CF9D29F2342E7C,
  476. BitsBuffer_Reduce_m43E6BD656620348ACD169CE7DE0BF9AA76169ACA,
  477. BitsBuffer_Overwrite_m85F427F98B5B9333992A9AB40B8C7CEA35E8FF41,
  478. BitsBuffer_Overwrite_m731968B09208DFED04F522C6064C1F3D78608EA4,
  479. BitsBuffer_GetBits_mBDBD30242662A0F88C6B3FFC3ED0D6B51C78B305,
  480. BitsBuffer_GetSize_mCD757389FEDD9FDE99F05FBB26B6DA230AAD6B51,
  481. BitsBuffer_GetLength_mE11C7E70AA5A2EA953B6FB9EB77C34249DDABD21,
  482. BitsBuffer_Refresh_mE64347D74D579B28568BB22F432A50F4CA5EC307,
  483. BitsBuffer_Apply_m400C1CE4A8DB901C852C695488FAE269D9FEAC4F,
  484. BigNumber_TryValidateParseStyleInteger_mDA885390200409E6AF1DC7742E9D6CCF47FBB7BB,
  485. BigNumber_TryParseBigInteger_mE1AFF556667D25640B2588E55EAC30DE2B0278D6,
  486. BigNumber_TryParseBigInteger_m7E1A086F8A8FF898C6516E51075278320955071D,
  487. BigNumber_AsReadOnlySpan_m008409C2685B93171FA23478EE18FF1259FAA954,
  488. BigNumber_HexNumberToBigInteger_m781C1A753605A6513DB901164BB99AE3F77FC4F6,
  489. BigNumber_NumberToBigInteger_m46CF3F7DA6DD3ACED213DF093D7CF566E48E59FE,
  490. BigNumber_ParseFormatSpecifier_mD6A5FA50F0A9000F34192FD82103971F7C923CFC,
  491. BigNumber_FormatBigIntegerToHexString_m35AB714045D0881B987CE330E2E87345A2B42B56,
  492. BigNumber_FormatBigInteger_m1AF6A68FC2CF3E16ADC75ABAFBD7CB764D1DC75A,
  493. BigNumberBuffer_Create_m49CA3228DB2BFD94D90B37AB480030DF8E95613C,
  494. Complex__ctor_mB1CFD2F144737FB8637B261E919F2450E7AFB901,
  495. Complex_get_Real_mD362D9A86615981C54CDC593DC7441395AC2A8C8,
  496. Complex_get_Imaginary_m8A8C1CEA216B93B5BB7F59773E83055F0EECDC1E,
  497. Complex_get_Magnitude_m61552BCC9460BD67AB1B5FE7796998937AD97A0C,
  498. Complex_Negate_mAD519E136173400293EE08B292F8ED6062FE3E18,
  499. Complex_op_UnaryNegation_m433FAA19212D46DCD500458CCE92F8E090A37306,
  500. Complex_op_Addition_m0B4E0A93A89F995EE9DD6F5F3EA69E54B3B99F32,
  501. Complex_op_Subtraction_mB8635F7AB44F8782FB96DC2B5176685F92C0EE47,
  502. Complex_op_Multiply_mEEC05B318FACC0395EFDEA156316AC522177B8F8,
  503. Complex_op_Division_m147243518DECEEEE31CC3AA3E9219B4F0C1816B1,
  504. Complex_Abs_mF5ABCFC810DC52954BAA72E720BB62A4794B7985,
  505. Complex_Hypot_m6C7BFCFD5BFF7FEC5EEDE41B778FEFE532016AEE,
  506. Complex_Conjugate_m14117797A1F44BADD7CA37254FABBE3AD7E1B92E,
  507. Complex_op_Equality_m7B4FEE8F063E7D64B794EEC38E48C5D086BF5812,
  508. Complex_op_Inequality_m247FEAFBDF8FB8FED1C4267FCB61CD1AC90AABB2,
  509. Complex_Equals_m85041AEEBCD61ED49F2350D05A3E1CD12C5E147D,
  510. Complex_Equals_m4303E6572230C3368EEFFE54A5F3B3E067318F2D,
  511. Complex_GetHashCode_mBAC61B12E34E786C0E95BB8CB48D7819976D9A35,
  512. Complex_ToString_m1687595009F53F7E6E98333FD5DCB4ABE5CA4873,
  513. Complex_ToString_mCE8B8B1EE9026CBD395F4E30E3CFDB54CA2F67B7,
  514. Complex_op_Implicit_m800AA5BC1697F99CF1A48CC40DD58A5B34337DBF,
  515. Complex_op_Implicit_m75DE1F3EF27B4201E4DD7C92FBF9D6B7C215E6EC,
  516. Complex__cctor_m2E0FB7DD7E51029D06380F10393E471032B6FC0A,
  517. NumericsHelpers_GetDoubleParts_m750DDFC7AE5FEFFF9D2F0BD769A1F36E4021051B,
  518. NumericsHelpers_GetDoubleFromParts_m7B66879B9DBC5BB637A771A9305BD8961A2D3DB3,
  519. NumericsHelpers_DangerousMakeTwosComplement_m2B49EB7457A8BB68A5048712A3463C2798BD4EF0,
  520. NumericsHelpers_MakeUlong_mE38DD9ABC5E7CB33305966200E42817382A06482,
  521. NumericsHelpers_Abs_m19751B306559B59F1BBEB8D5DC581743B531F9A3,
  522. NumericsHelpers_CombineHash_m400927578ECF51CB8EC30EE4998D632175DC9674,
  523. NumericsHelpers_CombineHash_m9AE8722B36248D9744958C3A3F70667185EEC9D9,
  524. NumericsHelpers_CbitHighZero_m4BB14964930DDCBACFD60B06E11E50A9A8244AD7,
  525. NumericsHelpers_CbitHighZero_m3BE7924CD6136F367BB8BAEB872924D0DA967B2F,
  526. FormatProvider_FormatBigInteger_m4DB3FEB24E13D717879354E2DB3350D99AE136F3,
  527. FormatProvider_TryStringToBigInteger_m2F10FFFCE862A709F3BD8ADCF500563683AB1877,
  528. Number_IsWhite_m57E4FC9EAA42DF59370FE72E3F88CC72AA6FFB9B,
  529. Number_MatchChars_m9B22333EF2FA2D4AF8A98741C9807B688488F4F8,
  530. Number_MatchChars_m12C087D48164043C1363CDF5F73E597C1BC149A7,
  531. Number_ParseNumber_mCD2646F5ACB0717033B33422AEF9DAAF934CC797,
  532. Number_TrailingZeros_m0E3845BFF0B1073181AA4AD7EE3B49C079D4E98D,
  533. Number_TryStringToNumber_m9235ED1C2104F90C04C9EAC2F7A9DDA754DCE53E,
  534. Number_Int32ToDecChars_m52DEB128164559B4776D2CC032E55E11AA349C9B,
  535. Number_ParseFormatSpecifier_m1910BE239F176852E6437AE4296667DE30C6AA9E,
  536. Number_NumberToString_mF7E913EE5F994899D90F5B9B552849A101E61563,
  537. Number_FormatCurrency_m5A69927E1259745662B73278651AB39D02B56593,
  538. Number_wcslen_m9A2E0F890E5F5941E77CE9F253672590124D84F8,
  539. Number_FormatFixed_m707BE473273AE5CDE4034E8809B00CB97AB4678F,
  540. Number_FormatNumber_m7737E3B54542B072C8BABC207718296526515750,
  541. Number_FormatScientific_m4C99A5D4F9B3822D871400B618D9E0B167133926,
  542. Number_FormatExponent_m135B30C565ECDB1979ED4BE571A72F6370A4FE6F,
  543. Number_FormatGeneral_m1D7CBBCD778B47F559BE3BDE1D12CFC769CAEE08,
  544. Number_FormatPercent_m1B8271C4DC5F4A981A485275ECCB3D7A343F11FE,
  545. Number_RoundNumber_mBC435607162134930A25FE0764862DC61B4A9128,
  546. Number_FindSection_m30B656075E2640A77B370055723E3F8E7F72BF46,
  547. Number_NumberToStringFormat_m3C8BF1C6C14FCA2FB8DFA5EF52174FBF658AADEE,
  548. Number__cctor_mBE95471E41681A3E8961C0C0D2293BBFE2E30A75,
  549. NumberBuffer_get_digits_mD460EF232C6E25E81AECC071A03446FE48F8FC07,
  550. };
  551. extern void BigInteger__ctor_m104B492675CC61CB48D17E18900DF23DCB7408D4_AdjustorThunk (void);
  552. extern void BigInteger__ctor_m52EB8D81CA50E9ED1E8658E10D79FD06C73ADCF7_AdjustorThunk (void);
  553. extern void BigInteger__ctor_mD712B74AEF1E9AF8497BE69D852B845EF21F8F5D_AdjustorThunk (void);
  554. extern void BigInteger__ctor_mC6F69437098FCC5419F0D9EBBF3B81F8BAEA47BC_AdjustorThunk (void);
  555. extern void BigInteger__ctor_m28984B04D3CE15020B0DF656A28FA303CC15BD5B_AdjustorThunk (void);
  556. extern void BigInteger__ctor_m022F65218976B242C90878967F29358111839491_AdjustorThunk (void);
  557. extern void BigInteger__ctor_mE86998DE086542EC44032A9A6F3978C08DB8DC1D_AdjustorThunk (void);
  558. extern void BigInteger__ctor_m8C331A08200B79F72C3E12F1FAFE788FC0969A0A_AdjustorThunk (void);
  559. extern void BigInteger__ctor_mD932E4FB18B10103FB5F7D469602312B07FBDB5D_AdjustorThunk (void);
  560. extern void BigInteger__ctor_mBB8B723C1E9F0A8F59ACE4F6D5218EE4E93FAB3E_AdjustorThunk (void);
  561. extern void BigInteger_get_IsZero_m926C5F3453B1335A6A50264AF7A448619850949D_AdjustorThunk (void);
  562. extern void BigInteger_get_IsOne_m634E3C96A5A2AEE571DF2E3FC24FCBED2339DD78_AdjustorThunk (void);
  563. extern void BigInteger_get_Sign_mB7A2E5A1C237EB3532F5AA6C13511B696B3EA660_AdjustorThunk (void);
  564. extern void BigInteger_GetHashCode_m68DD5586F08BF39F4D6547FED0EF8185F6584306_AdjustorThunk (void);
  565. extern void BigInteger_Equals_m6CBBBDCC5015FEB3E9D4C548003456F44C3AF4A8_AdjustorThunk (void);
  566. extern void BigInteger_Equals_m05302B320532185A473A0E9CBA352FA30BB43C9A_AdjustorThunk (void);
  567. extern void BigInteger_CompareTo_mB209DCCC6ADB5AED45CF17A7F953DBF1EFCA3EF9_AdjustorThunk (void);
  568. extern void BigInteger_CompareTo_m3908928ADB21C85CCAB25946D01D7B332F205584_AdjustorThunk (void);
  569. extern void BigInteger_ToByteArray_mE55CBE13ADA8E09AFE2D10FF9AD2F373E4000B7B_AdjustorThunk (void);
  570. extern void BigInteger_TryGetBytes_mEF87C56D26BC0334ECB8B1A4C4177D8720002660_AdjustorThunk (void);
  571. extern void BigInteger_ToString_m880DFDBDB71DB04DE20363C7EC1D81C70C124505_AdjustorThunk (void);
  572. extern void BigInteger_ToString_m7E5D4069C1C5C61EFB9C822980A6DDA1D57192E1_AdjustorThunk (void);
  573. extern void BigInteger_ToString_mF1D8436574127C7331F384E7E30ADE3CA646BCA4_AdjustorThunk (void);
  574. extern void BitsBuffer__ctor_m7CB071A6C260DF2A3407FA59B33F4051F81FA8E8_AdjustorThunk (void);
  575. extern void BitsBuffer__ctor_mFBACB49E64E70AD011B90C60E5A4D36DBF4D2D65_AdjustorThunk (void);
  576. extern void BitsBuffer_MultiplySelf_m3D9E0756D8A006722D10DD5039319E469CFE6E57_AdjustorThunk (void);
  577. extern void BitsBuffer_SquareSelf_mF8E32029B15E4B2E4C75AF5578CF9D29F2342E7C_AdjustorThunk (void);
  578. extern void BitsBuffer_Reduce_m43E6BD656620348ACD169CE7DE0BF9AA76169ACA_AdjustorThunk (void);
  579. extern void BitsBuffer_Overwrite_m85F427F98B5B9333992A9AB40B8C7CEA35E8FF41_AdjustorThunk (void);
  580. extern void BitsBuffer_Overwrite_m731968B09208DFED04F522C6064C1F3D78608EA4_AdjustorThunk (void);
  581. extern void BitsBuffer_GetBits_mBDBD30242662A0F88C6B3FFC3ED0D6B51C78B305_AdjustorThunk (void);
  582. extern void BitsBuffer_GetSize_mCD757389FEDD9FDE99F05FBB26B6DA230AAD6B51_AdjustorThunk (void);
  583. extern void BitsBuffer_GetLength_mE11C7E70AA5A2EA953B6FB9EB77C34249DDABD21_AdjustorThunk (void);
  584. extern void BitsBuffer_Refresh_mE64347D74D579B28568BB22F432A50F4CA5EC307_AdjustorThunk (void);
  585. extern void BitsBuffer_Apply_m400C1CE4A8DB901C852C695488FAE269D9FEAC4F_AdjustorThunk (void);
  586. extern void Complex__ctor_mB1CFD2F144737FB8637B261E919F2450E7AFB901_AdjustorThunk (void);
  587. extern void Complex_get_Real_mD362D9A86615981C54CDC593DC7441395AC2A8C8_AdjustorThunk (void);
  588. extern void Complex_get_Imaginary_m8A8C1CEA216B93B5BB7F59773E83055F0EECDC1E_AdjustorThunk (void);
  589. extern void Complex_get_Magnitude_m61552BCC9460BD67AB1B5FE7796998937AD97A0C_AdjustorThunk (void);
  590. extern void Complex_Equals_m85041AEEBCD61ED49F2350D05A3E1CD12C5E147D_AdjustorThunk (void);
  591. extern void Complex_Equals_m4303E6572230C3368EEFFE54A5F3B3E067318F2D_AdjustorThunk (void);
  592. extern void Complex_GetHashCode_mBAC61B12E34E786C0E95BB8CB48D7819976D9A35_AdjustorThunk (void);
  593. extern void Complex_ToString_m1687595009F53F7E6E98333FD5DCB4ABE5CA4873_AdjustorThunk (void);
  594. extern void Complex_ToString_mCE8B8B1EE9026CBD395F4E30E3CFDB54CA2F67B7_AdjustorThunk (void);
  595. extern void NumberBuffer_get_digits_mD460EF232C6E25E81AECC071A03446FE48F8FC07_AdjustorThunk (void);
  596. static Il2CppTokenAdjustorThunkPair s_adjustorThunks[45] =
  597. {
  598. { 0x06000002, BigInteger__ctor_m104B492675CC61CB48D17E18900DF23DCB7408D4_AdjustorThunk },
  599. { 0x06000003, BigInteger__ctor_m52EB8D81CA50E9ED1E8658E10D79FD06C73ADCF7_AdjustorThunk },
  600. { 0x06000004, BigInteger__ctor_mD712B74AEF1E9AF8497BE69D852B845EF21F8F5D_AdjustorThunk },
  601. { 0x06000005, BigInteger__ctor_mC6F69437098FCC5419F0D9EBBF3B81F8BAEA47BC_AdjustorThunk },
  602. { 0x06000006, BigInteger__ctor_m28984B04D3CE15020B0DF656A28FA303CC15BD5B_AdjustorThunk },
  603. { 0x06000007, BigInteger__ctor_m022F65218976B242C90878967F29358111839491_AdjustorThunk },
  604. { 0x06000008, BigInteger__ctor_mE86998DE086542EC44032A9A6F3978C08DB8DC1D_AdjustorThunk },
  605. { 0x06000009, BigInteger__ctor_m8C331A08200B79F72C3E12F1FAFE788FC0969A0A_AdjustorThunk },
  606. { 0x0600000A, BigInteger__ctor_mD932E4FB18B10103FB5F7D469602312B07FBDB5D_AdjustorThunk },
  607. { 0x0600000B, BigInteger__ctor_mBB8B723C1E9F0A8F59ACE4F6D5218EE4E93FAB3E_AdjustorThunk },
  608. { 0x0600000F, BigInteger_get_IsZero_m926C5F3453B1335A6A50264AF7A448619850949D_AdjustorThunk },
  609. { 0x06000010, BigInteger_get_IsOne_m634E3C96A5A2AEE571DF2E3FC24FCBED2339DD78_AdjustorThunk },
  610. { 0x06000011, BigInteger_get_Sign_mB7A2E5A1C237EB3532F5AA6C13511B696B3EA660_AdjustorThunk },
  611. { 0x0600001B, BigInteger_GetHashCode_m68DD5586F08BF39F4D6547FED0EF8185F6584306_AdjustorThunk },
  612. { 0x0600001C, BigInteger_Equals_m6CBBBDCC5015FEB3E9D4C548003456F44C3AF4A8_AdjustorThunk },
  613. { 0x0600001D, BigInteger_Equals_m05302B320532185A473A0E9CBA352FA30BB43C9A_AdjustorThunk },
  614. { 0x0600001E, BigInteger_CompareTo_mB209DCCC6ADB5AED45CF17A7F953DBF1EFCA3EF9_AdjustorThunk },
  615. { 0x0600001F, BigInteger_CompareTo_m3908928ADB21C85CCAB25946D01D7B332F205584_AdjustorThunk },
  616. { 0x06000020, BigInteger_ToByteArray_mE55CBE13ADA8E09AFE2D10FF9AD2F373E4000B7B_AdjustorThunk },
  617. { 0x06000021, BigInteger_TryGetBytes_mEF87C56D26BC0334ECB8B1A4C4177D8720002660_AdjustorThunk },
  618. { 0x06000022, BigInteger_ToString_m880DFDBDB71DB04DE20363C7EC1D81C70C124505_AdjustorThunk },
  619. { 0x06000023, BigInteger_ToString_m7E5D4069C1C5C61EFB9C822980A6DDA1D57192E1_AdjustorThunk },
  620. { 0x06000024, BigInteger_ToString_mF1D8436574127C7331F384E7E30ADE3CA646BCA4_AdjustorThunk },
  621. { 0x06000067, BitsBuffer__ctor_m7CB071A6C260DF2A3407FA59B33F4051F81FA8E8_AdjustorThunk },
  622. { 0x06000068, BitsBuffer__ctor_mFBACB49E64E70AD011B90C60E5A4D36DBF4D2D65_AdjustorThunk },
  623. { 0x06000069, BitsBuffer_MultiplySelf_m3D9E0756D8A006722D10DD5039319E469CFE6E57_AdjustorThunk },
  624. { 0x0600006A, BitsBuffer_SquareSelf_mF8E32029B15E4B2E4C75AF5578CF9D29F2342E7C_AdjustorThunk },
  625. { 0x0600006B, BitsBuffer_Reduce_m43E6BD656620348ACD169CE7DE0BF9AA76169ACA_AdjustorThunk },
  626. { 0x0600006C, BitsBuffer_Overwrite_m85F427F98B5B9333992A9AB40B8C7CEA35E8FF41_AdjustorThunk },
  627. { 0x0600006D, BitsBuffer_Overwrite_m731968B09208DFED04F522C6064C1F3D78608EA4_AdjustorThunk },
  628. { 0x0600006E, BitsBuffer_GetBits_mBDBD30242662A0F88C6B3FFC3ED0D6B51C78B305_AdjustorThunk },
  629. { 0x0600006F, BitsBuffer_GetSize_mCD757389FEDD9FDE99F05FBB26B6DA230AAD6B51_AdjustorThunk },
  630. { 0x06000070, BitsBuffer_GetLength_mE11C7E70AA5A2EA953B6FB9EB77C34249DDABD21_AdjustorThunk },
  631. { 0x06000071, BitsBuffer_Refresh_mE64347D74D579B28568BB22F432A50F4CA5EC307_AdjustorThunk },
  632. { 0x06000072, BitsBuffer_Apply_m400C1CE4A8DB901C852C695488FAE269D9FEAC4F_AdjustorThunk },
  633. { 0x0600007D, Complex__ctor_mB1CFD2F144737FB8637B261E919F2450E7AFB901_AdjustorThunk },
  634. { 0x0600007E, Complex_get_Real_mD362D9A86615981C54CDC593DC7441395AC2A8C8_AdjustorThunk },
  635. { 0x0600007F, Complex_get_Imaginary_m8A8C1CEA216B93B5BB7F59773E83055F0EECDC1E_AdjustorThunk },
  636. { 0x06000080, Complex_get_Magnitude_m61552BCC9460BD67AB1B5FE7796998937AD97A0C_AdjustorThunk },
  637. { 0x0600008C, Complex_Equals_m85041AEEBCD61ED49F2350D05A3E1CD12C5E147D_AdjustorThunk },
  638. { 0x0600008D, Complex_Equals_m4303E6572230C3368EEFFE54A5F3B3E067318F2D_AdjustorThunk },
  639. { 0x0600008E, Complex_GetHashCode_mBAC61B12E34E786C0E95BB8CB48D7819976D9A35_AdjustorThunk },
  640. { 0x0600008F, Complex_ToString_m1687595009F53F7E6E98333FD5DCB4ABE5CA4873_AdjustorThunk },
  641. { 0x06000090, Complex_ToString_mCE8B8B1EE9026CBD395F4E30E3CFDB54CA2F67B7_AdjustorThunk },
  642. { 0x060000B4, NumberBuffer_get_digits_mD460EF232C6E25E81AECC071A03446FE48F8FC07_AdjustorThunk },
  643. };
  644. static const int32_t s_InvokerIndices[180] =
  645. {
  646. 12610,
  647. 7416,
  648. 7416,
  649. 7417,
  650. 7417,
  651. 7363,
  652. 7360,
  653. 7441,
  654. 7148,
  655. 4293,
  656. 4467,
  657. 14723,
  658. 14723,
  659. 14723,
  660. 8599,
  661. 8599,
  662. 8523,
  663. 10196,
  664. 14210,
  665. 12339,
  666. 12339,
  667. 12339,
  668. 14210,
  669. 12339,
  670. 12341,
  671. 12340,
  672. 8523,
  673. 6608,
  674. 6482,
  675. 5580,
  676. 5679,
  677. 8552,
  678. 1554,
  679. 8552,
  680. 5861,
  681. 3526,
  682. 9837,
  683. 9837,
  684. 14211,
  685. 14211,
  686. 14212,
  687. 14212,
  688. 14308,
  689. 14308,
  690. 14348,
  691. 14348,
  692. 14250,
  693. 14240,
  694. 12340,
  695. 12340,
  696. 14210,
  697. 12339,
  698. 12339,
  699. 12339,
  700. 12339,
  701. 12898,
  702. 12898,
  703. 12898,
  704. 12898,
  705. 12898,
  706. 10803,
  707. 10636,
  708. 14771,
  709. 12605,
  710. 12610,
  711. 9261,
  712. 10301,
  713. 12605,
  714. 12610,
  715. 9261,
  716. 12494,
  717. 12605,
  718. 12492,
  719. 12610,
  720. 12610,
  721. 9261,
  722. 9854,
  723. 9382,
  724. 9590,
  725. 14435,
  726. 14318,
  727. 12472,
  728. 12521,
  729. 12492,
  730. 12610,
  731. 13153,
  732. 10294,
  733. 9258,
  734. 12586,
  735. 12605,
  736. 12583,
  737. 10613,
  738. 10307,
  739. 14331,
  740. 12492,
  741. 14435,
  742. 10301,
  743. 12605,
  744. 12610,
  745. 9261,
  746. 9261,
  747. 14771,
  748. 4270,
  749. 4293,
  750. 3860,
  751. 7307,
  752. 7307,
  753. 7417,
  754. 7416,
  755. 8552,
  756. 8523,
  757. 8523,
  758. 7416,
  759. 3861,
  760. 12925,
  761. 10196,
  762. 10164,
  763. 13683,
  764. 12887,
  765. 12887,
  766. 12423,
  767. 10001,
  768. 10699,
  769. 14775,
  770. 3884,
  771. 8467,
  772. 8467,
  773. 8467,
  774. 14223,
  775. 14223,
  776. 12365,
  777. 12365,
  778. 12365,
  779. 12365,
  780. 14251,
  781. 12393,
  782. 14223,
  783. 12905,
  784. 12905,
  785. 6608,
  786. 6507,
  787. 8523,
  788. 8552,
  789. 3526,
  790. 14225,
  791. 14224,
  792. 14771,
  793. 9732,
  794. 10571,
  795. 14582,
  796. 12518,
  797. 14318,
  798. 12472,
  799. 12472,
  800. 14318,
  801. 14319,
  802. 8971,
  803. 8989,
  804. 14482,
  805. 12319,
  806. 12315,
  807. 9181,
  808. 12709,
  809. 9178,
  810. 10297,
  811. 12423,
  812. 9561,
  813. 9795,
  814. 14299,
  815. 8954,
  816. 9795,
  817. 9322,
  818. 9310,
  819. 9080,
  820. 9795,
  821. 13155,
  822. 12492,
  823. 10779,
  824. 14771,
  825. 8415,
  826. };
  827. extern const CustomAttributesCacheGenerator g_System_Numerics_AttributeGenerators[];
  828. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_System_Numerics_CodeGenModule;
  829. const Il2CppCodeGenModule g_System_Numerics_CodeGenModule =
  830. {
  831. "System.Numerics.dll",
  832. 180,
  833. s_methodPointers,
  834. 45,
  835. s_adjustorThunks,
  836. s_InvokerIndices,
  837. 0,
  838. NULL,
  839. 0,
  840. NULL,
  841. 0,
  842. NULL,
  843. NULL,
  844. g_System_Numerics_AttributeGenerators,
  845. NULL, // module initializer,
  846. NULL,
  847. NULL,
  848. NULL,
  849. };