説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

System.Numerics_CodeGen.c 43KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  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_mFA381AB984D00222E1CACA0EE8F4C53E8C99D34B (void);
  10. // 0x00000002 System.Void System.Numerics.BigInteger::.ctor(System.Int32)
  11. extern void BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9 (void);
  12. // 0x00000003 System.Void System.Numerics.BigInteger::.ctor(System.UInt32)
  13. extern void BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84 (void);
  14. // 0x00000004 System.Void System.Numerics.BigInteger::.ctor(System.Int64)
  15. extern void BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA (void);
  16. // 0x00000005 System.Void System.Numerics.BigInteger::.ctor(System.UInt64)
  17. extern void BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C (void);
  18. // 0x00000006 System.Void System.Numerics.BigInteger::.ctor(System.Byte[])
  19. extern void BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371 (void);
  20. // 0x00000007 System.Void System.Numerics.BigInteger::.ctor(System.ReadOnlySpan`1<System.Byte>,System.Boolean,System.Boolean)
  21. extern void BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD (void);
  22. // 0x00000008 System.Void System.Numerics.BigInteger::.ctor(System.Int32,System.UInt32[])
  23. extern void BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03 (void);
  24. // 0x00000009 System.Void System.Numerics.BigInteger::.ctor(System.UInt32[],System.Boolean)
  25. extern void BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6 (void);
  26. // 0x0000000A System.Numerics.BigInteger System.Numerics.BigInteger::get_Zero()
  27. extern void BigInteger_get_Zero_m034F723A07EC664776C5541E2FE1300C02171201 (void);
  28. // 0x0000000B System.Numerics.BigInteger System.Numerics.BigInteger::get_MinusOne()
  29. extern void BigInteger_get_MinusOne_m3FF0F44F8C3D6DFB66C00B61017E42E555585465 (void);
  30. // 0x0000000C System.Boolean System.Numerics.BigInteger::get_IsZero()
  31. extern void BigInteger_get_IsZero_m54B3F16D56CB9E59DBEC6929CF61A7FBE3592DC4 (void);
  32. // 0x0000000D System.Numerics.BigInteger System.Numerics.BigInteger::Parse(System.String,System.IFormatProvider)
  33. extern void BigInteger_Parse_m2B82A0CB4AF02EFCD6175561813E9F0B8DA08334 (void);
  34. // 0x0000000E System.Numerics.BigInteger System.Numerics.BigInteger::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
  35. extern void BigInteger_Parse_m9B099A3E92013755D8645DDB1D977A63BB692D73 (void);
  36. // 0x0000000F System.Int32 System.Numerics.BigInteger::GetHashCode()
  37. extern void BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783 (void);
  38. // 0x00000010 System.Boolean System.Numerics.BigInteger::Equals(System.Object)
  39. extern void BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C (void);
  40. // 0x00000011 System.Boolean System.Numerics.BigInteger::Equals(System.Int64)
  41. extern void BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361 (void);
  42. // 0x00000012 System.Boolean System.Numerics.BigInteger::Equals(System.Numerics.BigInteger)
  43. extern void BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314 (void);
  44. // 0x00000013 System.Int32 System.Numerics.BigInteger::CompareTo(System.Int64)
  45. extern void BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923 (void);
  46. // 0x00000014 System.Int32 System.Numerics.BigInteger::CompareTo(System.Numerics.BigInteger)
  47. extern void BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296 (void);
  48. // 0x00000015 System.Int32 System.Numerics.BigInteger::CompareTo(System.Object)
  49. extern void BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E (void);
  50. // 0x00000016 System.Boolean System.Numerics.BigInteger::TryWriteBytes(System.Span`1<System.Byte>,System.Int32&,System.Boolean,System.Boolean)
  51. extern void BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0 (void);
  52. // 0x00000017 System.Boolean System.Numerics.BigInteger::TryWriteOrCountBytes(System.Span`1<System.Byte>,System.Int32&,System.Boolean,System.Boolean)
  53. extern void BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441 (void);
  54. // 0x00000018 System.Byte[] System.Numerics.BigInteger::TryGetBytes(System.Numerics.BigInteger/GetBytesMode,System.Span`1<System.Byte>,System.Boolean,System.Boolean,System.Int32&)
  55. extern void BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD (void);
  56. // 0x00000019 System.String System.Numerics.BigInteger::ToString()
  57. extern void BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306 (void);
  58. // 0x0000001A System.String System.Numerics.BigInteger::ToString(System.String,System.IFormatProvider)
  59. extern void BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6 (void);
  60. // 0x0000001B System.Numerics.BigInteger System.Numerics.BigInteger::Add(System.UInt32[],System.Int32,System.UInt32[],System.Int32)
  61. extern void BigInteger_Add_m7544497BCCB4A4612A2CFC9F272FFA6E22F740D8 (void);
  62. // 0x0000001C System.Numerics.BigInteger System.Numerics.BigInteger::op_Subtraction(System.Numerics.BigInteger,System.Numerics.BigInteger)
  63. extern void BigInteger_op_Subtraction_m91D2E4A4810792046B697F0500B8797F7645FF14 (void);
  64. // 0x0000001D System.Numerics.BigInteger System.Numerics.BigInteger::Subtract(System.UInt32[],System.Int32,System.UInt32[],System.Int32)
  65. extern void BigInteger_Subtract_mA96B4B988F08F5DCADABE0B27BA23D970EBFF88D (void);
  66. // 0x0000001E System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Byte)
  67. extern void BigInteger_op_Implicit_m9B2DA118DD0522DFA6983787CC9C09DACDB5469B (void);
  68. // 0x0000001F System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.SByte)
  69. extern void BigInteger_op_Implicit_m2AC4E39750D414F220B167E8A628DE4E0932709A (void);
  70. // 0x00000020 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int16)
  71. extern void BigInteger_op_Implicit_m9A5BFDA84D812086448392C31CA7AAD2BB167335 (void);
  72. // 0x00000021 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.UInt16)
  73. extern void BigInteger_op_Implicit_mE47ECF71B693CBA3538A95F12133334F08BE31F8 (void);
  74. // 0x00000022 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int32)
  75. extern void BigInteger_op_Implicit_m0E4A1C7B1F24EB10AE57608F2EBA5B127006D850 (void);
  76. // 0x00000023 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.UInt32)
  77. extern void BigInteger_op_Implicit_m8C540D5135B0D715002A12DC41B1824623BAD8E4 (void);
  78. // 0x00000024 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.Int64)
  79. extern void BigInteger_op_Implicit_mB409693E4A4DD397B321CE56E748831FD0B67A06 (void);
  80. // 0x00000025 System.Numerics.BigInteger System.Numerics.BigInteger::op_Implicit(System.UInt64)
  81. extern void BigInteger_op_Implicit_m82583327AA7F7D65A79CDCEF93F19C2398974548 (void);
  82. // 0x00000026 System.Byte System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  83. extern void BigInteger_op_Explicit_mD787D48C59BD782640D92B79382C7F83022DAD04 (void);
  84. // 0x00000027 System.SByte System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  85. extern void BigInteger_op_Explicit_m80CEDBE704B6E92747EA2A3B434A00265F5CF8BE (void);
  86. // 0x00000028 System.Int16 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  87. extern void BigInteger_op_Explicit_m14FC0BE25F104B46C8F125CF70F8AF25A27FEF89 (void);
  88. // 0x00000029 System.UInt16 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  89. extern void BigInteger_op_Explicit_mD44A55A97D5D1F9BC616462A3D64ED652D86EFDF (void);
  90. // 0x0000002A System.Int32 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  91. extern void BigInteger_op_Explicit_m381F80B7F65BFEC7F2597DCDB24622F7F32E6848 (void);
  92. // 0x0000002B System.UInt32 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  93. extern void BigInteger_op_Explicit_mB338BD78CA1D4642E264645861B15EFA025F1ED8 (void);
  94. // 0x0000002C System.Int64 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  95. extern void BigInteger_op_Explicit_mFADFEBD0E21A83E1522FF45D3B41F46F546F2264 (void);
  96. // 0x0000002D System.UInt64 System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  97. extern void BigInteger_op_Explicit_mC90AC1989E67C94D9146E1E19794016BA20AD101 (void);
  98. // 0x0000002E System.Single System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  99. extern void BigInteger_op_Explicit_m8EC30B39ADC92FEFEC38CC8D49938F4D6E9D6BD8 (void);
  100. // 0x0000002F System.Double System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  101. extern void BigInteger_op_Explicit_mC8FE8ED9D93EB044FEE2792B100C9CB9005F1EB3 (void);
  102. // 0x00000030 System.Decimal System.Numerics.BigInteger::op_Explicit(System.Numerics.BigInteger)
  103. extern void BigInteger_op_Explicit_m1F21788C5AD515DC2A1FCE89B189F87449CE7835 (void);
  104. // 0x00000031 System.Numerics.BigInteger System.Numerics.BigInteger::op_LeftShift(System.Numerics.BigInteger,System.Int32)
  105. extern void BigInteger_op_LeftShift_m9C9DD1A22775C31A01650FEB59A91D4A58B719B3 (void);
  106. // 0x00000032 System.Numerics.BigInteger System.Numerics.BigInteger::op_RightShift(System.Numerics.BigInteger,System.Int32)
  107. extern void BigInteger_op_RightShift_mE0645B6555F95B4838A8F471584DCA026848F7AB (void);
  108. // 0x00000033 System.Numerics.BigInteger System.Numerics.BigInteger::op_UnaryNegation(System.Numerics.BigInteger)
  109. extern void BigInteger_op_UnaryNegation_m2C40453E25F1D2E3E5D892D92CE633C8E177C1C3 (void);
  110. // 0x00000034 System.Numerics.BigInteger System.Numerics.BigInteger::op_Addition(System.Numerics.BigInteger,System.Numerics.BigInteger)
  111. extern void BigInteger_op_Addition_m895A3ED96D07E1A6E4AD97483EDC256107A31B12 (void);
  112. // 0x00000035 System.Numerics.BigInteger System.Numerics.BigInteger::op_Multiply(System.Numerics.BigInteger,System.Numerics.BigInteger)
  113. extern void BigInteger_op_Multiply_m2AF82FA0B4750F56C6A5522A54FBFF2C84919EFE (void);
  114. // 0x00000036 System.Boolean System.Numerics.BigInteger::op_LessThanOrEqual(System.Numerics.BigInteger,System.Numerics.BigInteger)
  115. extern void BigInteger_op_LessThanOrEqual_m0217024560C6B2E56EBE0A62A028BCF9D5610A4E (void);
  116. // 0x00000037 System.Boolean System.Numerics.BigInteger::op_Inequality(System.Numerics.BigInteger,System.Numerics.BigInteger)
  117. extern void BigInteger_op_Inequality_mF231CB46B3043DDB6A2F96D77816F1719AE9EA9D (void);
  118. // 0x00000038 System.Boolean System.Numerics.BigInteger::op_LessThan(System.Numerics.BigInteger,System.Int64)
  119. extern void BigInteger_op_LessThan_mD76A0CAA6AB2F6A0C712889429122ECA85261ABD (void);
  120. // 0x00000039 System.Boolean System.Numerics.BigInteger::op_LessThanOrEqual(System.Numerics.BigInteger,System.Int64)
  121. extern void BigInteger_op_LessThanOrEqual_m775786F38F607284E58833A6E9D77F7E946ACB12 (void);
  122. // 0x0000003A System.Boolean System.Numerics.BigInteger::op_Equality(System.Numerics.BigInteger,System.Int64)
  123. extern void BigInteger_op_Equality_mC3E68AE3326F7FAC3441A5618537BFB24CD15248 (void);
  124. // 0x0000003B System.Boolean System.Numerics.BigInteger::op_Inequality(System.Numerics.BigInteger,System.Int64)
  125. extern void BigInteger_op_Inequality_mB9EBC12ED2739B3BE3F327ABB232B1A31344F199 (void);
  126. // 0x0000003C System.Boolean System.Numerics.BigInteger::op_LessThan(System.Int64,System.Numerics.BigInteger)
  127. extern void BigInteger_op_LessThan_mD2622E31DA9CEAB50A6FBFD9F687EBB0D7B7FA81 (void);
  128. // 0x0000003D System.Boolean System.Numerics.BigInteger::op_LessThanOrEqual(System.Int64,System.Numerics.BigInteger)
  129. extern void BigInteger_op_LessThanOrEqual_mEE3D1E36DC2B592F51309DEB828A781AD63D7367 (void);
  130. // 0x0000003E System.Boolean System.Numerics.BigInteger::GetPartsForBitManipulation(System.Numerics.BigInteger&,System.UInt32[]&,System.Int32&)
  131. extern void BigInteger_GetPartsForBitManipulation_m679473F863B7A311A59B4B58F26F1D30ADFEEADF (void);
  132. // 0x0000003F System.Int32 System.Numerics.BigInteger::GetDiffLength(System.UInt32[],System.UInt32[],System.Int32)
  133. extern void BigInteger_GetDiffLength_m86F9E98613660CB092EA24BC931C98B60E802902 (void);
  134. // 0x00000040 System.Void System.Numerics.BigInteger::.cctor()
  135. extern void BigInteger__cctor_mEE4D16FA07B1AD31F26502B9C54DB72DB4D1C626 (void);
  136. // 0x00000041 System.UInt32[] System.Numerics.BigIntegerCalculator::Add(System.UInt32[],System.UInt32)
  137. extern void BigIntegerCalculator_Add_m6B363515A5150645D0CAD0DDF4B04348B95C29C3 (void);
  138. // 0x00000042 System.UInt32[] System.Numerics.BigIntegerCalculator::Add(System.UInt32[],System.UInt32[])
  139. extern void BigIntegerCalculator_Add_mE49BAD7CDF073CF2D2A2DEABCF11AEE5CC239298 (void);
  140. // 0x00000043 System.Void System.Numerics.BigIntegerCalculator::Add(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  141. extern void BigIntegerCalculator_Add_m3CB52FDB28E32D96E1400C839ED8E7F51726A814 (void);
  142. // 0x00000044 System.Void System.Numerics.BigIntegerCalculator::AddSelf(System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  143. extern void BigIntegerCalculator_AddSelf_mDCFCD397060ED753B4BDAA0CEB13F0AEC7DD5F3C (void);
  144. // 0x00000045 System.UInt32[] System.Numerics.BigIntegerCalculator::Subtract(System.UInt32[],System.UInt32)
  145. extern void BigIntegerCalculator_Subtract_mB336D562EA742D2092AFD220202FC15D9A2791A7 (void);
  146. // 0x00000046 System.UInt32[] System.Numerics.BigIntegerCalculator::Subtract(System.UInt32[],System.UInt32[])
  147. extern void BigIntegerCalculator_Subtract_m8BFB5D1D8B089DA2BA5AC0EB0A45D98A6F6AC681 (void);
  148. // 0x00000047 System.Void System.Numerics.BigIntegerCalculator::Subtract(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  149. extern void BigIntegerCalculator_Subtract_mAD5DABE3E13103E8ADCBDA013BC874F17839AC45 (void);
  150. // 0x00000048 System.Int32 System.Numerics.BigIntegerCalculator::Compare(System.UInt32[],System.UInt32[])
  151. extern void BigIntegerCalculator_Compare_mD61B527BE1032F19B97519458C7AEAD60CBB8774 (void);
  152. // 0x00000049 System.UInt32[] System.Numerics.BigIntegerCalculator::Square(System.UInt32[])
  153. extern void BigIntegerCalculator_Square_mACD0642A382CD4190157C54F060EFE9CB018B752 (void);
  154. // 0x0000004A System.Void System.Numerics.BigIntegerCalculator::Square(System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  155. extern void BigIntegerCalculator_Square_m2584DA98522B28EA71D2C5B1F060D6636DD839B0 (void);
  156. // 0x0000004B System.UInt32[] System.Numerics.BigIntegerCalculator::Multiply(System.UInt32[],System.UInt32)
  157. extern void BigIntegerCalculator_Multiply_mCA84C473CE355EE31D0247BB752A4E822B3F1073 (void);
  158. // 0x0000004C System.UInt32[] System.Numerics.BigIntegerCalculator::Multiply(System.UInt32[],System.UInt32[])
  159. extern void BigIntegerCalculator_Multiply_m5440E8027D99BCC80110F5F1946D0204449F3F3A (void);
  160. // 0x0000004D System.Void System.Numerics.BigIntegerCalculator::Multiply(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  161. extern void BigIntegerCalculator_Multiply_m71523151C65A265EACB4221E700FF2C5D3096DAF (void);
  162. // 0x0000004E System.Void System.Numerics.BigIntegerCalculator::SubtractCore(System.UInt32*,System.Int32,System.UInt32*,System.Int32,System.UInt32*,System.Int32)
  163. extern void BigIntegerCalculator_SubtractCore_m25B6AB78D49CC8E351CD04D9F8500611CF587B2E (void);
  164. // 0x0000004F System.Void System.Numerics.BigIntegerCalculator::.cctor()
  165. extern void BigIntegerCalculator__cctor_mB0C09E685F08931052AF8D95CEDCCFD3D914D03B (void);
  166. // 0x00000050 System.Boolean System.Numerics.BigNumber::TryValidateParseStyleInteger(System.Globalization.NumberStyles,System.ArgumentException&)
  167. extern void BigNumber_TryValidateParseStyleInteger_m8BAA6C818C5B29BF922A9B9B64137D98305E0FC3 (void);
  168. // 0x00000051 System.Boolean System.Numerics.BigNumber::TryParseBigInteger(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo,System.Numerics.BigInteger&)
  169. extern void BigNumber_TryParseBigInteger_m20B86D8F2A7A726E9E4749997BE1AF8400EDB74F (void);
  170. // 0x00000052 System.Numerics.BigInteger System.Numerics.BigNumber::ParseBigInteger(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
  171. extern void BigNumber_ParseBigInteger_m8F3EE6622D0AA876261B5AFA2C3D9A1DCA0EC2CD (void);
  172. // 0x00000053 System.Numerics.BigInteger System.Numerics.BigNumber::ParseBigInteger(System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
  173. extern void BigNumber_ParseBigInteger_mEBFCA034195BBBDB2FD46A41DA2CB00C9B67E6DB (void);
  174. // 0x00000054 System.Boolean System.Numerics.BigNumber::HexNumberToBigInteger(System.Numerics.BigNumber/BigNumberBuffer&,System.Numerics.BigInteger&)
  175. extern void BigNumber_HexNumberToBigInteger_m13BC6482D5FE8837F635D93BF48DC7D81B334E19 (void);
  176. // 0x00000055 System.Boolean System.Numerics.BigNumber::NumberToBigInteger(System.Numerics.BigNumber/BigNumberBuffer&,System.Numerics.BigInteger&)
  177. extern void BigNumber_NumberToBigInteger_m352492F43EB4817F94BB5FDC6D7002B4FDD302B0 (void);
  178. // 0x00000056 System.Char System.Numerics.BigNumber::ParseFormatSpecifier(System.ReadOnlySpan`1<System.Char>,System.Int32&)
  179. extern void BigNumber_ParseFormatSpecifier_m642DCFB18345FAC78777645E487EE8279BA17073 (void);
  180. // 0x00000057 System.String System.Numerics.BigNumber::FormatBigIntegerToHex(System.Boolean,System.Numerics.BigInteger,System.Char,System.Int32,System.Globalization.NumberFormatInfo,System.Span`1<System.Char>,System.Int32&,System.Boolean&)
  181. extern void BigNumber_FormatBigIntegerToHex_m5BD805D186861A2FDE1CB6D7C8BF730B78B251BE (void);
  182. // 0x00000058 System.String System.Numerics.BigNumber::FormatBigInteger(System.Numerics.BigInteger,System.String,System.Globalization.NumberFormatInfo)
  183. extern void BigNumber_FormatBigInteger_m1C6793BBD747BBC3E729A18FDAF8A5C814C80DC4 (void);
  184. // 0x00000059 System.String System.Numerics.BigNumber::FormatBigInteger(System.Boolean,System.Numerics.BigInteger,System.String,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo,System.Span`1<System.Char>,System.Int32&,System.Boolean&)
  185. extern void BigNumber_FormatBigInteger_m626A9168DC2BBB348E31E47313E83D88263747AA (void);
  186. // 0x0000005A System.Numerics.BigNumber/BigNumberBuffer System.Numerics.BigNumber/BigNumberBuffer::Create()
  187. extern void BigNumberBuffer_Create_mCB1426735F95CA7747B2D5C418B778EA4441E8D8 (void);
  188. // 0x0000005B System.Double System.Numerics.NumericsHelpers::GetDoubleFromParts(System.Int32,System.Int32,System.UInt64)
  189. extern void NumericsHelpers_GetDoubleFromParts_m7AD1EBE9AF03E541D8773F1501109954A7ED8044 (void);
  190. // 0x0000005C System.Void System.Numerics.NumericsHelpers::DangerousMakeTwosComplement(System.UInt32[])
  191. extern void NumericsHelpers_DangerousMakeTwosComplement_m4B6EED2DF0E8C7B5171CDC7BBE5A7A3D68C79D4B (void);
  192. // 0x0000005D System.UInt64 System.Numerics.NumericsHelpers::MakeUlong(System.UInt32,System.UInt32)
  193. extern void NumericsHelpers_MakeUlong_mAB879C53817E4E9BE9C649F09EEE0CB11DE53514 (void);
  194. // 0x0000005E System.UInt32 System.Numerics.NumericsHelpers::Abs(System.Int32)
  195. extern void NumericsHelpers_Abs_m82DD45E6FEBF5DAB9533B31E5BC62DC5EF37568A (void);
  196. // 0x0000005F System.UInt32 System.Numerics.NumericsHelpers::CombineHash(System.UInt32,System.UInt32)
  197. extern void NumericsHelpers_CombineHash_m16177FC379833624A7C14834FA38ADE527A53CCE (void);
  198. // 0x00000060 System.Int32 System.Numerics.NumericsHelpers::CombineHash(System.Int32,System.Int32)
  199. extern void NumericsHelpers_CombineHash_m676E72BC5EC287D4C9602A8D876D24E2CBFDC776 (void);
  200. // 0x00000061 System.Int32 System.Numerics.NumericsHelpers::CbitHighZero(System.UInt32)
  201. extern void NumericsHelpers_CbitHighZero_m72B63F48B91DEB05E71577AF422AD373CE72CAC2 (void);
  202. // 0x00000062 System.Int32 System.Numerics.NumericsHelpers::CbitHighZero(System.UInt64)
  203. extern void NumericsHelpers_CbitHighZero_mEF438EF7844C19E38A5ABE2B950ECB5994D03B5F (void);
  204. // 0x00000063 System.Void System.Globalization.FormatProvider::FormatBigInteger(System.Text.ValueStringBuilder&,System.Int32,System.Int32,System.Boolean,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo,System.Char[],System.Int32)
  205. extern void FormatProvider_FormatBigInteger_m1FBB2719E6A285F3F9EE6A4EE4B95AB6C50C0BAB (void);
  206. // 0x00000064 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&)
  207. extern void FormatProvider_TryStringToBigInteger_m4A4E85DF102A9188498A7D5E2074B9DE43960F6C (void);
  208. // 0x00000065 System.Boolean System.Globalization.FormatProvider/Number::IsWhite(System.Char)
  209. extern void Number_IsWhite_m37BBB954A36F00B5A274536FFCA964128F9D867F (void);
  210. // 0x00000066 System.Char* System.Globalization.FormatProvider/Number::MatchChars(System.Char*,System.Char*,System.String)
  211. extern void Number_MatchChars_mEB4DE6AF58FF0B189D2BFA242BC200B7A7F0401C (void);
  212. // 0x00000067 System.Char* System.Globalization.FormatProvider/Number::MatchChars(System.Char*,System.Char*,System.Char*)
  213. extern void Number_MatchChars_m47E62446DBCE6EBEBA662E65BF5BECC772EA5BBF (void);
  214. // 0x00000068 System.Boolean System.Globalization.FormatProvider/Number::ParseNumber(System.Char*&,System.Char*,System.Globalization.NumberStyles,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Text.StringBuilder,System.Globalization.NumberFormatInfo,System.Boolean)
  215. extern void Number_ParseNumber_m401874631147B19C641F35E43E1FC1D23038CBCE (void);
  216. // 0x00000069 System.Boolean System.Globalization.FormatProvider/Number::TrailingZeros(System.ReadOnlySpan`1<System.Char>,System.Int32)
  217. extern void Number_TrailingZeros_mA4C4FD1634CDCC9915CB7412DD7E2E5B0D2718D7 (void);
  218. // 0x0000006A 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)
  219. extern void Number_TryStringToNumber_mA39F96566BD17881E186DD87981C8228FA9AF11E (void);
  220. // 0x0000006B System.Void System.Globalization.FormatProvider/Number::Int32ToDecChars(System.Char*,System.Int32&,System.UInt32,System.Int32)
  221. extern void Number_Int32ToDecChars_mA94E1FFBC0C831A23C6A974FC11018B9E6F9ED4E (void);
  222. // 0x0000006C System.Char System.Globalization.FormatProvider/Number::ParseFormatSpecifier(System.ReadOnlySpan`1<System.Char>,System.Int32&)
  223. extern void Number_ParseFormatSpecifier_mC2A7C10F8899ED9BA94E9D9EFE6FDDCADE68618A (void);
  224. // 0x0000006D System.Void System.Globalization.FormatProvider/Number::NumberToString(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Char,System.Int32,System.Globalization.NumberFormatInfo,System.Boolean)
  225. extern void Number_NumberToString_mB02B6AFBEEF66C19BB094F00189CC8E15A16AD18 (void);
  226. // 0x0000006E System.Void System.Globalization.FormatProvider/Number::FormatCurrency(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
  227. extern void Number_FormatCurrency_m097DB55A0D1FC114CC86AF8F08F56A8AFEDC93DD (void);
  228. // 0x0000006F System.Int32 System.Globalization.FormatProvider/Number::wcslen(System.Char*)
  229. extern void Number_wcslen_mCD526D9E32ECC29B992889CBDBC18EFF2F3F7CC4 (void);
  230. // 0x00000070 System.Void System.Globalization.FormatProvider/Number::FormatFixed(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Int32[],System.String,System.String)
  231. extern void Number_FormatFixed_m0AE79A769FD61DE736216A34F723B8D7D793C1BB (void);
  232. // 0x00000071 System.Void System.Globalization.FormatProvider/Number::FormatNumber(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
  233. extern void Number_FormatNumber_m24CDBE74E5644DDE85C931202384C04F91951EA6 (void);
  234. // 0x00000072 System.Void System.Globalization.FormatProvider/Number::FormatScientific(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char)
  235. extern void Number_FormatScientific_m2F27814915B4A407DE4F3692B2EECE8AD267C358 (void);
  236. // 0x00000073 System.Void System.Globalization.FormatProvider/Number::FormatExponent(System.Text.ValueStringBuilder&,System.Globalization.NumberFormatInfo,System.Int32,System.Char,System.Int32,System.Boolean)
  237. extern void Number_FormatExponent_m2194D98B7488C2DE4AB59E0AFECDCF4D258412F1 (void);
  238. // 0x00000074 System.Void System.Globalization.FormatProvider/Number::FormatGeneral(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char,System.Boolean)
  239. extern void Number_FormatGeneral_m68D4F0A31B064E3FDF311EFF410D774C0D3BAF0A (void);
  240. // 0x00000075 System.Void System.Globalization.FormatProvider/Number::FormatPercent(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
  241. extern void Number_FormatPercent_m765FF9BE8896DA80FDBC469B9EB40732C521B85D (void);
  242. // 0x00000076 System.Void System.Globalization.FormatProvider/Number::RoundNumber(System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32)
  243. extern void Number_RoundNumber_m4CF4E60F6BB2595CAF7D220275299620A954CAA0 (void);
  244. // 0x00000077 System.Int32 System.Globalization.FormatProvider/Number::FindSection(System.ReadOnlySpan`1<System.Char>,System.Int32)
  245. extern void Number_FindSection_mC2D1C69F848ACAB296ADB63DD0D87CF39C446849 (void);
  246. // 0x00000078 System.Void System.Globalization.FormatProvider/Number::NumberToStringFormat(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo)
  247. extern void Number_NumberToStringFormat_mA407C99BE332392E17203E2A9BDC5544DDF89090 (void);
  248. // 0x00000079 System.Void System.Globalization.FormatProvider/Number::.cctor()
  249. extern void Number__cctor_m2D3E19E23CA70D2ABBB814BA5694680EE8AFE430 (void);
  250. // 0x0000007A System.Char* System.Globalization.FormatProvider/Number/NumberBuffer::get_digits()
  251. extern void NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A (void);
  252. // 0x0000007B System.Void System.Text.ValueStringBuilder::.ctor(System.Span`1<System.Char>)
  253. extern void ValueStringBuilder__ctor_m0660F060D846CA37202B1BEEE35D26DAC2B6AFF6 (void);
  254. // 0x0000007C System.Int32 System.Text.ValueStringBuilder::get_Length()
  255. extern void ValueStringBuilder_get_Length_m5D0F5925DA1601B18CF1ADC62D8750F955DC3F6B (void);
  256. // 0x0000007D System.String System.Text.ValueStringBuilder::ToString()
  257. extern void ValueStringBuilder_ToString_mAB4C26796468880783F57E543C5102DE83C10BCE (void);
  258. // 0x0000007E System.Boolean System.Text.ValueStringBuilder::TryCopyTo(System.Span`1<System.Char>,System.Int32&)
  259. extern void ValueStringBuilder_TryCopyTo_m1ADDDEC065D0CCAB6A61D871D7272522B95F801E (void);
  260. // 0x0000007F System.Void System.Text.ValueStringBuilder::Insert(System.Int32,System.Char,System.Int32)
  261. extern void ValueStringBuilder_Insert_m658B685FEAD8D7A9935D2720FAAAB05382942E2C (void);
  262. // 0x00000080 System.Void System.Text.ValueStringBuilder::Append(System.Char)
  263. extern void ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC (void);
  264. // 0x00000081 System.Void System.Text.ValueStringBuilder::Append(System.String)
  265. extern void ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF (void);
  266. // 0x00000082 System.Void System.Text.ValueStringBuilder::AppendSlow(System.String)
  267. extern void ValueStringBuilder_AppendSlow_mF1E32E44AE0CD50A28EE3E945C8CCE40FB184526 (void);
  268. // 0x00000083 System.Void System.Text.ValueStringBuilder::Append(System.Char,System.Int32)
  269. extern void ValueStringBuilder_Append_m4E46E62A9444CE58033DDB6EC5D9AE7CF02B48B0 (void);
  270. // 0x00000084 System.Void System.Text.ValueStringBuilder::Append(System.Char*,System.Int32)
  271. extern void ValueStringBuilder_Append_m58580EDC69E4BCFEFFE0A266FE36684AC660BBD6 (void);
  272. // 0x00000085 System.Span`1<System.Char> System.Text.ValueStringBuilder::AppendSpan(System.Int32)
  273. extern void ValueStringBuilder_AppendSpan_m0D80091AA43B5BD4944DCD4D8729310FEAF11382 (void);
  274. // 0x00000086 System.Void System.Text.ValueStringBuilder::GrowAndAppend(System.Char)
  275. extern void ValueStringBuilder_GrowAndAppend_mDB5F96AAA8A9CAD064B96D8A182D84C76BF24F46 (void);
  276. // 0x00000087 System.Void System.Text.ValueStringBuilder::Grow(System.Int32)
  277. extern void ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9 (void);
  278. // 0x00000088 System.Void System.Text.ValueStringBuilder::Dispose()
  279. extern void ValueStringBuilder_Dispose_m3BC81A03C95916FF7171ADB0CF6F16E2366A1392 (void);
  280. static Il2CppMethodPointer s_methodPointers[136] =
  281. {
  282. SR_Format_mFA381AB984D00222E1CACA0EE8F4C53E8C99D34B,
  283. BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9,
  284. BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84,
  285. BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA,
  286. BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C,
  287. BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371,
  288. BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD,
  289. BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03,
  290. BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6,
  291. BigInteger_get_Zero_m034F723A07EC664776C5541E2FE1300C02171201,
  292. BigInteger_get_MinusOne_m3FF0F44F8C3D6DFB66C00B61017E42E555585465,
  293. BigInteger_get_IsZero_m54B3F16D56CB9E59DBEC6929CF61A7FBE3592DC4,
  294. BigInteger_Parse_m2B82A0CB4AF02EFCD6175561813E9F0B8DA08334,
  295. BigInteger_Parse_m9B099A3E92013755D8645DDB1D977A63BB692D73,
  296. BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783,
  297. BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C,
  298. BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361,
  299. BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314,
  300. BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923,
  301. BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296,
  302. BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E,
  303. BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0,
  304. BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441,
  305. BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD,
  306. BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306,
  307. BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6,
  308. BigInteger_Add_m7544497BCCB4A4612A2CFC9F272FFA6E22F740D8,
  309. BigInteger_op_Subtraction_m91D2E4A4810792046B697F0500B8797F7645FF14,
  310. BigInteger_Subtract_mA96B4B988F08F5DCADABE0B27BA23D970EBFF88D,
  311. BigInteger_op_Implicit_m9B2DA118DD0522DFA6983787CC9C09DACDB5469B,
  312. BigInteger_op_Implicit_m2AC4E39750D414F220B167E8A628DE4E0932709A,
  313. BigInteger_op_Implicit_m9A5BFDA84D812086448392C31CA7AAD2BB167335,
  314. BigInteger_op_Implicit_mE47ECF71B693CBA3538A95F12133334F08BE31F8,
  315. BigInteger_op_Implicit_m0E4A1C7B1F24EB10AE57608F2EBA5B127006D850,
  316. BigInteger_op_Implicit_m8C540D5135B0D715002A12DC41B1824623BAD8E4,
  317. BigInteger_op_Implicit_mB409693E4A4DD397B321CE56E748831FD0B67A06,
  318. BigInteger_op_Implicit_m82583327AA7F7D65A79CDCEF93F19C2398974548,
  319. BigInteger_op_Explicit_mD787D48C59BD782640D92B79382C7F83022DAD04,
  320. BigInteger_op_Explicit_m80CEDBE704B6E92747EA2A3B434A00265F5CF8BE,
  321. BigInteger_op_Explicit_m14FC0BE25F104B46C8F125CF70F8AF25A27FEF89,
  322. BigInteger_op_Explicit_mD44A55A97D5D1F9BC616462A3D64ED652D86EFDF,
  323. BigInteger_op_Explicit_m381F80B7F65BFEC7F2597DCDB24622F7F32E6848,
  324. BigInteger_op_Explicit_mB338BD78CA1D4642E264645861B15EFA025F1ED8,
  325. BigInteger_op_Explicit_mFADFEBD0E21A83E1522FF45D3B41F46F546F2264,
  326. BigInteger_op_Explicit_mC90AC1989E67C94D9146E1E19794016BA20AD101,
  327. BigInteger_op_Explicit_m8EC30B39ADC92FEFEC38CC8D49938F4D6E9D6BD8,
  328. BigInteger_op_Explicit_mC8FE8ED9D93EB044FEE2792B100C9CB9005F1EB3,
  329. BigInteger_op_Explicit_m1F21788C5AD515DC2A1FCE89B189F87449CE7835,
  330. BigInteger_op_LeftShift_m9C9DD1A22775C31A01650FEB59A91D4A58B719B3,
  331. BigInteger_op_RightShift_mE0645B6555F95B4838A8F471584DCA026848F7AB,
  332. BigInteger_op_UnaryNegation_m2C40453E25F1D2E3E5D892D92CE633C8E177C1C3,
  333. BigInteger_op_Addition_m895A3ED96D07E1A6E4AD97483EDC256107A31B12,
  334. BigInteger_op_Multiply_m2AF82FA0B4750F56C6A5522A54FBFF2C84919EFE,
  335. BigInteger_op_LessThanOrEqual_m0217024560C6B2E56EBE0A62A028BCF9D5610A4E,
  336. BigInteger_op_Inequality_mF231CB46B3043DDB6A2F96D77816F1719AE9EA9D,
  337. BigInteger_op_LessThan_mD76A0CAA6AB2F6A0C712889429122ECA85261ABD,
  338. BigInteger_op_LessThanOrEqual_m775786F38F607284E58833A6E9D77F7E946ACB12,
  339. BigInteger_op_Equality_mC3E68AE3326F7FAC3441A5618537BFB24CD15248,
  340. BigInteger_op_Inequality_mB9EBC12ED2739B3BE3F327ABB232B1A31344F199,
  341. BigInteger_op_LessThan_mD2622E31DA9CEAB50A6FBFD9F687EBB0D7B7FA81,
  342. BigInteger_op_LessThanOrEqual_mEE3D1E36DC2B592F51309DEB828A781AD63D7367,
  343. BigInteger_GetPartsForBitManipulation_m679473F863B7A311A59B4B58F26F1D30ADFEEADF,
  344. BigInteger_GetDiffLength_m86F9E98613660CB092EA24BC931C98B60E802902,
  345. BigInteger__cctor_mEE4D16FA07B1AD31F26502B9C54DB72DB4D1C626,
  346. BigIntegerCalculator_Add_m6B363515A5150645D0CAD0DDF4B04348B95C29C3,
  347. BigIntegerCalculator_Add_mE49BAD7CDF073CF2D2A2DEABCF11AEE5CC239298,
  348. BigIntegerCalculator_Add_m3CB52FDB28E32D96E1400C839ED8E7F51726A814,
  349. BigIntegerCalculator_AddSelf_mDCFCD397060ED753B4BDAA0CEB13F0AEC7DD5F3C,
  350. BigIntegerCalculator_Subtract_mB336D562EA742D2092AFD220202FC15D9A2791A7,
  351. BigIntegerCalculator_Subtract_m8BFB5D1D8B089DA2BA5AC0EB0A45D98A6F6AC681,
  352. BigIntegerCalculator_Subtract_mAD5DABE3E13103E8ADCBDA013BC874F17839AC45,
  353. BigIntegerCalculator_Compare_mD61B527BE1032F19B97519458C7AEAD60CBB8774,
  354. BigIntegerCalculator_Square_mACD0642A382CD4190157C54F060EFE9CB018B752,
  355. BigIntegerCalculator_Square_m2584DA98522B28EA71D2C5B1F060D6636DD839B0,
  356. BigIntegerCalculator_Multiply_mCA84C473CE355EE31D0247BB752A4E822B3F1073,
  357. BigIntegerCalculator_Multiply_m5440E8027D99BCC80110F5F1946D0204449F3F3A,
  358. BigIntegerCalculator_Multiply_m71523151C65A265EACB4221E700FF2C5D3096DAF,
  359. BigIntegerCalculator_SubtractCore_m25B6AB78D49CC8E351CD04D9F8500611CF587B2E,
  360. BigIntegerCalculator__cctor_mB0C09E685F08931052AF8D95CEDCCFD3D914D03B,
  361. BigNumber_TryValidateParseStyleInteger_m8BAA6C818C5B29BF922A9B9B64137D98305E0FC3,
  362. BigNumber_TryParseBigInteger_m20B86D8F2A7A726E9E4749997BE1AF8400EDB74F,
  363. BigNumber_ParseBigInteger_m8F3EE6622D0AA876261B5AFA2C3D9A1DCA0EC2CD,
  364. BigNumber_ParseBigInteger_mEBFCA034195BBBDB2FD46A41DA2CB00C9B67E6DB,
  365. BigNumber_HexNumberToBigInteger_m13BC6482D5FE8837F635D93BF48DC7D81B334E19,
  366. BigNumber_NumberToBigInteger_m352492F43EB4817F94BB5FDC6D7002B4FDD302B0,
  367. BigNumber_ParseFormatSpecifier_m642DCFB18345FAC78777645E487EE8279BA17073,
  368. BigNumber_FormatBigIntegerToHex_m5BD805D186861A2FDE1CB6D7C8BF730B78B251BE,
  369. BigNumber_FormatBigInteger_m1C6793BBD747BBC3E729A18FDAF8A5C814C80DC4,
  370. BigNumber_FormatBigInteger_m626A9168DC2BBB348E31E47313E83D88263747AA,
  371. BigNumberBuffer_Create_mCB1426735F95CA7747B2D5C418B778EA4441E8D8,
  372. NumericsHelpers_GetDoubleFromParts_m7AD1EBE9AF03E541D8773F1501109954A7ED8044,
  373. NumericsHelpers_DangerousMakeTwosComplement_m4B6EED2DF0E8C7B5171CDC7BBE5A7A3D68C79D4B,
  374. NumericsHelpers_MakeUlong_mAB879C53817E4E9BE9C649F09EEE0CB11DE53514,
  375. NumericsHelpers_Abs_m82DD45E6FEBF5DAB9533B31E5BC62DC5EF37568A,
  376. NumericsHelpers_CombineHash_m16177FC379833624A7C14834FA38ADE527A53CCE,
  377. NumericsHelpers_CombineHash_m676E72BC5EC287D4C9602A8D876D24E2CBFDC776,
  378. NumericsHelpers_CbitHighZero_m72B63F48B91DEB05E71577AF422AD373CE72CAC2,
  379. NumericsHelpers_CbitHighZero_mEF438EF7844C19E38A5ABE2B950ECB5994D03B5F,
  380. FormatProvider_FormatBigInteger_m1FBB2719E6A285F3F9EE6A4EE4B95AB6C50C0BAB,
  381. FormatProvider_TryStringToBigInteger_m4A4E85DF102A9188498A7D5E2074B9DE43960F6C,
  382. Number_IsWhite_m37BBB954A36F00B5A274536FFCA964128F9D867F,
  383. Number_MatchChars_mEB4DE6AF58FF0B189D2BFA242BC200B7A7F0401C,
  384. Number_MatchChars_m47E62446DBCE6EBEBA662E65BF5BECC772EA5BBF,
  385. Number_ParseNumber_m401874631147B19C641F35E43E1FC1D23038CBCE,
  386. Number_TrailingZeros_mA4C4FD1634CDCC9915CB7412DD7E2E5B0D2718D7,
  387. Number_TryStringToNumber_mA39F96566BD17881E186DD87981C8228FA9AF11E,
  388. Number_Int32ToDecChars_mA94E1FFBC0C831A23C6A974FC11018B9E6F9ED4E,
  389. Number_ParseFormatSpecifier_mC2A7C10F8899ED9BA94E9D9EFE6FDDCADE68618A,
  390. Number_NumberToString_mB02B6AFBEEF66C19BB094F00189CC8E15A16AD18,
  391. Number_FormatCurrency_m097DB55A0D1FC114CC86AF8F08F56A8AFEDC93DD,
  392. Number_wcslen_mCD526D9E32ECC29B992889CBDBC18EFF2F3F7CC4,
  393. Number_FormatFixed_m0AE79A769FD61DE736216A34F723B8D7D793C1BB,
  394. Number_FormatNumber_m24CDBE74E5644DDE85C931202384C04F91951EA6,
  395. Number_FormatScientific_m2F27814915B4A407DE4F3692B2EECE8AD267C358,
  396. Number_FormatExponent_m2194D98B7488C2DE4AB59E0AFECDCF4D258412F1,
  397. Number_FormatGeneral_m68D4F0A31B064E3FDF311EFF410D774C0D3BAF0A,
  398. Number_FormatPercent_m765FF9BE8896DA80FDBC469B9EB40732C521B85D,
  399. Number_RoundNumber_m4CF4E60F6BB2595CAF7D220275299620A954CAA0,
  400. Number_FindSection_mC2D1C69F848ACAB296ADB63DD0D87CF39C446849,
  401. Number_NumberToStringFormat_mA407C99BE332392E17203E2A9BDC5544DDF89090,
  402. Number__cctor_m2D3E19E23CA70D2ABBB814BA5694680EE8AFE430,
  403. NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A,
  404. ValueStringBuilder__ctor_m0660F060D846CA37202B1BEEE35D26DAC2B6AFF6,
  405. ValueStringBuilder_get_Length_m5D0F5925DA1601B18CF1ADC62D8750F955DC3F6B,
  406. ValueStringBuilder_ToString_mAB4C26796468880783F57E543C5102DE83C10BCE,
  407. ValueStringBuilder_TryCopyTo_m1ADDDEC065D0CCAB6A61D871D7272522B95F801E,
  408. ValueStringBuilder_Insert_m658B685FEAD8D7A9935D2720FAAAB05382942E2C,
  409. ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC,
  410. ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF,
  411. ValueStringBuilder_AppendSlow_mF1E32E44AE0CD50A28EE3E945C8CCE40FB184526,
  412. ValueStringBuilder_Append_m4E46E62A9444CE58033DDB6EC5D9AE7CF02B48B0,
  413. ValueStringBuilder_Append_m58580EDC69E4BCFEFFE0A266FE36684AC660BBD6,
  414. ValueStringBuilder_AppendSpan_m0D80091AA43B5BD4944DCD4D8729310FEAF11382,
  415. ValueStringBuilder_GrowAndAppend_mDB5F96AAA8A9CAD064B96D8A182D84C76BF24F46,
  416. ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9,
  417. ValueStringBuilder_Dispose_m3BC81A03C95916FF7171ADB0CF6F16E2366A1392,
  418. };
  419. extern void BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9_AdjustorThunk (void);
  420. extern void BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84_AdjustorThunk (void);
  421. extern void BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA_AdjustorThunk (void);
  422. extern void BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C_AdjustorThunk (void);
  423. extern void BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371_AdjustorThunk (void);
  424. extern void BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD_AdjustorThunk (void);
  425. extern void BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03_AdjustorThunk (void);
  426. extern void BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6_AdjustorThunk (void);
  427. extern void BigInteger_get_IsZero_m54B3F16D56CB9E59DBEC6929CF61A7FBE3592DC4_AdjustorThunk (void);
  428. extern void BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783_AdjustorThunk (void);
  429. extern void BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C_AdjustorThunk (void);
  430. extern void BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361_AdjustorThunk (void);
  431. extern void BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314_AdjustorThunk (void);
  432. extern void BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923_AdjustorThunk (void);
  433. extern void BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296_AdjustorThunk (void);
  434. extern void BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E_AdjustorThunk (void);
  435. extern void BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0_AdjustorThunk (void);
  436. extern void BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441_AdjustorThunk (void);
  437. extern void BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD_AdjustorThunk (void);
  438. extern void BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306_AdjustorThunk (void);
  439. extern void BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6_AdjustorThunk (void);
  440. extern void NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_AdjustorThunk (void);
  441. static Il2CppTokenAdjustorThunkPair s_adjustorThunks[22] =
  442. {
  443. { 0x06000002, BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9_AdjustorThunk },
  444. { 0x06000003, BigInteger__ctor_mE9288D5C617F6BF5B8E44F8B73D9198F30B90D84_AdjustorThunk },
  445. { 0x06000004, BigInteger__ctor_mA87DC2182BB2F6AA0209BD98E81C30BCE5B8BBAA_AdjustorThunk },
  446. { 0x06000005, BigInteger__ctor_m4685E4C69B49F9470E056A761DCEB8DB9FA7D01C_AdjustorThunk },
  447. { 0x06000006, BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371_AdjustorThunk },
  448. { 0x06000007, BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD_AdjustorThunk },
  449. { 0x06000008, BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03_AdjustorThunk },
  450. { 0x06000009, BigInteger__ctor_m14A0AC47ABF1AF6DE7B653CED685D7AD11B54BE6_AdjustorThunk },
  451. { 0x0600000C, BigInteger_get_IsZero_m54B3F16D56CB9E59DBEC6929CF61A7FBE3592DC4_AdjustorThunk },
  452. { 0x0600000F, BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783_AdjustorThunk },
  453. { 0x06000010, BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C_AdjustorThunk },
  454. { 0x06000011, BigInteger_Equals_m6FA62389611EBC75026561E5E3509E7839846361_AdjustorThunk },
  455. { 0x06000012, BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314_AdjustorThunk },
  456. { 0x06000013, BigInteger_CompareTo_m8E77C4EDC6840B293E163EAC20CAA3644282F923_AdjustorThunk },
  457. { 0x06000014, BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296_AdjustorThunk },
  458. { 0x06000015, BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E_AdjustorThunk },
  459. { 0x06000016, BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0_AdjustorThunk },
  460. { 0x06000017, BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441_AdjustorThunk },
  461. { 0x06000018, BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD_AdjustorThunk },
  462. { 0x06000019, BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306_AdjustorThunk },
  463. { 0x0600001A, BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6_AdjustorThunk },
  464. { 0x0600007A, NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_AdjustorThunk },
  465. };
  466. static const int32_t s_InvokerIndices[136] =
  467. {
  468. 7489,
  469. 4546,
  470. 4661,
  471. 4547,
  472. 4662,
  473. 4567,
  474. 1398,
  475. 2538,
  476. 2717,
  477. 8370,
  478. 8370,
  479. 5364,
  480. 7198,
  481. 6728,
  482. 5419,
  483. 3366,
  484. 3344,
  485. 3293,
  486. 3862,
  487. 3824,
  488. 3881,
  489. 615,
  490. 615,
  491. 490,
  492. 5443,
  493. 2149,
  494. 6294,
  495. 7196,
  496. 6294,
  497. 7839,
  498. 7843,
  499. 7840,
  500. 7844,
  501. 7841,
  502. 7845,
  503. 7842,
  504. 7846,
  505. 7852,
  506. 8093,
  507. 7937,
  508. 8220,
  509. 7955,
  510. 8235,
  511. 7975,
  512. 8248,
  513. 8110,
  514. 7914,
  515. 7900,
  516. 7197,
  517. 7197,
  518. 7838,
  519. 7196,
  520. 7196,
  521. 7241,
  522. 7241,
  523. 7242,
  524. 7242,
  525. 7242,
  526. 7242,
  527. 7271,
  528. 7271,
  529. 6737,
  530. 6857,
  531. 8422,
  532. 7494,
  533. 7489,
  534. 5942,
  535. 6594,
  536. 7494,
  537. 7489,
  538. 5942,
  539. 7415,
  540. 8052,
  541. 6594,
  542. 7494,
  543. 7489,
  544. 5942,
  545. 5942,
  546. 8422,
  547. 7265,
  548. 6303,
  549. 6728,
  550. 6727,
  551. 7223,
  552. 7223,
  553. 7592,
  554. 5757,
  555. 6903,
  556. 5756,
  557. 8425,
  558. 6808,
  559. 8289,
  560. 7614,
  561. 8240,
  562. 7611,
  563. 7404,
  564. 7970,
  565. 7971,
  566. 5770,
  567. 5791,
  568. 7872,
  569. 6722,
  570. 6721,
  571. 5792,
  572. 7210,
  573. 5868,
  574. 6591,
  575. 7592,
  576. 5941,
  577. 6211,
  578. 7953,
  579. 5768,
  580. 6211,
  581. 5938,
  582. 5946,
  583. 5835,
  584. 6211,
  585. 7648,
  586. 7394,
  587. 6585,
  588. 8422,
  589. 5357,
  590. 4419,
  591. 5419,
  592. 5443,
  593. 1630,
  594. 1476,
  595. 4660,
  596. 4567,
  597. 4567,
  598. 2781,
  599. 2289,
  600. 2986,
  601. 4660,
  602. 4546,
  603. 5562,
  604. };
  605. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_System_Numerics_CodeGenModule;
  606. const Il2CppCodeGenModule g_System_Numerics_CodeGenModule =
  607. {
  608. "System.Numerics.dll",
  609. 136,
  610. s_methodPointers,
  611. 22,
  612. s_adjustorThunks,
  613. s_InvokerIndices,
  614. 0,
  615. NULL,
  616. 0,
  617. NULL,
  618. 0,
  619. NULL,
  620. NULL,
  621. NULL, // module initializer,
  622. NULL,
  623. NULL,
  624. NULL,
  625. };