359 lines
24 KiB
C
359 lines
24 KiB
C
|
#include "pch-c.h"
|
|||
|
#ifndef _MSC_VER
|
|||
|
# include <alloca.h>
|
|||
|
#else
|
|||
|
# include <malloc.h>
|
|||
|
#endif
|
|||
|
|
|||
|
|
|||
|
#include "codegen/il2cpp-codegen-metadata.h"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
// 0x00000001 System.Void System.Numerics.BigInteger::.ctor(System.Int32)
|
|||
|
extern void BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9 (void);
|
|||
|
// 0x00000002 System.Void System.Numerics.BigInteger::.ctor(System.Byte[])
|
|||
|
extern void BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371 (void);
|
|||
|
// 0x00000003 System.Void System.Numerics.BigInteger::.ctor(System.ReadOnlySpan`1<System.Byte>,System.Boolean,System.Boolean)
|
|||
|
extern void BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD (void);
|
|||
|
// 0x00000004 System.Void System.Numerics.BigInteger::.ctor(System.Int32,System.UInt32[])
|
|||
|
extern void BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03 (void);
|
|||
|
// 0x00000005 System.Int32 System.Numerics.BigInteger::GetHashCode()
|
|||
|
extern void BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783 (void);
|
|||
|
// 0x00000006 System.Boolean System.Numerics.BigInteger::Equals(System.Object)
|
|||
|
extern void BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C (void);
|
|||
|
// 0x00000007 System.Boolean System.Numerics.BigInteger::Equals(System.Numerics.BigInteger)
|
|||
|
extern void BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314 (void);
|
|||
|
// 0x00000008 System.Int32 System.Numerics.BigInteger::CompareTo(System.Numerics.BigInteger)
|
|||
|
extern void BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296 (void);
|
|||
|
// 0x00000009 System.Int32 System.Numerics.BigInteger::CompareTo(System.Object)
|
|||
|
extern void BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E (void);
|
|||
|
// 0x0000000A System.Byte[] System.Numerics.BigInteger::ToByteArray()
|
|||
|
extern void BigInteger_ToByteArray_mC501D315AF605FB0EF172628E9D4C95D2F015EB3 (void);
|
|||
|
// 0x0000000B System.Byte[] System.Numerics.BigInteger::ToByteArray(System.Boolean,System.Boolean)
|
|||
|
extern void BigInteger_ToByteArray_m3133379D53710B317BD4963D510EFFFD60D101E4 (void);
|
|||
|
// 0x0000000C System.Boolean System.Numerics.BigInteger::TryWriteBytes(System.Span`1<System.Byte>,System.Int32&,System.Boolean,System.Boolean)
|
|||
|
extern void BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0 (void);
|
|||
|
// 0x0000000D System.Boolean System.Numerics.BigInteger::TryWriteOrCountBytes(System.Span`1<System.Byte>,System.Int32&,System.Boolean,System.Boolean)
|
|||
|
extern void BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441 (void);
|
|||
|
// 0x0000000E System.Byte[] System.Numerics.BigInteger::TryGetBytes(System.Numerics.BigInteger/GetBytesMode,System.Span`1<System.Byte>,System.Boolean,System.Boolean,System.Int32&)
|
|||
|
extern void BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD (void);
|
|||
|
// 0x0000000F System.String System.Numerics.BigInteger::ToString()
|
|||
|
extern void BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306 (void);
|
|||
|
// 0x00000010 System.String System.Numerics.BigInteger::ToString(System.String,System.IFormatProvider)
|
|||
|
extern void BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6 (void);
|
|||
|
// 0x00000011 System.Int32 System.Numerics.BigInteger::GetDiffLength(System.UInt32[],System.UInt32[],System.Int32)
|
|||
|
extern void BigInteger_GetDiffLength_m86F9E98613660CB092EA24BC931C98B60E802902 (void);
|
|||
|
// 0x00000012 System.Void System.Numerics.BigInteger::.cctor()
|
|||
|
extern void BigInteger__cctor_mEE4D16FA07B1AD31F26502B9C54DB72DB4D1C626 (void);
|
|||
|
// 0x00000013 System.Char System.Numerics.BigNumber::ParseFormatSpecifier(System.ReadOnlySpan`1<System.Char>,System.Int32&)
|
|||
|
extern void BigNumber_ParseFormatSpecifier_m642DCFB18345FAC78777645E487EE8279BA17073 (void);
|
|||
|
// 0x00000014 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&)
|
|||
|
extern void BigNumber_FormatBigIntegerToHex_m5BD805D186861A2FDE1CB6D7C8BF730B78B251BE (void);
|
|||
|
// 0x00000015 System.String System.Numerics.BigNumber::FormatBigInteger(System.Numerics.BigInteger,System.String,System.Globalization.NumberFormatInfo)
|
|||
|
extern void BigNumber_FormatBigInteger_m1C6793BBD747BBC3E729A18FDAF8A5C814C80DC4 (void);
|
|||
|
// 0x00000016 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&)
|
|||
|
extern void BigNumber_FormatBigInteger_m626A9168DC2BBB348E31E47313E83D88263747AA (void);
|
|||
|
// 0x00000017 System.Void System.Numerics.Complex::.ctor(System.Double,System.Double)
|
|||
|
extern void Complex__ctor_m33ABF44E3236B0F1214F6E68752B84F343F2C987 (void);
|
|||
|
// 0x00000018 System.Double System.Numerics.Complex::get_Real()
|
|||
|
extern void Complex_get_Real_m98291D3606A2D33FB2A4AFD94C5A6B594C4C8554 (void);
|
|||
|
// 0x00000019 System.Double System.Numerics.Complex::get_Imaginary()
|
|||
|
extern void Complex_get_Imaginary_m55DD546C177307031449E6814F9AE1671097FABD (void);
|
|||
|
// 0x0000001A System.Boolean System.Numerics.Complex::Equals(System.Object)
|
|||
|
extern void Complex_Equals_mB64F111EF60ABC9D8BDD94D258145CFB5D7D4995 (void);
|
|||
|
// 0x0000001B System.Boolean System.Numerics.Complex::Equals(System.Numerics.Complex)
|
|||
|
extern void Complex_Equals_m3ADB8896F3C90ACFF0FD672B87819E7165C81BFA (void);
|
|||
|
// 0x0000001C System.Int32 System.Numerics.Complex::GetHashCode()
|
|||
|
extern void Complex_GetHashCode_mFDB24C4843AE5E5F2C4F3973427EB37A039E5635 (void);
|
|||
|
// 0x0000001D System.String System.Numerics.Complex::ToString()
|
|||
|
extern void Complex_ToString_m664F18D6BDC49AFEF703BBA953428523C8D3EB21 (void);
|
|||
|
// 0x0000001E System.String System.Numerics.Complex::ToString(System.String,System.IFormatProvider)
|
|||
|
extern void Complex_ToString_m1A6DD2A0410CB2478AEC8D7AC97BB4D4C1AFA856 (void);
|
|||
|
// 0x0000001F System.Void System.Numerics.Complex::.cctor()
|
|||
|
extern void Complex__cctor_m663AF81CE0C66D9769240A16BA486CDA85A301B7 (void);
|
|||
|
// 0x00000020 System.Void System.Numerics.NumericsHelpers::DangerousMakeTwosComplement(System.UInt32[])
|
|||
|
extern void NumericsHelpers_DangerousMakeTwosComplement_m4B6EED2DF0E8C7B5171CDC7BBE5A7A3D68C79D4B (void);
|
|||
|
// 0x00000021 System.UInt64 System.Numerics.NumericsHelpers::MakeUlong(System.UInt32,System.UInt32)
|
|||
|
extern void NumericsHelpers_MakeUlong_mAB879C53817E4E9BE9C649F09EEE0CB11DE53514 (void);
|
|||
|
// 0x00000022 System.UInt32 System.Numerics.NumericsHelpers::CombineHash(System.UInt32,System.UInt32)
|
|||
|
extern void NumericsHelpers_CombineHash_m16177FC379833624A7C14834FA38ADE527A53CCE (void);
|
|||
|
// 0x00000023 System.Int32 System.Numerics.NumericsHelpers::CombineHash(System.Int32,System.Int32)
|
|||
|
extern void NumericsHelpers_CombineHash_m676E72BC5EC287D4C9602A8D876D24E2CBFDC776 (void);
|
|||
|
// 0x00000024 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)
|
|||
|
extern void FormatProvider_FormatBigInteger_m1FBB2719E6A285F3F9EE6A4EE4B95AB6C50C0BAB (void);
|
|||
|
// 0x00000025 System.Void System.Globalization.FormatProvider/Number::Int32ToDecChars(System.Char*,System.Int32&,System.UInt32,System.Int32)
|
|||
|
extern void Number_Int32ToDecChars_mA94E1FFBC0C831A23C6A974FC11018B9E6F9ED4E (void);
|
|||
|
// 0x00000026 System.Char System.Globalization.FormatProvider/Number::ParseFormatSpecifier(System.ReadOnlySpan`1<System.Char>,System.Int32&)
|
|||
|
extern void Number_ParseFormatSpecifier_mC2A7C10F8899ED9BA94E9D9EFE6FDDCADE68618A (void);
|
|||
|
// 0x00000027 System.Void System.Globalization.FormatProvider/Number::NumberToString(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Char,System.Int32,System.Globalization.NumberFormatInfo,System.Boolean)
|
|||
|
extern void Number_NumberToString_mB02B6AFBEEF66C19BB094F00189CC8E15A16AD18 (void);
|
|||
|
// 0x00000028 System.Void System.Globalization.FormatProvider/Number::FormatCurrency(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
|
|||
|
extern void Number_FormatCurrency_m097DB55A0D1FC114CC86AF8F08F56A8AFEDC93DD (void);
|
|||
|
// 0x00000029 System.Int32 System.Globalization.FormatProvider/Number::wcslen(System.Char*)
|
|||
|
extern void Number_wcslen_mCD526D9E32ECC29B992889CBDBC18EFF2F3F7CC4 (void);
|
|||
|
// 0x0000002A 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)
|
|||
|
extern void Number_FormatFixed_m0AE79A769FD61DE736216A34F723B8D7D793C1BB (void);
|
|||
|
// 0x0000002B System.Void System.Globalization.FormatProvider/Number::FormatNumber(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
|
|||
|
extern void Number_FormatNumber_m24CDBE74E5644DDE85C931202384C04F91951EA6 (void);
|
|||
|
// 0x0000002C System.Void System.Globalization.FormatProvider/Number::FormatScientific(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo,System.Char)
|
|||
|
extern void Number_FormatScientific_m2F27814915B4A407DE4F3692B2EECE8AD267C358 (void);
|
|||
|
// 0x0000002D System.Void System.Globalization.FormatProvider/Number::FormatExponent(System.Text.ValueStringBuilder&,System.Globalization.NumberFormatInfo,System.Int32,System.Char,System.Int32,System.Boolean)
|
|||
|
extern void Number_FormatExponent_m2194D98B7488C2DE4AB59E0AFECDCF4D258412F1 (void);
|
|||
|
// 0x0000002E 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)
|
|||
|
extern void Number_FormatGeneral_m68D4F0A31B064E3FDF311EFF410D774C0D3BAF0A (void);
|
|||
|
// 0x0000002F System.Void System.Globalization.FormatProvider/Number::FormatPercent(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32,System.Int32,System.Globalization.NumberFormatInfo)
|
|||
|
extern void Number_FormatPercent_m765FF9BE8896DA80FDBC469B9EB40732C521B85D (void);
|
|||
|
// 0x00000030 System.Void System.Globalization.FormatProvider/Number::RoundNumber(System.Globalization.FormatProvider/Number/NumberBuffer&,System.Int32)
|
|||
|
extern void Number_RoundNumber_m4CF4E60F6BB2595CAF7D220275299620A954CAA0 (void);
|
|||
|
// 0x00000031 System.Int32 System.Globalization.FormatProvider/Number::FindSection(System.ReadOnlySpan`1<System.Char>,System.Int32)
|
|||
|
extern void Number_FindSection_mC2D1C69F848ACAB296ADB63DD0D87CF39C446849 (void);
|
|||
|
// 0x00000032 System.Void System.Globalization.FormatProvider/Number::NumberToStringFormat(System.Text.ValueStringBuilder&,System.Globalization.FormatProvider/Number/NumberBuffer&,System.ReadOnlySpan`1<System.Char>,System.Globalization.NumberFormatInfo)
|
|||
|
extern void Number_NumberToStringFormat_mA407C99BE332392E17203E2A9BDC5544DDF89090 (void);
|
|||
|
// 0x00000033 System.Void System.Globalization.FormatProvider/Number::.cctor()
|
|||
|
extern void Number__cctor_m2D3E19E23CA70D2ABBB814BA5694680EE8AFE430 (void);
|
|||
|
// 0x00000034 System.Char* System.Globalization.FormatProvider/Number/NumberBuffer::get_digits()
|
|||
|
extern void NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A (void);
|
|||
|
// 0x00000035 System.Void System.Text.ValueStringBuilder::.ctor(System.Span`1<System.Char>)
|
|||
|
extern void ValueStringBuilder__ctor_m0660F060D846CA37202B1BEEE35D26DAC2B6AFF6 (void);
|
|||
|
// 0x00000036 System.Int32 System.Text.ValueStringBuilder::get_Length()
|
|||
|
extern void ValueStringBuilder_get_Length_m5D0F5925DA1601B18CF1ADC62D8750F955DC3F6B (void);
|
|||
|
// 0x00000037 System.String System.Text.ValueStringBuilder::ToString()
|
|||
|
extern void ValueStringBuilder_ToString_mAB4C26796468880783F57E543C5102DE83C10BCE (void);
|
|||
|
// 0x00000038 System.Boolean System.Text.ValueStringBuilder::TryCopyTo(System.Span`1<System.Char>,System.Int32&)
|
|||
|
extern void ValueStringBuilder_TryCopyTo_m1ADDDEC065D0CCAB6A61D871D7272522B95F801E (void);
|
|||
|
// 0x00000039 System.Void System.Text.ValueStringBuilder::Insert(System.Int32,System.Char,System.Int32)
|
|||
|
extern void ValueStringBuilder_Insert_m658B685FEAD8D7A9935D2720FAAAB05382942E2C (void);
|
|||
|
// 0x0000003A System.Void System.Text.ValueStringBuilder::Append(System.Char)
|
|||
|
extern void ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC (void);
|
|||
|
// 0x0000003B System.Void System.Text.ValueStringBuilder::Append(System.String)
|
|||
|
extern void ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF (void);
|
|||
|
// 0x0000003C System.Void System.Text.ValueStringBuilder::AppendSlow(System.String)
|
|||
|
extern void ValueStringBuilder_AppendSlow_mF1E32E44AE0CD50A28EE3E945C8CCE40FB184526 (void);
|
|||
|
// 0x0000003D System.Void System.Text.ValueStringBuilder::Append(System.Char,System.Int32)
|
|||
|
extern void ValueStringBuilder_Append_m4E46E62A9444CE58033DDB6EC5D9AE7CF02B48B0 (void);
|
|||
|
// 0x0000003E System.Void System.Text.ValueStringBuilder::Append(System.Char*,System.Int32)
|
|||
|
extern void ValueStringBuilder_Append_m58580EDC69E4BCFEFFE0A266FE36684AC660BBD6 (void);
|
|||
|
// 0x0000003F System.Span`1<System.Char> System.Text.ValueStringBuilder::AppendSpan(System.Int32)
|
|||
|
extern void ValueStringBuilder_AppendSpan_m0D80091AA43B5BD4944DCD4D8729310FEAF11382 (void);
|
|||
|
// 0x00000040 System.Void System.Text.ValueStringBuilder::GrowAndAppend(System.Char)
|
|||
|
extern void ValueStringBuilder_GrowAndAppend_mDB5F96AAA8A9CAD064B96D8A182D84C76BF24F46 (void);
|
|||
|
// 0x00000041 System.Void System.Text.ValueStringBuilder::Grow(System.Int32)
|
|||
|
extern void ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9 (void);
|
|||
|
// 0x00000042 System.Void System.Text.ValueStringBuilder::Dispose()
|
|||
|
extern void ValueStringBuilder_Dispose_m3BC81A03C95916FF7171ADB0CF6F16E2366A1392 (void);
|
|||
|
static Il2CppMethodPointer s_methodPointers[66] =
|
|||
|
{
|
|||
|
BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9,
|
|||
|
BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371,
|
|||
|
BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD,
|
|||
|
BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03,
|
|||
|
BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783,
|
|||
|
BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C,
|
|||
|
BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314,
|
|||
|
BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296,
|
|||
|
BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E,
|
|||
|
BigInteger_ToByteArray_mC501D315AF605FB0EF172628E9D4C95D2F015EB3,
|
|||
|
BigInteger_ToByteArray_m3133379D53710B317BD4963D510EFFFD60D101E4,
|
|||
|
BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0,
|
|||
|
BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441,
|
|||
|
BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD,
|
|||
|
BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306,
|
|||
|
BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6,
|
|||
|
BigInteger_GetDiffLength_m86F9E98613660CB092EA24BC931C98B60E802902,
|
|||
|
BigInteger__cctor_mEE4D16FA07B1AD31F26502B9C54DB72DB4D1C626,
|
|||
|
BigNumber_ParseFormatSpecifier_m642DCFB18345FAC78777645E487EE8279BA17073,
|
|||
|
BigNumber_FormatBigIntegerToHex_m5BD805D186861A2FDE1CB6D7C8BF730B78B251BE,
|
|||
|
BigNumber_FormatBigInteger_m1C6793BBD747BBC3E729A18FDAF8A5C814C80DC4,
|
|||
|
BigNumber_FormatBigInteger_m626A9168DC2BBB348E31E47313E83D88263747AA,
|
|||
|
Complex__ctor_m33ABF44E3236B0F1214F6E68752B84F343F2C987,
|
|||
|
Complex_get_Real_m98291D3606A2D33FB2A4AFD94C5A6B594C4C8554,
|
|||
|
Complex_get_Imaginary_m55DD546C177307031449E6814F9AE1671097FABD,
|
|||
|
Complex_Equals_mB64F111EF60ABC9D8BDD94D258145CFB5D7D4995,
|
|||
|
Complex_Equals_m3ADB8896F3C90ACFF0FD672B87819E7165C81BFA,
|
|||
|
Complex_GetHashCode_mFDB24C4843AE5E5F2C4F3973427EB37A039E5635,
|
|||
|
Complex_ToString_m664F18D6BDC49AFEF703BBA953428523C8D3EB21,
|
|||
|
Complex_ToString_m1A6DD2A0410CB2478AEC8D7AC97BB4D4C1AFA856,
|
|||
|
Complex__cctor_m663AF81CE0C66D9769240A16BA486CDA85A301B7,
|
|||
|
NumericsHelpers_DangerousMakeTwosComplement_m4B6EED2DF0E8C7B5171CDC7BBE5A7A3D68C79D4B,
|
|||
|
NumericsHelpers_MakeUlong_mAB879C53817E4E9BE9C649F09EEE0CB11DE53514,
|
|||
|
NumericsHelpers_CombineHash_m16177FC379833624A7C14834FA38ADE527A53CCE,
|
|||
|
NumericsHelpers_CombineHash_m676E72BC5EC287D4C9602A8D876D24E2CBFDC776,
|
|||
|
FormatProvider_FormatBigInteger_m1FBB2719E6A285F3F9EE6A4EE4B95AB6C50C0BAB,
|
|||
|
Number_Int32ToDecChars_mA94E1FFBC0C831A23C6A974FC11018B9E6F9ED4E,
|
|||
|
Number_ParseFormatSpecifier_mC2A7C10F8899ED9BA94E9D9EFE6FDDCADE68618A,
|
|||
|
Number_NumberToString_mB02B6AFBEEF66C19BB094F00189CC8E15A16AD18,
|
|||
|
Number_FormatCurrency_m097DB55A0D1FC114CC86AF8F08F56A8AFEDC93DD,
|
|||
|
Number_wcslen_mCD526D9E32ECC29B992889CBDBC18EFF2F3F7CC4,
|
|||
|
Number_FormatFixed_m0AE79A769FD61DE736216A34F723B8D7D793C1BB,
|
|||
|
Number_FormatNumber_m24CDBE74E5644DDE85C931202384C04F91951EA6,
|
|||
|
Number_FormatScientific_m2F27814915B4A407DE4F3692B2EECE8AD267C358,
|
|||
|
Number_FormatExponent_m2194D98B7488C2DE4AB59E0AFECDCF4D258412F1,
|
|||
|
Number_FormatGeneral_m68D4F0A31B064E3FDF311EFF410D774C0D3BAF0A,
|
|||
|
Number_FormatPercent_m765FF9BE8896DA80FDBC469B9EB40732C521B85D,
|
|||
|
Number_RoundNumber_m4CF4E60F6BB2595CAF7D220275299620A954CAA0,
|
|||
|
Number_FindSection_mC2D1C69F848ACAB296ADB63DD0D87CF39C446849,
|
|||
|
Number_NumberToStringFormat_mA407C99BE332392E17203E2A9BDC5544DDF89090,
|
|||
|
Number__cctor_m2D3E19E23CA70D2ABBB814BA5694680EE8AFE430,
|
|||
|
NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A,
|
|||
|
ValueStringBuilder__ctor_m0660F060D846CA37202B1BEEE35D26DAC2B6AFF6,
|
|||
|
ValueStringBuilder_get_Length_m5D0F5925DA1601B18CF1ADC62D8750F955DC3F6B,
|
|||
|
ValueStringBuilder_ToString_mAB4C26796468880783F57E543C5102DE83C10BCE,
|
|||
|
ValueStringBuilder_TryCopyTo_m1ADDDEC065D0CCAB6A61D871D7272522B95F801E,
|
|||
|
ValueStringBuilder_Insert_m658B685FEAD8D7A9935D2720FAAAB05382942E2C,
|
|||
|
ValueStringBuilder_Append_mBB79BFE6EAB412D689B7D6675A6E0BC3F6FCDFCC,
|
|||
|
ValueStringBuilder_Append_m4F9C03D9B78FD7AE877AAC57178D2F84AD2956CF,
|
|||
|
ValueStringBuilder_AppendSlow_mF1E32E44AE0CD50A28EE3E945C8CCE40FB184526,
|
|||
|
ValueStringBuilder_Append_m4E46E62A9444CE58033DDB6EC5D9AE7CF02B48B0,
|
|||
|
ValueStringBuilder_Append_m58580EDC69E4BCFEFFE0A266FE36684AC660BBD6,
|
|||
|
ValueStringBuilder_AppendSpan_m0D80091AA43B5BD4944DCD4D8729310FEAF11382,
|
|||
|
ValueStringBuilder_GrowAndAppend_mDB5F96AAA8A9CAD064B96D8A182D84C76BF24F46,
|
|||
|
ValueStringBuilder_Grow_m8107401166703C9CB129685FA6F78F26615FC6A9,
|
|||
|
ValueStringBuilder_Dispose_m3BC81A03C95916FF7171ADB0CF6F16E2366A1392,
|
|||
|
};
|
|||
|
extern void BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9_AdjustorThunk (void);
|
|||
|
extern void BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371_AdjustorThunk (void);
|
|||
|
extern void BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD_AdjustorThunk (void);
|
|||
|
extern void BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03_AdjustorThunk (void);
|
|||
|
extern void BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783_AdjustorThunk (void);
|
|||
|
extern void BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C_AdjustorThunk (void);
|
|||
|
extern void BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314_AdjustorThunk (void);
|
|||
|
extern void BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296_AdjustorThunk (void);
|
|||
|
extern void BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E_AdjustorThunk (void);
|
|||
|
extern void BigInteger_ToByteArray_mC501D315AF605FB0EF172628E9D4C95D2F015EB3_AdjustorThunk (void);
|
|||
|
extern void BigInteger_ToByteArray_m3133379D53710B317BD4963D510EFFFD60D101E4_AdjustorThunk (void);
|
|||
|
extern void BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0_AdjustorThunk (void);
|
|||
|
extern void BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441_AdjustorThunk (void);
|
|||
|
extern void BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD_AdjustorThunk (void);
|
|||
|
extern void BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306_AdjustorThunk (void);
|
|||
|
extern void BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6_AdjustorThunk (void);
|
|||
|
extern void Complex__ctor_m33ABF44E3236B0F1214F6E68752B84F343F2C987_AdjustorThunk (void);
|
|||
|
extern void Complex_get_Real_m98291D3606A2D33FB2A4AFD94C5A6B594C4C8554_AdjustorThunk (void);
|
|||
|
extern void Complex_get_Imaginary_m55DD546C177307031449E6814F9AE1671097FABD_AdjustorThunk (void);
|
|||
|
extern void Complex_Equals_mB64F111EF60ABC9D8BDD94D258145CFB5D7D4995_AdjustorThunk (void);
|
|||
|
extern void Complex_Equals_m3ADB8896F3C90ACFF0FD672B87819E7165C81BFA_AdjustorThunk (void);
|
|||
|
extern void Complex_GetHashCode_mFDB24C4843AE5E5F2C4F3973427EB37A039E5635_AdjustorThunk (void);
|
|||
|
extern void Complex_ToString_m664F18D6BDC49AFEF703BBA953428523C8D3EB21_AdjustorThunk (void);
|
|||
|
extern void Complex_ToString_m1A6DD2A0410CB2478AEC8D7AC97BB4D4C1AFA856_AdjustorThunk (void);
|
|||
|
extern void NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_AdjustorThunk (void);
|
|||
|
static Il2CppTokenAdjustorThunkPair s_adjustorThunks[25] =
|
|||
|
{
|
|||
|
{ 0x06000001, BigInteger__ctor_mFEDEDA4A6AFC2BA534FEEF4EB3431B9C5AC3F9D9_AdjustorThunk },
|
|||
|
{ 0x06000002, BigInteger__ctor_m25FA3F3C832BC621CD91ABFAC3535A2F4EE7B371_AdjustorThunk },
|
|||
|
{ 0x06000003, BigInteger__ctor_mF6B2AC2AD4056AB6903913C56A92F565EB08BAFD_AdjustorThunk },
|
|||
|
{ 0x06000004, BigInteger__ctor_mB5E6337A77FC9888762DD29AAF54D2BBDD828D03_AdjustorThunk },
|
|||
|
{ 0x06000005, BigInteger_GetHashCode_m2CB01C462C09EB23616010EB24E0A87A4D35D783_AdjustorThunk },
|
|||
|
{ 0x06000006, BigInteger_Equals_mC711A33C4466DC2C053785E0A8A34B49A197EA1C_AdjustorThunk },
|
|||
|
{ 0x06000007, BigInteger_Equals_m36D3C46B170C61FBA8D78C5D4D52B6627DCB2314_AdjustorThunk },
|
|||
|
{ 0x06000008, BigInteger_CompareTo_m1B9ADF53CC7255B4DE59A270AA1EA854E25E7296_AdjustorThunk },
|
|||
|
{ 0x06000009, BigInteger_CompareTo_mFF2E7BDB82C698B3A3BFD93FD723629F9606B33E_AdjustorThunk },
|
|||
|
{ 0x0600000A, BigInteger_ToByteArray_mC501D315AF605FB0EF172628E9D4C95D2F015EB3_AdjustorThunk },
|
|||
|
{ 0x0600000B, BigInteger_ToByteArray_m3133379D53710B317BD4963D510EFFFD60D101E4_AdjustorThunk },
|
|||
|
{ 0x0600000C, BigInteger_TryWriteBytes_m4B86F875CA1C01790FE20D1A689DCA41D22326C0_AdjustorThunk },
|
|||
|
{ 0x0600000D, BigInteger_TryWriteOrCountBytes_mB22B053CE50BA54DF99F85EEAE05CA7ABDEF6441_AdjustorThunk },
|
|||
|
{ 0x0600000E, BigInteger_TryGetBytes_m015641ED36F51F9CA2D92665048EB5E0ED3C6DCD_AdjustorThunk },
|
|||
|
{ 0x0600000F, BigInteger_ToString_m6AFB0DE9CD953DA8B015C31B3CC1FEF86D98A306_AdjustorThunk },
|
|||
|
{ 0x06000010, BigInteger_ToString_mF67077A813661D27640565FC41346D65A155B3F6_AdjustorThunk },
|
|||
|
{ 0x06000017, Complex__ctor_m33ABF44E3236B0F1214F6E68752B84F343F2C987_AdjustorThunk },
|
|||
|
{ 0x06000018, Complex_get_Real_m98291D3606A2D33FB2A4AFD94C5A6B594C4C8554_AdjustorThunk },
|
|||
|
{ 0x06000019, Complex_get_Imaginary_m55DD546C177307031449E6814F9AE1671097FABD_AdjustorThunk },
|
|||
|
{ 0x0600001A, Complex_Equals_mB64F111EF60ABC9D8BDD94D258145CFB5D7D4995_AdjustorThunk },
|
|||
|
{ 0x0600001B, Complex_Equals_m3ADB8896F3C90ACFF0FD672B87819E7165C81BFA_AdjustorThunk },
|
|||
|
{ 0x0600001C, Complex_GetHashCode_mFDB24C4843AE5E5F2C4F3973427EB37A039E5635_AdjustorThunk },
|
|||
|
{ 0x0600001D, Complex_ToString_m664F18D6BDC49AFEF703BBA953428523C8D3EB21_AdjustorThunk },
|
|||
|
{ 0x0600001E, Complex_ToString_m1A6DD2A0410CB2478AEC8D7AC97BB4D4C1AFA856_AdjustorThunk },
|
|||
|
{ 0x06000034, NumberBuffer_get_digits_mB2D6183F180088A57C57ED5FBA7BDD4CDF4A369A_AdjustorThunk },
|
|||
|
};
|
|||
|
static const int32_t s_InvokerIndices[66] =
|
|||
|
{
|
|||
|
11633,
|
|||
|
11667,
|
|||
|
2577,
|
|||
|
6014,
|
|||
|
14584,
|
|||
|
8708,
|
|||
|
8590,
|
|||
|
9936,
|
|||
|
10017,
|
|||
|
14621,
|
|||
|
4743,
|
|||
|
809,
|
|||
|
809,
|
|||
|
646,
|
|||
|
14621,
|
|||
|
4777,
|
|||
|
17435,
|
|||
|
22100,
|
|||
|
18859,
|
|||
|
15185,
|
|||
|
17510,
|
|||
|
15184,
|
|||
|
5253,
|
|||
|
14531,
|
|||
|
14531,
|
|||
|
8708,
|
|||
|
8606,
|
|||
|
14584,
|
|||
|
14621,
|
|||
|
4777,
|
|||
|
22100,
|
|||
|
21132,
|
|||
|
18907,
|
|||
|
18891,
|
|||
|
18575,
|
|||
|
15214,
|
|||
|
16927,
|
|||
|
18859,
|
|||
|
15545,
|
|||
|
16150,
|
|||
|
20355,
|
|||
|
15213,
|
|||
|
16150,
|
|||
|
15542,
|
|||
|
15550,
|
|||
|
15344,
|
|||
|
16150,
|
|||
|
19085,
|
|||
|
18551,
|
|||
|
16918,
|
|||
|
22100,
|
|||
|
14487,
|
|||
|
11171,
|
|||
|
14584,
|
|||
|
14621,
|
|||
|
3278,
|
|||
|
2773,
|
|||
|
11791,
|
|||
|
11667,
|
|||
|
11667,
|
|||
|
6458,
|
|||
|
4970,
|
|||
|
7069,
|
|||
|
11791,
|
|||
|
11633,
|
|||
|
14775,
|
|||
|
};
|
|||
|
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_System_Numerics_CodeGenModule;
|
|||
|
const Il2CppCodeGenModule g_System_Numerics_CodeGenModule =
|
|||
|
{
|
|||
|
"System.Numerics.dll",
|
|||
|
66,
|
|||
|
s_methodPointers,
|
|||
|
25,
|
|||
|
s_adjustorThunks,
|
|||
|
s_InvokerIndices,
|
|||
|
0,
|
|||
|
NULL,
|
|||
|
0,
|
|||
|
NULL,
|
|||
|
0,
|
|||
|
NULL,
|
|||
|
NULL,
|
|||
|
NULL, // module initializer,
|
|||
|
NULL,
|
|||
|
NULL,
|
|||
|
NULL,
|
|||
|
};
|