#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149; // System.Collections.Generic.Comparer`1 struct Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20; // System.Func`2>,System.Double> struct Func_2_t98DCC4BA67D3FDEDF42183731A9AA8FD50D0A809; // System.Func`2>,System.Object> struct Func_2_t7F5197611150AB6511E848D09B3E1015C02A1A51; // System.Func`2,System.Double> struct Func_2_t7D15918AC728B39D8BE11716675A533368951803; // System.Func`2,System.Object> struct Func_2_t920F8CA1823D33560C1B6F8E9EAC0111AA8FDA6D; // System.Func`2 struct Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A; // System.Func`2 struct Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651; // System.Func`2 struct Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857; // System.Func`2 struct Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436; // System.Func`2 struct Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8; // System.Func`2 struct Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC; // System.Func`3 struct Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836; // System.Func`3 struct Func_3_t90CEFB734471CC170CC4C2025F69C477B1635930; // System.Func`3 struct Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF17C4423FA7D07F70471E2AEEE9159E571790D8E; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4B2D427AF9CB02627FF79789762E27659F959C7F; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4DFA5CB8F95829BAC3B2C5251EA018F27F9EFCB2; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t673DFF64E51C18A8B1287F4BD988966CE3B15A45; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBD60400523D840591A17E4CBBACC79397F68FAA2; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tA47C7854827B32621F915027EE2696408600423B; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t4CD2E920AE001E2F57F1656DD754AE4315EC448E; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t6BFD84269A7022891577378974C44D0A01467A63; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t5918C99D6FA69C530D0287467B91ADE56FA3D7AF; // System.Collections.Generic.List`1> struct List_1_t27B40B45D00273EDC22A79342E3B790C99783D88; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824; // System.Tuple`2 struct Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097; // System.Tuple`2 struct Tuple_2_tE195A2ACBC3081F18BE32C32286161122EF29407; // o0.VarianceMaintainer`1 struct VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135; // o0.VarianceMaintainer`1 struct VarianceMaintainer_1_tEBB12FBD42B43EE7CBC836288D934536B71CF61A; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 struct VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 struct VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 struct VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 struct VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 struct VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 struct VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 struct VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 struct VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t04BD986700481778192B0CF621635E64D169D13C; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808; // System.Tuple`2[] struct Tuple_2U5BU5D_t2BD90218B38A12E60CE510047B011F339DA88088; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Numerics.Complex[] struct ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5; // MathNet.Numerics.Complex32[] struct Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.String[,] struct StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.FormattableString struct FormattableString_tDE8B3B926F0AD1A0FD6864BBA69C5AC99CE49B59; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MethodInfo struct MethodInfo_t; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.Type struct Type_t; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t27B40B45D00273EDC22A79342E3B790C99783D88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral1459AD7D3E0F8808A85528961118835E18AD1F96; IL2CPP_EXTERN_C String_t* _stringLiteral222BFB2514FB23887BAAF08332D0592CEC108BE8; IL2CPP_EXTERN_C String_t* _stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018; IL2CPP_EXTERN_C String_t* _stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26; IL2CPP_EXTERN_C String_t* _stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869; IL2CPP_EXTERN_C String_t* _stringLiteral483D313E1D4494A2D1529112AC5AE18B120DBE0B; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA; IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73; IL2CPP_EXTERN_C String_t* _stringLiteralAE8C36CA3E65F4E9D770E5374A33854C5C49271A; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralBD938E6825F496101FC6AF56CE196C0545963DAD; IL2CPP_EXTERN_C String_t* _stringLiteralCFAC928B9632979CA328C6C33549FD409AEF4B74; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB; IL2CPP_EXTERN_C String_t* _stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6; IL2CPP_EXTERN_C String_t* _stringLiteralF9261CBE8AA0060345CAD5FC1FE67A4718967AEC; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m2A9F8525355B0CD2188600AA0ADC0B5D934B262B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m8CE02AFBB4FA64D94BFB84B39357EB029E79CC7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_5_System_IComparable_CompareTo_m3DDEAE36E5F1BF402AB114C9CC1BEE62765A08DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_5_System_IComparable_CompareTo_mA065730B1B41F97D5A7FC4189CECDCEA92F8F128_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1_CopySubVectorTo_m3B85CA67C0BA8B64FCD01B3289A4516963FD6B87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1_CopySubVectorTo_m570DFAB7ADFD31204E3ECF7CB7EA58AAE4F8212B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1_CopySubVectorTo_mDA010F3EF30A3DB3924D7FA1C8F02A33551A7A85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1_CopySubVectorTo_mE4465682908FD73F263A1543105CA877B50F029E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1_ValidateRange_m137397A3F5163F8529EF2ADA7921E44CF13F5BC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1_ValidateRange_m451A3865F41065ED295AFFE71D63FA7ED06D9B73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1_ValidateRange_m9F90121C88923541F64430CAF78F05170C6E712D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1_ValidateRange_mFC523E993DDA9446008E4F733A28D9D51E5A2630_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1_ValidateSubVectorRange_m3CF92D4D117BCA82908A91B8A06A1DF88A24D895_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1_ValidateSubVectorRange_m5CD8406409CC681E719F99ED87D4034500A256F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1_ValidateSubVectorRange_mA3DD3A9D587B90A14A2119A63431CC41E40F70C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1_ValidateSubVectorRange_mD943A46BCF37CB45AD40B47D3B8851C1741B304C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1__ctor_m265BB4A006BD374C9C8312935612B5809A3159AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1__ctor_m8E3730DAA479A3A7CA0656A01AFF3F1816EAE067_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1__ctor_m934D8B7950EEC38B02C0039EE48FE8DA2B358A02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VectorStorage_1__ctor_mE9ABEA7EAF367B72C45C1A8B8D2B7D0F270D96BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_ClearSubVector_m2219DC38418EFF6B897EC2F935C985EE5945741E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_ClearSubVector_m29E00DE12A49ED2B5F7236EC375B1CCDE6039B4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_ClearSubVector_mD0D7202EC1947F51F21F95798FD07F6C3466A497_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_ClearSubVector_mE259832118A8305D962DD0E7C5F29102738A15A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_Equals_m81271ABBAB8ED312BB9B4F6772115BA3AF5C6BD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_GetAllBitsSetValue_mAAD472541FAB9A199CAA67CCC821ED82C534B37B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_GetHashCode_m46E7826FFC368060A55DD4D80082E98CDABDECAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_GetOneValue_m4629437FB11F21A84BCB60B50316487F9020FDCF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_InitializeCount_m9F2C35505BCC180D4DC3409157F4C01FF2691657_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_Max_m9E64B0B23BADF1BE66F2AB8C5AD913107EB56E57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_Min_mC72D69DC3B2B5C49E828ADACB57C9B0106E48AAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_ScalarAdd_m64583FC42EDC21B39477058F733A1DB49C5E4A8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_ScalarEquals_m960E6C4F398050EB7FE3DB981D946121BBAF299F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_ScalarGreaterThan_m517D15FE0E44D4346D391696C6A962F380568E56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_ScalarLessThan_mAB62090B57CDD3EDB89C7D1F2EBF8954C7545F83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_ScalarMultiply_mD835D55E10BBFDFFDEAF63422875A8527CBBDBB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_ScalarSubtract_m031BB77C714A25CDF21F2E5D0757420D16DDEB81_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Add_m292C1A000DAB9943EED0977BED5C37BE629A3BCC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Add_m708195D51C562CFF0E166939E9C1CAB4FB9FEC9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Add_m84F81A99B8C86F6430BCB4DE9F28D61B04B3C889_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Add_mE515F3665A12FD5A6BD5BB4BE04E5EDD86A35DFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_ICollectionU3CTU3E_CopyTo_m25EA3880B9C0FB19DBD1F719B7CF6FE7073EE5B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_ICollectionU3CTU3E_CopyTo_m979580E0F19DB59D3F78ED821DD980B7F7B53712_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_ICollectionU3CTU3E_CopyTo_mC0819894AE211017364AC24D44D5C49399C2920C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_ICollectionU3CTU3E_CopyTo_mD5752744BCBE83A4E4C1607CE05D446765CBA2DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_m26956284FC39610AEADC14D8B0ACB6D0FFC14B44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_mB3D909621BDAF879F2B57B20A22DA1D13CECAC7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_mBC9BA9BFE4EEE846D1869EBF172AAD33F39E5E4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_mC3794484D4F88AC26C21D2E6197175927F4DC559_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_IListU3CTU3E_Insert_m0CEC609AF51F45074BE604A9C821B6931EA4BF51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_IListU3CTU3E_Insert_m0E23E94866DF4D05D574050FF2872A2D28909E9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_IListU3CTU3E_Insert_m21C5CE47E2C6575E43664F536B7D4C987FED5777_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_IListU3CTU3E_Insert_m64ABFE1428193C4699805D088A67013BC474C0A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_m57D31AD6B594F0C5EEB3E6CE94151C07DD20A7FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_m9ACCC47442EF0EF97762A39D5F908C2847AD2A8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_mDC45B7C9DB13DE08F6DFA65B9BA829017F94BC76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_mED0030B0DCBD7213D4CBC0AC076247BCCF59F5DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_ICollection_CopyTo_m589198BA93265BBB3CA018147BF8DB42217A1865_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_ICollection_CopyTo_m939FF886265118EC172DB44313591333F5E6D847_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_ICollection_CopyTo_mAAED4543DF9B2CDC0ACB88CED43A889D6A42ADD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_ICollection_CopyTo_mBC995FB27DD691D7245564FCCF16A5F1E1452982_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_Add_m0647C6268803341B22BE3A9163B695E06EB9FF61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_Add_m336A845A9AFB5D0879BF1A24789952854F13002D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_Add_m7E772C8FE97273D849BAB86069A6ADB759C10A64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_Add_mA3160D452FB48659A6507318944E0D9012D3C0A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_Insert_m7D205EC74877D3C51334151AB6A55ADE766A3F0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_Insert_m9650CFE242887A6A7A0B7023E9222C8107949D92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_Insert_mB449F1D41D881C730C5D5C1AC784111B3341D981_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_Insert_mBAA51F47C67EDC7B86BAA1C162243D064E7E2D6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_RemoveAt_m4BBD0187DF9776C14D82E26D72395FFE3CE0AEF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_RemoveAt_m6055462148B261F8F7A6FDAB5F52CC39FE6F6641_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_RemoveAt_m918D0D818D846580B0711A42724C5EB5BA994313_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_RemoveAt_m977F2ADF79FA0AEE98F6734DE5D298A86DA06EE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_Remove_m51B1E936A04091FD51795CABB284CA19777D172E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_Remove_m795B566CF05BD844DC7A72189DB91C5F4775EEC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_Remove_m9034137EECCE0D5426204FD377AC6229E7E983D0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_System_Collections_IList_Remove_mEA0F431F60B219D18ED4AC18D7AA7D607BAA10CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_m3F22443ECC58EC2207EFCC786F179E96514739DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_m5368272803BB8756FB2A0DCD54CAB7210352224F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_m5846AA1B80481D58F0A618A634A4454CDDE905F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_m90945DD84B18B3A556EA6F8B5B12877982093005_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1__ctor_mCF5ABFE5B2248BFE9962B2C6B86F02A7A248921A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Count_mB9B9FBA8081FEAC89627204CC5B39AF6EA919795_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Addition_mC9F1C378B3AFC6331ADBB80057DF58B6EBDBF74C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Multiply_mDBB52667AD8D2B500187BC44953B224309C98E2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Vector_1_op_Subtraction_mFB294F1F3DAD064F48DF3702E07409E570ABF337_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5; struct Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9; struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // MathNet.Numerics.LinearAlgebra.Vector`1/<>c struct U3CU3Ec_tC99239A1941B9BE842FA6630E9FCDA249CC81512 : public RuntimeObject { public: public: }; struct U3CU3Ec_tC99239A1941B9BE842FA6630E9FCDA249CC81512_StaticFields { public: // MathNet.Numerics.LinearAlgebra.Vector`1/<>c MathNet.Numerics.LinearAlgebra.Vector`1/<>c::<>9 U3CU3Ec_tC99239A1941B9BE842FA6630E9FCDA249CC81512 * ___U3CU3E9_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Vector`1/<>c::<>9__209_0 Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * ___U3CU3E9__209_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tC99239A1941B9BE842FA6630E9FCDA249CC81512_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tC99239A1941B9BE842FA6630E9FCDA249CC81512 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tC99239A1941B9BE842FA6630E9FCDA249CC81512 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tC99239A1941B9BE842FA6630E9FCDA249CC81512 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__209_0_1() { return static_cast(offsetof(U3CU3Ec_tC99239A1941B9BE842FA6630E9FCDA249CC81512_StaticFields, ___U3CU3E9__209_0_1)); } inline Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * get_U3CU3E9__209_0_1() const { return ___U3CU3E9__209_0_1; } inline Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC ** get_address_of_U3CU3E9__209_0_1() { return &___U3CU3E9__209_0_1; } inline void set_U3CU3E9__209_0_1(Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * value) { ___U3CU3E9__209_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__209_0_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Vector`1/<>c struct U3CU3Ec_tCCF292BA66A62E70D2AEF0ADFC1D1597613DFFEF : public RuntimeObject { public: public: }; struct U3CU3Ec_tCCF292BA66A62E70D2AEF0ADFC1D1597613DFFEF_StaticFields { public: // MathNet.Numerics.LinearAlgebra.Vector`1/<>c MathNet.Numerics.LinearAlgebra.Vector`1/<>c::<>9 U3CU3Ec_tCCF292BA66A62E70D2AEF0ADFC1D1597613DFFEF * ___U3CU3E9_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Vector`1/<>c::<>9__209_0 Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * ___U3CU3E9__209_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tCCF292BA66A62E70D2AEF0ADFC1D1597613DFFEF_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tCCF292BA66A62E70D2AEF0ADFC1D1597613DFFEF * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tCCF292BA66A62E70D2AEF0ADFC1D1597613DFFEF ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tCCF292BA66A62E70D2AEF0ADFC1D1597613DFFEF * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__209_0_1() { return static_cast(offsetof(U3CU3Ec_tCCF292BA66A62E70D2AEF0ADFC1D1597613DFFEF_StaticFields, ___U3CU3E9__209_0_1)); } inline Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * get_U3CU3E9__209_0_1() const { return ___U3CU3E9__209_0_1; } inline Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC ** get_address_of_U3CU3E9__209_0_1() { return &___U3CU3E9__209_0_1; } inline void set_U3CU3E9__209_0_1(Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * value) { ___U3CU3E9__209_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__209_0_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Vector`1/<>c struct U3CU3Ec_t151423B537A507F6823D409BF8ED9084FA2DA96A : public RuntimeObject { public: public: }; struct U3CU3Ec_t151423B537A507F6823D409BF8ED9084FA2DA96A_StaticFields { public: // MathNet.Numerics.LinearAlgebra.Vector`1/<>c MathNet.Numerics.LinearAlgebra.Vector`1/<>c::<>9 U3CU3Ec_t151423B537A507F6823D409BF8ED9084FA2DA96A * ___U3CU3E9_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Vector`1/<>c::<>9__209_0 Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * ___U3CU3E9__209_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t151423B537A507F6823D409BF8ED9084FA2DA96A_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t151423B537A507F6823D409BF8ED9084FA2DA96A * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t151423B537A507F6823D409BF8ED9084FA2DA96A ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t151423B537A507F6823D409BF8ED9084FA2DA96A * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__209_0_1() { return static_cast(offsetof(U3CU3Ec_t151423B537A507F6823D409BF8ED9084FA2DA96A_StaticFields, ___U3CU3E9__209_0_1)); } inline Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * get_U3CU3E9__209_0_1() const { return ___U3CU3E9__209_0_1; } inline Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC ** get_address_of_U3CU3E9__209_0_1() { return &___U3CU3E9__209_0_1; } inline void set_U3CU3E9__209_0_1(Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * value) { ___U3CU3E9__209_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__209_0_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Vector`1/<>c struct U3CU3Ec_tC51183E5F1119D1DA0DA3AC364CF8A3411990422 : public RuntimeObject { public: public: }; struct U3CU3Ec_tC51183E5F1119D1DA0DA3AC364CF8A3411990422_StaticFields { public: // MathNet.Numerics.LinearAlgebra.Vector`1/<>c MathNet.Numerics.LinearAlgebra.Vector`1/<>c::<>9 U3CU3Ec_tC51183E5F1119D1DA0DA3AC364CF8A3411990422 * ___U3CU3E9_0; // System.Func`2 MathNet.Numerics.LinearAlgebra.Vector`1/<>c::<>9__209_0 Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * ___U3CU3E9__209_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tC51183E5F1119D1DA0DA3AC364CF8A3411990422_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tC51183E5F1119D1DA0DA3AC364CF8A3411990422 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tC51183E5F1119D1DA0DA3AC364CF8A3411990422 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tC51183E5F1119D1DA0DA3AC364CF8A3411990422 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__209_0_1() { return static_cast(offsetof(U3CU3Ec_tC51183E5F1119D1DA0DA3AC364CF8A3411990422_StaticFields, ___U3CU3E9__209_0_1)); } inline Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * get_U3CU3E9__209_0_1() const { return ___U3CU3E9__209_0_1; } inline Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC ** get_address_of_U3CU3E9__209_0_1() { return &___U3CU3E9__209_0_1; } inline void set_U3CU3E9__209_0_1(Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * value) { ___U3CU3E9__209_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__209_0_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Vector`1/<>c__DisplayClass212_0 struct U3CU3Ec__DisplayClass212_0_tC03A49328361AA70E2F9694B53AA74436B13D2A0 : public RuntimeObject { public: // System.String MathNet.Numerics.LinearAlgebra.Vector`1/<>c__DisplayClass212_0::format String_t* ___format_0; // System.IFormatProvider MathNet.Numerics.LinearAlgebra.Vector`1/<>c__DisplayClass212_0::provider RuntimeObject* ___provider_1; public: inline static int32_t get_offset_of_format_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass212_0_tC03A49328361AA70E2F9694B53AA74436B13D2A0, ___format_0)); } inline String_t* get_format_0() const { return ___format_0; } inline String_t** get_address_of_format_0() { return &___format_0; } inline void set_format_0(String_t* value) { ___format_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___format_0), (void*)value); } inline static int32_t get_offset_of_provider_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass212_0_tC03A49328361AA70E2F9694B53AA74436B13D2A0, ___provider_1)); } inline RuntimeObject* get_provider_1() const { return ___provider_1; } inline RuntimeObject** get_address_of_provider_1() { return &___provider_1; } inline void set_provider_1(RuntimeObject* value) { ___provider_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Vector`1/<>c__DisplayClass212_0 struct U3CU3Ec__DisplayClass212_0_tED9F2C533404CE3E003B435A053943B48E951FB9 : public RuntimeObject { public: // System.String MathNet.Numerics.LinearAlgebra.Vector`1/<>c__DisplayClass212_0::format String_t* ___format_0; // System.IFormatProvider MathNet.Numerics.LinearAlgebra.Vector`1/<>c__DisplayClass212_0::provider RuntimeObject* ___provider_1; public: inline static int32_t get_offset_of_format_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass212_0_tED9F2C533404CE3E003B435A053943B48E951FB9, ___format_0)); } inline String_t* get_format_0() const { return ___format_0; } inline String_t** get_address_of_format_0() { return &___format_0; } inline void set_format_0(String_t* value) { ___format_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___format_0), (void*)value); } inline static int32_t get_offset_of_provider_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass212_0_tED9F2C533404CE3E003B435A053943B48E951FB9, ___provider_1)); } inline RuntimeObject* get_provider_1() const { return ___provider_1; } inline RuntimeObject** get_address_of_provider_1() { return &___provider_1; } inline void set_provider_1(RuntimeObject* value) { ___provider_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Vector`1/<>c__DisplayClass212_0 struct U3CU3Ec__DisplayClass212_0_tBF631A56EE5D748F38F958E3297C782F3DCB4F3F : public RuntimeObject { public: // System.String MathNet.Numerics.LinearAlgebra.Vector`1/<>c__DisplayClass212_0::format String_t* ___format_0; // System.IFormatProvider MathNet.Numerics.LinearAlgebra.Vector`1/<>c__DisplayClass212_0::provider RuntimeObject* ___provider_1; public: inline static int32_t get_offset_of_format_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass212_0_tBF631A56EE5D748F38F958E3297C782F3DCB4F3F, ___format_0)); } inline String_t* get_format_0() const { return ___format_0; } inline String_t** get_address_of_format_0() { return &___format_0; } inline void set_format_0(String_t* value) { ___format_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___format_0), (void*)value); } inline static int32_t get_offset_of_provider_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass212_0_tBF631A56EE5D748F38F958E3297C782F3DCB4F3F, ___provider_1)); } inline RuntimeObject* get_provider_1() const { return ___provider_1; } inline RuntimeObject** get_address_of_provider_1() { return &___provider_1; } inline void set_provider_1(RuntimeObject* value) { ___provider_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Vector`1/<>c__DisplayClass212_0 struct U3CU3Ec__DisplayClass212_0_tC3B6E561BD50BFC76E1189DDEBFE907F0E9A752F : public RuntimeObject { public: // System.String MathNet.Numerics.LinearAlgebra.Vector`1/<>c__DisplayClass212_0::format String_t* ___format_0; // System.IFormatProvider MathNet.Numerics.LinearAlgebra.Vector`1/<>c__DisplayClass212_0::provider RuntimeObject* ___provider_1; public: inline static int32_t get_offset_of_format_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass212_0_tC3B6E561BD50BFC76E1189DDEBFE907F0E9A752F, ___format_0)); } inline String_t* get_format_0() const { return ___format_0; } inline String_t** get_address_of_format_0() { return &___format_0; } inline void set_format_0(String_t* value) { ___format_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___format_0), (void*)value); } inline static int32_t get_offset_of_provider_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass212_0_tC3B6E561BD50BFC76E1189DDEBFE907F0E9A752F, ___provider_1)); } inline RuntimeObject* get_provider_1() const { return ___provider_1; } inline RuntimeObject** get_address_of_provider_1() { return &___provider_1; } inline void set_provider_1(RuntimeObject* value) { ___provider_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___provider_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29 struct U3CEnumerateU3Ed__29_tD6237983D707FD6C40DD8020DFC30C7AC2446CBF : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>1__state int32_t ___U3CU3E1__state_0; // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>2__current double ___U3CU3E2__current_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>4__this VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * ___U3CU3E4__this_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::5__2 int32_t ___U3CiU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tD6237983D707FD6C40DD8020DFC30C7AC2446CBF, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tD6237983D707FD6C40DD8020DFC30C7AC2446CBF, ___U3CU3E2__current_1)); } inline double get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline double* get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(double value) { ___U3CU3E2__current_1 = value; } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tD6237983D707FD6C40DD8020DFC30C7AC2446CBF, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tD6237983D707FD6C40DD8020DFC30C7AC2446CBF, ___U3CU3E4__this_3)); } inline VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_4() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tD6237983D707FD6C40DD8020DFC30C7AC2446CBF, ___U3CiU3E5__2_4)); } inline int32_t get_U3CiU3E5__2_4() const { return ___U3CiU3E5__2_4; } inline int32_t* get_address_of_U3CiU3E5__2_4() { return &___U3CiU3E5__2_4; } inline void set_U3CiU3E5__2_4(int32_t value) { ___U3CiU3E5__2_4 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29 struct U3CEnumerateU3Ed__29_tCFDEBD29F4572609F1B6E86B0DE5D87C732A565A : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>1__state int32_t ___U3CU3E1__state_0; // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>2__current float ___U3CU3E2__current_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>4__this VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * ___U3CU3E4__this_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::5__2 int32_t ___U3CiU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tCFDEBD29F4572609F1B6E86B0DE5D87C732A565A, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tCFDEBD29F4572609F1B6E86B0DE5D87C732A565A, ___U3CU3E2__current_1)); } inline float get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline float* get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(float value) { ___U3CU3E2__current_1 = value; } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tCFDEBD29F4572609F1B6E86B0DE5D87C732A565A, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tCFDEBD29F4572609F1B6E86B0DE5D87C732A565A, ___U3CU3E4__this_3)); } inline VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_4() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tCFDEBD29F4572609F1B6E86B0DE5D87C732A565A, ___U3CiU3E5__2_4)); } inline int32_t get_U3CiU3E5__2_4() const { return ___U3CiU3E5__2_4; } inline int32_t* get_address_of_U3CiU3E5__2_4() { return &___U3CiU3E5__2_4; } inline void set_U3CiU3E5__2_4(int32_t value) { ___U3CiU3E5__2_4 = value; } }; // System.Collections.Generic.Comparer`1 struct Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 : public RuntimeObject { public: public: }; struct Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149_StaticFields, ___defaultComparer_0)); } inline Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 : public RuntimeObject { public: public: }; struct Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 : public RuntimeObject { public: public: }; struct EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 : public RuntimeObject { public: public: }; struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.List`1> struct List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Tuple_2U5BU5D_t2BD90218B38A12E60CE510047B011F339DA88088* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t27B40B45D00273EDC22A79342E3B790C99783D88, ____items_1)); } inline Tuple_2U5BU5D_t2BD90218B38A12E60CE510047B011F339DA88088* get__items_1() const { return ____items_1; } inline Tuple_2U5BU5D_t2BD90218B38A12E60CE510047B011F339DA88088** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Tuple_2U5BU5D_t2BD90218B38A12E60CE510047B011F339DA88088* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t27B40B45D00273EDC22A79342E3B790C99783D88, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t27B40B45D00273EDC22A79342E3B790C99783D88, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t27B40B45D00273EDC22A79342E3B790C99783D88, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t27B40B45D00273EDC22A79342E3B790C99783D88_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Tuple_2U5BU5D_t2BD90218B38A12E60CE510047B011F339DA88088* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t27B40B45D00273EDC22A79342E3B790C99783D88_StaticFields, ____emptyArray_5)); } inline Tuple_2U5BU5D_t2BD90218B38A12E60CE510047B011F339DA88088* get__emptyArray_5() const { return ____emptyArray_5; } inline Tuple_2U5BU5D_t2BD90218B38A12E60CE510047B011F339DA88088** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Tuple_2U5BU5D_t2BD90218B38A12E60CE510047B011F339DA88088* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 struct MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::RowCount int32_t ___RowCount_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::ColumnCount int32_t ___ColumnCount_2; public: inline static int32_t get_offset_of_RowCount_1() { return static_cast(offsetof(MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0, ___RowCount_1)); } inline int32_t get_RowCount_1() const { return ___RowCount_1; } inline int32_t* get_address_of_RowCount_1() { return &___RowCount_1; } inline void set_RowCount_1(int32_t value) { ___RowCount_1 = value; } inline static int32_t get_offset_of_ColumnCount_2() { return static_cast(offsetof(MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0, ___ColumnCount_2)); } inline int32_t get_ColumnCount_2() const { return ___ColumnCount_2; } inline int32_t* get_address_of_ColumnCount_2() { return &___ColumnCount_2; } inline void set_ColumnCount_2(int32_t value) { ___ColumnCount_2 = value; } }; struct MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::Zero double ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0_StaticFields, ___Zero_0)); } inline double get_Zero_0() const { return ___Zero_0; } inline double* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(double value) { ___Zero_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::RowCount int32_t ___RowCount_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::ColumnCount int32_t ___ColumnCount_2; public: inline static int32_t get_offset_of_RowCount_1() { return static_cast(offsetof(MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106, ___RowCount_1)); } inline int32_t get_RowCount_1() const { return ___RowCount_1; } inline int32_t* get_address_of_RowCount_1() { return &___RowCount_1; } inline void set_RowCount_1(int32_t value) { ___RowCount_1 = value; } inline static int32_t get_offset_of_ColumnCount_2() { return static_cast(offsetof(MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106, ___ColumnCount_2)); } inline int32_t get_ColumnCount_2() const { return ___ColumnCount_2; } inline int32_t* get_address_of_ColumnCount_2() { return &___ColumnCount_2; } inline void set_ColumnCount_2(int32_t value) { ___ColumnCount_2 = value; } }; struct MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::Zero float ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106_StaticFields, ___Zero_0)); } inline float get_Zero_0() const { return ___Zero_0; } inline float* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(float value) { ___Zero_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * ___U3CStorageU3Ek__BackingField_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField int32_t ___U3CColumnCountU3Ek__BackingField_4; // System.Int32 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField int32_t ___U3CRowCountU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CStorageU3Ek__BackingField_3() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4, ___U3CStorageU3Ek__BackingField_3)); } inline MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * value) { ___U3CStorageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStorageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CColumnCountU3Ek__BackingField_4() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4, ___U3CColumnCountU3Ek__BackingField_4)); } inline int32_t get_U3CColumnCountU3Ek__BackingField_4() const { return ___U3CColumnCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CColumnCountU3Ek__BackingField_4() { return &___U3CColumnCountU3Ek__BackingField_4; } inline void set_U3CColumnCountU3Ek__BackingField_4(int32_t value) { ___U3CColumnCountU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRowCountU3Ek__BackingField_5() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4, ___U3CRowCountU3Ek__BackingField_5)); } inline int32_t get_U3CRowCountU3Ek__BackingField_5() const { return ___U3CRowCountU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CRowCountU3Ek__BackingField_5() { return &___U3CRowCountU3Ek__BackingField_5; } inline void set_U3CRowCountU3Ek__BackingField_5(int32_t value) { ___U3CRowCountU3Ek__BackingField_5 = value; } }; struct Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Matrix`1::One double ___One_0; // T MathNet.Numerics.LinearAlgebra.Matrix`1::Zero double ___Zero_1; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Build MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * ___Build_2; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields, ___One_0)); } inline double get_One_0() const { return ___One_0; } inline double* get_address_of_One_0() { return &___One_0; } inline void set_One_0(double value) { ___One_0 = value; } inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields, ___Zero_1)); } inline double get_Zero_1() const { return ___Zero_1; } inline double* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(double value) { ___Zero_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields, ___Build_2)); } inline MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * get_Build_2() const { return ___Build_2; } inline MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * ___U3CStorageU3Ek__BackingField_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField int32_t ___U3CColumnCountU3Ek__BackingField_4; // System.Int32 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField int32_t ___U3CRowCountU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CStorageU3Ek__BackingField_3() { return static_cast(offsetof(Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824, ___U3CStorageU3Ek__BackingField_3)); } inline MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * value) { ___U3CStorageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStorageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CColumnCountU3Ek__BackingField_4() { return static_cast(offsetof(Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824, ___U3CColumnCountU3Ek__BackingField_4)); } inline int32_t get_U3CColumnCountU3Ek__BackingField_4() const { return ___U3CColumnCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CColumnCountU3Ek__BackingField_4() { return &___U3CColumnCountU3Ek__BackingField_4; } inline void set_U3CColumnCountU3Ek__BackingField_4(int32_t value) { ___U3CColumnCountU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRowCountU3Ek__BackingField_5() { return static_cast(offsetof(Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824, ___U3CRowCountU3Ek__BackingField_5)); } inline int32_t get_U3CRowCountU3Ek__BackingField_5() const { return ___U3CRowCountU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CRowCountU3Ek__BackingField_5() { return &___U3CRowCountU3Ek__BackingField_5; } inline void set_U3CRowCountU3Ek__BackingField_5(int32_t value) { ___U3CRowCountU3Ek__BackingField_5 = value; } }; struct Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Matrix`1::One float ___One_0; // T MathNet.Numerics.LinearAlgebra.Matrix`1::Zero float ___Zero_1; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Build MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 * ___Build_2; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824_StaticFields, ___One_0)); } inline float get_One_0() const { return ___One_0; } inline float* get_address_of_One_0() { return &___One_0; } inline void set_One_0(float value) { ___One_0 = value; } inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824_StaticFields, ___Zero_1)); } inline float get_Zero_1() const { return ___Zero_1; } inline float* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(float value) { ___Zero_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824_StaticFields, ___Build_2)); } inline MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 * get_Build_2() const { return ___Build_2; } inline MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; // o0.MeanMaintainer`1 struct MeanMaintainer_1_t3E8FB524966B8B4F04BD59F52530EDB0EF55FE50 : public RuntimeObject { public: // System.Int32 o0.MeanMaintainer`1::Count int32_t ___Count_0; // T o0.MeanMaintainer`1::Mean double ___Mean_1; public: inline static int32_t get_offset_of_Count_0() { return static_cast(offsetof(MeanMaintainer_1_t3E8FB524966B8B4F04BD59F52530EDB0EF55FE50, ___Count_0)); } inline int32_t get_Count_0() const { return ___Count_0; } inline int32_t* get_address_of_Count_0() { return &___Count_0; } inline void set_Count_0(int32_t value) { ___Count_0 = value; } inline static int32_t get_offset_of_Mean_1() { return static_cast(offsetof(MeanMaintainer_1_t3E8FB524966B8B4F04BD59F52530EDB0EF55FE50, ___Mean_1)); } inline double get_Mean_1() const { return ___Mean_1; } inline double* get_address_of_Mean_1() { return &___Mean_1; } inline void set_Mean_1(double value) { ___Mean_1 = value; } }; // o0.MeanMaintainer`1 struct MeanMaintainer_1_t338E1379752995BF8DB75A27E1109BC52FE5EDA1 : public RuntimeObject { public: // System.Int32 o0.MeanMaintainer`1::Count int32_t ___Count_0; // T o0.MeanMaintainer`1::Mean RuntimeObject * ___Mean_1; public: inline static int32_t get_offset_of_Count_0() { return static_cast(offsetof(MeanMaintainer_1_t338E1379752995BF8DB75A27E1109BC52FE5EDA1, ___Count_0)); } inline int32_t get_Count_0() const { return ___Count_0; } inline int32_t* get_address_of_Count_0() { return &___Count_0; } inline void set_Count_0(int32_t value) { ___Count_0 = value; } inline static int32_t get_offset_of_Mean_1() { return static_cast(offsetof(MeanMaintainer_1_t338E1379752995BF8DB75A27E1109BC52FE5EDA1, ___Mean_1)); } inline RuntimeObject * get_Mean_1() const { return ___Mean_1; } inline RuntimeObject ** get_address_of_Mean_1() { return &___Mean_1; } inline void set_Mean_1(RuntimeObject * value) { ___Mean_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mean_1), (void*)value); } }; // o0.Num.Num`1 struct Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B : public RuntimeObject { public: public: }; struct Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields { public: // System.Func`3 o0.Num.Num`1::Plus Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * ___Plus_0; // System.Func`3 o0.Num.Num`1::Minus Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * ___Minus_1; // System.Func`3 o0.Num.Num`1::Multiply Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * ___Multiply_2; // System.Func`3 o0.Num.Num`1::Divide Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * ___Divide_3; // System.Func`3 o0.Num.Num`1::Mod Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * ___Mod_4; // System.Func`2 o0.Num.Num`1::Negative Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * ___Negative_5; // System.Func`2 o0.Num.Num`1::Abs Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * ___Abs_6; // System.Func`2 o0.Num.Num`1::Sqrt Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * ___Sqrt_7; // System.Func`2,T> o0.Num.Num`1::DelegateMean Func_2_t7D15918AC728B39D8BE11716675A533368951803 * ___DelegateMean_8; // System.Func`2,T> o0.Num.Num`1::DelegateVariance Func_2_t7D15918AC728B39D8BE11716675A533368951803 * ___DelegateVariance_9; // System.Func`3 o0.Num.Num`1::Rate Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * ___Rate_10; // System.Func`2>,T> o0.Num.Num`1::DelegateRateSum Func_2_t98DCC4BA67D3FDEDF42183731A9AA8FD50D0A809 * ___DelegateRateSum_11; // T o0.Num.Num`1::Zero double ___Zero_12; // T o0.Num.Num`1::One double ___One_13; public: inline static int32_t get_offset_of_Plus_0() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___Plus_0)); } inline Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * get_Plus_0() const { return ___Plus_0; } inline Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 ** get_address_of_Plus_0() { return &___Plus_0; } inline void set_Plus_0(Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * value) { ___Plus_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Plus_0), (void*)value); } inline static int32_t get_offset_of_Minus_1() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___Minus_1)); } inline Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * get_Minus_1() const { return ___Minus_1; } inline Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 ** get_address_of_Minus_1() { return &___Minus_1; } inline void set_Minus_1(Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * value) { ___Minus_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Minus_1), (void*)value); } inline static int32_t get_offset_of_Multiply_2() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___Multiply_2)); } inline Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * get_Multiply_2() const { return ___Multiply_2; } inline Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 ** get_address_of_Multiply_2() { return &___Multiply_2; } inline void set_Multiply_2(Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * value) { ___Multiply_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Multiply_2), (void*)value); } inline static int32_t get_offset_of_Divide_3() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___Divide_3)); } inline Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * get_Divide_3() const { return ___Divide_3; } inline Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 ** get_address_of_Divide_3() { return &___Divide_3; } inline void set_Divide_3(Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * value) { ___Divide_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Divide_3), (void*)value); } inline static int32_t get_offset_of_Mod_4() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___Mod_4)); } inline Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * get_Mod_4() const { return ___Mod_4; } inline Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 ** get_address_of_Mod_4() { return &___Mod_4; } inline void set_Mod_4(Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * value) { ___Mod_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mod_4), (void*)value); } inline static int32_t get_offset_of_Negative_5() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___Negative_5)); } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * get_Negative_5() const { return ___Negative_5; } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 ** get_address_of_Negative_5() { return &___Negative_5; } inline void set_Negative_5(Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * value) { ___Negative_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Negative_5), (void*)value); } inline static int32_t get_offset_of_Abs_6() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___Abs_6)); } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * get_Abs_6() const { return ___Abs_6; } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 ** get_address_of_Abs_6() { return &___Abs_6; } inline void set_Abs_6(Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * value) { ___Abs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Abs_6), (void*)value); } inline static int32_t get_offset_of_Sqrt_7() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___Sqrt_7)); } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * get_Sqrt_7() const { return ___Sqrt_7; } inline Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 ** get_address_of_Sqrt_7() { return &___Sqrt_7; } inline void set_Sqrt_7(Func_2_t8BFF004CCAA52A8CF445C8BA7282B0DE38AEA857 * value) { ___Sqrt_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sqrt_7), (void*)value); } inline static int32_t get_offset_of_DelegateMean_8() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___DelegateMean_8)); } inline Func_2_t7D15918AC728B39D8BE11716675A533368951803 * get_DelegateMean_8() const { return ___DelegateMean_8; } inline Func_2_t7D15918AC728B39D8BE11716675A533368951803 ** get_address_of_DelegateMean_8() { return &___DelegateMean_8; } inline void set_DelegateMean_8(Func_2_t7D15918AC728B39D8BE11716675A533368951803 * value) { ___DelegateMean_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateMean_8), (void*)value); } inline static int32_t get_offset_of_DelegateVariance_9() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___DelegateVariance_9)); } inline Func_2_t7D15918AC728B39D8BE11716675A533368951803 * get_DelegateVariance_9() const { return ___DelegateVariance_9; } inline Func_2_t7D15918AC728B39D8BE11716675A533368951803 ** get_address_of_DelegateVariance_9() { return &___DelegateVariance_9; } inline void set_DelegateVariance_9(Func_2_t7D15918AC728B39D8BE11716675A533368951803 * value) { ___DelegateVariance_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateVariance_9), (void*)value); } inline static int32_t get_offset_of_Rate_10() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___Rate_10)); } inline Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * get_Rate_10() const { return ___Rate_10; } inline Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 ** get_address_of_Rate_10() { return &___Rate_10; } inline void set_Rate_10(Func_3_t5C0F1FF66EE552E9FB4954469A743F2A3B849836 * value) { ___Rate_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Rate_10), (void*)value); } inline static int32_t get_offset_of_DelegateRateSum_11() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___DelegateRateSum_11)); } inline Func_2_t98DCC4BA67D3FDEDF42183731A9AA8FD50D0A809 * get_DelegateRateSum_11() const { return ___DelegateRateSum_11; } inline Func_2_t98DCC4BA67D3FDEDF42183731A9AA8FD50D0A809 ** get_address_of_DelegateRateSum_11() { return &___DelegateRateSum_11; } inline void set_DelegateRateSum_11(Func_2_t98DCC4BA67D3FDEDF42183731A9AA8FD50D0A809 * value) { ___DelegateRateSum_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateRateSum_11), (void*)value); } inline static int32_t get_offset_of_Zero_12() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___Zero_12)); } inline double get_Zero_12() const { return ___Zero_12; } inline double* get_address_of_Zero_12() { return &___Zero_12; } inline void set_Zero_12(double value) { ___Zero_12 = value; } inline static int32_t get_offset_of_One_13() { return static_cast(offsetof(Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields, ___One_13)); } inline double get_One_13() const { return ___One_13; } inline double* get_address_of_One_13() { return &___One_13; } inline void set_One_13(double value) { ___One_13 = value; } }; // o0.Num.Num`1 struct Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66 : public RuntimeObject { public: public: }; struct Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields { public: // System.Func`3 o0.Num.Num`1::Plus Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * ___Plus_0; // System.Func`3 o0.Num.Num`1::Minus Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * ___Minus_1; // System.Func`3 o0.Num.Num`1::Multiply Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * ___Multiply_2; // System.Func`3 o0.Num.Num`1::Divide Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * ___Divide_3; // System.Func`3 o0.Num.Num`1::Mod Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * ___Mod_4; // System.Func`2 o0.Num.Num`1::Negative Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___Negative_5; // System.Func`2 o0.Num.Num`1::Abs Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___Abs_6; // System.Func`2 o0.Num.Num`1::Sqrt Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___Sqrt_7; // System.Func`2,T> o0.Num.Num`1::DelegateMean Func_2_t920F8CA1823D33560C1B6F8E9EAC0111AA8FDA6D * ___DelegateMean_8; // System.Func`2,T> o0.Num.Num`1::DelegateVariance Func_2_t920F8CA1823D33560C1B6F8E9EAC0111AA8FDA6D * ___DelegateVariance_9; // System.Func`3 o0.Num.Num`1::Rate Func_3_t90CEFB734471CC170CC4C2025F69C477B1635930 * ___Rate_10; // System.Func`2>,T> o0.Num.Num`1::DelegateRateSum Func_2_t7F5197611150AB6511E848D09B3E1015C02A1A51 * ___DelegateRateSum_11; // T o0.Num.Num`1::Zero RuntimeObject * ___Zero_12; // T o0.Num.Num`1::One RuntimeObject * ___One_13; public: inline static int32_t get_offset_of_Plus_0() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___Plus_0)); } inline Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * get_Plus_0() const { return ___Plus_0; } inline Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 ** get_address_of_Plus_0() { return &___Plus_0; } inline void set_Plus_0(Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * value) { ___Plus_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Plus_0), (void*)value); } inline static int32_t get_offset_of_Minus_1() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___Minus_1)); } inline Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * get_Minus_1() const { return ___Minus_1; } inline Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 ** get_address_of_Minus_1() { return &___Minus_1; } inline void set_Minus_1(Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * value) { ___Minus_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Minus_1), (void*)value); } inline static int32_t get_offset_of_Multiply_2() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___Multiply_2)); } inline Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * get_Multiply_2() const { return ___Multiply_2; } inline Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 ** get_address_of_Multiply_2() { return &___Multiply_2; } inline void set_Multiply_2(Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * value) { ___Multiply_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Multiply_2), (void*)value); } inline static int32_t get_offset_of_Divide_3() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___Divide_3)); } inline Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * get_Divide_3() const { return ___Divide_3; } inline Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 ** get_address_of_Divide_3() { return &___Divide_3; } inline void set_Divide_3(Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * value) { ___Divide_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Divide_3), (void*)value); } inline static int32_t get_offset_of_Mod_4() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___Mod_4)); } inline Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * get_Mod_4() const { return ___Mod_4; } inline Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 ** get_address_of_Mod_4() { return &___Mod_4; } inline void set_Mod_4(Func_3_tBBBFF266D23D5A9A7940D16DA73BCD5DE0753A27 * value) { ___Mod_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mod_4), (void*)value); } inline static int32_t get_offset_of_Negative_5() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___Negative_5)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_Negative_5() const { return ___Negative_5; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_Negative_5() { return &___Negative_5; } inline void set_Negative_5(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___Negative_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Negative_5), (void*)value); } inline static int32_t get_offset_of_Abs_6() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___Abs_6)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_Abs_6() const { return ___Abs_6; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_Abs_6() { return &___Abs_6; } inline void set_Abs_6(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___Abs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Abs_6), (void*)value); } inline static int32_t get_offset_of_Sqrt_7() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___Sqrt_7)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_Sqrt_7() const { return ___Sqrt_7; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_Sqrt_7() { return &___Sqrt_7; } inline void set_Sqrt_7(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___Sqrt_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sqrt_7), (void*)value); } inline static int32_t get_offset_of_DelegateMean_8() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___DelegateMean_8)); } inline Func_2_t920F8CA1823D33560C1B6F8E9EAC0111AA8FDA6D * get_DelegateMean_8() const { return ___DelegateMean_8; } inline Func_2_t920F8CA1823D33560C1B6F8E9EAC0111AA8FDA6D ** get_address_of_DelegateMean_8() { return &___DelegateMean_8; } inline void set_DelegateMean_8(Func_2_t920F8CA1823D33560C1B6F8E9EAC0111AA8FDA6D * value) { ___DelegateMean_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateMean_8), (void*)value); } inline static int32_t get_offset_of_DelegateVariance_9() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___DelegateVariance_9)); } inline Func_2_t920F8CA1823D33560C1B6F8E9EAC0111AA8FDA6D * get_DelegateVariance_9() const { return ___DelegateVariance_9; } inline Func_2_t920F8CA1823D33560C1B6F8E9EAC0111AA8FDA6D ** get_address_of_DelegateVariance_9() { return &___DelegateVariance_9; } inline void set_DelegateVariance_9(Func_2_t920F8CA1823D33560C1B6F8E9EAC0111AA8FDA6D * value) { ___DelegateVariance_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateVariance_9), (void*)value); } inline static int32_t get_offset_of_Rate_10() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___Rate_10)); } inline Func_3_t90CEFB734471CC170CC4C2025F69C477B1635930 * get_Rate_10() const { return ___Rate_10; } inline Func_3_t90CEFB734471CC170CC4C2025F69C477B1635930 ** get_address_of_Rate_10() { return &___Rate_10; } inline void set_Rate_10(Func_3_t90CEFB734471CC170CC4C2025F69C477B1635930 * value) { ___Rate_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Rate_10), (void*)value); } inline static int32_t get_offset_of_DelegateRateSum_11() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___DelegateRateSum_11)); } inline Func_2_t7F5197611150AB6511E848D09B3E1015C02A1A51 * get_DelegateRateSum_11() const { return ___DelegateRateSum_11; } inline Func_2_t7F5197611150AB6511E848D09B3E1015C02A1A51 ** get_address_of_DelegateRateSum_11() { return &___DelegateRateSum_11; } inline void set_DelegateRateSum_11(Func_2_t7F5197611150AB6511E848D09B3E1015C02A1A51 * value) { ___DelegateRateSum_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DelegateRateSum_11), (void*)value); } inline static int32_t get_offset_of_Zero_12() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___Zero_12)); } inline RuntimeObject * get_Zero_12() const { return ___Zero_12; } inline RuntimeObject ** get_address_of_Zero_12() { return &___Zero_12; } inline void set_Zero_12(RuntimeObject * value) { ___Zero_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___Zero_12), (void*)value); } inline static int32_t get_offset_of_One_13() { return static_cast(offsetof(Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields, ___One_13)); } inline RuntimeObject * get_One_13() const { return ___One_13; } inline RuntimeObject ** get_address_of_One_13() { return &___One_13; } inline void set_One_13(RuntimeObject * value) { ___One_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___One_13), (void*)value); } }; // System.Tuple`2 struct Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 : public RuntimeObject { public: // T1 System.Tuple`2::m_Item1 int32_t ___m_Item1_0; // T2 System.Tuple`2::m_Item2 StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_Item2_1; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast(offsetof(Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097, ___m_Item1_0)); } inline int32_t get_m_Item1_0() const { return ___m_Item1_0; } inline int32_t* get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(int32_t value) { ___m_Item1_0 = value; } inline static int32_t get_offset_of_m_Item2_1() { return static_cast(offsetof(Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097, ___m_Item2_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_Item2_1() const { return ___m_Item2_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item2_1), (void*)value); } }; // System.Tuple`2 struct Tuple_2_tE195A2ACBC3081F18BE32C32286161122EF29407 : public RuntimeObject { public: // T1 System.Tuple`2::m_Item1 int32_t ___m_Item1_0; // T2 System.Tuple`2::m_Item2 RuntimeObject * ___m_Item2_1; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast(offsetof(Tuple_2_tE195A2ACBC3081F18BE32C32286161122EF29407, ___m_Item1_0)); } inline int32_t get_m_Item1_0() const { return ___m_Item1_0; } inline int32_t* get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(int32_t value) { ___m_Item1_0 = value; } inline static int32_t get_offset_of_m_Item2_1() { return static_cast(offsetof(Tuple_2_tE195A2ACBC3081F18BE32C32286161122EF29407, ___m_Item2_1)); } inline RuntimeObject * get_m_Item2_1() const { return ___m_Item2_1; } inline RuntimeObject ** get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(RuntimeObject * value) { ___m_Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Item2_1), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 struct VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 struct VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 struct VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 struct VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 : public RuntimeObject { public: public: }; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 struct VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Length int32_t ___Length_1; public: inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22, ___Length_1)); } inline int32_t get_Length_1() const { return ___Length_1; } inline int32_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int32_t value) { ___Length_1 = value; } }; struct VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Zero double ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22_StaticFields, ___Zero_0)); } inline double get_Zero_0() const { return ___Zero_0; } inline double* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(double value) { ___Zero_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 struct VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Length int32_t ___Length_1; public: inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286, ___Length_1)); } inline int32_t get_Length_1() const { return ___Length_1; } inline int32_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int32_t value) { ___Length_1 = value; } }; struct VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Zero float ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286_StaticFields, ___Zero_0)); } inline float get_Zero_0() const { return ___Zero_0; } inline float* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(float value) { ___Zero_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t04BD986700481778192B0CF621635E64D169D13C : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * ___U3CStorageU3Ek__BackingField_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField int32_t ___U3CCountU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CStorageU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C, ___U3CStorageU3Ek__BackingField_3)); } inline VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * value) { ___U3CStorageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStorageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CCountU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C, ___U3CCountU3Ek__BackingField_4)); } inline int32_t get_U3CCountU3Ek__BackingField_4() const { return ___U3CCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CCountU3Ek__BackingField_4() { return &___U3CCountU3Ek__BackingField_4; } inline void set_U3CCountU3Ek__BackingField_4(int32_t value) { ___U3CCountU3Ek__BackingField_4 = value; } }; struct Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Vector`1::Zero double ___Zero_0; // T MathNet.Numerics.LinearAlgebra.Vector`1::One double ___One_1; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 MathNet.Numerics.LinearAlgebra.Vector`1::Build VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * ___Build_2; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields, ___Zero_0)); } inline double get_Zero_0() const { return ___Zero_0; } inline double* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(double value) { ___Zero_0 = value; } inline static int32_t get_offset_of_One_1() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields, ___One_1)); } inline double get_One_1() const { return ___One_1; } inline double* get_address_of_One_1() { return &___One_1; } inline void set_One_1(double value) { ___One_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields, ___Build_2)); } inline VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * get_Build_2() const { return ___Build_2; } inline VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * ___U3CStorageU3Ek__BackingField_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField int32_t ___U3CCountU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CStorageU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808, ___U3CStorageU3Ek__BackingField_3)); } inline VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * value) { ___U3CStorageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStorageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CCountU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808, ___U3CCountU3Ek__BackingField_4)); } inline int32_t get_U3CCountU3Ek__BackingField_4() const { return ___U3CCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CCountU3Ek__BackingField_4() { return &___U3CCountU3Ek__BackingField_4; } inline void set_U3CCountU3Ek__BackingField_4(int32_t value) { ___U3CCountU3Ek__BackingField_4 = value; } }; struct Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Vector`1::Zero float ___Zero_0; // T MathNet.Numerics.LinearAlgebra.Vector`1::One float ___One_1; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 MathNet.Numerics.LinearAlgebra.Vector`1::Build VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * ___Build_2; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808_StaticFields, ___Zero_0)); } inline float get_Zero_0() const { return ___Zero_0; } inline float* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(float value) { ___Zero_0 = value; } inline static int32_t get_offset_of_One_1() { return static_cast(offsetof(Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808_StaticFields, ___One_1)); } inline float get_One_1() const { return ___One_1; } inline float* get_address_of_One_1() { return &___One_1; } inline void set_One_1(float value) { ___One_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808_StaticFields, ___Build_2)); } inline VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * get_Build_2() const { return ___Build_2; } inline VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.FormattableString struct FormattableString_tDE8B3B926F0AD1A0FD6864BBA69C5AC99CE49B59 : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // MathNet.Numerics.LinearAlgebra.Storage.DenseVectorStorage`1 struct DenseVectorStorage_1_tA59E04C952863313AF87B367F1EFCB0E370458A2 : public VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 { public: // T[] MathNet.Numerics.LinearAlgebra.Storage.DenseVectorStorage`1::Data DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___Data_2; public: inline static int32_t get_offset_of_Data_2() { return static_cast(offsetof(DenseVectorStorage_1_tA59E04C952863313AF87B367F1EFCB0E370458A2, ___Data_2)); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* get_Data_2() const { return ___Data_2; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** get_address_of_Data_2() { return &___Data_2; } inline void set_Data_2(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { ___Data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseVectorStorage`1 struct DenseVectorStorage_1_t8A745064A670B3C8239E6D74F783AA432BBA107A : public VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 { public: // T[] MathNet.Numerics.LinearAlgebra.Storage.DenseVectorStorage`1::Data SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___Data_2; public: inline static int32_t get_offset_of_Data_2() { return static_cast(offsetof(DenseVectorStorage_1_t8A745064A670B3C8239E6D74F783AA432BBA107A, ___Data_2)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_Data_2() const { return ___Data_2; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_Data_2() { return &___Data_2; } inline void set_Data_2(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___Data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_2), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator> struct Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C, ___list_0)); } inline List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * get_list_0() const { return ___list_0; } inline List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C, ___current_3)); } inline Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * get_current_3() const { return ___current_3; } inline Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1 struct SparseVectorStorage_1_tF77818762314F3FACAE652B4DB9BD68C8AD9F70A : public VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 { public: // System.Int32[] MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1::Indices Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___Indices_2; // T[] MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1::Values DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___Values_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1::ValueCount int32_t ___ValueCount_4; public: inline static int32_t get_offset_of_Indices_2() { return static_cast(offsetof(SparseVectorStorage_1_tF77818762314F3FACAE652B4DB9BD68C8AD9F70A, ___Indices_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_Indices_2() const { return ___Indices_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_Indices_2() { return &___Indices_2; } inline void set_Indices_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___Indices_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Indices_2), (void*)value); } inline static int32_t get_offset_of_Values_3() { return static_cast(offsetof(SparseVectorStorage_1_tF77818762314F3FACAE652B4DB9BD68C8AD9F70A, ___Values_3)); } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* get_Values_3() const { return ___Values_3; } inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB** get_address_of_Values_3() { return &___Values_3; } inline void set_Values_3(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* value) { ___Values_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Values_3), (void*)value); } inline static int32_t get_offset_of_ValueCount_4() { return static_cast(offsetof(SparseVectorStorage_1_tF77818762314F3FACAE652B4DB9BD68C8AD9F70A, ___ValueCount_4)); } inline int32_t get_ValueCount_4() const { return ___ValueCount_4; } inline int32_t* get_address_of_ValueCount_4() { return &___ValueCount_4; } inline void set_ValueCount_4(int32_t value) { ___ValueCount_4 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1 struct SparseVectorStorage_1_tD3886E7B23C68AECB071DD13B6B0B3733EDDDE3D : public VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 { public: // System.Int32[] MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1::Indices Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___Indices_2; // T[] MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1::Values SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___Values_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1::ValueCount int32_t ___ValueCount_4; public: inline static int32_t get_offset_of_Indices_2() { return static_cast(offsetof(SparseVectorStorage_1_tD3886E7B23C68AECB071DD13B6B0B3733EDDDE3D, ___Indices_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_Indices_2() const { return ___Indices_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_Indices_2() { return &___Indices_2; } inline void set_Indices_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___Indices_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Indices_2), (void*)value); } inline static int32_t get_offset_of_Values_3() { return static_cast(offsetof(SparseVectorStorage_1_tD3886E7B23C68AECB071DD13B6B0B3733EDDDE3D, ___Values_3)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_Values_3() const { return ___Values_3; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_Values_3() { return &___Values_3; } inline void set_Values_3(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___Values_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Values_3), (void*)value); } inline static int32_t get_offset_of_ValueCount_4() { return static_cast(offsetof(SparseVectorStorage_1_tD3886E7B23C68AECB071DD13B6B0B3733EDDDE3D, ___ValueCount_4)); } inline int32_t get_ValueCount_4() const { return ___ValueCount_4; } inline int32_t* get_address_of_ValueCount_4() { return &___ValueCount_4; } inline void set_ValueCount_4(int32_t value) { ___ValueCount_4 = value; } }; // System.ValueTuple`5 struct ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 { public: // T1 System.ValueTuple`5::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`5::Item2 bool ___Item2_1; // T3 System.ValueTuple`5::Item3 bool ___Item3_2; // T4 System.ValueTuple`5::Item4 RuntimeObject * ___Item4_3; // T5 System.ValueTuple`5::Item5 RuntimeObject * ___Item5_4; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item2_1)); } inline bool get_Item2_1() const { return ___Item2_1; } inline bool* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(bool value) { ___Item2_1 = value; } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item3_2)); } inline bool get_Item3_2() const { return ___Item3_2; } inline bool* get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(bool value) { ___Item3_2 = value; } inline static int32_t get_offset_of_Item4_3() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item4_3)); } inline RuntimeObject * get_Item4_3() const { return ___Item4_3; } inline RuntimeObject ** get_address_of_Item4_3() { return &___Item4_3; } inline void set_Item4_3(RuntimeObject * value) { ___Item4_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item4_3), (void*)value); } inline static int32_t get_offset_of_Item5_4() { return static_cast(offsetof(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59, ___Item5_4)); } inline RuntimeObject * get_Item5_4() const { return ___Item5_4; } inline RuntimeObject ** get_address_of_Item5_4() { return &___Item5_4; } inline void set_Item5_4(RuntimeObject * value) { ___Item5_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item5_4), (void*)value); } }; // System.ValueTuple`5 struct ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 { public: // T1 System.ValueTuple`5::Item1 RuntimeObject * ___Item1_0; // T2 System.ValueTuple`5::Item2 RuntimeObject * ___Item2_1; // T3 System.ValueTuple`5::Item3 RuntimeObject * ___Item3_2; // T4 System.ValueTuple`5::Item4 RuntimeObject * ___Item4_3; // T5 System.ValueTuple`5::Item5 RuntimeObject * ___Item5_4; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701, ___Item1_0)); } inline RuntimeObject * get_Item1_0() const { return ___Item1_0; } inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(RuntimeObject * value) { ___Item1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value); } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701, ___Item2_1)); } inline RuntimeObject * get_Item2_1() const { return ___Item2_1; } inline RuntimeObject ** get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(RuntimeObject * value) { ___Item2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item2_1), (void*)value); } inline static int32_t get_offset_of_Item3_2() { return static_cast(offsetof(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701, ___Item3_2)); } inline RuntimeObject * get_Item3_2() const { return ___Item3_2; } inline RuntimeObject ** get_address_of_Item3_2() { return &___Item3_2; } inline void set_Item3_2(RuntimeObject * value) { ___Item3_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item3_2), (void*)value); } inline static int32_t get_offset_of_Item4_3() { return static_cast(offsetof(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701, ___Item4_3)); } inline RuntimeObject * get_Item4_3() const { return ___Item4_3; } inline RuntimeObject ** get_address_of_Item4_3() { return &___Item4_3; } inline void set_Item4_3(RuntimeObject * value) { ___Item4_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item4_3), (void*)value); } inline static int32_t get_offset_of_Item5_4() { return static_cast(offsetof(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701, ___Item5_4)); } inline RuntimeObject * get_Item5_4() const { return ___Item5_4; } inline RuntimeObject ** get_address_of_Item5_4() { return &___Item5_4; } inline void set_Item5_4(RuntimeObject * value) { ___Item5_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item5_4), (void*)value); } }; // o0.VarianceMaintainer`1 struct VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 : public MeanMaintainer_1_t3E8FB524966B8B4F04BD59F52530EDB0EF55FE50 { public: // T o0.VarianceMaintainer`1::Variance double ___Variance_2; public: inline static int32_t get_offset_of_Variance_2() { return static_cast(offsetof(VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135, ___Variance_2)); } inline double get_Variance_2() const { return ___Variance_2; } inline double* get_address_of_Variance_2() { return &___Variance_2; } inline void set_Variance_2(double value) { ___Variance_2 = value; } }; // o0.VarianceMaintainer`1 struct VarianceMaintainer_1_tEBB12FBD42B43EE7CBC836288D934536B71CF61A : public MeanMaintainer_1_t338E1379752995BF8DB75A27E1109BC52FE5EDA1 { public: // T o0.VarianceMaintainer`1::Variance RuntimeObject * ___Variance_2; public: inline static int32_t get_offset_of_Variance_2() { return static_cast(offsetof(VarianceMaintainer_1_tEBB12FBD42B43EE7CBC836288D934536B71CF61A, ___Variance_2)); } inline RuntimeObject * get_Variance_2() const { return ___Variance_2; } inline RuntimeObject ** get_address_of_Variance_2() { return &___Variance_2; } inline void set_Variance_2(RuntimeObject * value) { ___Variance_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Variance_2), (void*)value); } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Numerics.Complex struct Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C { public: // System.Double System.Numerics.Complex::m_real double ___m_real_6; // System.Double System.Numerics.Complex::m_imaginary double ___m_imaginary_7; public: inline static int32_t get_offset_of_m_real_6() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C, ___m_real_6)); } inline double get_m_real_6() const { return ___m_real_6; } inline double* get_address_of_m_real_6() { return &___m_real_6; } inline void set_m_real_6(double value) { ___m_real_6 = value; } inline static int32_t get_offset_of_m_imaginary_7() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C, ___m_imaginary_7)); } inline double get_m_imaginary_7() const { return ___m_imaginary_7; } inline double* get_address_of_m_imaginary_7() { return &___m_imaginary_7; } inline void set_m_imaginary_7(double value) { ___m_imaginary_7 = value; } }; struct Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields { public: // System.Numerics.Complex System.Numerics.Complex::Zero Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___Zero_0; // System.Numerics.Complex System.Numerics.Complex::One Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___One_1; // System.Numerics.Complex System.Numerics.Complex::ImaginaryOne Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___ImaginaryOne_2; // System.Double System.Numerics.Complex::s_sqrtRescaleThreshold double ___s_sqrtRescaleThreshold_3; // System.Double System.Numerics.Complex::s_asinOverflowThreshold double ___s_asinOverflowThreshold_4; // System.Double System.Numerics.Complex::s_log2 double ___s_log2_5; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___Zero_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_Zero_0() const { return ___Zero_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___Zero_0 = value; } inline static int32_t get_offset_of_One_1() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___One_1)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_One_1() const { return ___One_1; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_One_1() { return &___One_1; } inline void set_One_1(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___One_1 = value; } inline static int32_t get_offset_of_ImaginaryOne_2() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___ImaginaryOne_2)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_ImaginaryOne_2() const { return ___ImaginaryOne_2; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_ImaginaryOne_2() { return &___ImaginaryOne_2; } inline void set_ImaginaryOne_2(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___ImaginaryOne_2 = value; } inline static int32_t get_offset_of_s_sqrtRescaleThreshold_3() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_sqrtRescaleThreshold_3)); } inline double get_s_sqrtRescaleThreshold_3() const { return ___s_sqrtRescaleThreshold_3; } inline double* get_address_of_s_sqrtRescaleThreshold_3() { return &___s_sqrtRescaleThreshold_3; } inline void set_s_sqrtRescaleThreshold_3(double value) { ___s_sqrtRescaleThreshold_3 = value; } inline static int32_t get_offset_of_s_asinOverflowThreshold_4() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_asinOverflowThreshold_4)); } inline double get_s_asinOverflowThreshold_4() const { return ___s_asinOverflowThreshold_4; } inline double* get_address_of_s_asinOverflowThreshold_4() { return &___s_asinOverflowThreshold_4; } inline void set_s_asinOverflowThreshold_4(double value) { ___s_asinOverflowThreshold_4 = value; } inline static int32_t get_offset_of_s_log2_5() { return static_cast(offsetof(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C_StaticFields, ___s_log2_5)); } inline double get_s_log2_5() const { return ___s_log2_5; } inline double* get_address_of_s_log2_5() { return &___s_log2_5; } inline void set_s_log2_5(double value) { ___s_log2_5 = value; } }; // MathNet.Numerics.Complex32 struct Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 { public: // System.Single MathNet.Numerics.Complex32::_real float ____real_0; // System.Single MathNet.Numerics.Complex32::_imag float ____imag_1; public: inline static int32_t get_offset_of__real_0() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894, ____real_0)); } inline float get__real_0() const { return ____real_0; } inline float* get_address_of__real_0() { return &____real_0; } inline void set__real_0(float value) { ____real_0 = value; } inline static int32_t get_offset_of__imag_1() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894, ____imag_1)); } inline float get__imag_1() const { return ____imag_1; } inline float* get_address_of__imag_1() { return &____imag_1; } inline void set__imag_1(float value) { ____imag_1 = value; } }; struct Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields { public: // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::Zero Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___Zero_2; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::One Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___One_3; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::ImaginaryOne Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___ImaginaryOne_4; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::PositiveInfinity Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___PositiveInfinity_5; // MathNet.Numerics.Complex32 MathNet.Numerics.Complex32::NaN Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___NaN_6; public: inline static int32_t get_offset_of_Zero_2() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___Zero_2)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_Zero_2() const { return ___Zero_2; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_Zero_2() { return &___Zero_2; } inline void set_Zero_2(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___Zero_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___One_3)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_One_3() const { return ___One_3; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___One_3 = value; } inline static int32_t get_offset_of_ImaginaryOne_4() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___ImaginaryOne_4)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_ImaginaryOne_4() const { return ___ImaginaryOne_4; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_ImaginaryOne_4() { return &___ImaginaryOne_4; } inline void set_ImaginaryOne_4(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___ImaginaryOne_4 = value; } inline static int32_t get_offset_of_PositiveInfinity_5() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___PositiveInfinity_5)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_PositiveInfinity_5() const { return ___PositiveInfinity_5; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_PositiveInfinity_5() { return &___PositiveInfinity_5; } inline void set_PositiveInfinity_5(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___PositiveInfinity_5 = value; } inline static int32_t get_offset_of_NaN_6() { return static_cast(offsetof(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894_StaticFields, ___NaN_6)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_NaN_6() const { return ___NaN_6; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_NaN_6() { return &___NaN_6; } inline void set_NaN_6(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___NaN_6 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Numerics.Register struct Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 { public: union { #pragma pack(push, tp, 1) struct { // System.Byte System.Numerics.Register::byte_0 uint8_t ___byte_0_0; }; #pragma pack(pop, tp) struct { uint8_t ___byte_0_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_1_1_OffsetPadding[1]; // System.Byte System.Numerics.Register::byte_1 uint8_t ___byte_1_1; }; #pragma pack(pop, tp) struct { char ___byte_1_1_OffsetPadding_forAlignmentOnly[1]; uint8_t ___byte_1_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_2_2_OffsetPadding[2]; // System.Byte System.Numerics.Register::byte_2 uint8_t ___byte_2_2; }; #pragma pack(pop, tp) struct { char ___byte_2_2_OffsetPadding_forAlignmentOnly[2]; uint8_t ___byte_2_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_3_3_OffsetPadding[3]; // System.Byte System.Numerics.Register::byte_3 uint8_t ___byte_3_3; }; #pragma pack(pop, tp) struct { char ___byte_3_3_OffsetPadding_forAlignmentOnly[3]; uint8_t ___byte_3_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_4_4_OffsetPadding[4]; // System.Byte System.Numerics.Register::byte_4 uint8_t ___byte_4_4; }; #pragma pack(pop, tp) struct { char ___byte_4_4_OffsetPadding_forAlignmentOnly[4]; uint8_t ___byte_4_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_5_5_OffsetPadding[5]; // System.Byte System.Numerics.Register::byte_5 uint8_t ___byte_5_5; }; #pragma pack(pop, tp) struct { char ___byte_5_5_OffsetPadding_forAlignmentOnly[5]; uint8_t ___byte_5_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_6_6_OffsetPadding[6]; // System.Byte System.Numerics.Register::byte_6 uint8_t ___byte_6_6; }; #pragma pack(pop, tp) struct { char ___byte_6_6_OffsetPadding_forAlignmentOnly[6]; uint8_t ___byte_6_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_7_7_OffsetPadding[7]; // System.Byte System.Numerics.Register::byte_7 uint8_t ___byte_7_7; }; #pragma pack(pop, tp) struct { char ___byte_7_7_OffsetPadding_forAlignmentOnly[7]; uint8_t ___byte_7_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_8_8_OffsetPadding[8]; // System.Byte System.Numerics.Register::byte_8 uint8_t ___byte_8_8; }; #pragma pack(pop, tp) struct { char ___byte_8_8_OffsetPadding_forAlignmentOnly[8]; uint8_t ___byte_8_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_9_9_OffsetPadding[9]; // System.Byte System.Numerics.Register::byte_9 uint8_t ___byte_9_9; }; #pragma pack(pop, tp) struct { char ___byte_9_9_OffsetPadding_forAlignmentOnly[9]; uint8_t ___byte_9_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_10_10_OffsetPadding[10]; // System.Byte System.Numerics.Register::byte_10 uint8_t ___byte_10_10; }; #pragma pack(pop, tp) struct { char ___byte_10_10_OffsetPadding_forAlignmentOnly[10]; uint8_t ___byte_10_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_11_11_OffsetPadding[11]; // System.Byte System.Numerics.Register::byte_11 uint8_t ___byte_11_11; }; #pragma pack(pop, tp) struct { char ___byte_11_11_OffsetPadding_forAlignmentOnly[11]; uint8_t ___byte_11_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_12_12_OffsetPadding[12]; // System.Byte System.Numerics.Register::byte_12 uint8_t ___byte_12_12; }; #pragma pack(pop, tp) struct { char ___byte_12_12_OffsetPadding_forAlignmentOnly[12]; uint8_t ___byte_12_12_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_13_13_OffsetPadding[13]; // System.Byte System.Numerics.Register::byte_13 uint8_t ___byte_13_13; }; #pragma pack(pop, tp) struct { char ___byte_13_13_OffsetPadding_forAlignmentOnly[13]; uint8_t ___byte_13_13_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_14_14_OffsetPadding[14]; // System.Byte System.Numerics.Register::byte_14 uint8_t ___byte_14_14; }; #pragma pack(pop, tp) struct { char ___byte_14_14_OffsetPadding_forAlignmentOnly[14]; uint8_t ___byte_14_14_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___byte_15_15_OffsetPadding[15]; // System.Byte System.Numerics.Register::byte_15 uint8_t ___byte_15_15; }; #pragma pack(pop, tp) struct { char ___byte_15_15_OffsetPadding_forAlignmentOnly[15]; uint8_t ___byte_15_15_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.SByte System.Numerics.Register::sbyte_0 int8_t ___sbyte_0_16; }; #pragma pack(pop, tp) struct { int8_t ___sbyte_0_16_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_1_17_OffsetPadding[1]; // System.SByte System.Numerics.Register::sbyte_1 int8_t ___sbyte_1_17; }; #pragma pack(pop, tp) struct { char ___sbyte_1_17_OffsetPadding_forAlignmentOnly[1]; int8_t ___sbyte_1_17_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_2_18_OffsetPadding[2]; // System.SByte System.Numerics.Register::sbyte_2 int8_t ___sbyte_2_18; }; #pragma pack(pop, tp) struct { char ___sbyte_2_18_OffsetPadding_forAlignmentOnly[2]; int8_t ___sbyte_2_18_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_3_19_OffsetPadding[3]; // System.SByte System.Numerics.Register::sbyte_3 int8_t ___sbyte_3_19; }; #pragma pack(pop, tp) struct { char ___sbyte_3_19_OffsetPadding_forAlignmentOnly[3]; int8_t ___sbyte_3_19_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_4_20_OffsetPadding[4]; // System.SByte System.Numerics.Register::sbyte_4 int8_t ___sbyte_4_20; }; #pragma pack(pop, tp) struct { char ___sbyte_4_20_OffsetPadding_forAlignmentOnly[4]; int8_t ___sbyte_4_20_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_5_21_OffsetPadding[5]; // System.SByte System.Numerics.Register::sbyte_5 int8_t ___sbyte_5_21; }; #pragma pack(pop, tp) struct { char ___sbyte_5_21_OffsetPadding_forAlignmentOnly[5]; int8_t ___sbyte_5_21_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_6_22_OffsetPadding[6]; // System.SByte System.Numerics.Register::sbyte_6 int8_t ___sbyte_6_22; }; #pragma pack(pop, tp) struct { char ___sbyte_6_22_OffsetPadding_forAlignmentOnly[6]; int8_t ___sbyte_6_22_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_7_23_OffsetPadding[7]; // System.SByte System.Numerics.Register::sbyte_7 int8_t ___sbyte_7_23; }; #pragma pack(pop, tp) struct { char ___sbyte_7_23_OffsetPadding_forAlignmentOnly[7]; int8_t ___sbyte_7_23_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_8_24_OffsetPadding[8]; // System.SByte System.Numerics.Register::sbyte_8 int8_t ___sbyte_8_24; }; #pragma pack(pop, tp) struct { char ___sbyte_8_24_OffsetPadding_forAlignmentOnly[8]; int8_t ___sbyte_8_24_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_9_25_OffsetPadding[9]; // System.SByte System.Numerics.Register::sbyte_9 int8_t ___sbyte_9_25; }; #pragma pack(pop, tp) struct { char ___sbyte_9_25_OffsetPadding_forAlignmentOnly[9]; int8_t ___sbyte_9_25_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_10_26_OffsetPadding[10]; // System.SByte System.Numerics.Register::sbyte_10 int8_t ___sbyte_10_26; }; #pragma pack(pop, tp) struct { char ___sbyte_10_26_OffsetPadding_forAlignmentOnly[10]; int8_t ___sbyte_10_26_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_11_27_OffsetPadding[11]; // System.SByte System.Numerics.Register::sbyte_11 int8_t ___sbyte_11_27; }; #pragma pack(pop, tp) struct { char ___sbyte_11_27_OffsetPadding_forAlignmentOnly[11]; int8_t ___sbyte_11_27_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_12_28_OffsetPadding[12]; // System.SByte System.Numerics.Register::sbyte_12 int8_t ___sbyte_12_28; }; #pragma pack(pop, tp) struct { char ___sbyte_12_28_OffsetPadding_forAlignmentOnly[12]; int8_t ___sbyte_12_28_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_13_29_OffsetPadding[13]; // System.SByte System.Numerics.Register::sbyte_13 int8_t ___sbyte_13_29; }; #pragma pack(pop, tp) struct { char ___sbyte_13_29_OffsetPadding_forAlignmentOnly[13]; int8_t ___sbyte_13_29_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_14_30_OffsetPadding[14]; // System.SByte System.Numerics.Register::sbyte_14 int8_t ___sbyte_14_30; }; #pragma pack(pop, tp) struct { char ___sbyte_14_30_OffsetPadding_forAlignmentOnly[14]; int8_t ___sbyte_14_30_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___sbyte_15_31_OffsetPadding[15]; // System.SByte System.Numerics.Register::sbyte_15 int8_t ___sbyte_15_31; }; #pragma pack(pop, tp) struct { char ___sbyte_15_31_OffsetPadding_forAlignmentOnly[15]; int8_t ___sbyte_15_31_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.UInt16 System.Numerics.Register::uint16_0 uint16_t ___uint16_0_32; }; #pragma pack(pop, tp) struct { uint16_t ___uint16_0_32_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_1_33_OffsetPadding[2]; // System.UInt16 System.Numerics.Register::uint16_1 uint16_t ___uint16_1_33; }; #pragma pack(pop, tp) struct { char ___uint16_1_33_OffsetPadding_forAlignmentOnly[2]; uint16_t ___uint16_1_33_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_2_34_OffsetPadding[4]; // System.UInt16 System.Numerics.Register::uint16_2 uint16_t ___uint16_2_34; }; #pragma pack(pop, tp) struct { char ___uint16_2_34_OffsetPadding_forAlignmentOnly[4]; uint16_t ___uint16_2_34_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_3_35_OffsetPadding[6]; // System.UInt16 System.Numerics.Register::uint16_3 uint16_t ___uint16_3_35; }; #pragma pack(pop, tp) struct { char ___uint16_3_35_OffsetPadding_forAlignmentOnly[6]; uint16_t ___uint16_3_35_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_4_36_OffsetPadding[8]; // System.UInt16 System.Numerics.Register::uint16_4 uint16_t ___uint16_4_36; }; #pragma pack(pop, tp) struct { char ___uint16_4_36_OffsetPadding_forAlignmentOnly[8]; uint16_t ___uint16_4_36_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_5_37_OffsetPadding[10]; // System.UInt16 System.Numerics.Register::uint16_5 uint16_t ___uint16_5_37; }; #pragma pack(pop, tp) struct { char ___uint16_5_37_OffsetPadding_forAlignmentOnly[10]; uint16_t ___uint16_5_37_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_6_38_OffsetPadding[12]; // System.UInt16 System.Numerics.Register::uint16_6 uint16_t ___uint16_6_38; }; #pragma pack(pop, tp) struct { char ___uint16_6_38_OffsetPadding_forAlignmentOnly[12]; uint16_t ___uint16_6_38_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint16_7_39_OffsetPadding[14]; // System.UInt16 System.Numerics.Register::uint16_7 uint16_t ___uint16_7_39; }; #pragma pack(pop, tp) struct { char ___uint16_7_39_OffsetPadding_forAlignmentOnly[14]; uint16_t ___uint16_7_39_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int16 System.Numerics.Register::int16_0 int16_t ___int16_0_40; }; #pragma pack(pop, tp) struct { int16_t ___int16_0_40_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_1_41_OffsetPadding[2]; // System.Int16 System.Numerics.Register::int16_1 int16_t ___int16_1_41; }; #pragma pack(pop, tp) struct { char ___int16_1_41_OffsetPadding_forAlignmentOnly[2]; int16_t ___int16_1_41_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_2_42_OffsetPadding[4]; // System.Int16 System.Numerics.Register::int16_2 int16_t ___int16_2_42; }; #pragma pack(pop, tp) struct { char ___int16_2_42_OffsetPadding_forAlignmentOnly[4]; int16_t ___int16_2_42_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_3_43_OffsetPadding[6]; // System.Int16 System.Numerics.Register::int16_3 int16_t ___int16_3_43; }; #pragma pack(pop, tp) struct { char ___int16_3_43_OffsetPadding_forAlignmentOnly[6]; int16_t ___int16_3_43_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_4_44_OffsetPadding[8]; // System.Int16 System.Numerics.Register::int16_4 int16_t ___int16_4_44; }; #pragma pack(pop, tp) struct { char ___int16_4_44_OffsetPadding_forAlignmentOnly[8]; int16_t ___int16_4_44_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_5_45_OffsetPadding[10]; // System.Int16 System.Numerics.Register::int16_5 int16_t ___int16_5_45; }; #pragma pack(pop, tp) struct { char ___int16_5_45_OffsetPadding_forAlignmentOnly[10]; int16_t ___int16_5_45_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_6_46_OffsetPadding[12]; // System.Int16 System.Numerics.Register::int16_6 int16_t ___int16_6_46; }; #pragma pack(pop, tp) struct { char ___int16_6_46_OffsetPadding_forAlignmentOnly[12]; int16_t ___int16_6_46_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int16_7_47_OffsetPadding[14]; // System.Int16 System.Numerics.Register::int16_7 int16_t ___int16_7_47; }; #pragma pack(pop, tp) struct { char ___int16_7_47_OffsetPadding_forAlignmentOnly[14]; int16_t ___int16_7_47_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.UInt32 System.Numerics.Register::uint32_0 uint32_t ___uint32_0_48; }; #pragma pack(pop, tp) struct { uint32_t ___uint32_0_48_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint32_1_49_OffsetPadding[4]; // System.UInt32 System.Numerics.Register::uint32_1 uint32_t ___uint32_1_49; }; #pragma pack(pop, tp) struct { char ___uint32_1_49_OffsetPadding_forAlignmentOnly[4]; uint32_t ___uint32_1_49_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint32_2_50_OffsetPadding[8]; // System.UInt32 System.Numerics.Register::uint32_2 uint32_t ___uint32_2_50; }; #pragma pack(pop, tp) struct { char ___uint32_2_50_OffsetPadding_forAlignmentOnly[8]; uint32_t ___uint32_2_50_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint32_3_51_OffsetPadding[12]; // System.UInt32 System.Numerics.Register::uint32_3 uint32_t ___uint32_3_51; }; #pragma pack(pop, tp) struct { char ___uint32_3_51_OffsetPadding_forAlignmentOnly[12]; uint32_t ___uint32_3_51_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int32 System.Numerics.Register::int32_0 int32_t ___int32_0_52; }; #pragma pack(pop, tp) struct { int32_t ___int32_0_52_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int32_1_53_OffsetPadding[4]; // System.Int32 System.Numerics.Register::int32_1 int32_t ___int32_1_53; }; #pragma pack(pop, tp) struct { char ___int32_1_53_OffsetPadding_forAlignmentOnly[4]; int32_t ___int32_1_53_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int32_2_54_OffsetPadding[8]; // System.Int32 System.Numerics.Register::int32_2 int32_t ___int32_2_54; }; #pragma pack(pop, tp) struct { char ___int32_2_54_OffsetPadding_forAlignmentOnly[8]; int32_t ___int32_2_54_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int32_3_55_OffsetPadding[12]; // System.Int32 System.Numerics.Register::int32_3 int32_t ___int32_3_55; }; #pragma pack(pop, tp) struct { char ___int32_3_55_OffsetPadding_forAlignmentOnly[12]; int32_t ___int32_3_55_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.UInt64 System.Numerics.Register::uint64_0 uint64_t ___uint64_0_56; }; #pragma pack(pop, tp) struct { uint64_t ___uint64_0_56_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___uint64_1_57_OffsetPadding[8]; // System.UInt64 System.Numerics.Register::uint64_1 uint64_t ___uint64_1_57; }; #pragma pack(pop, tp) struct { char ___uint64_1_57_OffsetPadding_forAlignmentOnly[8]; uint64_t ___uint64_1_57_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int64 System.Numerics.Register::int64_0 int64_t ___int64_0_58; }; #pragma pack(pop, tp) struct { int64_t ___int64_0_58_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___int64_1_59_OffsetPadding[8]; // System.Int64 System.Numerics.Register::int64_1 int64_t ___int64_1_59; }; #pragma pack(pop, tp) struct { char ___int64_1_59_OffsetPadding_forAlignmentOnly[8]; int64_t ___int64_1_59_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Single System.Numerics.Register::single_0 float ___single_0_60; }; #pragma pack(pop, tp) struct { float ___single_0_60_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___single_1_61_OffsetPadding[4]; // System.Single System.Numerics.Register::single_1 float ___single_1_61; }; #pragma pack(pop, tp) struct { char ___single_1_61_OffsetPadding_forAlignmentOnly[4]; float ___single_1_61_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___single_2_62_OffsetPadding[8]; // System.Single System.Numerics.Register::single_2 float ___single_2_62; }; #pragma pack(pop, tp) struct { char ___single_2_62_OffsetPadding_forAlignmentOnly[8]; float ___single_2_62_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___single_3_63_OffsetPadding[12]; // System.Single System.Numerics.Register::single_3 float ___single_3_63; }; #pragma pack(pop, tp) struct { char ___single_3_63_OffsetPadding_forAlignmentOnly[12]; float ___single_3_63_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Double System.Numerics.Register::double_0 double ___double_0_64; }; #pragma pack(pop, tp) struct { double ___double_0_64_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___double_1_65_OffsetPadding[8]; // System.Double System.Numerics.Register::double_1 double ___double_1_65; }; #pragma pack(pop, tp) struct { char ___double_1_65_OffsetPadding_forAlignmentOnly[8]; double ___double_1_65_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_byte_0_0() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_0_0)); } inline uint8_t get_byte_0_0() const { return ___byte_0_0; } inline uint8_t* get_address_of_byte_0_0() { return &___byte_0_0; } inline void set_byte_0_0(uint8_t value) { ___byte_0_0 = value; } inline static int32_t get_offset_of_byte_1_1() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_1_1)); } inline uint8_t get_byte_1_1() const { return ___byte_1_1; } inline uint8_t* get_address_of_byte_1_1() { return &___byte_1_1; } inline void set_byte_1_1(uint8_t value) { ___byte_1_1 = value; } inline static int32_t get_offset_of_byte_2_2() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_2_2)); } inline uint8_t get_byte_2_2() const { return ___byte_2_2; } inline uint8_t* get_address_of_byte_2_2() { return &___byte_2_2; } inline void set_byte_2_2(uint8_t value) { ___byte_2_2 = value; } inline static int32_t get_offset_of_byte_3_3() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_3_3)); } inline uint8_t get_byte_3_3() const { return ___byte_3_3; } inline uint8_t* get_address_of_byte_3_3() { return &___byte_3_3; } inline void set_byte_3_3(uint8_t value) { ___byte_3_3 = value; } inline static int32_t get_offset_of_byte_4_4() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_4_4)); } inline uint8_t get_byte_4_4() const { return ___byte_4_4; } inline uint8_t* get_address_of_byte_4_4() { return &___byte_4_4; } inline void set_byte_4_4(uint8_t value) { ___byte_4_4 = value; } inline static int32_t get_offset_of_byte_5_5() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_5_5)); } inline uint8_t get_byte_5_5() const { return ___byte_5_5; } inline uint8_t* get_address_of_byte_5_5() { return &___byte_5_5; } inline void set_byte_5_5(uint8_t value) { ___byte_5_5 = value; } inline static int32_t get_offset_of_byte_6_6() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_6_6)); } inline uint8_t get_byte_6_6() const { return ___byte_6_6; } inline uint8_t* get_address_of_byte_6_6() { return &___byte_6_6; } inline void set_byte_6_6(uint8_t value) { ___byte_6_6 = value; } inline static int32_t get_offset_of_byte_7_7() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_7_7)); } inline uint8_t get_byte_7_7() const { return ___byte_7_7; } inline uint8_t* get_address_of_byte_7_7() { return &___byte_7_7; } inline void set_byte_7_7(uint8_t value) { ___byte_7_7 = value; } inline static int32_t get_offset_of_byte_8_8() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_8_8)); } inline uint8_t get_byte_8_8() const { return ___byte_8_8; } inline uint8_t* get_address_of_byte_8_8() { return &___byte_8_8; } inline void set_byte_8_8(uint8_t value) { ___byte_8_8 = value; } inline static int32_t get_offset_of_byte_9_9() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_9_9)); } inline uint8_t get_byte_9_9() const { return ___byte_9_9; } inline uint8_t* get_address_of_byte_9_9() { return &___byte_9_9; } inline void set_byte_9_9(uint8_t value) { ___byte_9_9 = value; } inline static int32_t get_offset_of_byte_10_10() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_10_10)); } inline uint8_t get_byte_10_10() const { return ___byte_10_10; } inline uint8_t* get_address_of_byte_10_10() { return &___byte_10_10; } inline void set_byte_10_10(uint8_t value) { ___byte_10_10 = value; } inline static int32_t get_offset_of_byte_11_11() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_11_11)); } inline uint8_t get_byte_11_11() const { return ___byte_11_11; } inline uint8_t* get_address_of_byte_11_11() { return &___byte_11_11; } inline void set_byte_11_11(uint8_t value) { ___byte_11_11 = value; } inline static int32_t get_offset_of_byte_12_12() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_12_12)); } inline uint8_t get_byte_12_12() const { return ___byte_12_12; } inline uint8_t* get_address_of_byte_12_12() { return &___byte_12_12; } inline void set_byte_12_12(uint8_t value) { ___byte_12_12 = value; } inline static int32_t get_offset_of_byte_13_13() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_13_13)); } inline uint8_t get_byte_13_13() const { return ___byte_13_13; } inline uint8_t* get_address_of_byte_13_13() { return &___byte_13_13; } inline void set_byte_13_13(uint8_t value) { ___byte_13_13 = value; } inline static int32_t get_offset_of_byte_14_14() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_14_14)); } inline uint8_t get_byte_14_14() const { return ___byte_14_14; } inline uint8_t* get_address_of_byte_14_14() { return &___byte_14_14; } inline void set_byte_14_14(uint8_t value) { ___byte_14_14 = value; } inline static int32_t get_offset_of_byte_15_15() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___byte_15_15)); } inline uint8_t get_byte_15_15() const { return ___byte_15_15; } inline uint8_t* get_address_of_byte_15_15() { return &___byte_15_15; } inline void set_byte_15_15(uint8_t value) { ___byte_15_15 = value; } inline static int32_t get_offset_of_sbyte_0_16() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_0_16)); } inline int8_t get_sbyte_0_16() const { return ___sbyte_0_16; } inline int8_t* get_address_of_sbyte_0_16() { return &___sbyte_0_16; } inline void set_sbyte_0_16(int8_t value) { ___sbyte_0_16 = value; } inline static int32_t get_offset_of_sbyte_1_17() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_1_17)); } inline int8_t get_sbyte_1_17() const { return ___sbyte_1_17; } inline int8_t* get_address_of_sbyte_1_17() { return &___sbyte_1_17; } inline void set_sbyte_1_17(int8_t value) { ___sbyte_1_17 = value; } inline static int32_t get_offset_of_sbyte_2_18() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_2_18)); } inline int8_t get_sbyte_2_18() const { return ___sbyte_2_18; } inline int8_t* get_address_of_sbyte_2_18() { return &___sbyte_2_18; } inline void set_sbyte_2_18(int8_t value) { ___sbyte_2_18 = value; } inline static int32_t get_offset_of_sbyte_3_19() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_3_19)); } inline int8_t get_sbyte_3_19() const { return ___sbyte_3_19; } inline int8_t* get_address_of_sbyte_3_19() { return &___sbyte_3_19; } inline void set_sbyte_3_19(int8_t value) { ___sbyte_3_19 = value; } inline static int32_t get_offset_of_sbyte_4_20() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_4_20)); } inline int8_t get_sbyte_4_20() const { return ___sbyte_4_20; } inline int8_t* get_address_of_sbyte_4_20() { return &___sbyte_4_20; } inline void set_sbyte_4_20(int8_t value) { ___sbyte_4_20 = value; } inline static int32_t get_offset_of_sbyte_5_21() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_5_21)); } inline int8_t get_sbyte_5_21() const { return ___sbyte_5_21; } inline int8_t* get_address_of_sbyte_5_21() { return &___sbyte_5_21; } inline void set_sbyte_5_21(int8_t value) { ___sbyte_5_21 = value; } inline static int32_t get_offset_of_sbyte_6_22() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_6_22)); } inline int8_t get_sbyte_6_22() const { return ___sbyte_6_22; } inline int8_t* get_address_of_sbyte_6_22() { return &___sbyte_6_22; } inline void set_sbyte_6_22(int8_t value) { ___sbyte_6_22 = value; } inline static int32_t get_offset_of_sbyte_7_23() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_7_23)); } inline int8_t get_sbyte_7_23() const { return ___sbyte_7_23; } inline int8_t* get_address_of_sbyte_7_23() { return &___sbyte_7_23; } inline void set_sbyte_7_23(int8_t value) { ___sbyte_7_23 = value; } inline static int32_t get_offset_of_sbyte_8_24() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_8_24)); } inline int8_t get_sbyte_8_24() const { return ___sbyte_8_24; } inline int8_t* get_address_of_sbyte_8_24() { return &___sbyte_8_24; } inline void set_sbyte_8_24(int8_t value) { ___sbyte_8_24 = value; } inline static int32_t get_offset_of_sbyte_9_25() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_9_25)); } inline int8_t get_sbyte_9_25() const { return ___sbyte_9_25; } inline int8_t* get_address_of_sbyte_9_25() { return &___sbyte_9_25; } inline void set_sbyte_9_25(int8_t value) { ___sbyte_9_25 = value; } inline static int32_t get_offset_of_sbyte_10_26() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_10_26)); } inline int8_t get_sbyte_10_26() const { return ___sbyte_10_26; } inline int8_t* get_address_of_sbyte_10_26() { return &___sbyte_10_26; } inline void set_sbyte_10_26(int8_t value) { ___sbyte_10_26 = value; } inline static int32_t get_offset_of_sbyte_11_27() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_11_27)); } inline int8_t get_sbyte_11_27() const { return ___sbyte_11_27; } inline int8_t* get_address_of_sbyte_11_27() { return &___sbyte_11_27; } inline void set_sbyte_11_27(int8_t value) { ___sbyte_11_27 = value; } inline static int32_t get_offset_of_sbyte_12_28() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_12_28)); } inline int8_t get_sbyte_12_28() const { return ___sbyte_12_28; } inline int8_t* get_address_of_sbyte_12_28() { return &___sbyte_12_28; } inline void set_sbyte_12_28(int8_t value) { ___sbyte_12_28 = value; } inline static int32_t get_offset_of_sbyte_13_29() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_13_29)); } inline int8_t get_sbyte_13_29() const { return ___sbyte_13_29; } inline int8_t* get_address_of_sbyte_13_29() { return &___sbyte_13_29; } inline void set_sbyte_13_29(int8_t value) { ___sbyte_13_29 = value; } inline static int32_t get_offset_of_sbyte_14_30() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_14_30)); } inline int8_t get_sbyte_14_30() const { return ___sbyte_14_30; } inline int8_t* get_address_of_sbyte_14_30() { return &___sbyte_14_30; } inline void set_sbyte_14_30(int8_t value) { ___sbyte_14_30 = value; } inline static int32_t get_offset_of_sbyte_15_31() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___sbyte_15_31)); } inline int8_t get_sbyte_15_31() const { return ___sbyte_15_31; } inline int8_t* get_address_of_sbyte_15_31() { return &___sbyte_15_31; } inline void set_sbyte_15_31(int8_t value) { ___sbyte_15_31 = value; } inline static int32_t get_offset_of_uint16_0_32() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_0_32)); } inline uint16_t get_uint16_0_32() const { return ___uint16_0_32; } inline uint16_t* get_address_of_uint16_0_32() { return &___uint16_0_32; } inline void set_uint16_0_32(uint16_t value) { ___uint16_0_32 = value; } inline static int32_t get_offset_of_uint16_1_33() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_1_33)); } inline uint16_t get_uint16_1_33() const { return ___uint16_1_33; } inline uint16_t* get_address_of_uint16_1_33() { return &___uint16_1_33; } inline void set_uint16_1_33(uint16_t value) { ___uint16_1_33 = value; } inline static int32_t get_offset_of_uint16_2_34() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_2_34)); } inline uint16_t get_uint16_2_34() const { return ___uint16_2_34; } inline uint16_t* get_address_of_uint16_2_34() { return &___uint16_2_34; } inline void set_uint16_2_34(uint16_t value) { ___uint16_2_34 = value; } inline static int32_t get_offset_of_uint16_3_35() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_3_35)); } inline uint16_t get_uint16_3_35() const { return ___uint16_3_35; } inline uint16_t* get_address_of_uint16_3_35() { return &___uint16_3_35; } inline void set_uint16_3_35(uint16_t value) { ___uint16_3_35 = value; } inline static int32_t get_offset_of_uint16_4_36() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_4_36)); } inline uint16_t get_uint16_4_36() const { return ___uint16_4_36; } inline uint16_t* get_address_of_uint16_4_36() { return &___uint16_4_36; } inline void set_uint16_4_36(uint16_t value) { ___uint16_4_36 = value; } inline static int32_t get_offset_of_uint16_5_37() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_5_37)); } inline uint16_t get_uint16_5_37() const { return ___uint16_5_37; } inline uint16_t* get_address_of_uint16_5_37() { return &___uint16_5_37; } inline void set_uint16_5_37(uint16_t value) { ___uint16_5_37 = value; } inline static int32_t get_offset_of_uint16_6_38() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_6_38)); } inline uint16_t get_uint16_6_38() const { return ___uint16_6_38; } inline uint16_t* get_address_of_uint16_6_38() { return &___uint16_6_38; } inline void set_uint16_6_38(uint16_t value) { ___uint16_6_38 = value; } inline static int32_t get_offset_of_uint16_7_39() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint16_7_39)); } inline uint16_t get_uint16_7_39() const { return ___uint16_7_39; } inline uint16_t* get_address_of_uint16_7_39() { return &___uint16_7_39; } inline void set_uint16_7_39(uint16_t value) { ___uint16_7_39 = value; } inline static int32_t get_offset_of_int16_0_40() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_0_40)); } inline int16_t get_int16_0_40() const { return ___int16_0_40; } inline int16_t* get_address_of_int16_0_40() { return &___int16_0_40; } inline void set_int16_0_40(int16_t value) { ___int16_0_40 = value; } inline static int32_t get_offset_of_int16_1_41() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_1_41)); } inline int16_t get_int16_1_41() const { return ___int16_1_41; } inline int16_t* get_address_of_int16_1_41() { return &___int16_1_41; } inline void set_int16_1_41(int16_t value) { ___int16_1_41 = value; } inline static int32_t get_offset_of_int16_2_42() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_2_42)); } inline int16_t get_int16_2_42() const { return ___int16_2_42; } inline int16_t* get_address_of_int16_2_42() { return &___int16_2_42; } inline void set_int16_2_42(int16_t value) { ___int16_2_42 = value; } inline static int32_t get_offset_of_int16_3_43() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_3_43)); } inline int16_t get_int16_3_43() const { return ___int16_3_43; } inline int16_t* get_address_of_int16_3_43() { return &___int16_3_43; } inline void set_int16_3_43(int16_t value) { ___int16_3_43 = value; } inline static int32_t get_offset_of_int16_4_44() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_4_44)); } inline int16_t get_int16_4_44() const { return ___int16_4_44; } inline int16_t* get_address_of_int16_4_44() { return &___int16_4_44; } inline void set_int16_4_44(int16_t value) { ___int16_4_44 = value; } inline static int32_t get_offset_of_int16_5_45() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_5_45)); } inline int16_t get_int16_5_45() const { return ___int16_5_45; } inline int16_t* get_address_of_int16_5_45() { return &___int16_5_45; } inline void set_int16_5_45(int16_t value) { ___int16_5_45 = value; } inline static int32_t get_offset_of_int16_6_46() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_6_46)); } inline int16_t get_int16_6_46() const { return ___int16_6_46; } inline int16_t* get_address_of_int16_6_46() { return &___int16_6_46; } inline void set_int16_6_46(int16_t value) { ___int16_6_46 = value; } inline static int32_t get_offset_of_int16_7_47() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int16_7_47)); } inline int16_t get_int16_7_47() const { return ___int16_7_47; } inline int16_t* get_address_of_int16_7_47() { return &___int16_7_47; } inline void set_int16_7_47(int16_t value) { ___int16_7_47 = value; } inline static int32_t get_offset_of_uint32_0_48() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint32_0_48)); } inline uint32_t get_uint32_0_48() const { return ___uint32_0_48; } inline uint32_t* get_address_of_uint32_0_48() { return &___uint32_0_48; } inline void set_uint32_0_48(uint32_t value) { ___uint32_0_48 = value; } inline static int32_t get_offset_of_uint32_1_49() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint32_1_49)); } inline uint32_t get_uint32_1_49() const { return ___uint32_1_49; } inline uint32_t* get_address_of_uint32_1_49() { return &___uint32_1_49; } inline void set_uint32_1_49(uint32_t value) { ___uint32_1_49 = value; } inline static int32_t get_offset_of_uint32_2_50() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint32_2_50)); } inline uint32_t get_uint32_2_50() const { return ___uint32_2_50; } inline uint32_t* get_address_of_uint32_2_50() { return &___uint32_2_50; } inline void set_uint32_2_50(uint32_t value) { ___uint32_2_50 = value; } inline static int32_t get_offset_of_uint32_3_51() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint32_3_51)); } inline uint32_t get_uint32_3_51() const { return ___uint32_3_51; } inline uint32_t* get_address_of_uint32_3_51() { return &___uint32_3_51; } inline void set_uint32_3_51(uint32_t value) { ___uint32_3_51 = value; } inline static int32_t get_offset_of_int32_0_52() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int32_0_52)); } inline int32_t get_int32_0_52() const { return ___int32_0_52; } inline int32_t* get_address_of_int32_0_52() { return &___int32_0_52; } inline void set_int32_0_52(int32_t value) { ___int32_0_52 = value; } inline static int32_t get_offset_of_int32_1_53() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int32_1_53)); } inline int32_t get_int32_1_53() const { return ___int32_1_53; } inline int32_t* get_address_of_int32_1_53() { return &___int32_1_53; } inline void set_int32_1_53(int32_t value) { ___int32_1_53 = value; } inline static int32_t get_offset_of_int32_2_54() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int32_2_54)); } inline int32_t get_int32_2_54() const { return ___int32_2_54; } inline int32_t* get_address_of_int32_2_54() { return &___int32_2_54; } inline void set_int32_2_54(int32_t value) { ___int32_2_54 = value; } inline static int32_t get_offset_of_int32_3_55() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int32_3_55)); } inline int32_t get_int32_3_55() const { return ___int32_3_55; } inline int32_t* get_address_of_int32_3_55() { return &___int32_3_55; } inline void set_int32_3_55(int32_t value) { ___int32_3_55 = value; } inline static int32_t get_offset_of_uint64_0_56() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint64_0_56)); } inline uint64_t get_uint64_0_56() const { return ___uint64_0_56; } inline uint64_t* get_address_of_uint64_0_56() { return &___uint64_0_56; } inline void set_uint64_0_56(uint64_t value) { ___uint64_0_56 = value; } inline static int32_t get_offset_of_uint64_1_57() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___uint64_1_57)); } inline uint64_t get_uint64_1_57() const { return ___uint64_1_57; } inline uint64_t* get_address_of_uint64_1_57() { return &___uint64_1_57; } inline void set_uint64_1_57(uint64_t value) { ___uint64_1_57 = value; } inline static int32_t get_offset_of_int64_0_58() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int64_0_58)); } inline int64_t get_int64_0_58() const { return ___int64_0_58; } inline int64_t* get_address_of_int64_0_58() { return &___int64_0_58; } inline void set_int64_0_58(int64_t value) { ___int64_0_58 = value; } inline static int32_t get_offset_of_int64_1_59() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___int64_1_59)); } inline int64_t get_int64_1_59() const { return ___int64_1_59; } inline int64_t* get_address_of_int64_1_59() { return &___int64_1_59; } inline void set_int64_1_59(int64_t value) { ___int64_1_59 = value; } inline static int32_t get_offset_of_single_0_60() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___single_0_60)); } inline float get_single_0_60() const { return ___single_0_60; } inline float* get_address_of_single_0_60() { return &___single_0_60; } inline void set_single_0_60(float value) { ___single_0_60 = value; } inline static int32_t get_offset_of_single_1_61() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___single_1_61)); } inline float get_single_1_61() const { return ___single_1_61; } inline float* get_address_of_single_1_61() { return &___single_1_61; } inline void set_single_1_61(float value) { ___single_1_61 = value; } inline static int32_t get_offset_of_single_2_62() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___single_2_62)); } inline float get_single_2_62() const { return ___single_2_62; } inline float* get_address_of_single_2_62() { return &___single_2_62; } inline void set_single_2_62(float value) { ___single_2_62 = value; } inline static int32_t get_offset_of_single_3_63() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___single_3_63)); } inline float get_single_3_63() const { return ___single_3_63; } inline float* get_address_of_single_3_63() { return &___single_3_63; } inline void set_single_3_63(float value) { ___single_3_63 = value; } inline static int32_t get_offset_of_double_0_64() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___double_0_64)); } inline double get_double_0_64() const { return ___double_0_64; } inline double* get_address_of_double_0_64() { return &___double_0_64; } inline void set_double_0_64(double value) { ___double_0_64 = value; } inline static int32_t get_offset_of_double_1_65() { return static_cast(offsetof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2, ___double_1_65)); } inline double get_double_1_65() const { return ___double_1_65; } inline double* get_address_of_double_1_65() { return &___double_1_65; } inline void set_double_1_65(double value) { ___double_1_65 = value; } }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29 struct U3CEnumerateU3Ed__29_tDCE4B06F8514777EA19D78C25CF3E0B07C56F2B1 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>1__state int32_t ___U3CU3E1__state_0; // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>2__current Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___U3CU3E2__current_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>4__this VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * ___U3CU3E4__this_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::5__2 int32_t ___U3CiU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tDCE4B06F8514777EA19D78C25CF3E0B07C56F2B1, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tDCE4B06F8514777EA19D78C25CF3E0B07C56F2B1, ___U3CU3E2__current_1)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___U3CU3E2__current_1 = value; } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tDCE4B06F8514777EA19D78C25CF3E0B07C56F2B1, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tDCE4B06F8514777EA19D78C25CF3E0B07C56F2B1, ___U3CU3E4__this_3)); } inline VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_4() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tDCE4B06F8514777EA19D78C25CF3E0B07C56F2B1, ___U3CiU3E5__2_4)); } inline int32_t get_U3CiU3E5__2_4() const { return ___U3CiU3E5__2_4; } inline int32_t* get_address_of_U3CiU3E5__2_4() { return &___U3CiU3E5__2_4; } inline void set_U3CiU3E5__2_4(int32_t value) { ___U3CiU3E5__2_4 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29 struct U3CEnumerateU3Ed__29_tD119668925E6FD82B9D1D2532CEC4897EE1FD64B : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>1__state int32_t ___U3CU3E1__state_0; // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>2__current Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___U3CU3E2__current_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::<>4__this VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * ___U3CU3E4__this_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1/d__29::5__2 int32_t ___U3CiU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tD119668925E6FD82B9D1D2532CEC4897EE1FD64B, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tD119668925E6FD82B9D1D2532CEC4897EE1FD64B, ___U3CU3E2__current_1)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___U3CU3E2__current_1 = value; } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tD119668925E6FD82B9D1D2532CEC4897EE1FD64B, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tD119668925E6FD82B9D1D2532CEC4897EE1FD64B, ___U3CU3E4__this_3)); } inline VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_4() { return static_cast(offsetof(U3CEnumerateU3Ed__29_tD119668925E6FD82B9D1D2532CEC4897EE1FD64B, ___U3CiU3E5__2_4)); } inline int32_t get_U3CiU3E5__2_4() const { return ___U3CiU3E5__2_4; } inline int32_t* get_address_of_U3CiU3E5__2_4() { return &___U3CiU3E5__2_4; } inline void set_U3CiU3E5__2_4(int32_t value) { ___U3CiU3E5__2_4 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::RowCount int32_t ___RowCount_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::ColumnCount int32_t ___ColumnCount_2; public: inline static int32_t get_offset_of_RowCount_1() { return static_cast(offsetof(MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227, ___RowCount_1)); } inline int32_t get_RowCount_1() const { return ___RowCount_1; } inline int32_t* get_address_of_RowCount_1() { return &___RowCount_1; } inline void set_RowCount_1(int32_t value) { ___RowCount_1 = value; } inline static int32_t get_offset_of_ColumnCount_2() { return static_cast(offsetof(MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227, ___ColumnCount_2)); } inline int32_t get_ColumnCount_2() const { return ___ColumnCount_2; } inline int32_t* get_address_of_ColumnCount_2() { return &___ColumnCount_2; } inline void set_ColumnCount_2(int32_t value) { ___ColumnCount_2 = value; } }; struct MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::Zero Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227_StaticFields, ___Zero_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_Zero_0() const { return ___Zero_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___Zero_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 struct MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::RowCount int32_t ___RowCount_1; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::ColumnCount int32_t ___ColumnCount_2; public: inline static int32_t get_offset_of_RowCount_1() { return static_cast(offsetof(MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304, ___RowCount_1)); } inline int32_t get_RowCount_1() const { return ___RowCount_1; } inline int32_t* get_address_of_RowCount_1() { return &___RowCount_1; } inline void set_RowCount_1(int32_t value) { ___RowCount_1 = value; } inline static int32_t get_offset_of_ColumnCount_2() { return static_cast(offsetof(MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304, ___ColumnCount_2)); } inline int32_t get_ColumnCount_2() const { return ___ColumnCount_2; } inline int32_t* get_address_of_ColumnCount_2() { return &___ColumnCount_2; } inline void set_ColumnCount_2(int32_t value) { ___ColumnCount_2 = value; } }; struct MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::Zero Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304_StaticFields, ___Zero_0)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_Zero_0() const { return ___Zero_0; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___Zero_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * ___U3CStorageU3Ek__BackingField_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField int32_t ___U3CColumnCountU3Ek__BackingField_4; // System.Int32 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField int32_t ___U3CRowCountU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CStorageU3Ek__BackingField_3() { return static_cast(offsetof(Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47, ___U3CStorageU3Ek__BackingField_3)); } inline MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * value) { ___U3CStorageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStorageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CColumnCountU3Ek__BackingField_4() { return static_cast(offsetof(Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47, ___U3CColumnCountU3Ek__BackingField_4)); } inline int32_t get_U3CColumnCountU3Ek__BackingField_4() const { return ___U3CColumnCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CColumnCountU3Ek__BackingField_4() { return &___U3CColumnCountU3Ek__BackingField_4; } inline void set_U3CColumnCountU3Ek__BackingField_4(int32_t value) { ___U3CColumnCountU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRowCountU3Ek__BackingField_5() { return static_cast(offsetof(Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47, ___U3CRowCountU3Ek__BackingField_5)); } inline int32_t get_U3CRowCountU3Ek__BackingField_5() const { return ___U3CRowCountU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CRowCountU3Ek__BackingField_5() { return &___U3CRowCountU3Ek__BackingField_5; } inline void set_U3CRowCountU3Ek__BackingField_5(int32_t value) { ___U3CRowCountU3Ek__BackingField_5 = value; } }; struct Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Matrix`1::One Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___One_0; // T MathNet.Numerics.LinearAlgebra.Matrix`1::Zero Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___Zero_1; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Build MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E * ___Build_2; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47_StaticFields, ___One_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_One_0() const { return ___One_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_One_0() { return &___One_0; } inline void set_One_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___One_0 = value; } inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47_StaticFields, ___Zero_1)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_Zero_1() const { return ___Zero_1; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___Zero_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47_StaticFields, ___Build_2)); } inline MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E * get_Build_2() const { return ___Build_2; } inline MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Matrix`1 struct Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * ___U3CStorageU3Ek__BackingField_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField int32_t ___U3CColumnCountU3Ek__BackingField_4; // System.Int32 MathNet.Numerics.LinearAlgebra.Matrix`1::k__BackingField int32_t ___U3CRowCountU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CStorageU3Ek__BackingField_3() { return static_cast(offsetof(Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F, ___U3CStorageU3Ek__BackingField_3)); } inline MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * value) { ___U3CStorageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStorageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CColumnCountU3Ek__BackingField_4() { return static_cast(offsetof(Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F, ___U3CColumnCountU3Ek__BackingField_4)); } inline int32_t get_U3CColumnCountU3Ek__BackingField_4() const { return ___U3CColumnCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CColumnCountU3Ek__BackingField_4() { return &___U3CColumnCountU3Ek__BackingField_4; } inline void set_U3CColumnCountU3Ek__BackingField_4(int32_t value) { ___U3CColumnCountU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRowCountU3Ek__BackingField_5() { return static_cast(offsetof(Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F, ___U3CRowCountU3Ek__BackingField_5)); } inline int32_t get_U3CRowCountU3Ek__BackingField_5() const { return ___U3CRowCountU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CRowCountU3Ek__BackingField_5() { return &___U3CRowCountU3Ek__BackingField_5; } inline void set_U3CRowCountU3Ek__BackingField_5(int32_t value) { ___U3CRowCountU3Ek__BackingField_5 = value; } }; struct Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Matrix`1::One Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___One_0; // T MathNet.Numerics.LinearAlgebra.Matrix`1::Zero Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___Zero_1; // MathNet.Numerics.LinearAlgebra.MatrixBuilder`1 MathNet.Numerics.LinearAlgebra.Matrix`1::Build MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 * ___Build_2; public: inline static int32_t get_offset_of_One_0() { return static_cast(offsetof(Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F_StaticFields, ___One_0)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_One_0() const { return ___One_0; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_One_0() { return &___One_0; } inline void set_One_0(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___One_0 = value; } inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F_StaticFields, ___Zero_1)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_Zero_1() const { return ___Zero_1; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___Zero_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F_StaticFields, ___Build_2)); } inline MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 * get_Build_2() const { return ___Build_2; } inline MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 struct VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Length int32_t ___Length_1; public: inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C, ___Length_1)); } inline int32_t get_Length_1() const { return ___Length_1; } inline int32_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int32_t value) { ___Length_1 = value; } }; struct VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Zero Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C_StaticFields, ___Zero_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_Zero_0() const { return ___Zero_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___Zero_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 struct VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C : public RuntimeObject { public: // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Length int32_t ___Length_1; public: inline static int32_t get_offset_of_Length_1() { return static_cast(offsetof(VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C, ___Length_1)); } inline int32_t get_Length_1() const { return ___Length_1; } inline int32_t* get_address_of_Length_1() { return &___Length_1; } inline void set_Length_1(int32_t value) { ___Length_1 = value; } }; struct VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Zero Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C_StaticFields, ___Zero_0)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_Zero_0() const { return ___Zero_0; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___Zero_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * ___U3CStorageU3Ek__BackingField_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField int32_t ___U3CCountU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CStorageU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D, ___U3CStorageU3Ek__BackingField_3)); } inline VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * value) { ___U3CStorageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStorageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CCountU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D, ___U3CCountU3Ek__BackingField_4)); } inline int32_t get_U3CCountU3Ek__BackingField_4() const { return ___U3CCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CCountU3Ek__BackingField_4() { return &___U3CCountU3Ek__BackingField_4; } inline void set_U3CCountU3Ek__BackingField_4(int32_t value) { ___U3CCountU3Ek__BackingField_4 = value; } }; struct Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Vector`1::Zero Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___Zero_0; // T MathNet.Numerics.LinearAlgebra.Vector`1::One Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___One_1; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 MathNet.Numerics.LinearAlgebra.Vector`1::Build VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * ___Build_2; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D_StaticFields, ___Zero_0)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_Zero_0() const { return ___Zero_0; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___Zero_0 = value; } inline static int32_t get_offset_of_One_1() { return static_cast(offsetof(Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D_StaticFields, ___One_1)); } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C get_One_1() const { return ___One_1; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * get_address_of_One_1() { return &___One_1; } inline void set_One_1(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { ___One_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D_StaticFields, ___Build_2)); } inline VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * get_Build_2() const { return ___Build_2; } inline VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Vector`1 struct Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B : public RuntimeObject { public: // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * ___U3CStorageU3Ek__BackingField_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::k__BackingField int32_t ___U3CCountU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3CStorageU3Ek__BackingField_3() { return static_cast(offsetof(Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B, ___U3CStorageU3Ek__BackingField_3)); } inline VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * get_U3CStorageU3Ek__BackingField_3() const { return ___U3CStorageU3Ek__BackingField_3; } inline VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C ** get_address_of_U3CStorageU3Ek__BackingField_3() { return &___U3CStorageU3Ek__BackingField_3; } inline void set_U3CStorageU3Ek__BackingField_3(VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * value) { ___U3CStorageU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStorageU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CCountU3Ek__BackingField_4() { return static_cast(offsetof(Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B, ___U3CCountU3Ek__BackingField_4)); } inline int32_t get_U3CCountU3Ek__BackingField_4() const { return ___U3CCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CCountU3Ek__BackingField_4() { return &___U3CCountU3Ek__BackingField_4; } inline void set_U3CCountU3Ek__BackingField_4(int32_t value) { ___U3CCountU3Ek__BackingField_4 = value; } }; struct Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B_StaticFields { public: // T MathNet.Numerics.LinearAlgebra.Vector`1::Zero Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___Zero_0; // T MathNet.Numerics.LinearAlgebra.Vector`1::One Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___One_1; // MathNet.Numerics.LinearAlgebra.VectorBuilder`1 MathNet.Numerics.LinearAlgebra.Vector`1::Build VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * ___Build_2; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B_StaticFields, ___Zero_0)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_Zero_0() const { return ___Zero_0; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___Zero_0 = value; } inline static int32_t get_offset_of_One_1() { return static_cast(offsetof(Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B_StaticFields, ___One_1)); } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 get_One_1() const { return ___One_1; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * get_address_of_One_1() { return &___One_1; } inline void set_One_1(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { ___One_1 = value; } inline static int32_t get_offset_of_Build_2() { return static_cast(offsetof(Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B_StaticFields, ___Build_2)); } inline VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * get_Build_2() const { return ___Build_2; } inline VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 ** get_address_of_Build_2() { return &___Build_2; } inline void set_Build_2(VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * value) { ___Build_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Build_2), (void*)value); } }; // System.Numerics.Vector`1 struct Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 { public: // System.Numerics.Register System.Numerics.Vector`1::register Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 ___register_0; public: inline static int32_t get_offset_of_register_0() { return static_cast(offsetof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6, ___register_0)); } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 get_register_0() const { return ___register_0; } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * get_address_of_register_0() { return &___register_0; } inline void set_register_0(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 value) { ___register_0 = value; } }; struct Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields { public: // System.Int32 System.Numerics.Vector`1::s_count int32_t ___s_count_1; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_zero Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___s_zero_2; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_one Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___s_one_3; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_allOnes Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___s_allOnes_4; public: inline static int32_t get_offset_of_s_count_1() { return static_cast(offsetof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields, ___s_count_1)); } inline int32_t get_s_count_1() const { return ___s_count_1; } inline int32_t* get_address_of_s_count_1() { return &___s_count_1; } inline void set_s_count_1(int32_t value) { ___s_count_1 = value; } inline static int32_t get_offset_of_s_zero_2() { return static_cast(offsetof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields, ___s_zero_2)); } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 get_s_zero_2() const { return ___s_zero_2; } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * get_address_of_s_zero_2() { return &___s_zero_2; } inline void set_s_zero_2(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 value) { ___s_zero_2 = value; } inline static int32_t get_offset_of_s_one_3() { return static_cast(offsetof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields, ___s_one_3)); } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 get_s_one_3() const { return ___s_one_3; } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * get_address_of_s_one_3() { return &___s_one_3; } inline void set_s_one_3(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 value) { ___s_one_3 = value; } inline static int32_t get_offset_of_s_allOnes_4() { return static_cast(offsetof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields, ___s_allOnes_4)); } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 get_s_allOnes_4() const { return ___s_allOnes_4; } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * get_address_of_s_allOnes_4() { return &___s_allOnes_4; } inline void set_s_allOnes_4(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 value) { ___s_allOnes_4 = value; } }; // System.Numerics.Vector`1 struct Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA { public: // System.Numerics.Register System.Numerics.Vector`1::register Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 ___register_0; public: inline static int32_t get_offset_of_register_0() { return static_cast(offsetof(Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA, ___register_0)); } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 get_register_0() const { return ___register_0; } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * get_address_of_register_0() { return &___register_0; } inline void set_register_0(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 value) { ___register_0 = value; } }; struct Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA_StaticFields { public: // System.Int32 System.Numerics.Vector`1::s_count int32_t ___s_count_1; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_zero Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA ___s_zero_2; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_one Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA ___s_one_3; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_allOnes Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA ___s_allOnes_4; public: inline static int32_t get_offset_of_s_count_1() { return static_cast(offsetof(Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA_StaticFields, ___s_count_1)); } inline int32_t get_s_count_1() const { return ___s_count_1; } inline int32_t* get_address_of_s_count_1() { return &___s_count_1; } inline void set_s_count_1(int32_t value) { ___s_count_1 = value; } inline static int32_t get_offset_of_s_zero_2() { return static_cast(offsetof(Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA_StaticFields, ___s_zero_2)); } inline Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA get_s_zero_2() const { return ___s_zero_2; } inline Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA * get_address_of_s_zero_2() { return &___s_zero_2; } inline void set_s_zero_2(Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA value) { ___s_zero_2 = value; } inline static int32_t get_offset_of_s_one_3() { return static_cast(offsetof(Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA_StaticFields, ___s_one_3)); } inline Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA get_s_one_3() const { return ___s_one_3; } inline Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA * get_address_of_s_one_3() { return &___s_one_3; } inline void set_s_one_3(Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA value) { ___s_one_3 = value; } inline static int32_t get_offset_of_s_allOnes_4() { return static_cast(offsetof(Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA_StaticFields, ___s_allOnes_4)); } inline Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA get_s_allOnes_4() const { return ___s_allOnes_4; } inline Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA * get_address_of_s_allOnes_4() { return &___s_allOnes_4; } inline void set_s_allOnes_4(Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA value) { ___s_allOnes_4 = value; } }; // System.Numerics.Vector`1 struct Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 { public: // System.Numerics.Register System.Numerics.Vector`1::register Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 ___register_0; public: inline static int32_t get_offset_of_register_0() { return static_cast(offsetof(Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175, ___register_0)); } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 get_register_0() const { return ___register_0; } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * get_address_of_register_0() { return &___register_0; } inline void set_register_0(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 value) { ___register_0 = value; } }; struct Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175_StaticFields { public: // System.Int32 System.Numerics.Vector`1::s_count int32_t ___s_count_1; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_zero Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 ___s_zero_2; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_one Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 ___s_one_3; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_allOnes Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 ___s_allOnes_4; public: inline static int32_t get_offset_of_s_count_1() { return static_cast(offsetof(Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175_StaticFields, ___s_count_1)); } inline int32_t get_s_count_1() const { return ___s_count_1; } inline int32_t* get_address_of_s_count_1() { return &___s_count_1; } inline void set_s_count_1(int32_t value) { ___s_count_1 = value; } inline static int32_t get_offset_of_s_zero_2() { return static_cast(offsetof(Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175_StaticFields, ___s_zero_2)); } inline Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 get_s_zero_2() const { return ___s_zero_2; } inline Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 * get_address_of_s_zero_2() { return &___s_zero_2; } inline void set_s_zero_2(Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 value) { ___s_zero_2 = value; } inline static int32_t get_offset_of_s_one_3() { return static_cast(offsetof(Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175_StaticFields, ___s_one_3)); } inline Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 get_s_one_3() const { return ___s_one_3; } inline Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 * get_address_of_s_one_3() { return &___s_one_3; } inline void set_s_one_3(Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 value) { ___s_one_3 = value; } inline static int32_t get_offset_of_s_allOnes_4() { return static_cast(offsetof(Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175_StaticFields, ___s_allOnes_4)); } inline Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 get_s_allOnes_4() const { return ___s_allOnes_4; } inline Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 * get_address_of_s_allOnes_4() { return &___s_allOnes_4; } inline void set_s_allOnes_4(Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 value) { ___s_allOnes_4 = value; } }; // System.Numerics.Vector`1 struct Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 { public: // System.Numerics.Register System.Numerics.Vector`1::register Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 ___register_0; public: inline static int32_t get_offset_of_register_0() { return static_cast(offsetof(Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7, ___register_0)); } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 get_register_0() const { return ___register_0; } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * get_address_of_register_0() { return &___register_0; } inline void set_register_0(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 value) { ___register_0 = value; } }; struct Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7_StaticFields { public: // System.Int32 System.Numerics.Vector`1::s_count int32_t ___s_count_1; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_zero Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 ___s_zero_2; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_one Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 ___s_one_3; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_allOnes Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 ___s_allOnes_4; public: inline static int32_t get_offset_of_s_count_1() { return static_cast(offsetof(Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7_StaticFields, ___s_count_1)); } inline int32_t get_s_count_1() const { return ___s_count_1; } inline int32_t* get_address_of_s_count_1() { return &___s_count_1; } inline void set_s_count_1(int32_t value) { ___s_count_1 = value; } inline static int32_t get_offset_of_s_zero_2() { return static_cast(offsetof(Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7_StaticFields, ___s_zero_2)); } inline Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 get_s_zero_2() const { return ___s_zero_2; } inline Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 * get_address_of_s_zero_2() { return &___s_zero_2; } inline void set_s_zero_2(Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 value) { ___s_zero_2 = value; } inline static int32_t get_offset_of_s_one_3() { return static_cast(offsetof(Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7_StaticFields, ___s_one_3)); } inline Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 get_s_one_3() const { return ___s_one_3; } inline Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 * get_address_of_s_one_3() { return &___s_one_3; } inline void set_s_one_3(Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 value) { ___s_one_3 = value; } inline static int32_t get_offset_of_s_allOnes_4() { return static_cast(offsetof(Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7_StaticFields, ___s_allOnes_4)); } inline Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 get_s_allOnes_4() const { return ___s_allOnes_4; } inline Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 * get_address_of_s_allOnes_4() { return &___s_allOnes_4; } inline void set_s_allOnes_4(Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 value) { ___s_allOnes_4 = value; } }; // System.Numerics.Vector`1 struct Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC { public: // System.Numerics.Register System.Numerics.Vector`1::register Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 ___register_0; public: inline static int32_t get_offset_of_register_0() { return static_cast(offsetof(Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC, ___register_0)); } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 get_register_0() const { return ___register_0; } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * get_address_of_register_0() { return &___register_0; } inline void set_register_0(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 value) { ___register_0 = value; } }; struct Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC_StaticFields { public: // System.Int32 System.Numerics.Vector`1::s_count int32_t ___s_count_1; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_zero Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC ___s_zero_2; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_one Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC ___s_one_3; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_allOnes Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC ___s_allOnes_4; public: inline static int32_t get_offset_of_s_count_1() { return static_cast(offsetof(Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC_StaticFields, ___s_count_1)); } inline int32_t get_s_count_1() const { return ___s_count_1; } inline int32_t* get_address_of_s_count_1() { return &___s_count_1; } inline void set_s_count_1(int32_t value) { ___s_count_1 = value; } inline static int32_t get_offset_of_s_zero_2() { return static_cast(offsetof(Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC_StaticFields, ___s_zero_2)); } inline Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC get_s_zero_2() const { return ___s_zero_2; } inline Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC * get_address_of_s_zero_2() { return &___s_zero_2; } inline void set_s_zero_2(Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC value) { ___s_zero_2 = value; } inline static int32_t get_offset_of_s_one_3() { return static_cast(offsetof(Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC_StaticFields, ___s_one_3)); } inline Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC get_s_one_3() const { return ___s_one_3; } inline Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC * get_address_of_s_one_3() { return &___s_one_3; } inline void set_s_one_3(Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC value) { ___s_one_3 = value; } inline static int32_t get_offset_of_s_allOnes_4() { return static_cast(offsetof(Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC_StaticFields, ___s_allOnes_4)); } inline Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC get_s_allOnes_4() const { return ___s_allOnes_4; } inline Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC * get_address_of_s_allOnes_4() { return &___s_allOnes_4; } inline void set_s_allOnes_4(Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC value) { ___s_allOnes_4 = value; } }; // System.Numerics.Vector`1 struct Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 { public: // System.Numerics.Register System.Numerics.Vector`1::register Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 ___register_0; public: inline static int32_t get_offset_of_register_0() { return static_cast(offsetof(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04, ___register_0)); } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 get_register_0() const { return ___register_0; } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * get_address_of_register_0() { return &___register_0; } inline void set_register_0(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 value) { ___register_0 = value; } }; struct Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_StaticFields { public: // System.Int32 System.Numerics.Vector`1::s_count int32_t ___s_count_1; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_zero Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___s_zero_2; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_one Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___s_one_3; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_allOnes Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ___s_allOnes_4; public: inline static int32_t get_offset_of_s_count_1() { return static_cast(offsetof(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_StaticFields, ___s_count_1)); } inline int32_t get_s_count_1() const { return ___s_count_1; } inline int32_t* get_address_of_s_count_1() { return &___s_count_1; } inline void set_s_count_1(int32_t value) { ___s_count_1 = value; } inline static int32_t get_offset_of_s_zero_2() { return static_cast(offsetof(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_StaticFields, ___s_zero_2)); } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 get_s_zero_2() const { return ___s_zero_2; } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 * get_address_of_s_zero_2() { return &___s_zero_2; } inline void set_s_zero_2(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 value) { ___s_zero_2 = value; } inline static int32_t get_offset_of_s_one_3() { return static_cast(offsetof(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_StaticFields, ___s_one_3)); } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 get_s_one_3() const { return ___s_one_3; } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 * get_address_of_s_one_3() { return &___s_one_3; } inline void set_s_one_3(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 value) { ___s_one_3 = value; } inline static int32_t get_offset_of_s_allOnes_4() { return static_cast(offsetof(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04_StaticFields, ___s_allOnes_4)); } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 get_s_allOnes_4() const { return ___s_allOnes_4; } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 * get_address_of_s_allOnes_4() { return &___s_allOnes_4; } inline void set_s_allOnes_4(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 value) { ___s_allOnes_4 = value; } }; // System.Numerics.Vector`1 struct Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 { public: // System.Numerics.Register System.Numerics.Vector`1::register Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 ___register_0; public: inline static int32_t get_offset_of_register_0() { return static_cast(offsetof(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6, ___register_0)); } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 get_register_0() const { return ___register_0; } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * get_address_of_register_0() { return &___register_0; } inline void set_register_0(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 value) { ___register_0 = value; } }; struct Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6_StaticFields { public: // System.Int32 System.Numerics.Vector`1::s_count int32_t ___s_count_1; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_zero Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 ___s_zero_2; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_one Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 ___s_one_3; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_allOnes Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 ___s_allOnes_4; public: inline static int32_t get_offset_of_s_count_1() { return static_cast(offsetof(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6_StaticFields, ___s_count_1)); } inline int32_t get_s_count_1() const { return ___s_count_1; } inline int32_t* get_address_of_s_count_1() { return &___s_count_1; } inline void set_s_count_1(int32_t value) { ___s_count_1 = value; } inline static int32_t get_offset_of_s_zero_2() { return static_cast(offsetof(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6_StaticFields, ___s_zero_2)); } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 get_s_zero_2() const { return ___s_zero_2; } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 * get_address_of_s_zero_2() { return &___s_zero_2; } inline void set_s_zero_2(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 value) { ___s_zero_2 = value; } inline static int32_t get_offset_of_s_one_3() { return static_cast(offsetof(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6_StaticFields, ___s_one_3)); } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 get_s_one_3() const { return ___s_one_3; } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 * get_address_of_s_one_3() { return &___s_one_3; } inline void set_s_one_3(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 value) { ___s_one_3 = value; } inline static int32_t get_offset_of_s_allOnes_4() { return static_cast(offsetof(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6_StaticFields, ___s_allOnes_4)); } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 get_s_allOnes_4() const { return ___s_allOnes_4; } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 * get_address_of_s_allOnes_4() { return &___s_allOnes_4; } inline void set_s_allOnes_4(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 value) { ___s_allOnes_4 = value; } }; // System.Numerics.Vector`1 struct Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 { public: // System.Numerics.Register System.Numerics.Vector`1::register Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 ___register_0; public: inline static int32_t get_offset_of_register_0() { return static_cast(offsetof(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319, ___register_0)); } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 get_register_0() const { return ___register_0; } inline Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * get_address_of_register_0() { return &___register_0; } inline void set_register_0(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 value) { ___register_0 = value; } }; struct Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_StaticFields { public: // System.Int32 System.Numerics.Vector`1::s_count int32_t ___s_count_1; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_zero Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 ___s_zero_2; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_one Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 ___s_one_3; // System.Numerics.Vector`1 System.Numerics.Vector`1::s_allOnes Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 ___s_allOnes_4; public: inline static int32_t get_offset_of_s_count_1() { return static_cast(offsetof(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_StaticFields, ___s_count_1)); } inline int32_t get_s_count_1() const { return ___s_count_1; } inline int32_t* get_address_of_s_count_1() { return &___s_count_1; } inline void set_s_count_1(int32_t value) { ___s_count_1 = value; } inline static int32_t get_offset_of_s_zero_2() { return static_cast(offsetof(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_StaticFields, ___s_zero_2)); } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 get_s_zero_2() const { return ___s_zero_2; } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 * get_address_of_s_zero_2() { return &___s_zero_2; } inline void set_s_zero_2(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 value) { ___s_zero_2 = value; } inline static int32_t get_offset_of_s_one_3() { return static_cast(offsetof(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_StaticFields, ___s_one_3)); } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 get_s_one_3() const { return ___s_one_3; } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 * get_address_of_s_one_3() { return &___s_one_3; } inline void set_s_one_3(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 value) { ___s_one_3 = value; } inline static int32_t get_offset_of_s_allOnes_4() { return static_cast(offsetof(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319_StaticFields, ___s_allOnes_4)); } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 get_s_allOnes_4() const { return ___s_allOnes_4; } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 * get_address_of_s_allOnes_4() { return &___s_allOnes_4; } inline void set_s_allOnes_4(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 value) { ___s_allOnes_4 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // MathNet.Numerics.LinearAlgebra.ExistingData struct ExistingData_t24BF6A2DD09189B76B7AC8AF4D232E4451299C0B { public: // System.Int32 MathNet.Numerics.LinearAlgebra.ExistingData::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExistingData_t24BF6A2DD09189B76B7AC8AF4D232E4451299C0B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseVectorStorage`1 struct DenseVectorStorage_1_tFEFBCD463D1D0F92D92410D51FAAB6EFBDA4532E : public VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C { public: // T[] MathNet.Numerics.LinearAlgebra.Storage.DenseVectorStorage`1::Data ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* ___Data_2; public: inline static int32_t get_offset_of_Data_2() { return static_cast(offsetof(DenseVectorStorage_1_tFEFBCD463D1D0F92D92410D51FAAB6EFBDA4532E, ___Data_2)); } inline ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* get_Data_2() const { return ___Data_2; } inline ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5** get_address_of_Data_2() { return &___Data_2; } inline void set_Data_2(ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* value) { ___Data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.DenseVectorStorage`1 struct DenseVectorStorage_1_t89C60D717FC710E192C2A92D3AA98DE14B709563 : public VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C { public: // T[] MathNet.Numerics.LinearAlgebra.Storage.DenseVectorStorage`1::Data Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* ___Data_2; public: inline static int32_t get_offset_of_Data_2() { return static_cast(offsetof(DenseVectorStorage_1_t89C60D717FC710E192C2A92D3AA98DE14B709563, ___Data_2)); } inline Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* get_Data_2() const { return ___Data_2; } inline Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9** get_address_of_Data_2() { return &___Data_2; } inline void set_Data_2(Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* value) { ___Data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Data_2), (void*)value); } }; // MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1 struct SparseVectorStorage_1_t3E4E4D209BE13DA83B2834BA61F883B1A5CE9828 : public VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C { public: // System.Int32[] MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1::Indices Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___Indices_2; // T[] MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1::Values ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* ___Values_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1::ValueCount int32_t ___ValueCount_4; public: inline static int32_t get_offset_of_Indices_2() { return static_cast(offsetof(SparseVectorStorage_1_t3E4E4D209BE13DA83B2834BA61F883B1A5CE9828, ___Indices_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_Indices_2() const { return ___Indices_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_Indices_2() { return &___Indices_2; } inline void set_Indices_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___Indices_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Indices_2), (void*)value); } inline static int32_t get_offset_of_Values_3() { return static_cast(offsetof(SparseVectorStorage_1_t3E4E4D209BE13DA83B2834BA61F883B1A5CE9828, ___Values_3)); } inline ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* get_Values_3() const { return ___Values_3; } inline ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5** get_address_of_Values_3() { return &___Values_3; } inline void set_Values_3(ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* value) { ___Values_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Values_3), (void*)value); } inline static int32_t get_offset_of_ValueCount_4() { return static_cast(offsetof(SparseVectorStorage_1_t3E4E4D209BE13DA83B2834BA61F883B1A5CE9828, ___ValueCount_4)); } inline int32_t get_ValueCount_4() const { return ___ValueCount_4; } inline int32_t* get_address_of_ValueCount_4() { return &___ValueCount_4; } inline void set_ValueCount_4(int32_t value) { ___ValueCount_4 = value; } }; // MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1 struct SparseVectorStorage_1_tB54F41AAF7DDE4A560FE3F872385341D1E238942 : public VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C { public: // System.Int32[] MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1::Indices Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___Indices_2; // T[] MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1::Values Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* ___Values_3; // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1::ValueCount int32_t ___ValueCount_4; public: inline static int32_t get_offset_of_Indices_2() { return static_cast(offsetof(SparseVectorStorage_1_tB54F41AAF7DDE4A560FE3F872385341D1E238942, ___Indices_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_Indices_2() const { return ___Indices_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_Indices_2() { return &___Indices_2; } inline void set_Indices_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___Indices_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Indices_2), (void*)value); } inline static int32_t get_offset_of_Values_3() { return static_cast(offsetof(SparseVectorStorage_1_tB54F41AAF7DDE4A560FE3F872385341D1E238942, ___Values_3)); } inline Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* get_Values_3() const { return ___Values_3; } inline Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9** get_address_of_Values_3() { return &___Values_3; } inline void set_Values_3(Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* value) { ___Values_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Values_3), (void*)value); } inline static int32_t get_offset_of_ValueCount_4() { return static_cast(offsetof(SparseVectorStorage_1_tB54F41AAF7DDE4A560FE3F872385341D1E238942, ___ValueCount_4)); } inline int32_t get_ValueCount_4() const { return ___ValueCount_4; } inline int32_t* get_address_of_ValueCount_4() { return &___ValueCount_4; } inline void set_ValueCount_4(int32_t value) { ___ValueCount_4 = value; } }; // System.Numerics.Vector`1/VectorSizeHelper struct VectorSizeHelper_t3C432D5E7C7A91C0C2122973EA902247A5F7CDB7 { public: // System.Numerics.Vector`1 System.Numerics.Vector`1/VectorSizeHelper::_placeholder Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ____placeholder_0; // System.Byte System.Numerics.Vector`1/VectorSizeHelper::_byte uint8_t ____byte_1; public: inline static int32_t get_offset_of__placeholder_0() { return static_cast(offsetof(VectorSizeHelper_t3C432D5E7C7A91C0C2122973EA902247A5F7CDB7, ____placeholder_0)); } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 get__placeholder_0() const { return ____placeholder_0; } inline Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * get_address_of__placeholder_0() { return &____placeholder_0; } inline void set__placeholder_0(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 value) { ____placeholder_0 = value; } inline static int32_t get_offset_of__byte_1() { return static_cast(offsetof(VectorSizeHelper_t3C432D5E7C7A91C0C2122973EA902247A5F7CDB7, ____byte_1)); } inline uint8_t get__byte_1() const { return ____byte_1; } inline uint8_t* get_address_of__byte_1() { return &____byte_1; } inline void set__byte_1(uint8_t value) { ____byte_1 = value; } }; // System.Numerics.Vector`1/VectorSizeHelper struct VectorSizeHelper_t6E71A7A73EA13F3B883E5A69B91A41F18148C1F1 { public: // System.Numerics.Vector`1 System.Numerics.Vector`1/VectorSizeHelper::_placeholder Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA ____placeholder_0; // System.Byte System.Numerics.Vector`1/VectorSizeHelper::_byte uint8_t ____byte_1; public: inline static int32_t get_offset_of__placeholder_0() { return static_cast(offsetof(VectorSizeHelper_t6E71A7A73EA13F3B883E5A69B91A41F18148C1F1, ____placeholder_0)); } inline Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA get__placeholder_0() const { return ____placeholder_0; } inline Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA * get_address_of__placeholder_0() { return &____placeholder_0; } inline void set__placeholder_0(Vector_1_t6FDF96CA8DC870F43524B04137D58F4B50B847DA value) { ____placeholder_0 = value; } inline static int32_t get_offset_of__byte_1() { return static_cast(offsetof(VectorSizeHelper_t6E71A7A73EA13F3B883E5A69B91A41F18148C1F1, ____byte_1)); } inline uint8_t get__byte_1() const { return ____byte_1; } inline uint8_t* get_address_of__byte_1() { return &____byte_1; } inline void set__byte_1(uint8_t value) { ____byte_1 = value; } }; // System.Numerics.Vector`1/VectorSizeHelper struct VectorSizeHelper_t153B50231EF262F804881280F387601D72630716 { public: // System.Numerics.Vector`1 System.Numerics.Vector`1/VectorSizeHelper::_placeholder Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 ____placeholder_0; // System.Byte System.Numerics.Vector`1/VectorSizeHelper::_byte uint8_t ____byte_1; public: inline static int32_t get_offset_of__placeholder_0() { return static_cast(offsetof(VectorSizeHelper_t153B50231EF262F804881280F387601D72630716, ____placeholder_0)); } inline Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 get__placeholder_0() const { return ____placeholder_0; } inline Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 * get_address_of__placeholder_0() { return &____placeholder_0; } inline void set__placeholder_0(Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 value) { ____placeholder_0 = value; } inline static int32_t get_offset_of__byte_1() { return static_cast(offsetof(VectorSizeHelper_t153B50231EF262F804881280F387601D72630716, ____byte_1)); } inline uint8_t get__byte_1() const { return ____byte_1; } inline uint8_t* get_address_of__byte_1() { return &____byte_1; } inline void set__byte_1(uint8_t value) { ____byte_1 = value; } }; // System.Numerics.Vector`1/VectorSizeHelper struct VectorSizeHelper_t816FFFFB433BA6931BFDDD0A5764C90D2D6E8512 { public: // System.Numerics.Vector`1 System.Numerics.Vector`1/VectorSizeHelper::_placeholder Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 ____placeholder_0; // System.Byte System.Numerics.Vector`1/VectorSizeHelper::_byte uint8_t ____byte_1; public: inline static int32_t get_offset_of__placeholder_0() { return static_cast(offsetof(VectorSizeHelper_t816FFFFB433BA6931BFDDD0A5764C90D2D6E8512, ____placeholder_0)); } inline Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 get__placeholder_0() const { return ____placeholder_0; } inline Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 * get_address_of__placeholder_0() { return &____placeholder_0; } inline void set__placeholder_0(Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7 value) { ____placeholder_0 = value; } inline static int32_t get_offset_of__byte_1() { return static_cast(offsetof(VectorSizeHelper_t816FFFFB433BA6931BFDDD0A5764C90D2D6E8512, ____byte_1)); } inline uint8_t get__byte_1() const { return ____byte_1; } inline uint8_t* get_address_of__byte_1() { return &____byte_1; } inline void set__byte_1(uint8_t value) { ____byte_1 = value; } }; // System.Numerics.Vector`1/VectorSizeHelper struct VectorSizeHelper_t2ABBDC811639A44856360FF2332F3090DC7E471E { public: // System.Numerics.Vector`1 System.Numerics.Vector`1/VectorSizeHelper::_placeholder Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC ____placeholder_0; // System.Byte System.Numerics.Vector`1/VectorSizeHelper::_byte uint8_t ____byte_1; public: inline static int32_t get_offset_of__placeholder_0() { return static_cast(offsetof(VectorSizeHelper_t2ABBDC811639A44856360FF2332F3090DC7E471E, ____placeholder_0)); } inline Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC get__placeholder_0() const { return ____placeholder_0; } inline Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC * get_address_of__placeholder_0() { return &____placeholder_0; } inline void set__placeholder_0(Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC value) { ____placeholder_0 = value; } inline static int32_t get_offset_of__byte_1() { return static_cast(offsetof(VectorSizeHelper_t2ABBDC811639A44856360FF2332F3090DC7E471E, ____byte_1)); } inline uint8_t get__byte_1() const { return ____byte_1; } inline uint8_t* get_address_of__byte_1() { return &____byte_1; } inline void set__byte_1(uint8_t value) { ____byte_1 = value; } }; // System.Numerics.Vector`1/VectorSizeHelper struct VectorSizeHelper_tB05B266085D0FC4A71D929E65120C97F4B5F60E8 { public: // System.Numerics.Vector`1 System.Numerics.Vector`1/VectorSizeHelper::_placeholder Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 ____placeholder_0; // System.Byte System.Numerics.Vector`1/VectorSizeHelper::_byte uint8_t ____byte_1; public: inline static int32_t get_offset_of__placeholder_0() { return static_cast(offsetof(VectorSizeHelper_tB05B266085D0FC4A71D929E65120C97F4B5F60E8, ____placeholder_0)); } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 get__placeholder_0() const { return ____placeholder_0; } inline Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 * get_address_of__placeholder_0() { return &____placeholder_0; } inline void set__placeholder_0(Vector_1_tCC76A2DB0456FB9835A4613574A6EDBC71192C04 value) { ____placeholder_0 = value; } inline static int32_t get_offset_of__byte_1() { return static_cast(offsetof(VectorSizeHelper_tB05B266085D0FC4A71D929E65120C97F4B5F60E8, ____byte_1)); } inline uint8_t get__byte_1() const { return ____byte_1; } inline uint8_t* get_address_of__byte_1() { return &____byte_1; } inline void set__byte_1(uint8_t value) { ____byte_1 = value; } }; // System.Numerics.Vector`1/VectorSizeHelper struct VectorSizeHelper_t43E6A7144CDFC2F1DD4A2F068C78DA13285D0741 { public: // System.Numerics.Vector`1 System.Numerics.Vector`1/VectorSizeHelper::_placeholder Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 ____placeholder_0; // System.Byte System.Numerics.Vector`1/VectorSizeHelper::_byte uint8_t ____byte_1; public: inline static int32_t get_offset_of__placeholder_0() { return static_cast(offsetof(VectorSizeHelper_t43E6A7144CDFC2F1DD4A2F068C78DA13285D0741, ____placeholder_0)); } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 get__placeholder_0() const { return ____placeholder_0; } inline Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 * get_address_of__placeholder_0() { return &____placeholder_0; } inline void set__placeholder_0(Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 value) { ____placeholder_0 = value; } inline static int32_t get_offset_of__byte_1() { return static_cast(offsetof(VectorSizeHelper_t43E6A7144CDFC2F1DD4A2F068C78DA13285D0741, ____byte_1)); } inline uint8_t get__byte_1() const { return ____byte_1; } inline uint8_t* get_address_of__byte_1() { return &____byte_1; } inline void set__byte_1(uint8_t value) { ____byte_1 = value; } }; // System.Numerics.Vector`1/VectorSizeHelper struct VectorSizeHelper_t6C30F865B74CA4993D24207415BCBDA820B0EAF1 { public: // System.Numerics.Vector`1 System.Numerics.Vector`1/VectorSizeHelper::_placeholder Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 ____placeholder_0; // System.Byte System.Numerics.Vector`1/VectorSizeHelper::_byte uint8_t ____byte_1; public: inline static int32_t get_offset_of__placeholder_0() { return static_cast(offsetof(VectorSizeHelper_t6C30F865B74CA4993D24207415BCBDA820B0EAF1, ____placeholder_0)); } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 get__placeholder_0() const { return ____placeholder_0; } inline Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 * get_address_of__placeholder_0() { return &____placeholder_0; } inline void set__placeholder_0(Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 value) { ____placeholder_0 = value; } inline static int32_t get_offset_of__byte_1() { return static_cast(offsetof(VectorSizeHelper_t6C30F865B74CA4993D24207415BCBDA820B0EAF1, ____byte_1)); } inline uint8_t get__byte_1() const { return ____byte_1; } inline uint8_t* get_address_of__byte_1() { return &____byte_1; } inline void set__byte_1(uint8_t value) { ____byte_1 = value; } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSizes_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSizes_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nativeDigits_19)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value); } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Func`2 struct Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Numerics.Complex[] struct ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5 : public RuntimeArray { public: ALIGN_FIELD (8) Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C m_Items[1]; public: inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C value) { m_Items[index] = value; } }; // MathNet.Numerics.Complex32[] struct Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9 : public RuntimeArray { public: ALIGN_FIELD (8) Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 m_Items[1]; public: inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[,] struct StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAt(il2cpp_array_size_t i, il2cpp_array_size_t j) const { il2cpp_array_size_t iBound = bounds[0].length; IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound); il2cpp_array_size_t jBound = bounds[1].length; IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound); il2cpp_array_size_t index = i * jBound + j; return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t i, il2cpp_array_size_t j) { il2cpp_array_size_t iBound = bounds[0].length; IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound); il2cpp_array_size_t jBound = bounds[1].length; IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound); il2cpp_array_size_t index = i * jBound + j; return m_Items + index; } inline void SetAt(il2cpp_array_size_t i, il2cpp_array_size_t j, String_t* value) { il2cpp_array_size_t iBound = bounds[0].length; IL2CPP_ARRAY_BOUNDS_CHECK(i, iBound); il2cpp_array_size_t jBound = bounds[1].length; IL2CPP_ARRAY_BOUNDS_CHECK(j, jBound); il2cpp_array_size_t index = i * jBound + j; m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j) const { il2cpp_array_size_t jBound = bounds[1].length; il2cpp_array_size_t index = i * jBound + j; return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j) { il2cpp_array_size_t jBound = bounds[1].length; il2cpp_array_size_t index = i * jBound + j; return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t i, il2cpp_array_size_t j, String_t* value) { il2cpp_array_size_t jBound = bounds[1].length; il2cpp_array_size_t index = i * jBound + j; m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Void System.ValueTuple`5::.ctor(T1,T2,T3,T4,T5) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_5__ctor_m6CDD7BFB17BBEB0B23EAD537B8115E77F9D0B04B_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___item10, bool ___item21, bool ___item32, RuntimeObject * ___item43, RuntimeObject * ___item54, const RuntimeMethod* method); // System.Boolean System.ValueTuple`5::Equals(System.ValueTuple`5) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueTuple_5_Equals_mBDFA82A63D6DF499212438D403A154BEB5FE9CD1_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 ___other0, const RuntimeMethod* method); // System.Boolean System.ValueTuple`5::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueTuple_5_Equals_mA08659806DD13AD3FA7C9DDC8A66C02D2321FFF9_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.ValueTuple`5::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueTuple_5_System_Collections_IStructuralEquatable_Equals_m1A3A26B4CF82ED5E7A874E4EB99457B06D66FA67_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::CompareTo(System.ValueTuple`5) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_CompareTo_m4BBFC9DF002071188F2FBF92748ADC1EBD119C8A_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 ___other0, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::System.IComparable.CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_System_IComparable_CompareTo_m3DDEAE36E5F1BF402AB114C9CC1BEE62765A08DC_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m2A9F8525355B0CD2188600AA0ADC0B5D934B262B_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_GetHashCode_m7F896001629983AA3957D23BF9932159BB3CCEE8_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::GetHashCodeCore(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_GetHashCodeCore_mE57D84B89E616397C12DB9AB7415F548CAA78E88_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_System_Collections_IStructuralEquatable_GetHashCode_mBE6B31CD5D53498B09C533CE2BFEA49A2647F8FF_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.String System.ValueTuple`5::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueTuple_5_ToString_m88C3350E201D73A35449280D569EC3B0ED33AB22_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, const RuntimeMethod* method); // System.Void System.ValueTuple`5::.ctor(T1,T2,T3,T4,T5) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_5__ctor_m4431D2FDC4DEF4A15F172C778896BCC5BAAC0E54_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___item10, RuntimeObject * ___item21, RuntimeObject * ___item32, RuntimeObject * ___item43, RuntimeObject * ___item54, const RuntimeMethod* method); // System.Boolean System.ValueTuple`5::Equals(System.ValueTuple`5) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueTuple_5_Equals_m13A5FAACB29A56F9383E78DEA8C6304CDA4D8D82_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 ___other0, const RuntimeMethod* method); // System.Boolean System.ValueTuple`5::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueTuple_5_Equals_m4FF7BA643BF8F4539D005E09DB2559169B2B2B8E_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.ValueTuple`5::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueTuple_5_System_Collections_IStructuralEquatable_Equals_m8252DF08488DF1C954CB5E0D1722416D1AB7D092_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::CompareTo(System.ValueTuple`5) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_CompareTo_m0CD68303BE9EAAF5173B5E4F545B2259B1E5B99C_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 ___other0, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::System.IComparable.CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_System_IComparable_CompareTo_mA065730B1B41F97D5A7FC4189CECDCEA92F8F128_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m8CE02AFBB4FA64D94BFB84B39357EB029E79CC7A_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_GetHashCode_mFA800E405CB428A7CCDB93AE90918F9F0775F1F9_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::GetHashCodeCore(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_GetHashCodeCore_m0E0CAAD55A4378935E18F55A38A5D319EE1782DE_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_System_Collections_IStructuralEquatable_GetHashCode_m76AFC6B5F73E5B75D026B2DADBEDCB4261EDB349_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.String System.ValueTuple`5::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueTuple_5_ToString_m10AAF418DCBA5D34DDE2388130260FA037484E5D_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Tuple`2::get_Item1() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Tuple_2_get_Item1_m7BB5625DF19F4D43F6D874AA2E0ACAAD8BA46298_gshared_inline (Tuple_2_tE195A2ACBC3081F18BE32C32286161122EF29407 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // !1 System.Tuple`2::get_Item2() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Tuple_2_get_Item2_m6760FE3B6FD9EEEBFE6502DBFB726E311DD66D3C_gshared_inline (Tuple_2_tE195A2ACBC3081F18BE32C32286161122EF29407 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_gshared (Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 System.Linq.Enumerable::Max(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Enumerable_Max_TisRuntimeObject_mA4F063BD2171CB852C0AFB64225EDE631E058300_gshared (RuntimeObject* ___source0, Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ___selector1, const RuntimeMethod* method); // System.Void System.Tuple`2::.ctor(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tuple_2__ctor_mEB0F8C03F584D52CC8893F8713691E297AAA6FBA_gshared (Tuple_2_tE195A2ACBC3081F18BE32C32286161122EF29407 * __this, int32_t ___item10, RuntimeObject * ___item21, const RuntimeMethod* method); // System.Void System.Numerics.Vector`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_mD8054FA187C2F3E125B5365A8D17AA28DBBF4BB1_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Void System.Numerics.Vector`1::.ctor(System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m90945DD84B18B3A556EA6F8B5B12877982093005_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, void* ___dataPointer0, int32_t ___offset1, const RuntimeMethod* method); // System.Void System.Numerics.Vector`1::.ctor(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, void* ___dataPointer0, const RuntimeMethod* method); // System.Void System.Numerics.Vector`1::.ctor(System.Numerics.Register&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * ___existingRegister0, const RuntimeMethod* method); // T System.Numerics.Vector`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Numerics.Vector`1::Equals(System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___other0, const RuntimeMethod* method); // System.Boolean System.Numerics.Vector`1::Equals(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector_1_Equals_m5DBF8E55F258BCE86EC59689FF53A03863C948B8_gshared_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Numerics.Vector`1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_GetHashCode_m46E7826FFC368060A55DD4D80082E98CDABDECAB_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, const RuntimeMethod* method); // System.String System.Numerics.Vector`1::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToString_m163A367B846AFD4DFF11266C5269061DEF7CA4ED_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.String System.Numerics.Vector`1::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToString_mB5F5EC09FDADFE0095465A4E00A79A39E8236382_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, const RuntimeMethod* method); // System.Int32 System.Numerics.Vector`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector_1_get_Count_mB9B9FBA8081FEAC89627204CC5B39AF6EA919795_gshared_inline (const RuntimeMethod* method); // System.Void System.Numerics.Vector`1::.ctor(System.Numerics.Register&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m5368272803BB8756FB2A0DCD54CAB7210352224F_gshared (Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 * __this, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * ___existingRegister0, const RuntimeMethod* method); // System.Void System.Numerics.Vector`1::.ctor(System.Numerics.Register&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_mCF5ABFE5B2248BFE9962B2C6B86F02A7A248921A_gshared (Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 * __this, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * ___existingRegister0, const RuntimeMethod* method); // System.Void System.Numerics.Vector`1::.ctor(System.Numerics.Register&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m3F22443ECC58EC2207EFCC786F179E96514739DB_gshared (Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 * __this, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * ___existingRegister0, const RuntimeMethod* method); // System.Void System.Numerics.Vector`1::.ctor(System.Numerics.Register&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m5846AA1B80481D58F0A618A634A4454CDDE905F9_gshared (Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC * __this, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * ___existingRegister0, const RuntimeMethod* method); // System.Void System.ValueTuple`5::.ctor(T1,T2,T3,T4,T5) inline void ValueTuple_5__ctor_m6CDD7BFB17BBEB0B23EAD537B8115E77F9D0B04B (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___item10, bool ___item21, bool ___item32, RuntimeObject * ___item43, RuntimeObject * ___item54, const RuntimeMethod* method) { (( void (*) (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *, RuntimeObject *, bool, bool, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))ValueTuple_5__ctor_m6CDD7BFB17BBEB0B23EAD537B8115E77F9D0B04B_gshared)(__this, ___item10, ___item21, ___item32, ___item43, ___item54, method); } // System.Boolean System.ValueTuple`5::Equals(System.ValueTuple`5) inline bool ValueTuple_5_Equals_mBDFA82A63D6DF499212438D403A154BEB5FE9CD1 (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 ___other0, const RuntimeMethod* method) { return (( bool (*) (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *, ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 , const RuntimeMethod*))ValueTuple_5_Equals_mBDFA82A63D6DF499212438D403A154BEB5FE9CD1_gshared)(__this, ___other0, method); } // System.Boolean System.ValueTuple`5::Equals(System.Object) inline bool ValueTuple_5_Equals_mA08659806DD13AD3FA7C9DDC8A66C02D2321FFF9 (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *, RuntimeObject *, const RuntimeMethod*))ValueTuple_5_Equals_mA08659806DD13AD3FA7C9DDC8A66C02D2321FFF9_gshared)(__this, ___obj0, method); } // System.Boolean System.ValueTuple`5::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) inline bool ValueTuple_5_System_Collections_IStructuralEquatable_Equals_m1A3A26B4CF82ED5E7A874E4EB99457B06D66FA67 (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { return (( bool (*) (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))ValueTuple_5_System_Collections_IStructuralEquatable_Equals_m1A3A26B4CF82ED5E7A874E4EB99457B06D66FA67_gshared)(__this, ___other0, ___comparer1, method); } // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.String SR::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m942E78AC3ABE13F58075ED90094D6074CA5A7DC8 (String_t* ___resourceFormat0, RuntimeObject * ___p11, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::CompareTo(System.ValueTuple`5) inline int32_t ValueTuple_5_CompareTo_m4BBFC9DF002071188F2FBF92748ADC1EBD119C8A (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 ___other0, const RuntimeMethod* method) { return (( int32_t (*) (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *, ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 , const RuntimeMethod*))ValueTuple_5_CompareTo_m4BBFC9DF002071188F2FBF92748ADC1EBD119C8A_gshared)(__this, ___other0, method); } // System.Int32 System.ValueTuple`5::System.IComparable.CompareTo(System.Object) inline int32_t ValueTuple_5_System_IComparable_CompareTo_m3DDEAE36E5F1BF402AB114C9CC1BEE62765A08DC (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { return (( int32_t (*) (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *, RuntimeObject *, const RuntimeMethod*))ValueTuple_5_System_IComparable_CompareTo_m3DDEAE36E5F1BF402AB114C9CC1BEE62765A08DC_gshared)(__this, ___other0, method); } // System.Int32 System.ValueTuple`5::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) inline int32_t ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m2A9F8525355B0CD2188600AA0ADC0B5D934B262B (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { return (( int32_t (*) (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m2A9F8525355B0CD2188600AA0ADC0B5D934B262B_gshared)(__this, ___other0, ___comparer1, method); } // System.Int32 System.Boolean::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411 (bool* __this, const RuntimeMethod* method); // System.Int32 System.ValueTuple::CombineHashCodes(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_CombineHashCodes_m3F9A61D754020CB9186BA94BFD3A084725C34705 (int32_t ___h10, int32_t ___h21, int32_t ___h32, int32_t ___h43, int32_t ___h54, const RuntimeMethod* method); // System.Int32 System.ValueTuple`5::GetHashCode() inline int32_t ValueTuple_5_GetHashCode_m7F896001629983AA3957D23BF9932159BB3CCEE8 (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *, const RuntimeMethod*))ValueTuple_5_GetHashCode_m7F896001629983AA3957D23BF9932159BB3CCEE8_gshared)(__this, method); } // System.Int32 System.ValueTuple`5::GetHashCodeCore(System.Collections.IEqualityComparer) inline int32_t ValueTuple_5_GetHashCodeCore_mE57D84B89E616397C12DB9AB7415F548CAA78E88 (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { return (( int32_t (*) (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *, RuntimeObject*, const RuntimeMethod*))ValueTuple_5_GetHashCodeCore_mE57D84B89E616397C12DB9AB7415F548CAA78E88_gshared)(__this, ___comparer0, method); } // System.Int32 System.ValueTuple`5::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) inline int32_t ValueTuple_5_System_Collections_IStructuralEquatable_GetHashCode_mBE6B31CD5D53498B09C533CE2BFEA49A2647F8FF (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { return (( int32_t (*) (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *, RuntimeObject*, const RuntimeMethod*))ValueTuple_5_System_Collections_IStructuralEquatable_GetHashCode_mBE6B31CD5D53498B09C533CE2BFEA49A2647F8FF_gshared)(__this, ___comparer0, method); } // System.String System.Boolean::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C (bool* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.String System.ValueTuple`5::ToString() inline String_t* ValueTuple_5_ToString_m88C3350E201D73A35449280D569EC3B0ED33AB22 (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *, const RuntimeMethod*))ValueTuple_5_ToString_m88C3350E201D73A35449280D569EC3B0ED33AB22_gshared)(__this, method); } // System.Void System.ValueTuple`5::.ctor(T1,T2,T3,T4,T5) inline void ValueTuple_5__ctor_m4431D2FDC4DEF4A15F172C778896BCC5BAAC0E54 (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___item10, RuntimeObject * ___item21, RuntimeObject * ___item32, RuntimeObject * ___item43, RuntimeObject * ___item54, const RuntimeMethod* method) { (( void (*) (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))ValueTuple_5__ctor_m4431D2FDC4DEF4A15F172C778896BCC5BAAC0E54_gshared)(__this, ___item10, ___item21, ___item32, ___item43, ___item54, method); } // System.Boolean System.ValueTuple`5::Equals(System.ValueTuple`5) inline bool ValueTuple_5_Equals_m13A5FAACB29A56F9383E78DEA8C6304CDA4D8D82 (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 ___other0, const RuntimeMethod* method) { return (( bool (*) (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *, ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 , const RuntimeMethod*))ValueTuple_5_Equals_m13A5FAACB29A56F9383E78DEA8C6304CDA4D8D82_gshared)(__this, ___other0, method); } // System.Boolean System.ValueTuple`5::Equals(System.Object) inline bool ValueTuple_5_Equals_m4FF7BA643BF8F4539D005E09DB2559169B2B2B8E (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *, RuntimeObject *, const RuntimeMethod*))ValueTuple_5_Equals_m4FF7BA643BF8F4539D005E09DB2559169B2B2B8E_gshared)(__this, ___obj0, method); } // System.Boolean System.ValueTuple`5::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) inline bool ValueTuple_5_System_Collections_IStructuralEquatable_Equals_m8252DF08488DF1C954CB5E0D1722416D1AB7D092 (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { return (( bool (*) (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))ValueTuple_5_System_Collections_IStructuralEquatable_Equals_m8252DF08488DF1C954CB5E0D1722416D1AB7D092_gshared)(__this, ___other0, ___comparer1, method); } // System.Int32 System.ValueTuple`5::CompareTo(System.ValueTuple`5) inline int32_t ValueTuple_5_CompareTo_m0CD68303BE9EAAF5173B5E4F545B2259B1E5B99C (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 ___other0, const RuntimeMethod* method) { return (( int32_t (*) (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *, ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 , const RuntimeMethod*))ValueTuple_5_CompareTo_m0CD68303BE9EAAF5173B5E4F545B2259B1E5B99C_gshared)(__this, ___other0, method); } // System.Int32 System.ValueTuple`5::System.IComparable.CompareTo(System.Object) inline int32_t ValueTuple_5_System_IComparable_CompareTo_mA065730B1B41F97D5A7FC4189CECDCEA92F8F128 (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { return (( int32_t (*) (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *, RuntimeObject *, const RuntimeMethod*))ValueTuple_5_System_IComparable_CompareTo_mA065730B1B41F97D5A7FC4189CECDCEA92F8F128_gshared)(__this, ___other0, method); } // System.Int32 System.ValueTuple`5::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) inline int32_t ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m8CE02AFBB4FA64D94BFB84B39357EB029E79CC7A (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { return (( int32_t (*) (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m8CE02AFBB4FA64D94BFB84B39357EB029E79CC7A_gshared)(__this, ___other0, ___comparer1, method); } // System.Int32 System.ValueTuple`5::GetHashCode() inline int32_t ValueTuple_5_GetHashCode_mFA800E405CB428A7CCDB93AE90918F9F0775F1F9 (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *, const RuntimeMethod*))ValueTuple_5_GetHashCode_mFA800E405CB428A7CCDB93AE90918F9F0775F1F9_gshared)(__this, method); } // System.Int32 System.ValueTuple`5::GetHashCodeCore(System.Collections.IEqualityComparer) inline int32_t ValueTuple_5_GetHashCodeCore_m0E0CAAD55A4378935E18F55A38A5D319EE1782DE (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { return (( int32_t (*) (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *, RuntimeObject*, const RuntimeMethod*))ValueTuple_5_GetHashCodeCore_m0E0CAAD55A4378935E18F55A38A5D319EE1782DE_gshared)(__this, ___comparer0, method); } // System.Int32 System.ValueTuple`5::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) inline int32_t ValueTuple_5_System_Collections_IStructuralEquatable_GetHashCode_m76AFC6B5F73E5B75D026B2DADBEDCB4261EDB349 (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { return (( int32_t (*) (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *, RuntimeObject*, const RuntimeMethod*))ValueTuple_5_System_Collections_IStructuralEquatable_GetHashCode_m76AFC6B5F73E5B75D026B2DADBEDCB4261EDB349_gshared)(__this, ___comparer0, method); } // System.String System.ValueTuple`5::ToString() inline String_t* ValueTuple_5_ToString_m10AAF418DCBA5D34DDE2388130260FA037484E5D (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, const RuntimeMethod* method) { return (( String_t* (*) (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *, const RuntimeMethod*))ValueTuple_5_ToString_m10AAF418DCBA5D34DDE2388130260FA037484E5D_gshared)(__this, method); } // System.String System.Double::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m87E4A4DC004A167CF0AE1F2D271BC20A708CE57D (double* __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Boolean System.Numerics.Complex::Equals(System.Numerics.Complex) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Complex_Equals_m4303E6572230C3368EEFFE54A5F3B3E067318F2D (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * __this, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___value0, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Int32 System.Numerics.Complex::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Complex_GetHashCode_mBAC61B12E34E786C0E95BB8CB48D7819976D9A35 (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Boolean MathNet.Numerics.Complex32::Equals(MathNet.Numerics.Complex32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Complex32_Equals_mB13373D932750036ADD5489AA66A49187AF6817D (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * __this, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___other0, const RuntimeMethod* method); // System.Int32 MathNet.Numerics.Complex32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Complex32_GetHashCode_m05D0B1698B014D3EA811AF14CA3D30B35F6567F7 (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 * __this, const RuntimeMethod* method); // System.Boolean System.Double::Equals(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_Equals_m8C171E8C7F556087E707D1396DB29D1D8B21A46B (double* __this, double ___obj0, const RuntimeMethod* method); // System.Int32 System.Double::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m33CB20AA5674C6F4367B7B08340B33FB979F9F39 (double* __this, const RuntimeMethod* method); // System.Boolean System.Single::Equals(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_m298A3A849F30B9900813BE6DD98AE6810CDBE914 (float* __this, float ___obj0, const RuntimeMethod* method); // System.Int32 System.Single::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_m7662E1812DDDBC85D464398740CFFC3588DFB2C9 (float* __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Int32 System.Array::get_Rank() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0 (RuntimeArray * __this, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.FormattableString System.Runtime.CompilerServices.FormattableStringFactory::Create(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormattableString_tDE8B3B926F0AD1A0FD6864BBA69C5AC99CE49B59 * FormattableStringFactory_Create_m1624178F76FD2999A86932EC3317EAD1F7CDAC68 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments1, const RuntimeMethod* method); // System.String System.FormattableString::Invariant(System.FormattableString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FormattableString_Invariant_m2521551A876E7BFB3595B7D4940D1670F63E2C22 (FormattableString_tDE8B3B926F0AD1A0FD6864BBA69C5AC99CE49B59 * ___formattable0, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::.ctor() inline void List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // !0 System.Tuple`2::get_Item1() inline int32_t Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_inline (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *, const RuntimeMethod*))Tuple_2_get_Item1_m7BB5625DF19F4D43F6D874AA2E0ACAAD8BA46298_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1>::Add(!0) inline void List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784 (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * __this, Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *, Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1>::get_Count() inline int32_t List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_inline (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1>::get_Item(System.Int32) inline Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_inline (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * (*) (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // !1 System.Tuple`2::get_Item2() inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * __this, const RuntimeMethod* method) { return (( StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* (*) (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *, const RuntimeMethod*))Tuple_2_get_Item2_m6760FE3B6FD9EEEBFE6502DBFB726E311DD66D3C_gshared_inline)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1>::GetEnumerator() inline Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893 (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * __this, const RuntimeMethod* method) { return (( Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C (*) (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator>::get_Current() inline Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_inline (Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C * __this, const RuntimeMethod* method) { return (( Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * (*) (Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator>::MoveNext() inline bool Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1 (Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Int32 System.Array::GetLength(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB (RuntimeArray * __this, int32_t ___dimension0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.String::PadLeft(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadLeft_mB83276F9CFF10D45EA7D6EE2C875B4D094C53EA6 (String_t* __this, int32_t ___totalWidth0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6 (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m93714777F9B026912C289C05D92630AB14704A92_gshared)(__this, ___object0, ___method1, method); } // System.Int32 System.Linq.Enumerable::Max(System.Collections.Generic.IEnumerable`1,System.Func`2) inline int32_t Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357 (RuntimeObject* ___source0, Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * ___selector1, const RuntimeMethod* method) { return (( int32_t (*) (RuntimeObject*, Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *, const RuntimeMethod*))Enumerable_Max_TisRuntimeObject_mA4F063BD2171CB852C0AFB64225EDE631E058300_gshared)(___source0, ___selector1, method); } // System.Void System.Tuple`2::.ctor(!0,!1) inline void Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * __this, int32_t ___item10, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___item21, const RuntimeMethod* method) { (( void (*) (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *, int32_t, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*, const RuntimeMethod*))Tuple_2__ctor_mEB0F8C03F584D52CC8893F8713691E297AAA6FBA_gshared)(__this, ___item10, ___item21, method); } // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4 (const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.String System.SR::get_Arg_TypeNotSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84 (const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Numerics.Vector::get_IsHardwareAccelerated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257 (const RuntimeMethod* method); // System.Void System.Numerics.Vector`1::.ctor(T) inline void Vector_1__ctor_mD8054FA187C2F3E125B5365A8D17AA28DBBF4BB1 (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, uint8_t ___value0, const RuntimeMethod* method) { (( void (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *, uint8_t, const RuntimeMethod*))Vector_1__ctor_mD8054FA187C2F3E125B5365A8D17AA28DBBF4BB1_gshared)(__this, ___value0, method); } // System.Void System.Numerics.Vector`1::.ctor(System.Void*,System.Int32) inline void Vector_1__ctor_m90945DD84B18B3A556EA6F8B5B12877982093005 (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, void* ___dataPointer0, int32_t ___offset1, const RuntimeMethod* method) { (( void (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *, void*, int32_t, const RuntimeMethod*))Vector_1__ctor_m90945DD84B18B3A556EA6F8B5B12877982093005_gshared)(__this, ___dataPointer0, ___offset1, method); } // System.Void System.Numerics.Vector`1::.ctor(System.Void*) inline void Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165 (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, void* ___dataPointer0, const RuntimeMethod* method) { (( void (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *, void*, const RuntimeMethod*))Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165_gshared)(__this, ___dataPointer0, method); } // System.Void System.Numerics.Vector`1::.ctor(System.Numerics.Register&) inline void Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * ___existingRegister0, const RuntimeMethod* method) { (( void (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *, const RuntimeMethod*))Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D_gshared)(__this, ___existingRegister0, method); } // System.String System.SR::get_Arg_ArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_get_Arg_ArgumentOutOfRangeException_m107D6DDD321DC2D208C3F62CDBB87C81D391874F (const RuntimeMethod* method); // System.String System.SR::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m8F6679858A5001C6AE411DA33BB9B7691CB324DD (String_t* ___resourceFormat0, RuntimeObject * ___p11, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __this, String_t* ___message0, const RuntimeMethod* method); // T System.Numerics.Vector`1::get_Item(System.Int32) inline uint8_t Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893 (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( uint8_t (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *, int32_t, const RuntimeMethod*))Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893_gshared)(__this, ___index0, method); } // System.Boolean System.Numerics.Vector`1::Equals(System.Numerics.Vector`1) inline bool Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862 (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___other0, const RuntimeMethod* method) { return (( bool (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , const RuntimeMethod*))Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862_gshared)(__this, ___other0, method); } // System.Boolean System.Numerics.Vector`1::Equals(System.Object) inline bool Vector_1_Equals_m5DBF8E55F258BCE86EC59689FF53A03863C948B8_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { return (( bool (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *, RuntimeObject *, const RuntimeMethod*))Vector_1_Equals_m5DBF8E55F258BCE86EC59689FF53A03863C948B8_gshared_inline)(__this, ___obj0, method); } // System.Int32 System.Byte::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093 (uint8_t* __this, const RuntimeMethod* method); // System.Int32 System.Numerics.Hashing.HashHelpers::Combine(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A (int32_t ___h10, int32_t ___h21, const RuntimeMethod* method); // System.Int32 System.SByte::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42 (int8_t* __this, const RuntimeMethod* method); // System.Int32 System.UInt16::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt16_GetHashCode_mDA01CAA4AF8C22A63972F93F26AF7E888CEBD2AA (uint16_t* __this, const RuntimeMethod* method); // System.Int32 System.Int16::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945 (int16_t* __this, const RuntimeMethod* method); // System.Int32 System.UInt32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt32_GetHashCode_m60E3A243F3D79311A64836148AE1AC23C679FC45 (uint32_t* __this, const RuntimeMethod* method); // System.Int32 System.Int32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667 (int32_t* __this, const RuntimeMethod* method); // System.Int32 System.UInt64::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt64_GetHashCode_mCDF662897A3F02CED11A9F9E66C5BF4E28C02B33 (uint64_t* __this, const RuntimeMethod* method); // System.Int32 System.Int64::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_GetHashCode_mF049F7E1956554FB36DA6671F55BE2CAA4937CC5 (int64_t* __this, const RuntimeMethod* method); // System.Int32 System.Numerics.Vector`1::GetHashCode() inline int32_t Vector_1_GetHashCode_m46E7826FFC368060A55DD4D80082E98CDABDECAB (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *, const RuntimeMethod*))Vector_1_GetHashCode_m46E7826FFC368060A55DD4D80082E98CDABDECAB_gshared)(__this, method); } // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB (const RuntimeMethod* method); // System.String System.Numerics.Vector`1::ToString(System.String,System.IFormatProvider) inline String_t* Vector_1_ToString_m163A367B846AFD4DFF11266C5269061DEF7CA4ED (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { return (( String_t* (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *, String_t*, RuntimeObject*, const RuntimeMethod*))Vector_1_ToString_m163A367B846AFD4DFF11266C5269061DEF7CA4ED_gshared)(__this, ___format0, ___formatProvider1, method); } // System.String System.Numerics.Vector`1::ToString() inline String_t* Vector_1_ToString_mB5F5EC09FDADFE0095465A4E00A79A39E8236382 (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, const RuntimeMethod* method) { return (( String_t* (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *, const RuntimeMethod*))Vector_1_ToString_mB5F5EC09FDADFE0095465A4E00A79A39E8236382_gshared)(__this, method); } // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::GetInstance(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB (RuntimeObject* ___formatProvider0, const RuntimeMethod* method); // System.String System.Globalization.NumberFormatInfo::get_NumberGroupSeparator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m1D17A9A056016A546F4C5255FA2DBEC532FC1BF1_inline (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_mB5BDCB74BE861E9EB085AAFBE115998B632CEFA8 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int32 System.Numerics.Vector`1::get_Count() inline int32_t Vector_1_get_Count_mB9B9FBA8081FEAC89627204CC5B39AF6EA919795_inline (const RuntimeMethod* method) { return (( int32_t (*) (const RuntimeMethod*))Vector_1_get_Count_mB9B9FBA8081FEAC89627204CC5B39AF6EA919795_gshared_inline)(method); } // System.Void System.Numerics.Vector`1::.ctor(System.Numerics.Register&) inline void Vector_1__ctor_m5368272803BB8756FB2A0DCD54CAB7210352224F (Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 * __this, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * ___existingRegister0, const RuntimeMethod* method) { (( void (*) (Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 *, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *, const RuntimeMethod*))Vector_1__ctor_m5368272803BB8756FB2A0DCD54CAB7210352224F_gshared)(__this, ___existingRegister0, method); } // System.Void System.Numerics.Vector`1::.ctor(System.Numerics.Register&) inline void Vector_1__ctor_mCF5ABFE5B2248BFE9962B2C6B86F02A7A248921A (Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 * __this, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * ___existingRegister0, const RuntimeMethod* method) { (( void (*) (Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 *, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *, const RuntimeMethod*))Vector_1__ctor_mCF5ABFE5B2248BFE9962B2C6B86F02A7A248921A_gshared)(__this, ___existingRegister0, method); } // System.Void System.Numerics.Vector`1::.ctor(System.Numerics.Register&) inline void Vector_1__ctor_m3F22443ECC58EC2207EFCC786F179E96514739DB (Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 * __this, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * ___existingRegister0, const RuntimeMethod* method) { (( void (*) (Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 *, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *, const RuntimeMethod*))Vector_1__ctor_m3F22443ECC58EC2207EFCC786F179E96514739DB_gshared)(__this, ___existingRegister0, method); } // System.Void System.Numerics.Vector`1::.ctor(System.Numerics.Register&) inline void Vector_1__ctor_m5846AA1B80481D58F0A618A634A4454CDDE905F9 (Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC * __this, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * ___existingRegister0, const RuntimeMethod* method) { (( void (*) (Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC *, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *, const RuntimeMethod*))Vector_1__ctor_m5846AA1B80481D58F0A618A634A4454CDDE905F9_gshared)(__this, ___existingRegister0, method); } // System.Byte System.Numerics.ConstantHelper::GetByteWithAllBitsSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline (const RuntimeMethod* method); // System.SByte System.Numerics.ConstantHelper::GetSByteWithAllBitsSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int8_t ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline (const RuntimeMethod* method); // System.UInt16 System.Numerics.ConstantHelper::GetUInt16WithAllBitsSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t ConstantHelper_GetUInt16WithAllBitsSet_m6BC81A6D0805883E62E3BD9B5A196F563B16FFEA_inline (const RuntimeMethod* method); // System.Int16 System.Numerics.ConstantHelper::GetInt16WithAllBitsSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int16_t ConstantHelper_GetInt16WithAllBitsSet_m996824CAE155A7996EF9F1FA14611324CE8DF3BA_inline (const RuntimeMethod* method); // System.UInt32 System.Numerics.ConstantHelper::GetUInt32WithAllBitsSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ConstantHelper_GetUInt32WithAllBitsSet_mF9264BB241E20A8A05FF9E0C06F6F81F0E1B1C8A_inline (const RuntimeMethod* method); // System.Int32 System.Numerics.ConstantHelper::GetInt32WithAllBitsSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConstantHelper_GetInt32WithAllBitsSet_mCD59C2ABC660E81C63629C36496ABDCD4E55C76E_inline (const RuntimeMethod* method); // System.UInt64 System.Numerics.ConstantHelper::GetUInt64WithAllBitsSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t ConstantHelper_GetUInt64WithAllBitsSet_m6BE10E8A52D5EB5FDA506D564F08A6323CCB28B0_inline (const RuntimeMethod* method); // System.Int64 System.Numerics.ConstantHelper::GetInt64WithAllBitsSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t ConstantHelper_GetInt64WithAllBitsSet_m92CD89D686AC24C659A4E6560F08097CDFB776E4_inline (const RuntimeMethod* method); // System.Single System.Numerics.ConstantHelper::GetSingleWithAllBitsSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float ConstantHelper_GetSingleWithAllBitsSet_mBBFCC36D478F698EC003C47B7BF4825BE8C697A1_inline (const RuntimeMethod* method); // System.Double System.Numerics.ConstantHelper::GetDoubleWithAllBitsSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double ConstantHelper_GetDoubleWithAllBitsSet_m996D27D3A1B9C7A7CD7363D753D37C13B5DF4E04_inline (const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ValueTuple`5::.ctor(T1,T2,T3,T4,T5) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_5__ctor_m6CDD7BFB17BBEB0B23EAD537B8115E77F9D0B04B_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___item10, bool ___item21, bool ___item32, RuntimeObject * ___item43, RuntimeObject * ___item54, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___item10; __this->set_Item1_0(L_0); bool L_1 = ___item21; __this->set_Item2_1(L_1); bool L_2 = ___item32; __this->set_Item3_2(L_2); RuntimeObject * L_3 = ___item43; __this->set_Item4_3(L_3); RuntimeObject * L_4 = ___item54; __this->set_Item5_4(L_4); return; } } IL2CPP_EXTERN_C void ValueTuple_5__ctor_m6CDD7BFB17BBEB0B23EAD537B8115E77F9D0B04B_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___item10, bool ___item21, bool ___item32, RuntimeObject * ___item43, RuntimeObject * ___item54, const RuntimeMethod* method) { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ValueTuple_5__ctor_m6CDD7BFB17BBEB0B23EAD537B8115E77F9D0B04B(_thisAdjusted, ___item10, ___item21, ___item32, ___item43, ___item54, method); } // System.Boolean System.ValueTuple`5::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueTuple_5_Equals_mA08659806DD13AD3FA7C9DDC8A66C02D2321FFF9_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0015; } } { RuntimeObject * L_1 = ___obj0; bool L_2; L_2 = ValueTuple_5_Equals_mBDFA82A63D6DF499212438D403A154BEB5FE9CD1((ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)__this, (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 )((*(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)((ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)UnBox(L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (bool)L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool ValueTuple_5_Equals_mA08659806DD13AD3FA7C9DDC8A66C02D2321FFF9_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ValueTuple_5_Equals_mA08659806DD13AD3FA7C9DDC8A66C02D2321FFF9(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ValueTuple`5::Equals(System.ValueTuple`5) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueTuple_5_Equals_mBDFA82A63D6DF499212438D403A154BEB5FE9CD1_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 ___other0, const RuntimeMethod* method) { { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_0; L_0 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); RuntimeObject * L_1 = (RuntimeObject *)__this->get_Item1_0(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_2 = ___other0; RuntimeObject * L_3 = (RuntimeObject *)L_2.get_Item1_0(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_0); bool L_4; L_4 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_0, (RuntimeObject *)L_1, (RuntimeObject *)L_3); if (!L_4) { goto IL_0077; } } { EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 * L_5; L_5 = (( EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)); bool L_6 = (bool)__this->get_Item2_1(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_7 = ___other0; bool L_8 = (bool)L_7.get_Item2_1(); NullCheck((EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 *)L_5); bool L_9; L_9 = VirtualFuncInvoker2< bool, bool, bool >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 *)L_5, (bool)L_6, (bool)L_8); if (!L_9) { goto IL_0077; } } { EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 * L_10; L_10 = (( EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); bool L_11 = (bool)__this->get_Item3_2(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_12 = ___other0; bool L_13 = (bool)L_12.get_Item3_2(); NullCheck((EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 *)L_10); bool L_14; L_14 = VirtualFuncInvoker2< bool, bool, bool >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_tA00ECA27EEC6CA6AADD7F115EB7E6A654C8E96E7 *)L_10, (bool)L_11, (bool)L_13); if (!L_14) { goto IL_0077; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_15; L_15 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); RuntimeObject * L_16 = (RuntimeObject *)__this->get_Item4_3(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_17 = ___other0; RuntimeObject * L_18 = (RuntimeObject *)L_17.get_Item4_3(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_15); bool L_19; L_19 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_15, (RuntimeObject *)L_16, (RuntimeObject *)L_18); if (!L_19) { goto IL_0077; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_20; L_20 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); RuntimeObject * L_21 = (RuntimeObject *)__this->get_Item5_4(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_22 = ___other0; RuntimeObject * L_23 = (RuntimeObject *)L_22.get_Item5_4(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_20); bool L_24; L_24 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_20, (RuntimeObject *)L_21, (RuntimeObject *)L_23); return (bool)L_24; } IL_0077: { return (bool)0; } } IL2CPP_EXTERN_C bool ValueTuple_5_Equals_mBDFA82A63D6DF499212438D403A154BEB5FE9CD1_AdjustorThunk (RuntimeObject * __this, ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 ___other0, const RuntimeMethod* method) { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ValueTuple_5_Equals_mBDFA82A63D6DF499212438D403A154BEB5FE9CD1(_thisAdjusted, ___other0, method); return _returnValue; } // System.Boolean System.ValueTuple`5::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueTuple_5_System_Collections_IStructuralEquatable_Equals_m1A3A26B4CF82ED5E7A874E4EB99457B06D66FA67_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject * L_0 = ___other0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_000d; } } IL_000b: { return (bool)0; } IL_000d: { RuntimeObject * L_2 = ___other0; V_0 = (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 )((*(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)((ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); RuntimeObject* L_3 = ___comparer1; RuntimeObject * L_4 = (RuntimeObject *)__this->get_Item1_0(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_5 = V_0; RuntimeObject * L_6 = (RuntimeObject *)L_5.get_Item1_0(); NullCheck((RuntimeObject*)L_3); bool L_7; L_7 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_3, (RuntimeObject *)L_4, (RuntimeObject *)L_6); if (!L_7) { goto IL_00a9; } } { RuntimeObject* L_8 = ___comparer1; bool L_9 = (bool)__this->get_Item2_1(); bool L_10 = L_9; RuntimeObject * L_11 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 18), &L_10); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_12 = V_0; bool L_13 = (bool)L_12.get_Item2_1(); bool L_14 = L_13; RuntimeObject * L_15 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 18), &L_14); NullCheck((RuntimeObject*)L_8); bool L_16; L_16 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_8, (RuntimeObject *)L_11, (RuntimeObject *)L_15); if (!L_16) { goto IL_00a9; } } { RuntimeObject* L_17 = ___comparer1; bool L_18 = (bool)__this->get_Item3_2(); bool L_19 = L_18; RuntimeObject * L_20 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 19), &L_19); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_21 = V_0; bool L_22 = (bool)L_21.get_Item3_2(); bool L_23 = L_22; RuntimeObject * L_24 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 19), &L_23); NullCheck((RuntimeObject*)L_17); bool L_25; L_25 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_17, (RuntimeObject *)L_20, (RuntimeObject *)L_24); if (!L_25) { goto IL_00a9; } } { RuntimeObject* L_26 = ___comparer1; RuntimeObject * L_27 = (RuntimeObject *)__this->get_Item4_3(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_28 = V_0; RuntimeObject * L_29 = (RuntimeObject *)L_28.get_Item4_3(); NullCheck((RuntimeObject*)L_26); bool L_30; L_30 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_26, (RuntimeObject *)L_27, (RuntimeObject *)L_29); if (!L_30) { goto IL_00a9; } } { RuntimeObject* L_31 = ___comparer1; RuntimeObject * L_32 = (RuntimeObject *)__this->get_Item5_4(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_33 = V_0; RuntimeObject * L_34 = (RuntimeObject *)L_33.get_Item5_4(); NullCheck((RuntimeObject*)L_31); bool L_35; L_35 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_31, (RuntimeObject *)L_32, (RuntimeObject *)L_34); return (bool)L_35; } IL_00a9: { return (bool)0; } } IL2CPP_EXTERN_C bool ValueTuple_5_System_Collections_IStructuralEquatable_Equals_m1A3A26B4CF82ED5E7A874E4EB99457B06D66FA67_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ValueTuple_5_System_Collections_IStructuralEquatable_Equals_m1A3A26B4CF82ED5E7A874E4EB99457B06D66FA67(_thisAdjusted, ___other0, ___comparer1, method); return _returnValue; } // System.Int32 System.ValueTuple`5::System.IComparable.CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_System_IComparable_CompareTo_m3DDEAE36E5F1BF402AB114C9CC1BEE62765A08DC_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0005; } } { return (int32_t)1; } IL_0005: { RuntimeObject * L_1 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0037; } } { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_2 = (*(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)__this); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_3 = (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_3); NullCheck((RuntimeObject *)L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_4, /*hidden argument*/NULL); NullCheck((RuntimeObject *)L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)L_5); String_t* L_7; L_7 = SR_Format_m942E78AC3ABE13F58075ED90094D6074CA5A7DC8((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1459AD7D3E0F8808A85528961118835E18AD1F96)), (RuntimeObject *)L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValueTuple_5_System_IComparable_CompareTo_m3DDEAE36E5F1BF402AB114C9CC1BEE62765A08DC_RuntimeMethod_var))); } IL_0037: { RuntimeObject * L_9 = ___other0; int32_t L_10; L_10 = ValueTuple_5_CompareTo_m4BBFC9DF002071188F2FBF92748ADC1EBD119C8A((ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)__this, (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 )((*(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)((ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)UnBox(L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (int32_t)L_10; } } IL2CPP_EXTERN_C int32_t ValueTuple_5_System_IComparable_CompareTo_m3DDEAE36E5F1BF402AB114C9CC1BEE62765A08DC_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ValueTuple_5_System_IComparable_CompareTo_m3DDEAE36E5F1BF402AB114C9CC1BEE62765A08DC(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ValueTuple`5::CompareTo(System.ValueTuple`5) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_CompareTo_m4BBFC9DF002071188F2FBF92748ADC1EBD119C8A_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 ___other0, const RuntimeMethod* method) { int32_t V_0 = 0; { Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * L_0; L_0 = (( Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); RuntimeObject * L_1 = (RuntimeObject *)__this->get_Item1_0(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_2 = ___other0; RuntimeObject * L_3 = (RuntimeObject *)L_2.get_Item1_0(); NullCheck((Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_0); int32_t L_4; L_4 = VirtualFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_0, (RuntimeObject *)L_1, (RuntimeObject *)L_3); V_0 = (int32_t)L_4; int32_t L_5 = V_0; if (!L_5) { goto IL_001c; } } { int32_t L_6 = V_0; return (int32_t)L_6; } IL_001c: { Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * L_7; L_7 = (( Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 26)); bool L_8 = (bool)__this->get_Item2_1(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_9 = ___other0; bool L_10 = (bool)L_9.get_Item2_1(); NullCheck((Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)L_7); int32_t L_11; L_11 = VirtualFuncInvoker2< int32_t, bool, bool >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)L_7, (bool)L_8, (bool)L_10); V_0 = (int32_t)L_11; int32_t L_12 = V_0; if (!L_12) { goto IL_0038; } } { int32_t L_13 = V_0; return (int32_t)L_13; } IL_0038: { Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * L_14; L_14 = (( Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 29)); bool L_15 = (bool)__this->get_Item3_2(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_16 = ___other0; bool L_17 = (bool)L_16.get_Item3_2(); NullCheck((Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)L_14); int32_t L_18; L_18 = VirtualFuncInvoker2< int32_t, bool, bool >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_tC0B38F30FEF4F46666AA129BB9DBBD166FF98149 *)L_14, (bool)L_15, (bool)L_17); V_0 = (int32_t)L_18; int32_t L_19 = V_0; if (!L_19) { goto IL_0054; } } { int32_t L_20 = V_0; return (int32_t)L_20; } IL_0054: { Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * L_21; L_21 = (( Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 32)); RuntimeObject * L_22 = (RuntimeObject *)__this->get_Item4_3(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_23 = ___other0; RuntimeObject * L_24 = (RuntimeObject *)L_23.get_Item4_3(); NullCheck((Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_21); int32_t L_25; L_25 = VirtualFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_21, (RuntimeObject *)L_22, (RuntimeObject *)L_24); V_0 = (int32_t)L_25; int32_t L_26 = V_0; if (!L_26) { goto IL_0070; } } { int32_t L_27 = V_0; return (int32_t)L_27; } IL_0070: { Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * L_28; L_28 = (( Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 35)); RuntimeObject * L_29 = (RuntimeObject *)__this->get_Item5_4(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_30 = ___other0; RuntimeObject * L_31 = (RuntimeObject *)L_30.get_Item5_4(); NullCheck((Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_28); int32_t L_32; L_32 = VirtualFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_28, (RuntimeObject *)L_29, (RuntimeObject *)L_31); return (int32_t)L_32; } } IL2CPP_EXTERN_C int32_t ValueTuple_5_CompareTo_m4BBFC9DF002071188F2FBF92748ADC1EBD119C8A_AdjustorThunk (RuntimeObject * __this, ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 ___other0, const RuntimeMethod* method) { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ValueTuple_5_CompareTo_m4BBFC9DF002071188F2FBF92748ADC1EBD119C8A(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ValueTuple`5::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m2A9F8525355B0CD2188600AA0ADC0B5D934B262B_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0005; } } { return (int32_t)1; } IL_0005: { RuntimeObject * L_1 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0037; } } { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_2 = (*(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)__this); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_3 = (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_3); NullCheck((RuntimeObject *)L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_4, /*hidden argument*/NULL); NullCheck((RuntimeObject *)L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)L_5); String_t* L_7; L_7 = SR_Format_m942E78AC3ABE13F58075ED90094D6074CA5A7DC8((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1459AD7D3E0F8808A85528961118835E18AD1F96)), (RuntimeObject *)L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m2A9F8525355B0CD2188600AA0ADC0B5D934B262B_RuntimeMethod_var))); } IL_0037: { RuntimeObject * L_9 = ___other0; V_0 = (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 )((*(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)((ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)UnBox(L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); RuntimeObject* L_10 = ___comparer1; RuntimeObject * L_11 = (RuntimeObject *)__this->get_Item1_0(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_12 = V_0; RuntimeObject * L_13 = (RuntimeObject *)L_12.get_Item1_0(); NullCheck((RuntimeObject*)L_10); int32_t L_14; L_14 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, (RuntimeObject*)L_10, (RuntimeObject *)L_11, (RuntimeObject *)L_13); V_1 = (int32_t)L_14; int32_t L_15 = V_1; if (!L_15) { goto IL_0060; } } { int32_t L_16 = V_1; return (int32_t)L_16; } IL_0060: { RuntimeObject* L_17 = ___comparer1; bool L_18 = (bool)__this->get_Item2_1(); bool L_19 = L_18; RuntimeObject * L_20 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 18), &L_19); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_21 = V_0; bool L_22 = (bool)L_21.get_Item2_1(); bool L_23 = L_22; RuntimeObject * L_24 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 18), &L_23); NullCheck((RuntimeObject*)L_17); int32_t L_25; L_25 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, (RuntimeObject*)L_17, (RuntimeObject *)L_20, (RuntimeObject *)L_24); V_1 = (int32_t)L_25; int32_t L_26 = V_1; if (!L_26) { goto IL_0082; } } { int32_t L_27 = V_1; return (int32_t)L_27; } IL_0082: { RuntimeObject* L_28 = ___comparer1; bool L_29 = (bool)__this->get_Item3_2(); bool L_30 = L_29; RuntimeObject * L_31 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 19), &L_30); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_32 = V_0; bool L_33 = (bool)L_32.get_Item3_2(); bool L_34 = L_33; RuntimeObject * L_35 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 19), &L_34); NullCheck((RuntimeObject*)L_28); int32_t L_36; L_36 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, (RuntimeObject*)L_28, (RuntimeObject *)L_31, (RuntimeObject *)L_35); V_1 = (int32_t)L_36; int32_t L_37 = V_1; if (!L_37) { goto IL_00a4; } } { int32_t L_38 = V_1; return (int32_t)L_38; } IL_00a4: { RuntimeObject* L_39 = ___comparer1; RuntimeObject * L_40 = (RuntimeObject *)__this->get_Item4_3(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_41 = V_0; RuntimeObject * L_42 = (RuntimeObject *)L_41.get_Item4_3(); NullCheck((RuntimeObject*)L_39); int32_t L_43; L_43 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, (RuntimeObject*)L_39, (RuntimeObject *)L_40, (RuntimeObject *)L_42); V_1 = (int32_t)L_43; int32_t L_44 = V_1; if (!L_44) { goto IL_00c6; } } { int32_t L_45 = V_1; return (int32_t)L_45; } IL_00c6: { RuntimeObject* L_46 = ___comparer1; RuntimeObject * L_47 = (RuntimeObject *)__this->get_Item5_4(); ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 L_48 = V_0; RuntimeObject * L_49 = (RuntimeObject *)L_48.get_Item5_4(); NullCheck((RuntimeObject*)L_46); int32_t L_50; L_50 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, (RuntimeObject*)L_46, (RuntimeObject *)L_47, (RuntimeObject *)L_49); return (int32_t)L_50; } } IL2CPP_EXTERN_C int32_t ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m2A9F8525355B0CD2188600AA0ADC0B5D934B262B_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m2A9F8525355B0CD2188600AA0ADC0B5D934B262B(_thisAdjusted, ___other0, ___comparer1, method); return _returnValue; } // System.Int32 System.ValueTuple`5::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_GetHashCode_m7F896001629983AA3957D23BF9932159BB3CCEE8_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; bool V_1 = false; bool V_2 = false; RuntimeObject * V_3 = NULL; RuntimeObject * V_4 = NULL; RuntimeObject ** G_B3_0 = NULL; RuntimeObject ** G_B1_0 = NULL; RuntimeObject ** G_B2_0 = NULL; int32_t G_B4_0 = 0; bool* G_B7_0 = NULL; int32_t G_B7_1 = 0; bool* G_B5_0 = NULL; int32_t G_B5_1 = 0; bool* G_B6_0 = NULL; int32_t G_B6_1 = 0; int32_t G_B8_0 = 0; int32_t G_B8_1 = 0; bool* G_B11_0 = NULL; int32_t G_B11_1 = 0; int32_t G_B11_2 = 0; bool* G_B9_0 = NULL; int32_t G_B9_1 = 0; int32_t G_B9_2 = 0; bool* G_B10_0 = NULL; int32_t G_B10_1 = 0; int32_t G_B10_2 = 0; int32_t G_B12_0 = 0; int32_t G_B12_1 = 0; int32_t G_B12_2 = 0; RuntimeObject ** G_B15_0 = NULL; int32_t G_B15_1 = 0; int32_t G_B15_2 = 0; int32_t G_B15_3 = 0; RuntimeObject ** G_B13_0 = NULL; int32_t G_B13_1 = 0; int32_t G_B13_2 = 0; int32_t G_B13_3 = 0; RuntimeObject ** G_B14_0 = NULL; int32_t G_B14_1 = 0; int32_t G_B14_2 = 0; int32_t G_B14_3 = 0; int32_t G_B16_0 = 0; int32_t G_B16_1 = 0; int32_t G_B16_2 = 0; int32_t G_B16_3 = 0; RuntimeObject ** G_B19_0 = NULL; int32_t G_B19_1 = 0; int32_t G_B19_2 = 0; int32_t G_B19_3 = 0; int32_t G_B19_4 = 0; RuntimeObject ** G_B17_0 = NULL; int32_t G_B17_1 = 0; int32_t G_B17_2 = 0; int32_t G_B17_3 = 0; int32_t G_B17_4 = 0; RuntimeObject ** G_B18_0 = NULL; int32_t G_B18_1 = 0; int32_t G_B18_2 = 0; int32_t G_B18_3 = 0; int32_t G_B18_4 = 0; int32_t G_B20_0 = 0; int32_t G_B20_1 = 0; int32_t G_B20_2 = 0; int32_t G_B20_3 = 0; int32_t G_B20_4 = 0; { RuntimeObject ** L_0 = (RuntimeObject **)__this->get_address_of_Item1_0(); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_1 = V_0; G_B1_0 = L_0; if (L_1) { G_B3_0 = L_0; goto IL_002a; } } { RuntimeObject * L_2 = (*(RuntimeObject **)G_B1_0); V_0 = (RuntimeObject *)L_2; RuntimeObject * L_3 = V_0; G_B2_0 = (&V_0); if (L_3) { G_B3_0 = (&V_0); goto IL_002a; } } { G_B4_0 = 0; goto IL_0035; } IL_002a: { NullCheck((RuntimeObject *)(*G_B3_0)); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(*G_B3_0)); G_B4_0 = L_4; } IL_0035: { bool* L_5 = (bool*)__this->get_address_of_Item2_1(); il2cpp_codegen_initobj((&V_1), sizeof(bool)); G_B7_0 = L_5; G_B7_1 = G_B4_0; goto IL_005f; G_B5_0 = L_5; G_B5_1 = G_B4_0; } { bool L_7 = (*(bool*)G_B5_0); V_1 = (bool)L_7; G_B7_0 = (&V_1); G_B7_1 = G_B5_1; goto IL_005f; G_B6_0 = (&V_1); G_B6_1 = G_B5_1; } { G_B8_0 = 0; G_B8_1 = G_B6_1; goto IL_006a; } IL_005f: { int32_t L_9; L_9 = Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411((bool*)(bool*)G_B7_0, /*hidden argument*/NULL); G_B8_0 = L_9; G_B8_1 = G_B7_1; } IL_006a: { bool* L_10 = (bool*)__this->get_address_of_Item3_2(); il2cpp_codegen_initobj((&V_2), sizeof(bool)); G_B11_0 = L_10; G_B11_1 = G_B8_0; G_B11_2 = G_B8_1; goto IL_0094; G_B9_0 = L_10; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } { bool L_12 = (*(bool*)G_B9_0); V_2 = (bool)L_12; G_B11_0 = (&V_2); G_B11_1 = G_B9_1; G_B11_2 = G_B9_2; goto IL_0094; G_B10_0 = (&V_2); G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; } { G_B12_0 = 0; G_B12_1 = G_B10_1; G_B12_2 = G_B10_2; goto IL_009f; } IL_0094: { int32_t L_14; L_14 = Boolean_GetHashCode_m03AF8B3CECAE9106C44A00E3B33E51CBFC45C411((bool*)(bool*)G_B11_0, /*hidden argument*/NULL); G_B12_0 = L_14; G_B12_1 = G_B11_1; G_B12_2 = G_B11_2; } IL_009f: { RuntimeObject ** L_15 = (RuntimeObject **)__this->get_address_of_Item4_3(); il2cpp_codegen_initobj((&V_3), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_3; G_B13_0 = L_15; G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; G_B13_3 = G_B12_2; if (L_16) { G_B15_0 = L_15; G_B15_1 = G_B12_0; G_B15_2 = G_B12_1; G_B15_3 = G_B12_2; goto IL_00c9; } } { RuntimeObject * L_17 = (*(RuntimeObject **)G_B13_0); V_3 = (RuntimeObject *)L_17; RuntimeObject * L_18 = V_3; G_B14_0 = (&V_3); G_B14_1 = G_B13_1; G_B14_2 = G_B13_2; G_B14_3 = G_B13_3; if (L_18) { G_B15_0 = (&V_3); G_B15_1 = G_B13_1; G_B15_2 = G_B13_2; G_B15_3 = G_B13_3; goto IL_00c9; } } { G_B16_0 = 0; G_B16_1 = G_B14_1; G_B16_2 = G_B14_2; G_B16_3 = G_B14_3; goto IL_00d4; } IL_00c9: { NullCheck((RuntimeObject *)(*G_B15_0)); int32_t L_19; L_19 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(*G_B15_0)); G_B16_0 = L_19; G_B16_1 = G_B15_1; G_B16_2 = G_B15_2; G_B16_3 = G_B15_3; } IL_00d4: { RuntimeObject ** L_20 = (RuntimeObject **)__this->get_address_of_Item5_4(); il2cpp_codegen_initobj((&V_4), sizeof(RuntimeObject *)); RuntimeObject * L_21 = V_4; G_B17_0 = L_20; G_B17_1 = G_B16_0; G_B17_2 = G_B16_1; G_B17_3 = G_B16_2; G_B17_4 = G_B16_3; if (L_21) { G_B19_0 = L_20; G_B19_1 = G_B16_0; G_B19_2 = G_B16_1; G_B19_3 = G_B16_2; G_B19_4 = G_B16_3; goto IL_0101; } } { RuntimeObject * L_22 = (*(RuntimeObject **)G_B17_0); V_4 = (RuntimeObject *)L_22; RuntimeObject * L_23 = V_4; G_B18_0 = (&V_4); G_B18_1 = G_B17_1; G_B18_2 = G_B17_2; G_B18_3 = G_B17_3; G_B18_4 = G_B17_4; if (L_23) { G_B19_0 = (&V_4); G_B19_1 = G_B17_1; G_B19_2 = G_B17_2; G_B19_3 = G_B17_3; G_B19_4 = G_B17_4; goto IL_0101; } } { G_B20_0 = 0; G_B20_1 = G_B18_1; G_B20_2 = G_B18_2; G_B20_3 = G_B18_3; G_B20_4 = G_B18_4; goto IL_010c; } IL_0101: { NullCheck((RuntimeObject *)(*G_B19_0)); int32_t L_24; L_24 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(*G_B19_0)); G_B20_0 = L_24; G_B20_1 = G_B19_1; G_B20_2 = G_B19_2; G_B20_3 = G_B19_3; G_B20_4 = G_B19_4; } IL_010c: { int32_t L_25; L_25 = ValueTuple_CombineHashCodes_m3F9A61D754020CB9186BA94BFD3A084725C34705((int32_t)G_B20_4, (int32_t)G_B20_3, (int32_t)G_B20_2, (int32_t)G_B20_1, (int32_t)G_B20_0, /*hidden argument*/NULL); return (int32_t)L_25; } } IL2CPP_EXTERN_C int32_t ValueTuple_5_GetHashCode_m7F896001629983AA3957D23BF9932159BB3CCEE8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ValueTuple_5_GetHashCode_m7F896001629983AA3957D23BF9932159BB3CCEE8(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ValueTuple`5::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_System_Collections_IStructuralEquatable_GetHashCode_mBE6B31CD5D53498B09C533CE2BFEA49A2647F8FF_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___comparer0; int32_t L_1; L_1 = ValueTuple_5_GetHashCodeCore_mE57D84B89E616397C12DB9AB7415F548CAA78E88((ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)(ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 38)); return (int32_t)L_1; } } IL2CPP_EXTERN_C int32_t ValueTuple_5_System_Collections_IStructuralEquatable_GetHashCode_mBE6B31CD5D53498B09C533CE2BFEA49A2647F8FF_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ValueTuple_5_System_Collections_IStructuralEquatable_GetHashCode_mBE6B31CD5D53498B09C533CE2BFEA49A2647F8FF(_thisAdjusted, ___comparer0, method); return _returnValue; } // System.Int32 System.ValueTuple`5::GetHashCodeCore(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_GetHashCodeCore_mE57D84B89E616397C12DB9AB7415F548CAA78E88_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___comparer0; RuntimeObject * L_1 = (RuntimeObject *)__this->get_Item1_0(); NullCheck((RuntimeObject*)L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(1 /* System.Int32 System.Collections.IEqualityComparer::GetHashCode(System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_0, (RuntimeObject *)L_1); RuntimeObject* L_3 = ___comparer0; bool L_4 = (bool)__this->get_Item2_1(); bool L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 18), &L_5); NullCheck((RuntimeObject*)L_3); int32_t L_7; L_7 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(1 /* System.Int32 System.Collections.IEqualityComparer::GetHashCode(System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_3, (RuntimeObject *)L_6); RuntimeObject* L_8 = ___comparer0; bool L_9 = (bool)__this->get_Item3_2(); bool L_10 = L_9; RuntimeObject * L_11 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 19), &L_10); NullCheck((RuntimeObject*)L_8); int32_t L_12; L_12 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(1 /* System.Int32 System.Collections.IEqualityComparer::GetHashCode(System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_8, (RuntimeObject *)L_11); RuntimeObject* L_13 = ___comparer0; RuntimeObject * L_14 = (RuntimeObject *)__this->get_Item4_3(); NullCheck((RuntimeObject*)L_13); int32_t L_15; L_15 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(1 /* System.Int32 System.Collections.IEqualityComparer::GetHashCode(System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_13, (RuntimeObject *)L_14); RuntimeObject* L_16 = ___comparer0; RuntimeObject * L_17 = (RuntimeObject *)__this->get_Item5_4(); NullCheck((RuntimeObject*)L_16); int32_t L_18; L_18 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(1 /* System.Int32 System.Collections.IEqualityComparer::GetHashCode(System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_16, (RuntimeObject *)L_17); int32_t L_19; L_19 = ValueTuple_CombineHashCodes_m3F9A61D754020CB9186BA94BFD3A084725C34705((int32_t)L_2, (int32_t)L_7, (int32_t)L_12, (int32_t)L_15, (int32_t)L_18, /*hidden argument*/NULL); return (int32_t)L_19; } } IL2CPP_EXTERN_C int32_t ValueTuple_5_GetHashCodeCore_mE57D84B89E616397C12DB9AB7415F548CAA78E88_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ValueTuple_5_GetHashCodeCore_mE57D84B89E616397C12DB9AB7415F548CAA78E88(_thisAdjusted, ___comparer0, method); return _returnValue; } // System.String System.ValueTuple`5::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueTuple_5_ToString_m88C3350E201D73A35449280D569EC3B0ED33AB22_gshared (ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; bool V_2 = false; RuntimeObject * V_3 = NULL; RuntimeObject * V_4 = NULL; RuntimeObject ** G_B3_0 = NULL; int32_t G_B3_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B3_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B3_3 = NULL; RuntimeObject ** G_B1_0 = NULL; int32_t G_B1_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B1_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B1_3 = NULL; RuntimeObject ** G_B2_0 = NULL; int32_t G_B2_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B2_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B2_3 = NULL; String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_3 = NULL; bool* G_B7_0 = NULL; int32_t G_B7_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B7_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B7_3 = NULL; bool* G_B5_0 = NULL; int32_t G_B5_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_3 = NULL; bool* G_B6_0 = NULL; int32_t G_B6_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B6_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B6_3 = NULL; String_t* G_B8_0 = NULL; int32_t G_B8_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B8_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B8_3 = NULL; bool* G_B11_0 = NULL; int32_t G_B11_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B11_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B11_3 = NULL; bool* G_B9_0 = NULL; int32_t G_B9_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B9_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B9_3 = NULL; bool* G_B10_0 = NULL; int32_t G_B10_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B10_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B10_3 = NULL; String_t* G_B12_0 = NULL; int32_t G_B12_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B12_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B12_3 = NULL; RuntimeObject ** G_B15_0 = NULL; int32_t G_B15_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B15_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B15_3 = NULL; RuntimeObject ** G_B13_0 = NULL; int32_t G_B13_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B13_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B13_3 = NULL; RuntimeObject ** G_B14_0 = NULL; int32_t G_B14_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B14_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B14_3 = NULL; String_t* G_B16_0 = NULL; int32_t G_B16_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B16_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B16_3 = NULL; RuntimeObject ** G_B19_0 = NULL; int32_t G_B19_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B19_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B19_3 = NULL; RuntimeObject ** G_B17_0 = NULL; int32_t G_B17_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B17_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B17_3 = NULL; RuntimeObject ** G_B18_0 = NULL; int32_t G_B18_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B18_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B18_3 = NULL; String_t* G_B20_0 = NULL; int32_t G_B20_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B20_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B20_3 = NULL; { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_1; RuntimeObject ** L_3 = (RuntimeObject **)__this->get_address_of_Item1_0(); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; G_B1_0 = L_3; G_B1_1 = 1; G_B1_2 = L_2; G_B1_3 = L_2; if (L_4) { G_B3_0 = L_3; G_B3_1 = 1; G_B3_2 = L_2; G_B3_3 = L_2; goto IL_003b; } } { RuntimeObject * L_5 = (*(RuntimeObject **)G_B1_0); V_0 = (RuntimeObject *)L_5; RuntimeObject * L_6 = V_0; G_B2_0 = (&V_0); G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; G_B2_3 = G_B1_3; if (L_6) { G_B3_0 = (&V_0); G_B3_1 = G_B1_1; G_B3_2 = G_B1_2; G_B3_3 = G_B1_3; goto IL_003b; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_1; G_B4_2 = G_B2_2; G_B4_3 = G_B2_3; goto IL_0046; } IL_003b: { NullCheck((RuntimeObject *)(*G_B3_0)); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B3_0)); G_B4_0 = L_7; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; } IL_0046: { NullCheck(G_B4_2); ArrayElementTypeCheck (G_B4_2, G_B4_0); (G_B4_2)->SetAt(static_cast(G_B4_1), (String_t*)G_B4_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)G_B4_3; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); (L_8)->SetAt(static_cast(2), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_8; bool* L_10 = (bool*)__this->get_address_of_Item2_1(); il2cpp_codegen_initobj((&V_1), sizeof(bool)); G_B7_0 = L_10; G_B7_1 = 3; G_B7_2 = L_9; G_B7_3 = L_9; goto IL_007b; G_B5_0 = L_10; G_B5_1 = 3; G_B5_2 = L_9; G_B5_3 = L_9; } { bool L_12 = (*(bool*)G_B5_0); V_1 = (bool)L_12; G_B7_0 = (&V_1); G_B7_1 = G_B5_1; G_B7_2 = G_B5_2; G_B7_3 = G_B5_3; goto IL_007b; G_B6_0 = (&V_1); G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; G_B6_3 = G_B5_3; } { G_B8_0 = ((String_t*)(NULL)); G_B8_1 = G_B6_1; G_B8_2 = G_B6_2; G_B8_3 = G_B6_3; goto IL_0086; } IL_007b: { String_t* L_14; L_14 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)(bool*)G_B7_0, /*hidden argument*/NULL); G_B8_0 = L_14; G_B8_1 = G_B7_1; G_B8_2 = G_B7_2; G_B8_3 = G_B7_3; } IL_0086: { NullCheck(G_B8_2); ArrayElementTypeCheck (G_B8_2, G_B8_0); (G_B8_2)->SetAt(static_cast(G_B8_1), (String_t*)G_B8_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)G_B8_3; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); (L_15)->SetAt(static_cast(4), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_15; bool* L_17 = (bool*)__this->get_address_of_Item3_2(); il2cpp_codegen_initobj((&V_2), sizeof(bool)); G_B11_0 = L_17; G_B11_1 = 5; G_B11_2 = L_16; G_B11_3 = L_16; goto IL_00bb; G_B9_0 = L_17; G_B9_1 = 5; G_B9_2 = L_16; G_B9_3 = L_16; } { bool L_19 = (*(bool*)G_B9_0); V_2 = (bool)L_19; G_B11_0 = (&V_2); G_B11_1 = G_B9_1; G_B11_2 = G_B9_2; G_B11_3 = G_B9_3; goto IL_00bb; G_B10_0 = (&V_2); G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; G_B10_3 = G_B9_3; } { G_B12_0 = ((String_t*)(NULL)); G_B12_1 = G_B10_1; G_B12_2 = G_B10_2; G_B12_3 = G_B10_3; goto IL_00c6; } IL_00bb: { String_t* L_21; L_21 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)(bool*)G_B11_0, /*hidden argument*/NULL); G_B12_0 = L_21; G_B12_1 = G_B11_1; G_B12_2 = G_B11_2; G_B12_3 = G_B11_3; } IL_00c6: { NullCheck(G_B12_2); ArrayElementTypeCheck (G_B12_2, G_B12_0); (G_B12_2)->SetAt(static_cast(G_B12_1), (String_t*)G_B12_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)G_B12_3; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); (L_22)->SetAt(static_cast(6), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_22; RuntimeObject ** L_24 = (RuntimeObject **)__this->get_address_of_Item4_3(); il2cpp_codegen_initobj((&V_3), sizeof(RuntimeObject *)); RuntimeObject * L_25 = V_3; G_B13_0 = L_24; G_B13_1 = 7; G_B13_2 = L_23; G_B13_3 = L_23; if (L_25) { G_B15_0 = L_24; G_B15_1 = 7; G_B15_2 = L_23; G_B15_3 = L_23; goto IL_00fb; } } { RuntimeObject * L_26 = (*(RuntimeObject **)G_B13_0); V_3 = (RuntimeObject *)L_26; RuntimeObject * L_27 = V_3; G_B14_0 = (&V_3); G_B14_1 = G_B13_1; G_B14_2 = G_B13_2; G_B14_3 = G_B13_3; if (L_27) { G_B15_0 = (&V_3); G_B15_1 = G_B13_1; G_B15_2 = G_B13_2; G_B15_3 = G_B13_3; goto IL_00fb; } } { G_B16_0 = ((String_t*)(NULL)); G_B16_1 = G_B14_1; G_B16_2 = G_B14_2; G_B16_3 = G_B14_3; goto IL_0106; } IL_00fb: { NullCheck((RuntimeObject *)(*G_B15_0)); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B15_0)); G_B16_0 = L_28; G_B16_1 = G_B15_1; G_B16_2 = G_B15_2; G_B16_3 = G_B15_3; } IL_0106: { NullCheck(G_B16_2); ArrayElementTypeCheck (G_B16_2, G_B16_0); (G_B16_2)->SetAt(static_cast(G_B16_1), (String_t*)G_B16_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)G_B16_3; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); (L_29)->SetAt(static_cast(8), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_29; RuntimeObject ** L_31 = (RuntimeObject **)__this->get_address_of_Item5_4(); il2cpp_codegen_initobj((&V_4), sizeof(RuntimeObject *)); RuntimeObject * L_32 = V_4; G_B17_0 = L_31; G_B17_1 = ((int32_t)9); G_B17_2 = L_30; G_B17_3 = L_30; if (L_32) { G_B19_0 = L_31; G_B19_1 = ((int32_t)9); G_B19_2 = L_30; G_B19_3 = L_30; goto IL_013f; } } { RuntimeObject * L_33 = (*(RuntimeObject **)G_B17_0); V_4 = (RuntimeObject *)L_33; RuntimeObject * L_34 = V_4; G_B18_0 = (&V_4); G_B18_1 = G_B17_1; G_B18_2 = G_B17_2; G_B18_3 = G_B17_3; if (L_34) { G_B19_0 = (&V_4); G_B19_1 = G_B17_1; G_B19_2 = G_B17_2; G_B19_3 = G_B17_3; goto IL_013f; } } { G_B20_0 = ((String_t*)(NULL)); G_B20_1 = G_B18_1; G_B20_2 = G_B18_2; G_B20_3 = G_B18_3; goto IL_014a; } IL_013f: { NullCheck((RuntimeObject *)(*G_B19_0)); String_t* L_35; L_35 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B19_0)); G_B20_0 = L_35; G_B20_1 = G_B19_1; G_B20_2 = G_B19_2; G_B20_3 = G_B19_3; } IL_014a: { NullCheck(G_B20_2); ArrayElementTypeCheck (G_B20_2, G_B20_0); (G_B20_2)->SetAt(static_cast(G_B20_1), (String_t*)G_B20_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)G_B20_3; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); (L_36)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); String_t* L_37; L_37 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_36, /*hidden argument*/NULL); return (String_t*)L_37; } } IL2CPP_EXTERN_C String_t* ValueTuple_5_ToString_m88C3350E201D73A35449280D569EC3B0ED33AB22_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ValueTuple_5_t1753A6A4C916F008F49E57AC257D0484D051CF59 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ValueTuple_5_ToString_m88C3350E201D73A35449280D569EC3B0ED33AB22(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.ValueTuple`5::.ctor(T1,T2,T3,T4,T5) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_5__ctor_m4431D2FDC4DEF4A15F172C778896BCC5BAAC0E54_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___item10, RuntimeObject * ___item21, RuntimeObject * ___item32, RuntimeObject * ___item43, RuntimeObject * ___item54, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___item10; __this->set_Item1_0(L_0); RuntimeObject * L_1 = ___item21; __this->set_Item2_1(L_1); RuntimeObject * L_2 = ___item32; __this->set_Item3_2(L_2); RuntimeObject * L_3 = ___item43; __this->set_Item4_3(L_3); RuntimeObject * L_4 = ___item54; __this->set_Item5_4(L_4); return; } } IL2CPP_EXTERN_C void ValueTuple_5__ctor_m4431D2FDC4DEF4A15F172C778896BCC5BAAC0E54_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___item10, RuntimeObject * ___item21, RuntimeObject * ___item32, RuntimeObject * ___item43, RuntimeObject * ___item54, const RuntimeMethod* method) { ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ValueTuple_5__ctor_m4431D2FDC4DEF4A15F172C778896BCC5BAAC0E54(_thisAdjusted, ___item10, ___item21, ___item32, ___item43, ___item54, method); } // System.Boolean System.ValueTuple`5::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueTuple_5_Equals_m4FF7BA643BF8F4539D005E09DB2559169B2B2B8E_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0015; } } { RuntimeObject * L_1 = ___obj0; bool L_2; L_2 = ValueTuple_5_Equals_m13A5FAACB29A56F9383E78DEA8C6304CDA4D8D82((ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)__this, (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 )((*(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)((ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)UnBox(L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1)); return (bool)L_2; } IL_0015: { return (bool)0; } } IL2CPP_EXTERN_C bool ValueTuple_5_Equals_m4FF7BA643BF8F4539D005E09DB2559169B2B2B8E_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ValueTuple_5_Equals_m4FF7BA643BF8F4539D005E09DB2559169B2B2B8E(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.ValueTuple`5::Equals(System.ValueTuple`5) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueTuple_5_Equals_m13A5FAACB29A56F9383E78DEA8C6304CDA4D8D82_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 ___other0, const RuntimeMethod* method) { { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_0; L_0 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)); RuntimeObject * L_1 = (RuntimeObject *)__this->get_Item1_0(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_2 = ___other0; RuntimeObject * L_3 = (RuntimeObject *)L_2.get_Item1_0(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_0); bool L_4; L_4 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_0, (RuntimeObject *)L_1, (RuntimeObject *)L_3); if (!L_4) { goto IL_0077; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_5; L_5 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)); RuntimeObject * L_6 = (RuntimeObject *)__this->get_Item2_1(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_7 = ___other0; RuntimeObject * L_8 = (RuntimeObject *)L_7.get_Item2_1(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_5); bool L_9; L_9 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_5, (RuntimeObject *)L_6, (RuntimeObject *)L_8); if (!L_9) { goto IL_0077; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_10; L_10 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); RuntimeObject * L_11 = (RuntimeObject *)__this->get_Item3_2(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_12 = ___other0; RuntimeObject * L_13 = (RuntimeObject *)L_12.get_Item3_2(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_10); bool L_14; L_14 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_10, (RuntimeObject *)L_11, (RuntimeObject *)L_13); if (!L_14) { goto IL_0077; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_15; L_15 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); RuntimeObject * L_16 = (RuntimeObject *)__this->get_Item4_3(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_17 = ___other0; RuntimeObject * L_18 = (RuntimeObject *)L_17.get_Item4_3(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_15); bool L_19; L_19 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_15, (RuntimeObject *)L_16, (RuntimeObject *)L_18); if (!L_19) { goto IL_0077; } } { EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_20; L_20 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); RuntimeObject * L_21 = (RuntimeObject *)__this->get_Item5_4(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_22 = ___other0; RuntimeObject * L_23 = (RuntimeObject *)L_22.get_Item5_4(); NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_20); bool L_24; L_24 = VirtualFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(T,T) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_20, (RuntimeObject *)L_21, (RuntimeObject *)L_23); return (bool)L_24; } IL_0077: { return (bool)0; } } IL2CPP_EXTERN_C bool ValueTuple_5_Equals_m13A5FAACB29A56F9383E78DEA8C6304CDA4D8D82_AdjustorThunk (RuntimeObject * __this, ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 ___other0, const RuntimeMethod* method) { ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ValueTuple_5_Equals_m13A5FAACB29A56F9383E78DEA8C6304CDA4D8D82(_thisAdjusted, ___other0, method); return _returnValue; } // System.Boolean System.ValueTuple`5::System.Collections.IStructuralEquatable.Equals(System.Object,System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValueTuple_5_System_Collections_IStructuralEquatable_Equals_m8252DF08488DF1C954CB5E0D1722416D1AB7D092_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject * L_0 = ___other0; if (!L_0) { goto IL_000b; } } { RuntimeObject * L_1 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_000d; } } IL_000b: { return (bool)0; } IL_000d: { RuntimeObject * L_2 = ___other0; V_0 = (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 )((*(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)((ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)UnBox(L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); RuntimeObject* L_3 = ___comparer1; RuntimeObject * L_4 = (RuntimeObject *)__this->get_Item1_0(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_5 = V_0; RuntimeObject * L_6 = (RuntimeObject *)L_5.get_Item1_0(); NullCheck((RuntimeObject*)L_3); bool L_7; L_7 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_3, (RuntimeObject *)L_4, (RuntimeObject *)L_6); if (!L_7) { goto IL_00a9; } } { RuntimeObject* L_8 = ___comparer1; RuntimeObject * L_9 = (RuntimeObject *)__this->get_Item2_1(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_10 = V_0; RuntimeObject * L_11 = (RuntimeObject *)L_10.get_Item2_1(); NullCheck((RuntimeObject*)L_8); bool L_12; L_12 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_8, (RuntimeObject *)L_9, (RuntimeObject *)L_11); if (!L_12) { goto IL_00a9; } } { RuntimeObject* L_13 = ___comparer1; RuntimeObject * L_14 = (RuntimeObject *)__this->get_Item3_2(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_15 = V_0; RuntimeObject * L_16 = (RuntimeObject *)L_15.get_Item3_2(); NullCheck((RuntimeObject*)L_13); bool L_17; L_17 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_13, (RuntimeObject *)L_14, (RuntimeObject *)L_16); if (!L_17) { goto IL_00a9; } } { RuntimeObject* L_18 = ___comparer1; RuntimeObject * L_19 = (RuntimeObject *)__this->get_Item4_3(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_20 = V_0; RuntimeObject * L_21 = (RuntimeObject *)L_20.get_Item4_3(); NullCheck((RuntimeObject*)L_18); bool L_22; L_22 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_18, (RuntimeObject *)L_19, (RuntimeObject *)L_21); if (!L_22) { goto IL_00a9; } } { RuntimeObject* L_23 = ___comparer1; RuntimeObject * L_24 = (RuntimeObject *)__this->get_Item5_4(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_25 = V_0; RuntimeObject * L_26 = (RuntimeObject *)L_25.get_Item5_4(); NullCheck((RuntimeObject*)L_23); bool L_27; L_27 = InterfaceFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Boolean System.Collections.IEqualityComparer::Equals(System.Object,System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_23, (RuntimeObject *)L_24, (RuntimeObject *)L_26); return (bool)L_27; } IL_00a9: { return (bool)0; } } IL2CPP_EXTERN_C bool ValueTuple_5_System_Collections_IStructuralEquatable_Equals_m8252DF08488DF1C954CB5E0D1722416D1AB7D092_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = ValueTuple_5_System_Collections_IStructuralEquatable_Equals_m8252DF08488DF1C954CB5E0D1722416D1AB7D092(_thisAdjusted, ___other0, ___comparer1, method); return _returnValue; } // System.Int32 System.ValueTuple`5::System.IComparable.CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_System_IComparable_CompareTo_mA065730B1B41F97D5A7FC4189CECDCEA92F8F128_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0005; } } { return (int32_t)1; } IL_0005: { RuntimeObject * L_1 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0037; } } { ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_2 = (*(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)__this); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_3 = (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_3); NullCheck((RuntimeObject *)L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_4, /*hidden argument*/NULL); NullCheck((RuntimeObject *)L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)L_5); String_t* L_7; L_7 = SR_Format_m942E78AC3ABE13F58075ED90094D6074CA5A7DC8((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1459AD7D3E0F8808A85528961118835E18AD1F96)), (RuntimeObject *)L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValueTuple_5_System_IComparable_CompareTo_mA065730B1B41F97D5A7FC4189CECDCEA92F8F128_RuntimeMethod_var))); } IL_0037: { RuntimeObject * L_9 = ___other0; int32_t L_10; L_10 = ValueTuple_5_CompareTo_m0CD68303BE9EAAF5173B5E4F545B2259B1E5B99C((ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)__this, (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 )((*(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)((ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)UnBox(L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 22)); return (int32_t)L_10; } } IL2CPP_EXTERN_C int32_t ValueTuple_5_System_IComparable_CompareTo_mA065730B1B41F97D5A7FC4189CECDCEA92F8F128_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ValueTuple_5_System_IComparable_CompareTo_mA065730B1B41F97D5A7FC4189CECDCEA92F8F128(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ValueTuple`5::CompareTo(System.ValueTuple`5) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_CompareTo_m0CD68303BE9EAAF5173B5E4F545B2259B1E5B99C_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 ___other0, const RuntimeMethod* method) { int32_t V_0 = 0; { Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * L_0; L_0 = (( Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 23)); RuntimeObject * L_1 = (RuntimeObject *)__this->get_Item1_0(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_2 = ___other0; RuntimeObject * L_3 = (RuntimeObject *)L_2.get_Item1_0(); NullCheck((Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_0); int32_t L_4; L_4 = VirtualFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_0, (RuntimeObject *)L_1, (RuntimeObject *)L_3); V_0 = (int32_t)L_4; int32_t L_5 = V_0; if (!L_5) { goto IL_001c; } } { int32_t L_6 = V_0; return (int32_t)L_6; } IL_001c: { Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * L_7; L_7 = (( Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 26)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 26)); RuntimeObject * L_8 = (RuntimeObject *)__this->get_Item2_1(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_9 = ___other0; RuntimeObject * L_10 = (RuntimeObject *)L_9.get_Item2_1(); NullCheck((Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_7); int32_t L_11; L_11 = VirtualFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_7, (RuntimeObject *)L_8, (RuntimeObject *)L_10); V_0 = (int32_t)L_11; int32_t L_12 = V_0; if (!L_12) { goto IL_0038; } } { int32_t L_13 = V_0; return (int32_t)L_13; } IL_0038: { Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * L_14; L_14 = (( Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 29)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 29)); RuntimeObject * L_15 = (RuntimeObject *)__this->get_Item3_2(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_16 = ___other0; RuntimeObject * L_17 = (RuntimeObject *)L_16.get_Item3_2(); NullCheck((Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_14); int32_t L_18; L_18 = VirtualFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_14, (RuntimeObject *)L_15, (RuntimeObject *)L_17); V_0 = (int32_t)L_18; int32_t L_19 = V_0; if (!L_19) { goto IL_0054; } } { int32_t L_20 = V_0; return (int32_t)L_20; } IL_0054: { Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * L_21; L_21 = (( Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 32)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 32)); RuntimeObject * L_22 = (RuntimeObject *)__this->get_Item4_3(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_23 = ___other0; RuntimeObject * L_24 = (RuntimeObject *)L_23.get_Item4_3(); NullCheck((Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_21); int32_t L_25; L_25 = VirtualFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_21, (RuntimeObject *)L_22, (RuntimeObject *)L_24); V_0 = (int32_t)L_25; int32_t L_26 = V_0; if (!L_26) { goto IL_0070; } } { int32_t L_27 = V_0; return (int32_t)L_27; } IL_0070: { Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * L_28; L_28 = (( Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 35)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 35)); RuntimeObject * L_29 = (RuntimeObject *)__this->get_Item5_4(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_30 = ___other0; RuntimeObject * L_31 = (RuntimeObject *)L_30.get_Item5_4(); NullCheck((Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_28); int32_t L_32; L_32 = VirtualFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(T,T) */, (Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 *)L_28, (RuntimeObject *)L_29, (RuntimeObject *)L_31); return (int32_t)L_32; } } IL2CPP_EXTERN_C int32_t ValueTuple_5_CompareTo_m0CD68303BE9EAAF5173B5E4F545B2259B1E5B99C_AdjustorThunk (RuntimeObject * __this, ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 ___other0, const RuntimeMethod* method) { ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ValueTuple_5_CompareTo_m0CD68303BE9EAAF5173B5E4F545B2259B1E5B99C(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.ValueTuple`5::System.Collections.IStructuralComparable.CompareTo(System.Object,System.Collections.IComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m8CE02AFBB4FA64D94BFB84B39357EB029E79CC7A_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { RuntimeObject * L_0 = ___other0; if (L_0) { goto IL_0005; } } { return (int32_t)1; } IL_0005: { RuntimeObject * L_1 = ___other0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))) { goto IL_0037; } } { ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_2 = (*(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)__this); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_3 = (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0), &L_3); NullCheck((RuntimeObject *)L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_4, /*hidden argument*/NULL); NullCheck((RuntimeObject *)L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)L_5); String_t* L_7; L_7 = SR_Format_m942E78AC3ABE13F58075ED90094D6074CA5A7DC8((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1459AD7D3E0F8808A85528961118835E18AD1F96)), (RuntimeObject *)L_6, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, (String_t*)L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m8CE02AFBB4FA64D94BFB84B39357EB029E79CC7A_RuntimeMethod_var))); } IL_0037: { RuntimeObject * L_9 = ___other0; V_0 = (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 )((*(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)((ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)UnBox(L_9, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0))))); RuntimeObject* L_10 = ___comparer1; RuntimeObject * L_11 = (RuntimeObject *)__this->get_Item1_0(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_12 = V_0; RuntimeObject * L_13 = (RuntimeObject *)L_12.get_Item1_0(); NullCheck((RuntimeObject*)L_10); int32_t L_14; L_14 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, (RuntimeObject*)L_10, (RuntimeObject *)L_11, (RuntimeObject *)L_13); V_1 = (int32_t)L_14; int32_t L_15 = V_1; if (!L_15) { goto IL_0060; } } { int32_t L_16 = V_1; return (int32_t)L_16; } IL_0060: { RuntimeObject* L_17 = ___comparer1; RuntimeObject * L_18 = (RuntimeObject *)__this->get_Item2_1(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_19 = V_0; RuntimeObject * L_20 = (RuntimeObject *)L_19.get_Item2_1(); NullCheck((RuntimeObject*)L_17); int32_t L_21; L_21 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, (RuntimeObject*)L_17, (RuntimeObject *)L_18, (RuntimeObject *)L_20); V_1 = (int32_t)L_21; int32_t L_22 = V_1; if (!L_22) { goto IL_0082; } } { int32_t L_23 = V_1; return (int32_t)L_23; } IL_0082: { RuntimeObject* L_24 = ___comparer1; RuntimeObject * L_25 = (RuntimeObject *)__this->get_Item3_2(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_26 = V_0; RuntimeObject * L_27 = (RuntimeObject *)L_26.get_Item3_2(); NullCheck((RuntimeObject*)L_24); int32_t L_28; L_28 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, (RuntimeObject*)L_24, (RuntimeObject *)L_25, (RuntimeObject *)L_27); V_1 = (int32_t)L_28; int32_t L_29 = V_1; if (!L_29) { goto IL_00a4; } } { int32_t L_30 = V_1; return (int32_t)L_30; } IL_00a4: { RuntimeObject* L_31 = ___comparer1; RuntimeObject * L_32 = (RuntimeObject *)__this->get_Item4_3(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_33 = V_0; RuntimeObject * L_34 = (RuntimeObject *)L_33.get_Item4_3(); NullCheck((RuntimeObject*)L_31); int32_t L_35; L_35 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, (RuntimeObject*)L_31, (RuntimeObject *)L_32, (RuntimeObject *)L_34); V_1 = (int32_t)L_35; int32_t L_36 = V_1; if (!L_36) { goto IL_00c6; } } { int32_t L_37 = V_1; return (int32_t)L_37; } IL_00c6: { RuntimeObject* L_38 = ___comparer1; RuntimeObject * L_39 = (RuntimeObject *)__this->get_Item5_4(); ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 L_40 = V_0; RuntimeObject * L_41 = (RuntimeObject *)L_40.get_Item5_4(); NullCheck((RuntimeObject*)L_38); int32_t L_42; L_42 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0_il2cpp_TypeInfo_var, (RuntimeObject*)L_38, (RuntimeObject *)L_39, (RuntimeObject *)L_41); return (int32_t)L_42; } } IL2CPP_EXTERN_C int32_t ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m8CE02AFBB4FA64D94BFB84B39357EB029E79CC7A_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___other0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ValueTuple_5_System_Collections_IStructuralComparable_CompareTo_m8CE02AFBB4FA64D94BFB84B39357EB029E79CC7A(_thisAdjusted, ___other0, ___comparer1, method); return _returnValue; } // System.Int32 System.ValueTuple`5::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_GetHashCode_mFA800E405CB428A7CCDB93AE90918F9F0775F1F9_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject * V_4 = NULL; RuntimeObject ** G_B3_0 = NULL; RuntimeObject ** G_B1_0 = NULL; RuntimeObject ** G_B2_0 = NULL; int32_t G_B4_0 = 0; RuntimeObject ** G_B7_0 = NULL; int32_t G_B7_1 = 0; RuntimeObject ** G_B5_0 = NULL; int32_t G_B5_1 = 0; RuntimeObject ** G_B6_0 = NULL; int32_t G_B6_1 = 0; int32_t G_B8_0 = 0; int32_t G_B8_1 = 0; RuntimeObject ** G_B11_0 = NULL; int32_t G_B11_1 = 0; int32_t G_B11_2 = 0; RuntimeObject ** G_B9_0 = NULL; int32_t G_B9_1 = 0; int32_t G_B9_2 = 0; RuntimeObject ** G_B10_0 = NULL; int32_t G_B10_1 = 0; int32_t G_B10_2 = 0; int32_t G_B12_0 = 0; int32_t G_B12_1 = 0; int32_t G_B12_2 = 0; RuntimeObject ** G_B15_0 = NULL; int32_t G_B15_1 = 0; int32_t G_B15_2 = 0; int32_t G_B15_3 = 0; RuntimeObject ** G_B13_0 = NULL; int32_t G_B13_1 = 0; int32_t G_B13_2 = 0; int32_t G_B13_3 = 0; RuntimeObject ** G_B14_0 = NULL; int32_t G_B14_1 = 0; int32_t G_B14_2 = 0; int32_t G_B14_3 = 0; int32_t G_B16_0 = 0; int32_t G_B16_1 = 0; int32_t G_B16_2 = 0; int32_t G_B16_3 = 0; RuntimeObject ** G_B19_0 = NULL; int32_t G_B19_1 = 0; int32_t G_B19_2 = 0; int32_t G_B19_3 = 0; int32_t G_B19_4 = 0; RuntimeObject ** G_B17_0 = NULL; int32_t G_B17_1 = 0; int32_t G_B17_2 = 0; int32_t G_B17_3 = 0; int32_t G_B17_4 = 0; RuntimeObject ** G_B18_0 = NULL; int32_t G_B18_1 = 0; int32_t G_B18_2 = 0; int32_t G_B18_3 = 0; int32_t G_B18_4 = 0; int32_t G_B20_0 = 0; int32_t G_B20_1 = 0; int32_t G_B20_2 = 0; int32_t G_B20_3 = 0; int32_t G_B20_4 = 0; { RuntimeObject ** L_0 = (RuntimeObject **)__this->get_address_of_Item1_0(); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_1 = V_0; G_B1_0 = L_0; if (L_1) { G_B3_0 = L_0; goto IL_002a; } } { RuntimeObject * L_2 = (*(RuntimeObject **)G_B1_0); V_0 = (RuntimeObject *)L_2; RuntimeObject * L_3 = V_0; G_B2_0 = (&V_0); if (L_3) { G_B3_0 = (&V_0); goto IL_002a; } } { G_B4_0 = 0; goto IL_0035; } IL_002a: { NullCheck((RuntimeObject *)(*G_B3_0)); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(*G_B3_0)); G_B4_0 = L_4; } IL_0035: { RuntimeObject ** L_5 = (RuntimeObject **)__this->get_address_of_Item2_1(); il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_1; G_B5_0 = L_5; G_B5_1 = G_B4_0; if (L_6) { G_B7_0 = L_5; G_B7_1 = G_B4_0; goto IL_005f; } } { RuntimeObject * L_7 = (*(RuntimeObject **)G_B5_0); V_1 = (RuntimeObject *)L_7; RuntimeObject * L_8 = V_1; G_B6_0 = (&V_1); G_B6_1 = G_B5_1; if (L_8) { G_B7_0 = (&V_1); G_B7_1 = G_B5_1; goto IL_005f; } } { G_B8_0 = 0; G_B8_1 = G_B6_1; goto IL_006a; } IL_005f: { NullCheck((RuntimeObject *)(*G_B7_0)); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(*G_B7_0)); G_B8_0 = L_9; G_B8_1 = G_B7_1; } IL_006a: { RuntimeObject ** L_10 = (RuntimeObject **)__this->get_address_of_Item3_2(); il2cpp_codegen_initobj((&V_2), sizeof(RuntimeObject *)); RuntimeObject * L_11 = V_2; G_B9_0 = L_10; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; if (L_11) { G_B11_0 = L_10; G_B11_1 = G_B8_0; G_B11_2 = G_B8_1; goto IL_0094; } } { RuntimeObject * L_12 = (*(RuntimeObject **)G_B9_0); V_2 = (RuntimeObject *)L_12; RuntimeObject * L_13 = V_2; G_B10_0 = (&V_2); G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; if (L_13) { G_B11_0 = (&V_2); G_B11_1 = G_B9_1; G_B11_2 = G_B9_2; goto IL_0094; } } { G_B12_0 = 0; G_B12_1 = G_B10_1; G_B12_2 = G_B10_2; goto IL_009f; } IL_0094: { NullCheck((RuntimeObject *)(*G_B11_0)); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(*G_B11_0)); G_B12_0 = L_14; G_B12_1 = G_B11_1; G_B12_2 = G_B11_2; } IL_009f: { RuntimeObject ** L_15 = (RuntimeObject **)__this->get_address_of_Item4_3(); il2cpp_codegen_initobj((&V_3), sizeof(RuntimeObject *)); RuntimeObject * L_16 = V_3; G_B13_0 = L_15; G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; G_B13_3 = G_B12_2; if (L_16) { G_B15_0 = L_15; G_B15_1 = G_B12_0; G_B15_2 = G_B12_1; G_B15_3 = G_B12_2; goto IL_00c9; } } { RuntimeObject * L_17 = (*(RuntimeObject **)G_B13_0); V_3 = (RuntimeObject *)L_17; RuntimeObject * L_18 = V_3; G_B14_0 = (&V_3); G_B14_1 = G_B13_1; G_B14_2 = G_B13_2; G_B14_3 = G_B13_3; if (L_18) { G_B15_0 = (&V_3); G_B15_1 = G_B13_1; G_B15_2 = G_B13_2; G_B15_3 = G_B13_3; goto IL_00c9; } } { G_B16_0 = 0; G_B16_1 = G_B14_1; G_B16_2 = G_B14_2; G_B16_3 = G_B14_3; goto IL_00d4; } IL_00c9: { NullCheck((RuntimeObject *)(*G_B15_0)); int32_t L_19; L_19 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(*G_B15_0)); G_B16_0 = L_19; G_B16_1 = G_B15_1; G_B16_2 = G_B15_2; G_B16_3 = G_B15_3; } IL_00d4: { RuntimeObject ** L_20 = (RuntimeObject **)__this->get_address_of_Item5_4(); il2cpp_codegen_initobj((&V_4), sizeof(RuntimeObject *)); RuntimeObject * L_21 = V_4; G_B17_0 = L_20; G_B17_1 = G_B16_0; G_B17_2 = G_B16_1; G_B17_3 = G_B16_2; G_B17_4 = G_B16_3; if (L_21) { G_B19_0 = L_20; G_B19_1 = G_B16_0; G_B19_2 = G_B16_1; G_B19_3 = G_B16_2; G_B19_4 = G_B16_3; goto IL_0101; } } { RuntimeObject * L_22 = (*(RuntimeObject **)G_B17_0); V_4 = (RuntimeObject *)L_22; RuntimeObject * L_23 = V_4; G_B18_0 = (&V_4); G_B18_1 = G_B17_1; G_B18_2 = G_B17_2; G_B18_3 = G_B17_3; G_B18_4 = G_B17_4; if (L_23) { G_B19_0 = (&V_4); G_B19_1 = G_B17_1; G_B19_2 = G_B17_2; G_B19_3 = G_B17_3; G_B19_4 = G_B17_4; goto IL_0101; } } { G_B20_0 = 0; G_B20_1 = G_B18_1; G_B20_2 = G_B18_2; G_B20_3 = G_B18_3; G_B20_4 = G_B18_4; goto IL_010c; } IL_0101: { NullCheck((RuntimeObject *)(*G_B19_0)); int32_t L_24; L_24 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(*G_B19_0)); G_B20_0 = L_24; G_B20_1 = G_B19_1; G_B20_2 = G_B19_2; G_B20_3 = G_B19_3; G_B20_4 = G_B19_4; } IL_010c: { int32_t L_25; L_25 = ValueTuple_CombineHashCodes_m3F9A61D754020CB9186BA94BFD3A084725C34705((int32_t)G_B20_4, (int32_t)G_B20_3, (int32_t)G_B20_2, (int32_t)G_B20_1, (int32_t)G_B20_0, /*hidden argument*/NULL); return (int32_t)L_25; } } IL2CPP_EXTERN_C int32_t ValueTuple_5_GetHashCode_mFA800E405CB428A7CCDB93AE90918F9F0775F1F9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ValueTuple_5_GetHashCode_mFA800E405CB428A7CCDB93AE90918F9F0775F1F9(_thisAdjusted, method); return _returnValue; } // System.Int32 System.ValueTuple`5::System.Collections.IStructuralEquatable.GetHashCode(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_System_Collections_IStructuralEquatable_GetHashCode_m76AFC6B5F73E5B75D026B2DADBEDCB4261EDB349_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___comparer0; int32_t L_1; L_1 = ValueTuple_5_GetHashCodeCore_m0E0CAAD55A4378935E18F55A38A5D319EE1782DE((ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)(ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 *)__this, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 38)); return (int32_t)L_1; } } IL2CPP_EXTERN_C int32_t ValueTuple_5_System_Collections_IStructuralEquatable_GetHashCode_m76AFC6B5F73E5B75D026B2DADBEDCB4261EDB349_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ValueTuple_5_System_Collections_IStructuralEquatable_GetHashCode_m76AFC6B5F73E5B75D026B2DADBEDCB4261EDB349(_thisAdjusted, ___comparer0, method); return _returnValue; } // System.Int32 System.ValueTuple`5::GetHashCodeCore(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTuple_5_GetHashCodeCore_m0E0CAAD55A4378935E18F55A38A5D319EE1782DE_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___comparer0; RuntimeObject * L_1 = (RuntimeObject *)__this->get_Item1_0(); NullCheck((RuntimeObject*)L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(1 /* System.Int32 System.Collections.IEqualityComparer::GetHashCode(System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_0, (RuntimeObject *)L_1); RuntimeObject* L_3 = ___comparer0; RuntimeObject * L_4 = (RuntimeObject *)__this->get_Item2_1(); NullCheck((RuntimeObject*)L_3); int32_t L_5; L_5 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(1 /* System.Int32 System.Collections.IEqualityComparer::GetHashCode(System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_3, (RuntimeObject *)L_4); RuntimeObject* L_6 = ___comparer0; RuntimeObject * L_7 = (RuntimeObject *)__this->get_Item3_2(); NullCheck((RuntimeObject*)L_6); int32_t L_8; L_8 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(1 /* System.Int32 System.Collections.IEqualityComparer::GetHashCode(System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_6, (RuntimeObject *)L_7); RuntimeObject* L_9 = ___comparer0; RuntimeObject * L_10 = (RuntimeObject *)__this->get_Item4_3(); NullCheck((RuntimeObject*)L_9); int32_t L_11; L_11 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(1 /* System.Int32 System.Collections.IEqualityComparer::GetHashCode(System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_9, (RuntimeObject *)L_10); RuntimeObject* L_12 = ___comparer0; RuntimeObject * L_13 = (RuntimeObject *)__this->get_Item5_4(); NullCheck((RuntimeObject*)L_12); int32_t L_14; L_14 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(1 /* System.Int32 System.Collections.IEqualityComparer::GetHashCode(System.Object) */, IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68_il2cpp_TypeInfo_var, (RuntimeObject*)L_12, (RuntimeObject *)L_13); int32_t L_15; L_15 = ValueTuple_CombineHashCodes_m3F9A61D754020CB9186BA94BFD3A084725C34705((int32_t)L_2, (int32_t)L_5, (int32_t)L_8, (int32_t)L_11, (int32_t)L_14, /*hidden argument*/NULL); return (int32_t)L_15; } } IL2CPP_EXTERN_C int32_t ValueTuple_5_GetHashCodeCore_m0E0CAAD55A4378935E18F55A38A5D319EE1782DE_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ValueTuple_5_GetHashCodeCore_m0E0CAAD55A4378935E18F55A38A5D319EE1782DE(_thisAdjusted, ___comparer0, method); return _returnValue; } // System.String System.ValueTuple`5::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueTuple_5_ToString_m10AAF418DCBA5D34DDE2388130260FA037484E5D_gshared (ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject * V_4 = NULL; RuntimeObject ** G_B3_0 = NULL; int32_t G_B3_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B3_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B3_3 = NULL; RuntimeObject ** G_B1_0 = NULL; int32_t G_B1_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B1_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B1_3 = NULL; RuntimeObject ** G_B2_0 = NULL; int32_t G_B2_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B2_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B2_3 = NULL; String_t* G_B4_0 = NULL; int32_t G_B4_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_3 = NULL; RuntimeObject ** G_B7_0 = NULL; int32_t G_B7_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B7_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B7_3 = NULL; RuntimeObject ** G_B5_0 = NULL; int32_t G_B5_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_3 = NULL; RuntimeObject ** G_B6_0 = NULL; int32_t G_B6_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B6_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B6_3 = NULL; String_t* G_B8_0 = NULL; int32_t G_B8_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B8_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B8_3 = NULL; RuntimeObject ** G_B11_0 = NULL; int32_t G_B11_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B11_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B11_3 = NULL; RuntimeObject ** G_B9_0 = NULL; int32_t G_B9_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B9_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B9_3 = NULL; RuntimeObject ** G_B10_0 = NULL; int32_t G_B10_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B10_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B10_3 = NULL; String_t* G_B12_0 = NULL; int32_t G_B12_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B12_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B12_3 = NULL; RuntimeObject ** G_B15_0 = NULL; int32_t G_B15_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B15_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B15_3 = NULL; RuntimeObject ** G_B13_0 = NULL; int32_t G_B13_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B13_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B13_3 = NULL; RuntimeObject ** G_B14_0 = NULL; int32_t G_B14_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B14_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B14_3 = NULL; String_t* G_B16_0 = NULL; int32_t G_B16_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B16_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B16_3 = NULL; RuntimeObject ** G_B19_0 = NULL; int32_t G_B19_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B19_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B19_3 = NULL; RuntimeObject ** G_B17_0 = NULL; int32_t G_B17_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B17_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B17_3 = NULL; RuntimeObject ** G_B18_0 = NULL; int32_t G_B18_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B18_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B18_3 = NULL; String_t* G_B20_0 = NULL; int32_t G_B20_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B20_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B20_3 = NULL; { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_1; RuntimeObject ** L_3 = (RuntimeObject **)__this->get_address_of_Item1_0(); il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_0; G_B1_0 = L_3; G_B1_1 = 1; G_B1_2 = L_2; G_B1_3 = L_2; if (L_4) { G_B3_0 = L_3; G_B3_1 = 1; G_B3_2 = L_2; G_B3_3 = L_2; goto IL_003b; } } { RuntimeObject * L_5 = (*(RuntimeObject **)G_B1_0); V_0 = (RuntimeObject *)L_5; RuntimeObject * L_6 = V_0; G_B2_0 = (&V_0); G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; G_B2_3 = G_B1_3; if (L_6) { G_B3_0 = (&V_0); G_B3_1 = G_B1_1; G_B3_2 = G_B1_2; G_B3_3 = G_B1_3; goto IL_003b; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_1; G_B4_2 = G_B2_2; G_B4_3 = G_B2_3; goto IL_0046; } IL_003b: { NullCheck((RuntimeObject *)(*G_B3_0)); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B3_0)); G_B4_0 = L_7; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; } IL_0046: { NullCheck(G_B4_2); ArrayElementTypeCheck (G_B4_2, G_B4_0); (G_B4_2)->SetAt(static_cast(G_B4_1), (String_t*)G_B4_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)G_B4_3; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); (L_8)->SetAt(static_cast(2), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_8; RuntimeObject ** L_10 = (RuntimeObject **)__this->get_address_of_Item2_1(); il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_11 = V_1; G_B5_0 = L_10; G_B5_1 = 3; G_B5_2 = L_9; G_B5_3 = L_9; if (L_11) { G_B7_0 = L_10; G_B7_1 = 3; G_B7_2 = L_9; G_B7_3 = L_9; goto IL_007b; } } { RuntimeObject * L_12 = (*(RuntimeObject **)G_B5_0); V_1 = (RuntimeObject *)L_12; RuntimeObject * L_13 = V_1; G_B6_0 = (&V_1); G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; G_B6_3 = G_B5_3; if (L_13) { G_B7_0 = (&V_1); G_B7_1 = G_B5_1; G_B7_2 = G_B5_2; G_B7_3 = G_B5_3; goto IL_007b; } } { G_B8_0 = ((String_t*)(NULL)); G_B8_1 = G_B6_1; G_B8_2 = G_B6_2; G_B8_3 = G_B6_3; goto IL_0086; } IL_007b: { NullCheck((RuntimeObject *)(*G_B7_0)); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B7_0)); G_B8_0 = L_14; G_B8_1 = G_B7_1; G_B8_2 = G_B7_2; G_B8_3 = G_B7_3; } IL_0086: { NullCheck(G_B8_2); ArrayElementTypeCheck (G_B8_2, G_B8_0); (G_B8_2)->SetAt(static_cast(G_B8_1), (String_t*)G_B8_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)G_B8_3; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); (L_15)->SetAt(static_cast(4), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_15; RuntimeObject ** L_17 = (RuntimeObject **)__this->get_address_of_Item3_2(); il2cpp_codegen_initobj((&V_2), sizeof(RuntimeObject *)); RuntimeObject * L_18 = V_2; G_B9_0 = L_17; G_B9_1 = 5; G_B9_2 = L_16; G_B9_3 = L_16; if (L_18) { G_B11_0 = L_17; G_B11_1 = 5; G_B11_2 = L_16; G_B11_3 = L_16; goto IL_00bb; } } { RuntimeObject * L_19 = (*(RuntimeObject **)G_B9_0); V_2 = (RuntimeObject *)L_19; RuntimeObject * L_20 = V_2; G_B10_0 = (&V_2); G_B10_1 = G_B9_1; G_B10_2 = G_B9_2; G_B10_3 = G_B9_3; if (L_20) { G_B11_0 = (&V_2); G_B11_1 = G_B9_1; G_B11_2 = G_B9_2; G_B11_3 = G_B9_3; goto IL_00bb; } } { G_B12_0 = ((String_t*)(NULL)); G_B12_1 = G_B10_1; G_B12_2 = G_B10_2; G_B12_3 = G_B10_3; goto IL_00c6; } IL_00bb: { NullCheck((RuntimeObject *)(*G_B11_0)); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B11_0)); G_B12_0 = L_21; G_B12_1 = G_B11_1; G_B12_2 = G_B11_2; G_B12_3 = G_B11_3; } IL_00c6: { NullCheck(G_B12_2); ArrayElementTypeCheck (G_B12_2, G_B12_0); (G_B12_2)->SetAt(static_cast(G_B12_1), (String_t*)G_B12_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)G_B12_3; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); (L_22)->SetAt(static_cast(6), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_22; RuntimeObject ** L_24 = (RuntimeObject **)__this->get_address_of_Item4_3(); il2cpp_codegen_initobj((&V_3), sizeof(RuntimeObject *)); RuntimeObject * L_25 = V_3; G_B13_0 = L_24; G_B13_1 = 7; G_B13_2 = L_23; G_B13_3 = L_23; if (L_25) { G_B15_0 = L_24; G_B15_1 = 7; G_B15_2 = L_23; G_B15_3 = L_23; goto IL_00fb; } } { RuntimeObject * L_26 = (*(RuntimeObject **)G_B13_0); V_3 = (RuntimeObject *)L_26; RuntimeObject * L_27 = V_3; G_B14_0 = (&V_3); G_B14_1 = G_B13_1; G_B14_2 = G_B13_2; G_B14_3 = G_B13_3; if (L_27) { G_B15_0 = (&V_3); G_B15_1 = G_B13_1; G_B15_2 = G_B13_2; G_B15_3 = G_B13_3; goto IL_00fb; } } { G_B16_0 = ((String_t*)(NULL)); G_B16_1 = G_B14_1; G_B16_2 = G_B14_2; G_B16_3 = G_B14_3; goto IL_0106; } IL_00fb: { NullCheck((RuntimeObject *)(*G_B15_0)); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B15_0)); G_B16_0 = L_28; G_B16_1 = G_B15_1; G_B16_2 = G_B15_2; G_B16_3 = G_B15_3; } IL_0106: { NullCheck(G_B16_2); ArrayElementTypeCheck (G_B16_2, G_B16_0); (G_B16_2)->SetAt(static_cast(G_B16_1), (String_t*)G_B16_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)G_B16_3; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); (L_29)->SetAt(static_cast(8), (String_t*)_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_29; RuntimeObject ** L_31 = (RuntimeObject **)__this->get_address_of_Item5_4(); il2cpp_codegen_initobj((&V_4), sizeof(RuntimeObject *)); RuntimeObject * L_32 = V_4; G_B17_0 = L_31; G_B17_1 = ((int32_t)9); G_B17_2 = L_30; G_B17_3 = L_30; if (L_32) { G_B19_0 = L_31; G_B19_1 = ((int32_t)9); G_B19_2 = L_30; G_B19_3 = L_30; goto IL_013f; } } { RuntimeObject * L_33 = (*(RuntimeObject **)G_B17_0); V_4 = (RuntimeObject *)L_33; RuntimeObject * L_34 = V_4; G_B18_0 = (&V_4); G_B18_1 = G_B17_1; G_B18_2 = G_B17_2; G_B18_3 = G_B17_3; if (L_34) { G_B19_0 = (&V_4); G_B19_1 = G_B17_1; G_B19_2 = G_B17_2; G_B19_3 = G_B17_3; goto IL_013f; } } { G_B20_0 = ((String_t*)(NULL)); G_B20_1 = G_B18_1; G_B20_2 = G_B18_2; G_B20_3 = G_B18_3; goto IL_014a; } IL_013f: { NullCheck((RuntimeObject *)(*G_B19_0)); String_t* L_35; L_35 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*G_B19_0)); G_B20_0 = L_35; G_B20_1 = G_B19_1; G_B20_2 = G_B19_2; G_B20_3 = G_B19_3; } IL_014a: { NullCheck(G_B20_2); ArrayElementTypeCheck (G_B20_2, G_B20_0); (G_B20_2)->SetAt(static_cast(G_B20_1), (String_t*)G_B20_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)G_B20_3; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); (L_36)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); String_t* L_37; L_37 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_36, /*hidden argument*/NULL); return (String_t*)L_37; } } IL2CPP_EXTERN_C String_t* ValueTuple_5_ToString_m10AAF418DCBA5D34DDE2388130260FA037484E5D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { ValueTuple_5_t7035EE5EAF679A24F0BD61C967C7A77F39847701 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = ValueTuple_5_ToString_m10AAF418DCBA5D34DDE2388130260FA037484E5D(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void o0.VarianceMaintainer`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VarianceMaintainer_1__ctor_m56BF885B87ADE39787AF65A20CE15D436D6CC735_gshared (VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 * __this, const RuntimeMethod* method) { { NullCheck((MeanMaintainer_1_t3E8FB524966B8B4F04BD59F52530EDB0EF55FE50 *)__this); (( void (*) (MeanMaintainer_1_t3E8FB524966B8B4F04BD59F52530EDB0EF55FE50 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MeanMaintainer_1_t3E8FB524966B8B4F04BD59F52530EDB0EF55FE50 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); double L_0 = ((Num_1_t567BF4730442078169C7E353D2F085B6FE1BF83B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)))->get_Zero_12(); __this->set_Variance_2(L_0); return; } } // T o0.VarianceMaintainer`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double VarianceMaintainer_1_Add_mE9C5BA0AA614E11A0D1F56C6752F75752E481384_gshared (VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 * __this, double ___Value0, const RuntimeMethod* method) { double V_0 = 0.0; double V_1 = 0.0; { double L_0 = ___Value0; NullCheck((MeanMaintainer_1_t3E8FB524966B8B4F04BD59F52530EDB0EF55FE50 *)__this); double L_1; L_1 = (( double (*) (MeanMaintainer_1_t3E8FB524966B8B4F04BD59F52530EDB0EF55FE50 *, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((MeanMaintainer_1_t3E8FB524966B8B4F04BD59F52530EDB0EF55FE50 *)__this, (double)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); double L_2 = ___Value0; double L_3 = (double)((MeanMaintainer_1_t3E8FB524966B8B4F04BD59F52530EDB0EF55FE50 *)__this)->get_Mean_1(); double L_4; L_4 = (( double (*) (double, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((double)L_2, (double)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_0 = (double)L_4; double* L_5 = (double*)__this->get_address_of_Variance_2(); double L_6 = V_0; double L_7 = V_0; double L_8; L_8 = (( double (*) (double, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((double)L_6, (double)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_9 = (int32_t)((MeanMaintainer_1_t3E8FB524966B8B4F04BD59F52530EDB0EF55FE50 *)__this)->get_Count_0(); double L_10; L_10 = (( double (*) (double*, double, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((double*)(double*)L_5, (double)L_8, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_1 = (double)L_10; goto IL_0031; } IL_0031: { double L_11 = V_1; return (double)L_11; } } // T o0.VarianceMaintainer`1::op_Implicit(o0.VarianceMaintainer`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double VarianceMaintainer_1_op_Implicit_m183D4361C8A2650F0BA809FF87F04A5CAA3FD129_gshared (VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 ** ___a0, const RuntimeMethod* method) { { VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 ** L_0 = ___a0; VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 * L_1 = *((VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 **)L_0); NullCheck(L_1); double L_2 = (double)L_1->get_Variance_2(); return (double)L_2; } } // System.String o0.VarianceMaintainer`1::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* VarianceMaintainer_1_ToString_mFE9D11079074C63C22F38976568AE21B89086E7A_gshared (VarianceMaintainer_1_t1210D9639573749DB208D77E82A28FDD15F98135 * __this, const RuntimeMethod* method) { { double* L_0 = (double*)__this->get_address_of_Variance_2(); String_t* L_1; L_1 = Double_ToString_m87E4A4DC004A167CF0AE1F2D271BC20A708CE57D((double*)(double*)L_0, /*hidden argument*/NULL); return (String_t*)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void o0.VarianceMaintainer`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VarianceMaintainer_1__ctor_mA6D7842B850029D6E6A7934700B554FC4AC7FB30_gshared (VarianceMaintainer_1_tEBB12FBD42B43EE7CBC836288D934536B71CF61A * __this, const RuntimeMethod* method) { { NullCheck((MeanMaintainer_1_t338E1379752995BF8DB75A27E1109BC52FE5EDA1 *)__this); (( void (*) (MeanMaintainer_1_t338E1379752995BF8DB75A27E1109BC52FE5EDA1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((MeanMaintainer_1_t338E1379752995BF8DB75A27E1109BC52FE5EDA1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)); RuntimeObject * L_0 = ((Num_1_t3549545D3B964F8065F4782AD2096C0DDBDE4C66_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2)))->get_Zero_12(); __this->set_Variance_2(L_0); return; } } // T o0.VarianceMaintainer`1::Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * VarianceMaintainer_1_Add_mFF10B2ED067F6BD22257D6F563BAE1FAA08496BF_gshared (VarianceMaintainer_1_tEBB12FBD42B43EE7CBC836288D934536B71CF61A * __this, RuntimeObject * ___Value0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; { RuntimeObject * L_0 = ___Value0; NullCheck((MeanMaintainer_1_t338E1379752995BF8DB75A27E1109BC52FE5EDA1 *)__this); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (MeanMaintainer_1_t338E1379752995BF8DB75A27E1109BC52FE5EDA1 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((MeanMaintainer_1_t338E1379752995BF8DB75A27E1109BC52FE5EDA1 *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); RuntimeObject * L_2 = ___Value0; RuntimeObject * L_3 = (RuntimeObject *)((MeanMaintainer_1_t338E1379752995BF8DB75A27E1109BC52FE5EDA1 *)__this)->get_Mean_1(); RuntimeObject * L_4; L_4 = (( RuntimeObject * (*) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((RuntimeObject *)L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_0 = (RuntimeObject *)L_4; RuntimeObject ** L_5 = (RuntimeObject **)__this->get_address_of_Variance_2(); RuntimeObject * L_6 = V_0; RuntimeObject * L_7 = V_0; RuntimeObject * L_8; L_8 = (( RuntimeObject * (*) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject *)L_6, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)); int32_t L_9 = (int32_t)((MeanMaintainer_1_t338E1379752995BF8DB75A27E1109BC52FE5EDA1 *)__this)->get_Count_0(); RuntimeObject * L_10; L_10 = (( RuntimeObject * (*) (RuntimeObject **, RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((RuntimeObject **)(RuntimeObject **)L_5, (RuntimeObject *)L_8, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)); V_1 = (RuntimeObject *)L_10; goto IL_0031; } IL_0031: { RuntimeObject * L_11 = V_1; return (RuntimeObject *)L_11; } } // T o0.VarianceMaintainer`1::op_Implicit(o0.VarianceMaintainer`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * VarianceMaintainer_1_op_Implicit_mCB8B7454019B0A6B448B5CEE7961EC77C36BBC37_gshared (VarianceMaintainer_1_tEBB12FBD42B43EE7CBC836288D934536B71CF61A ** ___a0, const RuntimeMethod* method) { { VarianceMaintainer_1_tEBB12FBD42B43EE7CBC836288D934536B71CF61A ** L_0 = ___a0; VarianceMaintainer_1_tEBB12FBD42B43EE7CBC836288D934536B71CF61A * L_1 = *((VarianceMaintainer_1_tEBB12FBD42B43EE7CBC836288D934536B71CF61A **)L_0); NullCheck(L_1); RuntimeObject * L_2 = (RuntimeObject *)L_1->get_Variance_2(); return (RuntimeObject *)L_2; } } // System.String o0.VarianceMaintainer`1::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* VarianceMaintainer_1_ToString_m891EB7BE66B97E00B92DE3EBE25A9897B283363E_gshared (VarianceMaintainer_1_tEBB12FBD42B43EE7CBC836288D934536B71CF61A * __this, const RuntimeMethod* method) { { RuntimeObject ** L_0 = (RuntimeObject **)__this->get_address_of_Variance_2(); NullCheck((RuntimeObject *)(*L_0)); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)(*L_0)); return (String_t*)L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::SameAs(MathNet.Numerics.LinearAlgebra.Matrix`1,MathNet.Numerics.LinearAlgebra.Vector`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * VectorBuilder_1_SameAs_mD978BF38905E9158FC103E3ACBFAEB50F8853F76_gshared (VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * __this, Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * ___matrix0, Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * ___vector1, int32_t ___length2, const RuntimeMethod* method) { { Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_0 = ___matrix0; NullCheck((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_0); MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * L_1; L_1 = (( MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * (*) (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 *)L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::get_IsDense() */, (MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 *)L_1); if (L_2) { goto IL_0022; } } { Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_3 = ___vector1; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_3); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_4; L_4 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::get_IsDense() */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_4); if (L_5) { goto IL_0022; } } { int32_t L_6 = ___length2; NullCheck((VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)__this); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_7; L_7 = (( Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * (*) (VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)__this, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_7; } IL_0022: { int32_t L_8 = ___length2; NullCheck((VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)__this); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_9; L_9 = (( Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * (*) (VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)__this, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_9; } } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Dense(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * VectorBuilder_1_Dense_m205359683AC95321C54C09160565CC0DCABDF46B_gshared (VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * __this, int32_t ___size0, const RuntimeMethod* method) { { int32_t L_0 = ___size0; DenseVectorStorage_1_tFEFBCD463D1D0F92D92410D51FAAB6EFBDA4532E * L_1 = (DenseVectorStorage_1_tFEFBCD463D1D0F92D92410D51FAAB6EFBDA4532E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (DenseVectorStorage_1_tFEFBCD463D1D0F92D92410D51FAAB6EFBDA4532E *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_1, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)__this); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_2; L_2 = VirtualFuncInvoker1< Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, DenseVectorStorage_1_tFEFBCD463D1D0F92D92410D51FAAB6EFBDA4532E * >::Invoke(6 /* MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Dense(MathNet.Numerics.LinearAlgebra.Storage.DenseVectorStorage`1) */, (VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)__this, (DenseVectorStorage_1_tFEFBCD463D1D0F92D92410D51FAAB6EFBDA4532E *)L_1); return (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_2; } } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Sparse(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * VectorBuilder_1_Sparse_m5C81B9ED499D209E2DECA7967B0DD94027BA47AB_gshared (VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * __this, int32_t ___size0, const RuntimeMethod* method) { { int32_t L_0 = ___size0; SparseVectorStorage_1_t3E4E4D209BE13DA83B2834BA61F883B1A5CE9828 * L_1 = (SparseVectorStorage_1_t3E4E4D209BE13DA83B2834BA61F883B1A5CE9828 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); (( void (*) (SparseVectorStorage_1_t3E4E4D209BE13DA83B2834BA61F883B1A5CE9828 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)(L_1, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)__this); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_2; L_2 = VirtualFuncInvoker1< Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, SparseVectorStorage_1_t3E4E4D209BE13DA83B2834BA61F883B1A5CE9828 * >::Invoke(7 /* MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Sparse(MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1) */, (VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)__this, (SparseVectorStorage_1_t3E4E4D209BE13DA83B2834BA61F883B1A5CE9828 *)L_1); return (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.VectorBuilder`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorBuilder_1__ctor_mE82A7CC3BE0D90168D2C047BD0E69808EF813B7A_gshared (VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::SameAs(MathNet.Numerics.LinearAlgebra.Matrix`1,MathNet.Numerics.LinearAlgebra.Vector`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * VectorBuilder_1_SameAs_m4AB3A0C2AB1E64CA0863A0CA8D48980F3253E9E9_gshared (VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * __this, Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * ___matrix0, Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * ___vector1, int32_t ___length2, const RuntimeMethod* method) { { Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_0 = ___matrix0; NullCheck((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_0); MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * L_1; L_1 = (( MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * (*) (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 *)L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::get_IsDense() */, (MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 *)L_1); if (L_2) { goto IL_0022; } } { Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * L_3 = ___vector1; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_3); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_4; L_4 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::get_IsDense() */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_4); if (L_5) { goto IL_0022; } } { int32_t L_6 = ___length2; NullCheck((VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)__this); Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * L_7; L_7 = (( Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * (*) (VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)__this, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_7; } IL_0022: { int32_t L_8 = ___length2; NullCheck((VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)__this); Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * L_9; L_9 = (( Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * (*) (VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)__this, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_9; } } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Dense(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * VectorBuilder_1_Dense_m3C11311A6D978DBD19B76F4814416176AA75C0E9_gshared (VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * __this, int32_t ___size0, const RuntimeMethod* method) { { int32_t L_0 = ___size0; DenseVectorStorage_1_t89C60D717FC710E192C2A92D3AA98DE14B709563 * L_1 = (DenseVectorStorage_1_t89C60D717FC710E192C2A92D3AA98DE14B709563 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (DenseVectorStorage_1_t89C60D717FC710E192C2A92D3AA98DE14B709563 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_1, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)__this); Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * L_2; L_2 = VirtualFuncInvoker1< Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, DenseVectorStorage_1_t89C60D717FC710E192C2A92D3AA98DE14B709563 * >::Invoke(6 /* MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Dense(MathNet.Numerics.LinearAlgebra.Storage.DenseVectorStorage`1) */, (VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)__this, (DenseVectorStorage_1_t89C60D717FC710E192C2A92D3AA98DE14B709563 *)L_1); return (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_2; } } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Sparse(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * VectorBuilder_1_Sparse_mA235FAA105B3D53BF888D476A7E2E80DE7D2BAD1_gshared (VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * __this, int32_t ___size0, const RuntimeMethod* method) { { int32_t L_0 = ___size0; SparseVectorStorage_1_tB54F41AAF7DDE4A560FE3F872385341D1E238942 * L_1 = (SparseVectorStorage_1_tB54F41AAF7DDE4A560FE3F872385341D1E238942 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); (( void (*) (SparseVectorStorage_1_tB54F41AAF7DDE4A560FE3F872385341D1E238942 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)(L_1, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)__this); Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * L_2; L_2 = VirtualFuncInvoker1< Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, SparseVectorStorage_1_tB54F41AAF7DDE4A560FE3F872385341D1E238942 * >::Invoke(7 /* MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Sparse(MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1) */, (VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)__this, (SparseVectorStorage_1_tB54F41AAF7DDE4A560FE3F872385341D1E238942 *)L_1); return (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.VectorBuilder`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorBuilder_1__ctor_m907E0AAC305E7E9D046B5CCB341AA2277DF482F7_gshared (VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::SameAs(MathNet.Numerics.LinearAlgebra.Matrix`1,MathNet.Numerics.LinearAlgebra.Vector`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t04BD986700481778192B0CF621635E64D169D13C * VectorBuilder_1_SameAs_mBFA3A6AB0F28C91D014B9048F10B0F8AE24153FE_gshared (VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * __this, Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * ___matrix0, Vector_1_t04BD986700481778192B0CF621635E64D169D13C * ___vector1, int32_t ___length2, const RuntimeMethod* method) { { Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_0 = ___matrix0; NullCheck((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_0); MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * L_1; L_1 = (( MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::get_IsDense() */, (MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_1); if (L_2) { goto IL_0022; } } { Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_3 = ___vector1; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_3); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_4; L_4 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::get_IsDense() */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_4); if (L_5) { goto IL_0022; } } { int32_t L_6 = ___length2; NullCheck((VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)__this); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_7; L_7 = (( Vector_1_t04BD986700481778192B0CF621635E64D169D13C * (*) (VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)__this, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_7; } IL_0022: { int32_t L_8 = ___length2; NullCheck((VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)__this); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_9; L_9 = (( Vector_1_t04BD986700481778192B0CF621635E64D169D13C * (*) (VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)__this, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_9; } } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Dense(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t04BD986700481778192B0CF621635E64D169D13C * VectorBuilder_1_Dense_m530590EC03B777DB102E7730A3C1F7A313779EF7_gshared (VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * __this, int32_t ___size0, const RuntimeMethod* method) { { int32_t L_0 = ___size0; DenseVectorStorage_1_tA59E04C952863313AF87B367F1EFCB0E370458A2 * L_1 = (DenseVectorStorage_1_tA59E04C952863313AF87B367F1EFCB0E370458A2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (DenseVectorStorage_1_tA59E04C952863313AF87B367F1EFCB0E370458A2 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_1, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)__this); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_2; L_2 = VirtualFuncInvoker1< Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, DenseVectorStorage_1_tA59E04C952863313AF87B367F1EFCB0E370458A2 * >::Invoke(6 /* MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Dense(MathNet.Numerics.LinearAlgebra.Storage.DenseVectorStorage`1) */, (VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)__this, (DenseVectorStorage_1_tA59E04C952863313AF87B367F1EFCB0E370458A2 *)L_1); return (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_2; } } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Sparse(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t04BD986700481778192B0CF621635E64D169D13C * VectorBuilder_1_Sparse_m7FD47D64E8620130B6B9F01D10FEE4653E37731D_gshared (VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * __this, int32_t ___size0, const RuntimeMethod* method) { { int32_t L_0 = ___size0; SparseVectorStorage_1_tF77818762314F3FACAE652B4DB9BD68C8AD9F70A * L_1 = (SparseVectorStorage_1_tF77818762314F3FACAE652B4DB9BD68C8AD9F70A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); (( void (*) (SparseVectorStorage_1_tF77818762314F3FACAE652B4DB9BD68C8AD9F70A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)(L_1, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)__this); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_2; L_2 = VirtualFuncInvoker1< Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, SparseVectorStorage_1_tF77818762314F3FACAE652B4DB9BD68C8AD9F70A * >::Invoke(7 /* MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Sparse(MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1) */, (VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)__this, (SparseVectorStorage_1_tF77818762314F3FACAE652B4DB9BD68C8AD9F70A *)L_1); return (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.VectorBuilder`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorBuilder_1__ctor_mC499D888CF00D8AAD275C438F97D5D3BAD82EAED_gshared (VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::SameAs(MathNet.Numerics.LinearAlgebra.Matrix`1,MathNet.Numerics.LinearAlgebra.Vector`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * VectorBuilder_1_SameAs_m36DB1D71F4CCA84B767A5F51A244985D1AD6C463_gshared (VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * __this, Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * ___matrix0, Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * ___vector1, int32_t ___length2, const RuntimeMethod* method) { { Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_0 = ___matrix0; NullCheck((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_0); MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * L_1; L_1 = (( MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * (*) (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)); NullCheck((MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *)L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::get_IsDense() */, (MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *)L_1); if (L_2) { goto IL_0022; } } { Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * L_3 = ___vector1; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_3); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_4; L_4 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::get_IsDense() */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_4); if (L_5) { goto IL_0022; } } { int32_t L_6 = ___length2; NullCheck((VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)__this); Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * L_7; L_7 = (( Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * (*) (VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)__this, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_7; } IL_0022: { int32_t L_8 = ___length2; NullCheck((VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)__this); Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * L_9; L_9 = (( Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * (*) (VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)->methodPointer)((VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)__this, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 1)); return (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_9; } } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Dense(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * VectorBuilder_1_Dense_mBE4492DA7E78EB8CA22C2DCC45CB30BA62CBD8B3_gshared (VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * __this, int32_t ___size0, const RuntimeMethod* method) { { int32_t L_0 = ___size0; DenseVectorStorage_1_t8A745064A670B3C8239E6D74F783AA432BBA107A * L_1 = (DenseVectorStorage_1_t8A745064A670B3C8239E6D74F783AA432BBA107A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)); (( void (*) (DenseVectorStorage_1_t8A745064A670B3C8239E6D74F783AA432BBA107A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)->methodPointer)(L_1, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 7)); NullCheck((VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)__this); Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * L_2; L_2 = VirtualFuncInvoker1< Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, DenseVectorStorage_1_t8A745064A670B3C8239E6D74F783AA432BBA107A * >::Invoke(6 /* MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Dense(MathNet.Numerics.LinearAlgebra.Storage.DenseVectorStorage`1) */, (VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)__this, (DenseVectorStorage_1_t8A745064A670B3C8239E6D74F783AA432BBA107A *)L_1); return (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_2; } } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Sparse(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * VectorBuilder_1_Sparse_mEDD1405474AD4AE053A426C7597B6AE07C7E1AE6_gshared (VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * __this, int32_t ___size0, const RuntimeMethod* method) { { int32_t L_0 = ___size0; SparseVectorStorage_1_tD3886E7B23C68AECB071DD13B6B0B3733EDDDE3D * L_1 = (SparseVectorStorage_1_tD3886E7B23C68AECB071DD13B6B0B3733EDDDE3D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9)); (( void (*) (SparseVectorStorage_1_tD3886E7B23C68AECB071DD13B6B0B3733EDDDE3D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)(L_1, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); NullCheck((VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)__this); Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * L_2; L_2 = VirtualFuncInvoker1< Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, SparseVectorStorage_1_tD3886E7B23C68AECB071DD13B6B0B3733EDDDE3D * >::Invoke(7 /* MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.VectorBuilder`1::Sparse(MathNet.Numerics.LinearAlgebra.Storage.SparseVectorStorage`1) */, (VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)__this, (SparseVectorStorage_1_tD3886E7B23C68AECB071DD13B6B0B3733EDDDE3D *)L_1); return (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.VectorBuilder`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorBuilder_1__ctor_m5B68D5011AD6688AAAAA5CF784DFE4CF657E30ED_gshared (VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * __this, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1__ctor_mE9ABEA7EAF367B72C45C1A8B8D2B7D0F270D96BD_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, int32_t ___length0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___length0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001a; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9261CBE8AA0060345CAD5FC1FE67A4718967AEC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1__ctor_mE9ABEA7EAF367B72C45C1A8B8D2B7D0F270D96BD_RuntimeMethod_var))); } IL_001a: { int32_t L_2 = ___length0; __this->set_Length_1(L_2); return; } } // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C VectorStorage_1_get_Item_m5F481220F31A7CEDCF8E88F1A55F2801A31D1A1C_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); (( void (*) (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_2; L_2 = VirtualFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)L_1); return (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_set_Item_m4EEB509AEBA18059BAF2C1FF6D75EF690A0A4850_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, int32_t ___index0, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); (( void (*) (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_2 = ___value1; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); VirtualActionInvoker2< int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)L_1, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_2); return; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorStorage_1_Equals_m0CC16827DC9BBDFD8275177A8B2D8B4104D35B47_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * ___other0, const RuntimeMethod* method) { int32_t V_0 = 0; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C V_1; memset((&V_1), 0, sizeof(V_1)); { VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0 = ___other0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { int32_t L_1 = (int32_t)__this->get_Length_1(); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_2 = ___other0; NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_Length_1(); if ((((int32_t)L_1) == ((int32_t)L_3))) { goto IL_0015; } } { return (bool)0; } IL_0015: { VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_4 = ___other0; if ((!(((RuntimeObject*)(VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this) == ((RuntimeObject*)(VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_4)))) { goto IL_001b; } } { return (bool)1; } IL_001b: { V_0 = (int32_t)0; goto IL_0043; } IL_001f: { int32_t L_5 = V_0; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_6; L_6 = VirtualFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)L_5); V_1 = (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_6; VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_7 = ___other0; int32_t L_8 = V_0; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_7); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_9; L_9 = VirtualFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_7, (int32_t)L_8); bool L_10; L_10 = Complex_Equals_m4303E6572230C3368EEFFE54A5F3B3E067318F2D((Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)(&V_1), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003f; } } { return (bool)0; } IL_003f: { int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { int32_t L_12 = V_0; int32_t L_13 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_001f; } } { return (bool)1; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorStorage_1_Equals_m1F9EB2D2B517A057DEE5E59D1BAD647FB9F2E6A3_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); bool L_1; L_1 = VirtualFuncInvoker1< bool, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * >::Invoke(8 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)))); return (bool)L_1; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VectorStorage_1_GetHashCode_m4EA2CFF3CAAE4306ABCC4C9E1B3BD4D499E5F0A7_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C V_3; memset((&V_3), 0, sizeof(V_3)); { int32_t L_0 = (int32_t)__this->get_Length_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)L_0, (int32_t)((int32_t)25), /*hidden argument*/NULL); V_0 = (int32_t)L_1; V_1 = (int32_t)((int32_t)17); V_2 = (int32_t)0; goto IL_0034; } IL_0015: { int32_t L_2 = V_1; int32_t L_3 = V_2; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_4; L_4 = VirtualFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)L_3); V_3 = (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_4; int32_t L_5; L_5 = Complex_GetHashCode_mBAC61B12E34E786C0E95BB8CB48D7819976D9A35((Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)(&V_3), /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)((int32_t)31))), (int32_t)L_5)); int32_t L_6 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0034: { int32_t L_7 = V_2; int32_t L_8 = V_0; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0015; } } { int32_t L_9 = V_1; return (int32_t)L_9; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_Clear_m3773489E2284F90607303C2C885F960102B92F04_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0014; } IL_0004: { int32_t L_0 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_1 = ((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_Zero_0(); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); VirtualActionInvoker2< int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)L_0, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_1); int32_t L_2 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0014: { int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_Clear_m442BD1298ED6DA0429D8CF7FE67EF8E96A3DE4B4_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___index0; V_0 = (int32_t)L_0; goto IL_0014; } IL_0004: { int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_2 = ((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_Zero_0(); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); VirtualActionInvoker2< int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)L_1, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_2); int32_t L_3 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0014: { int32_t L_4 = V_0; int32_t L_5 = ___index0; int32_t L_6 = ___count1; if ((((int32_t)L_4) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopyToUnchecked_m43ABA627D74CAD42786B0AB57DC417EDB433E98A_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * ___target0, int32_t ___existingData1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0016; } IL_0004: { VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0 = ___target0; int32_t L_1 = V_0; int32_t L_2 = V_0; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_3; L_3 = VirtualFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)L_2); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); VirtualActionInvoker2< int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0, (int32_t)L_1, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_3); int32_t L_4 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0016: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToColumnUnchecked(MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopyToColumnUnchecked_mEDF6D4D08B87E1E2E4878D7251D7A36F5366C25B_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * ___target0, int32_t ___columnIndex1, int32_t ___existingData2, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0017; } IL_0004: { MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * L_0 = ___target0; int32_t L_1 = V_0; int32_t L_2 = ___columnIndex1; int32_t L_3 = V_0; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_4; L_4 = VirtualFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)L_3); NullCheck((MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 *)L_0); VirtualActionInvoker3< int32_t, int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::At(System.Int32,System.Int32,T) */, (MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 *)L_0, (int32_t)L_1, (int32_t)L_2, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_4); int32_t L_5 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0017: { int32_t L_6 = V_0; int32_t L_7 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopySubVectorTo(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopySubVectorTo_mE4465682908FD73F263A1543105CA877B50F029E_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * ___target0, int32_t ___sourceIndex1, int32_t ___targetIndex2, int32_t ___count3, int32_t ___existingData4, const RuntimeMethod* method) { { VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0 = ___target0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_CopySubVectorTo_mE4465682908FD73F263A1543105CA877B50F029E_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___count3; if (L_2) { goto IL_0013; } } { return; } IL_0013: { VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_3 = ___target0; int32_t L_4 = ___sourceIndex1; int32_t L_5 = ___targetIndex2; int32_t L_6 = ___count3; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); (( void (*) (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_3, (int32_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_7 = ___target0; int32_t L_8 = ___sourceIndex1; int32_t L_9 = ___targetIndex2; int32_t L_10 = ___count3; int32_t L_11 = ___existingData4; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); VirtualActionInvoker5< VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, int32_t, int32_t, int32_t, int32_t >::Invoke(13 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopySubVectorToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, (int32_t)L_11); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopySubVectorToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopySubVectorToUnchecked_m15B1BC22D7ED73964438A0FFF2B6E9CA7BEA4E5B_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * ___target0, int32_t ___sourceIndex1, int32_t ___targetIndex2, int32_t ___count3, int32_t ___existingData4, const RuntimeMethod* method) { ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0 = ___target0; if ((!(((RuntimeObject*)(VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this) == ((RuntimeObject*)(VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0)))) { goto IL_0049; } } { int32_t L_1 = ___count3; ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_2 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)(ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12), (uint32_t)L_1); V_0 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_2; V_1 = (int32_t)0; goto IL_0024; } IL_0010: { ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_3 = V_0; int32_t L_4 = V_1; int32_t L_5 = V_1; int32_t L_6 = ___sourceIndex1; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_7; L_7 = VirtualFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_7); int32_t L_8 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0024: { int32_t L_9 = V_1; ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_10 = V_0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0010; } } { V_2 = (int32_t)0; goto IL_0042; } IL_002e: { int32_t L_11 = V_2; int32_t L_12 = ___targetIndex2; ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_13 = V_0; int32_t L_14 = V_2; NullCheck(L_13); int32_t L_15 = L_14; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); VirtualActionInvoker2< int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_16); int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0042: { int32_t L_18 = V_2; ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_19 = V_0; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_002e; } } { return; } IL_0049: { int32_t L_20 = ___sourceIndex1; V_3 = (int32_t)L_20; int32_t L_21 = ___targetIndex2; V_4 = (int32_t)L_21; goto IL_0069; } IL_0050: { VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_22 = ___target0; int32_t L_23 = V_4; int32_t L_24 = V_3; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_25; L_25 = VirtualFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)L_24); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_22); VirtualActionInvoker2< int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_22, (int32_t)L_23, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_25); int32_t L_26 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); int32_t L_27 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0069: { int32_t L_28 = V_3; int32_t L_29 = ___sourceIndex1; int32_t L_30 = ___count3; if ((((int32_t)L_28) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30))))) { goto IL_0050; } } { return; } } // T[] MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* VectorStorage_1_ToArray_mE9E6CC42225354868152EBDBE6DB0084034FA152_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, const RuntimeMethod* method) { ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_Length_1(); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_1 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)(ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12), (uint32_t)L_0); V_0 = (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_1; V_1 = (int32_t)0; goto IL_0022; } IL_0010: { ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_1; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_5; L_5 = VirtualFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this, (int32_t)L_4); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_5); int32_t L_6 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0022: { int32_t L_7 = V_1; ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_8 = V_0; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0010; } } { ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_9 = V_0; return (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_9; } } // System.Collections.Generic.IEnumerable`1 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Enumerate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VectorStorage_1_Enumerate_mB834697738EFA0795E728D60B6A4D3D53358883E_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, const RuntimeMethod* method) { { U3CEnumerateU3Ed__29_tDCE4B06F8514777EA19D78C25CF3E0B07C56F2B1 * L_0 = (U3CEnumerateU3Ed__29_tDCE4B06F8514777EA19D78C25CF3E0B07C56F2B1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 13)); (( void (*) (U3CEnumerateU3Ed__29_tDCE4B06F8514777EA19D78C25CF3E0B07C56F2B1 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)(L_0, (int32_t)((int32_t)-2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); U3CEnumerateU3Ed__29_tDCE4B06F8514777EA19D78C25CF3E0B07C56F2B1 * L_1 = (U3CEnumerateU3Ed__29_tDCE4B06F8514777EA19D78C25CF3E0B07C56F2B1 *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_3(__this); return (RuntimeObject*)L_1; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ValidateRange(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_ValidateRange_m9F90121C88923541F64430CAF78F05170C6E712D_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get_Length_1(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateRange_m9F90121C88923541F64430CAF78F05170C6E712D_RuntimeMethod_var))); } IL_0014: { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ValidateSubVectorRange(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_ValidateSubVectorRange_mD943A46BCF37CB45AD40B47D3B8851C1741B304C_gshared (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * __this, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * ___target0, int32_t ___sourceIndex1, int32_t ___targetIndex2, int32_t ___count3, const RuntimeMethod* method) { { int32_t L_0 = ___count3; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0015; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_mD943A46BCF37CB45AD40B47D3B8851C1741B304C_RuntimeMethod_var))); } IL_0015: { int32_t L_2 = ___sourceIndex1; int32_t L_3 = (int32_t)__this->get_Length_1(); if ((!(((uint32_t)L_2) >= ((uint32_t)L_3)))) { goto IL_0029; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFAC928B9632979CA328C6C33549FD409AEF4B74)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_mD943A46BCF37CB45AD40B47D3B8851C1741B304C_RuntimeMethod_var))); } IL_0029: { int32_t L_5 = ___sourceIndex1; int32_t L_6 = ___count3; int32_t L_7 = (int32_t)__this->get_Length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))) <= ((int32_t)L_7))) { goto IL_0040; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_mD943A46BCF37CB45AD40B47D3B8851C1741B304C_RuntimeMethod_var))); } IL_0040: { int32_t L_9 = ___targetIndex2; VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_10 = ___target0; NullCheck(L_10); int32_t L_11 = (int32_t)L_10->get_Length_1(); if ((!(((uint32_t)L_9) >= ((uint32_t)L_11)))) { goto IL_0054; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD938E6825F496101FC6AF56CE196C0545963DAD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_mD943A46BCF37CB45AD40B47D3B8851C1741B304C_RuntimeMethod_var))); } IL_0054: { int32_t L_13 = ___targetIndex2; int32_t L_14 = ___count3; VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_15 = ___target0; NullCheck(L_15); int32_t L_16 = (int32_t)L_15->get_Length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))) <= ((int32_t)L_16))) { goto IL_006b; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_mD943A46BCF37CB45AD40B47D3B8851C1741B304C_RuntimeMethod_var))); } IL_006b: { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1__cctor_mA40B00054913805101F1618B78BB94A48FEDF2DA_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)); VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * L_0; L_0 = (( VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); NullCheck((VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)L_0); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_1; L_1 = VirtualFuncInvoker0< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(4 /* T MathNet.Numerics.LinearAlgebra.VectorBuilder`1::get_Zero() */, (VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)L_0); ((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))->set_Zero_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1__ctor_m934D8B7950EEC38B02C0039EE48FE8DA2B358A02_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, int32_t ___length0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___length0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001a; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9261CBE8AA0060345CAD5FC1FE67A4718967AEC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1__ctor_m934D8B7950EEC38B02C0039EE48FE8DA2B358A02_RuntimeMethod_var))); } IL_001a: { int32_t L_2 = ___length0; __this->set_Length_1(L_2); return; } } // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 VectorStorage_1_get_Item_mCF0EA63B34ADB00C92AD58AF287F2E12E88C988F_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); (( void (*) (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_2; L_2 = VirtualFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)L_1); return (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_set_Item_m4531ECA7D3FA08BD446A55D3300079CFF75CD1B3_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, int32_t ___index0, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); (( void (*) (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_2 = ___value1; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); VirtualActionInvoker2< int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)L_1, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_2); return; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorStorage_1_Equals_mCB41F05FFB7B88415D75AB1DBB6F1A3244104AE9_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * ___other0, const RuntimeMethod* method) { int32_t V_0 = 0; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 V_1; memset((&V_1), 0, sizeof(V_1)); { VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0 = ___other0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { int32_t L_1 = (int32_t)__this->get_Length_1(); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_2 = ___other0; NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_Length_1(); if ((((int32_t)L_1) == ((int32_t)L_3))) { goto IL_0015; } } { return (bool)0; } IL_0015: { VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_4 = ___other0; if ((!(((RuntimeObject*)(VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this) == ((RuntimeObject*)(VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_4)))) { goto IL_001b; } } { return (bool)1; } IL_001b: { V_0 = (int32_t)0; goto IL_0043; } IL_001f: { int32_t L_5 = V_0; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_6; L_6 = VirtualFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)L_5); V_1 = (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_6; VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_7 = ___other0; int32_t L_8 = V_0; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_7); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_9; L_9 = VirtualFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_7, (int32_t)L_8); bool L_10; L_10 = Complex32_Equals_mB13373D932750036ADD5489AA66A49187AF6817D((Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)(&V_1), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003f; } } { return (bool)0; } IL_003f: { int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { int32_t L_12 = V_0; int32_t L_13 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_001f; } } { return (bool)1; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorStorage_1_Equals_mF0EBD2528225F9FC46DE9CA057FEBB2F099353EC_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); bool L_1; L_1 = VirtualFuncInvoker1< bool, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * >::Invoke(8 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)))); return (bool)L_1; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VectorStorage_1_GetHashCode_m828F1288E0233E2F52E2455C35A67BD8B7474BE3_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 V_3; memset((&V_3), 0, sizeof(V_3)); { int32_t L_0 = (int32_t)__this->get_Length_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)L_0, (int32_t)((int32_t)25), /*hidden argument*/NULL); V_0 = (int32_t)L_1; V_1 = (int32_t)((int32_t)17); V_2 = (int32_t)0; goto IL_0034; } IL_0015: { int32_t L_2 = V_1; int32_t L_3 = V_2; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_4; L_4 = VirtualFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)L_3); V_3 = (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_4; int32_t L_5; L_5 = Complex32_GetHashCode_m05D0B1698B014D3EA811AF14CA3D30B35F6567F7((Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)(&V_3), /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)((int32_t)31))), (int32_t)L_5)); int32_t L_6 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0034: { int32_t L_7 = V_2; int32_t L_8 = V_0; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0015; } } { int32_t L_9 = V_1; return (int32_t)L_9; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_Clear_mE6351FFCCA15372BBB432CBAFB2B958FA69E4544_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0014; } IL_0004: { int32_t L_0 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_1 = ((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_Zero_0(); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); VirtualActionInvoker2< int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)L_0, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_1); int32_t L_2 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0014: { int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_Clear_mA3367A5AAAA86D41397F0D8440DC11F347756DD4_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___index0; V_0 = (int32_t)L_0; goto IL_0014; } IL_0004: { int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_2 = ((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_Zero_0(); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); VirtualActionInvoker2< int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)L_1, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_2); int32_t L_3 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0014: { int32_t L_4 = V_0; int32_t L_5 = ___index0; int32_t L_6 = ___count1; if ((((int32_t)L_4) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopyToUnchecked_m69819E4E398D186FE0F5DAA74DE32DED6FAF0BAF_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * ___target0, int32_t ___existingData1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0016; } IL_0004: { VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0 = ___target0; int32_t L_1 = V_0; int32_t L_2 = V_0; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_3; L_3 = VirtualFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)L_2); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0); VirtualActionInvoker2< int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0, (int32_t)L_1, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_3); int32_t L_4 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0016: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToColumnUnchecked(MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopyToColumnUnchecked_m9044F00FB33E1B6A4C80E175CCE0E6935491B2A8_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * ___target0, int32_t ___columnIndex1, int32_t ___existingData2, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0017; } IL_0004: { MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * L_0 = ___target0; int32_t L_1 = V_0; int32_t L_2 = ___columnIndex1; int32_t L_3 = V_0; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_4; L_4 = VirtualFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)L_3); NullCheck((MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 *)L_0); VirtualActionInvoker3< int32_t, int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::At(System.Int32,System.Int32,T) */, (MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 *)L_0, (int32_t)L_1, (int32_t)L_2, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_4); int32_t L_5 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0017: { int32_t L_6 = V_0; int32_t L_7 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopySubVectorTo(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopySubVectorTo_m570DFAB7ADFD31204E3ECF7CB7EA58AAE4F8212B_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * ___target0, int32_t ___sourceIndex1, int32_t ___targetIndex2, int32_t ___count3, int32_t ___existingData4, const RuntimeMethod* method) { { VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0 = ___target0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_CopySubVectorTo_m570DFAB7ADFD31204E3ECF7CB7EA58AAE4F8212B_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___count3; if (L_2) { goto IL_0013; } } { return; } IL_0013: { VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_3 = ___target0; int32_t L_4 = ___sourceIndex1; int32_t L_5 = ___targetIndex2; int32_t L_6 = ___count3; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); (( void (*) (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_3, (int32_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_7 = ___target0; int32_t L_8 = ___sourceIndex1; int32_t L_9 = ___targetIndex2; int32_t L_10 = ___count3; int32_t L_11 = ___existingData4; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); VirtualActionInvoker5< VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, int32_t, int32_t, int32_t, int32_t >::Invoke(13 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopySubVectorToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, (int32_t)L_11); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopySubVectorToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopySubVectorToUnchecked_m581AA9102078C72CAF33C4FB9C7DEDB0C68E74AF_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * ___target0, int32_t ___sourceIndex1, int32_t ___targetIndex2, int32_t ___count3, int32_t ___existingData4, const RuntimeMethod* method) { Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0 = ___target0; if ((!(((RuntimeObject*)(VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this) == ((RuntimeObject*)(VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0)))) { goto IL_0049; } } { int32_t L_1 = ___count3; Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_2 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)(Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12), (uint32_t)L_1); V_0 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_2; V_1 = (int32_t)0; goto IL_0024; } IL_0010: { Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_3 = V_0; int32_t L_4 = V_1; int32_t L_5 = V_1; int32_t L_6 = ___sourceIndex1; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_7; L_7 = VirtualFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_7); int32_t L_8 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0024: { int32_t L_9 = V_1; Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_10 = V_0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0010; } } { V_2 = (int32_t)0; goto IL_0042; } IL_002e: { int32_t L_11 = V_2; int32_t L_12 = ___targetIndex2; Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_13 = V_0; int32_t L_14 = V_2; NullCheck(L_13); int32_t L_15 = L_14; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); VirtualActionInvoker2< int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_16); int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0042: { int32_t L_18 = V_2; Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_19 = V_0; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_002e; } } { return; } IL_0049: { int32_t L_20 = ___sourceIndex1; V_3 = (int32_t)L_20; int32_t L_21 = ___targetIndex2; V_4 = (int32_t)L_21; goto IL_0069; } IL_0050: { VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_22 = ___target0; int32_t L_23 = V_4; int32_t L_24 = V_3; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_25; L_25 = VirtualFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)L_24); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_22); VirtualActionInvoker2< int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_22, (int32_t)L_23, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_25); int32_t L_26 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); int32_t L_27 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0069: { int32_t L_28 = V_3; int32_t L_29 = ___sourceIndex1; int32_t L_30 = ___count3; if ((((int32_t)L_28) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30))))) { goto IL_0050; } } { return; } } // T[] MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* VectorStorage_1_ToArray_m3534CB668D0C753840FADA3F1DF05DA31E99BF20_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, const RuntimeMethod* method) { Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_Length_1(); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_1 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)(Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12), (uint32_t)L_0); V_0 = (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_1; V_1 = (int32_t)0; goto IL_0022; } IL_0010: { Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_1; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_5; L_5 = VirtualFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this, (int32_t)L_4); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_5); int32_t L_6 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0022: { int32_t L_7 = V_1; Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_8 = V_0; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0010; } } { Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_9 = V_0; return (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_9; } } // System.Collections.Generic.IEnumerable`1 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Enumerate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VectorStorage_1_Enumerate_m50224B96135A166CFE4580E9FB55445AD5C89BEA_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, const RuntimeMethod* method) { { U3CEnumerateU3Ed__29_tD119668925E6FD82B9D1D2532CEC4897EE1FD64B * L_0 = (U3CEnumerateU3Ed__29_tD119668925E6FD82B9D1D2532CEC4897EE1FD64B *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 13)); (( void (*) (U3CEnumerateU3Ed__29_tD119668925E6FD82B9D1D2532CEC4897EE1FD64B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)(L_0, (int32_t)((int32_t)-2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); U3CEnumerateU3Ed__29_tD119668925E6FD82B9D1D2532CEC4897EE1FD64B * L_1 = (U3CEnumerateU3Ed__29_tD119668925E6FD82B9D1D2532CEC4897EE1FD64B *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_3(__this); return (RuntimeObject*)L_1; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ValidateRange(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_ValidateRange_mFC523E993DDA9446008E4F733A28D9D51E5A2630_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get_Length_1(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateRange_mFC523E993DDA9446008E4F733A28D9D51E5A2630_RuntimeMethod_var))); } IL_0014: { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ValidateSubVectorRange(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_ValidateSubVectorRange_m5CD8406409CC681E719F99ED87D4034500A256F4_gshared (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * __this, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * ___target0, int32_t ___sourceIndex1, int32_t ___targetIndex2, int32_t ___count3, const RuntimeMethod* method) { { int32_t L_0 = ___count3; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0015; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_m5CD8406409CC681E719F99ED87D4034500A256F4_RuntimeMethod_var))); } IL_0015: { int32_t L_2 = ___sourceIndex1; int32_t L_3 = (int32_t)__this->get_Length_1(); if ((!(((uint32_t)L_2) >= ((uint32_t)L_3)))) { goto IL_0029; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFAC928B9632979CA328C6C33549FD409AEF4B74)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_m5CD8406409CC681E719F99ED87D4034500A256F4_RuntimeMethod_var))); } IL_0029: { int32_t L_5 = ___sourceIndex1; int32_t L_6 = ___count3; int32_t L_7 = (int32_t)__this->get_Length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))) <= ((int32_t)L_7))) { goto IL_0040; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_m5CD8406409CC681E719F99ED87D4034500A256F4_RuntimeMethod_var))); } IL_0040: { int32_t L_9 = ___targetIndex2; VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_10 = ___target0; NullCheck(L_10); int32_t L_11 = (int32_t)L_10->get_Length_1(); if ((!(((uint32_t)L_9) >= ((uint32_t)L_11)))) { goto IL_0054; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD938E6825F496101FC6AF56CE196C0545963DAD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_m5CD8406409CC681E719F99ED87D4034500A256F4_RuntimeMethod_var))); } IL_0054: { int32_t L_13 = ___targetIndex2; int32_t L_14 = ___count3; VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_15 = ___target0; NullCheck(L_15); int32_t L_16 = (int32_t)L_15->get_Length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))) <= ((int32_t)L_16))) { goto IL_006b; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_m5CD8406409CC681E719F99ED87D4034500A256F4_RuntimeMethod_var))); } IL_006b: { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1__cctor_m0A649A9AC61A38C6B09205F038CFB6CCF2BBE32E_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)); VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * L_0; L_0 = (( VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); NullCheck((VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)L_0); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_1; L_1 = VirtualFuncInvoker0< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(4 /* T MathNet.Numerics.LinearAlgebra.VectorBuilder`1::get_Zero() */, (VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)L_0); ((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))->set_Zero_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1__ctor_m265BB4A006BD374C9C8312935612B5809A3159AF_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, int32_t ___length0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___length0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001a; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9261CBE8AA0060345CAD5FC1FE67A4718967AEC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1__ctor_m265BB4A006BD374C9C8312935612B5809A3159AF_RuntimeMethod_var))); } IL_001a: { int32_t L_2 = ___length0; __this->set_Length_1(L_2); return; } } // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double VectorStorage_1_get_Item_m6FEC7750E5FC100501E8BF27DBCA9E6CC7BE8BA7_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); (( void (*) (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); double L_2; L_2 = VirtualFuncInvoker1< double, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)L_1); return (double)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_set_Item_m9046FED0B151501AF1EE1CBF85650FC20E98CA52_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, int32_t ___index0, double ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); (( void (*) (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; double L_2 = ___value1; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); VirtualActionInvoker2< int32_t, double >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)L_1, (double)L_2); return; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorStorage_1_Equals_m334904A735F8E6E079CC6A35901188630BF8A8E2_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * ___other0, const RuntimeMethod* method) { int32_t V_0 = 0; double V_1 = 0.0; { VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0 = ___other0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { int32_t L_1 = (int32_t)__this->get_Length_1(); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_2 = ___other0; NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_Length_1(); if ((((int32_t)L_1) == ((int32_t)L_3))) { goto IL_0015; } } { return (bool)0; } IL_0015: { VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_4 = ___other0; if ((!(((RuntimeObject*)(VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this) == ((RuntimeObject*)(VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_4)))) { goto IL_001b; } } { return (bool)1; } IL_001b: { V_0 = (int32_t)0; goto IL_0043; } IL_001f: { int32_t L_5 = V_0; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); double L_6; L_6 = VirtualFuncInvoker1< double, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)L_5); V_1 = (double)L_6; VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_7 = ___other0; int32_t L_8 = V_0; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_7); double L_9; L_9 = VirtualFuncInvoker1< double, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_7, (int32_t)L_8); bool L_10; L_10 = Double_Equals_m8C171E8C7F556087E707D1396DB29D1D8B21A46B((double*)(double*)(&V_1), (double)L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003f; } } { return (bool)0; } IL_003f: { int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { int32_t L_12 = V_0; int32_t L_13 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_001f; } } { return (bool)1; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorStorage_1_Equals_m55215864E3E311E1C2FC751F7B88363A4D1D098C_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); bool L_1; L_1 = VirtualFuncInvoker1< bool, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * >::Invoke(8 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)))); return (bool)L_1; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VectorStorage_1_GetHashCode_m8EFFE3E70C5F65EF96A47436D87015E470B8828A_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; double V_3 = 0.0; { int32_t L_0 = (int32_t)__this->get_Length_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)L_0, (int32_t)((int32_t)25), /*hidden argument*/NULL); V_0 = (int32_t)L_1; V_1 = (int32_t)((int32_t)17); V_2 = (int32_t)0; goto IL_0034; } IL_0015: { int32_t L_2 = V_1; int32_t L_3 = V_2; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); double L_4; L_4 = VirtualFuncInvoker1< double, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)L_3); V_3 = (double)L_4; int32_t L_5; L_5 = Double_GetHashCode_m33CB20AA5674C6F4367B7B08340B33FB979F9F39((double*)(double*)(&V_3), /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)((int32_t)31))), (int32_t)L_5)); int32_t L_6 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0034: { int32_t L_7 = V_2; int32_t L_8 = V_0; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0015; } } { int32_t L_9 = V_1; return (int32_t)L_9; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_Clear_mDFCACDB6AA61098459ED09AD45982C77DF1D2CF9_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0014; } IL_0004: { int32_t L_0 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); double L_1 = ((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_Zero_0(); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); VirtualActionInvoker2< int32_t, double >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)L_0, (double)L_1); int32_t L_2 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0014: { int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_Clear_m2099EFEACB81F57EC130570024C9CEAD790D3330_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___index0; V_0 = (int32_t)L_0; goto IL_0014; } IL_0004: { int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); double L_2 = ((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_Zero_0(); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); VirtualActionInvoker2< int32_t, double >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)L_1, (double)L_2); int32_t L_3 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0014: { int32_t L_4 = V_0; int32_t L_5 = ___index0; int32_t L_6 = ___count1; if ((((int32_t)L_4) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopyToUnchecked_m532286D3A8796E540E3EF27257E356FE9738E3F7_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * ___target0, int32_t ___existingData1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0016; } IL_0004: { VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0 = ___target0; int32_t L_1 = V_0; int32_t L_2 = V_0; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); double L_3; L_3 = VirtualFuncInvoker1< double, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)L_2); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); VirtualActionInvoker2< int32_t, double >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0, (int32_t)L_1, (double)L_3); int32_t L_4 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0016: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToColumnUnchecked(MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopyToColumnUnchecked_m50EC8BD743E38B76BA9AE0F9B5FF89504FC68A0C_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * ___target0, int32_t ___columnIndex1, int32_t ___existingData2, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0017; } IL_0004: { MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * L_0 = ___target0; int32_t L_1 = V_0; int32_t L_2 = ___columnIndex1; int32_t L_3 = V_0; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); double L_4; L_4 = VirtualFuncInvoker1< double, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)L_3); NullCheck((MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_0); VirtualActionInvoker3< int32_t, int32_t, double >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::At(System.Int32,System.Int32,T) */, (MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_0, (int32_t)L_1, (int32_t)L_2, (double)L_4); int32_t L_5 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0017: { int32_t L_6 = V_0; int32_t L_7 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopySubVectorTo(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopySubVectorTo_mDA010F3EF30A3DB3924D7FA1C8F02A33551A7A85_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * ___target0, int32_t ___sourceIndex1, int32_t ___targetIndex2, int32_t ___count3, int32_t ___existingData4, const RuntimeMethod* method) { { VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0 = ___target0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_CopySubVectorTo_mDA010F3EF30A3DB3924D7FA1C8F02A33551A7A85_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___count3; if (L_2) { goto IL_0013; } } { return; } IL_0013: { VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_3 = ___target0; int32_t L_4 = ___sourceIndex1; int32_t L_5 = ___targetIndex2; int32_t L_6 = ___count3; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); (( void (*) (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_3, (int32_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_7 = ___target0; int32_t L_8 = ___sourceIndex1; int32_t L_9 = ___targetIndex2; int32_t L_10 = ___count3; int32_t L_11 = ___existingData4; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); VirtualActionInvoker5< VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, int32_t, int32_t, int32_t, int32_t >::Invoke(13 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopySubVectorToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, (int32_t)L_11); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopySubVectorToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopySubVectorToUnchecked_mE106D6ABA68AC869E1C1BB741590D16D3CBD5F4A_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * ___target0, int32_t ___sourceIndex1, int32_t ___targetIndex2, int32_t ___count3, int32_t ___existingData4, const RuntimeMethod* method) { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0 = ___target0; if ((!(((RuntimeObject*)(VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this) == ((RuntimeObject*)(VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0)))) { goto IL_0049; } } { int32_t L_1 = ___count3; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_2 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12), (uint32_t)L_1); V_0 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_2; V_1 = (int32_t)0; goto IL_0024; } IL_0010: { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_3 = V_0; int32_t L_4 = V_1; int32_t L_5 = V_1; int32_t L_6 = ___sourceIndex1; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); double L_7; L_7 = VirtualFuncInvoker1< double, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (double)L_7); int32_t L_8 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0024: { int32_t L_9 = V_1; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_10 = V_0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0010; } } { V_2 = (int32_t)0; goto IL_0042; } IL_002e: { int32_t L_11 = V_2; int32_t L_12 = ___targetIndex2; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_13 = V_0; int32_t L_14 = V_2; NullCheck(L_13); int32_t L_15 = L_14; double L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); VirtualActionInvoker2< int32_t, double >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), (double)L_16); int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0042: { int32_t L_18 = V_2; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_19 = V_0; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_002e; } } { return; } IL_0049: { int32_t L_20 = ___sourceIndex1; V_3 = (int32_t)L_20; int32_t L_21 = ___targetIndex2; V_4 = (int32_t)L_21; goto IL_0069; } IL_0050: { VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_22 = ___target0; int32_t L_23 = V_4; int32_t L_24 = V_3; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); double L_25; L_25 = VirtualFuncInvoker1< double, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)L_24); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_22); VirtualActionInvoker2< int32_t, double >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_22, (int32_t)L_23, (double)L_25); int32_t L_26 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); int32_t L_27 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0069: { int32_t L_28 = V_3; int32_t L_29 = ___sourceIndex1; int32_t L_30 = ___count3; if ((((int32_t)L_28) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30))))) { goto IL_0050; } } { return; } } // T[] MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* VectorStorage_1_ToArray_m0D3AD7CB0E9BBD150A9D88EBF2D232220D5849DE_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, const RuntimeMethod* method) { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_Length_1(); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_1 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)(DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12), (uint32_t)L_0); V_0 = (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_1; V_1 = (int32_t)0; goto IL_0022; } IL_0010: { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_1; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this); double L_5; L_5 = VirtualFuncInvoker1< double, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this, (int32_t)L_4); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (double)L_5); int32_t L_6 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0022: { int32_t L_7 = V_1; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_8 = V_0; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0010; } } { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_9 = V_0; return (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_9; } } // System.Collections.Generic.IEnumerable`1 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Enumerate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VectorStorage_1_Enumerate_mB43F125B5176B8BB7E327A834454266A228913A7_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, const RuntimeMethod* method) { { U3CEnumerateU3Ed__29_tD6237983D707FD6C40DD8020DFC30C7AC2446CBF * L_0 = (U3CEnumerateU3Ed__29_tD6237983D707FD6C40DD8020DFC30C7AC2446CBF *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 13)); (( void (*) (U3CEnumerateU3Ed__29_tD6237983D707FD6C40DD8020DFC30C7AC2446CBF *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)(L_0, (int32_t)((int32_t)-2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); U3CEnumerateU3Ed__29_tD6237983D707FD6C40DD8020DFC30C7AC2446CBF * L_1 = (U3CEnumerateU3Ed__29_tD6237983D707FD6C40DD8020DFC30C7AC2446CBF *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_3(__this); return (RuntimeObject*)L_1; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ValidateRange(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_ValidateRange_m451A3865F41065ED295AFFE71D63FA7ED06D9B73_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get_Length_1(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateRange_m451A3865F41065ED295AFFE71D63FA7ED06D9B73_RuntimeMethod_var))); } IL_0014: { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ValidateSubVectorRange(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_ValidateSubVectorRange_mA3DD3A9D587B90A14A2119A63431CC41E40F70C0_gshared (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * __this, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * ___target0, int32_t ___sourceIndex1, int32_t ___targetIndex2, int32_t ___count3, const RuntimeMethod* method) { { int32_t L_0 = ___count3; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0015; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_mA3DD3A9D587B90A14A2119A63431CC41E40F70C0_RuntimeMethod_var))); } IL_0015: { int32_t L_2 = ___sourceIndex1; int32_t L_3 = (int32_t)__this->get_Length_1(); if ((!(((uint32_t)L_2) >= ((uint32_t)L_3)))) { goto IL_0029; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFAC928B9632979CA328C6C33549FD409AEF4B74)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_mA3DD3A9D587B90A14A2119A63431CC41E40F70C0_RuntimeMethod_var))); } IL_0029: { int32_t L_5 = ___sourceIndex1; int32_t L_6 = ___count3; int32_t L_7 = (int32_t)__this->get_Length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))) <= ((int32_t)L_7))) { goto IL_0040; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_mA3DD3A9D587B90A14A2119A63431CC41E40F70C0_RuntimeMethod_var))); } IL_0040: { int32_t L_9 = ___targetIndex2; VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_10 = ___target0; NullCheck(L_10); int32_t L_11 = (int32_t)L_10->get_Length_1(); if ((!(((uint32_t)L_9) >= ((uint32_t)L_11)))) { goto IL_0054; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD938E6825F496101FC6AF56CE196C0545963DAD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_mA3DD3A9D587B90A14A2119A63431CC41E40F70C0_RuntimeMethod_var))); } IL_0054: { int32_t L_13 = ___targetIndex2; int32_t L_14 = ___count3; VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_15 = ___target0; NullCheck(L_15); int32_t L_16 = (int32_t)L_15->get_Length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))) <= ((int32_t)L_16))) { goto IL_006b; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_mA3DD3A9D587B90A14A2119A63431CC41E40F70C0_RuntimeMethod_var))); } IL_006b: { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1__cctor_mC7A36112E66B83FD0CED3F518D17106D0B7DD8B5_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)); VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * L_0; L_0 = (( VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); NullCheck((VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)L_0); double L_1; L_1 = VirtualFuncInvoker0< double >::Invoke(4 /* T MathNet.Numerics.LinearAlgebra.VectorBuilder`1::get_Zero() */, (VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)L_0); ((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))->set_Zero_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1__ctor_m8E3730DAA479A3A7CA0656A01AFF3F1816EAE067_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, int32_t ___length0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); int32_t L_0 = ___length0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001a; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9261CBE8AA0060345CAD5FC1FE67A4718967AEC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1__ctor_m8E3730DAA479A3A7CA0656A01AFF3F1816EAE067_RuntimeMethod_var))); } IL_001a: { int32_t L_2 = ___length0; __this->set_Length_1(L_2); return; } } // T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VectorStorage_1_get_Item_mD6225E59C117621A927690F4E2DCFA33FAD22BE7_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); (( void (*) (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); float L_2; L_2 = VirtualFuncInvoker1< float, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)L_1); return (float)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_set_Item_mFFA887AD3B659DB327D9689D703F8703D9031901_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, int32_t ___index0, float ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___index0; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); (( void (*) (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; float L_2 = ___value1; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); VirtualActionInvoker2< int32_t, float >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)L_1, (float)L_2); return; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorStorage_1_Equals_mF4E06903D9AAC4857F3432DE50FD4247615FEA0F_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * ___other0, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; { VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0 = ___other0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { int32_t L_1 = (int32_t)__this->get_Length_1(); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_2 = ___other0; NullCheck(L_2); int32_t L_3 = (int32_t)L_2->get_Length_1(); if ((((int32_t)L_1) == ((int32_t)L_3))) { goto IL_0015; } } { return (bool)0; } IL_0015: { VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_4 = ___other0; if ((!(((RuntimeObject*)(VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this) == ((RuntimeObject*)(VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_4)))) { goto IL_001b; } } { return (bool)1; } IL_001b: { V_0 = (int32_t)0; goto IL_0043; } IL_001f: { int32_t L_5 = V_0; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); float L_6; L_6 = VirtualFuncInvoker1< float, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)L_5); V_1 = (float)L_6; VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_7 = ___other0; int32_t L_8 = V_0; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_7); float L_9; L_9 = VirtualFuncInvoker1< float, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_7, (int32_t)L_8); bool L_10; L_10 = Single_Equals_m298A3A849F30B9900813BE6DD98AE6810CDBE914((float*)(float*)(&V_1), (float)L_9, /*hidden argument*/NULL); if (L_10) { goto IL_003f; } } { return (bool)0; } IL_003f: { int32_t L_11 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0043: { int32_t L_12 = V_0; int32_t L_13 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_001f; } } { return (bool)1; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorStorage_1_Equals_mA7685B394C5C5CBED607CD1C57B489E8918CDADD_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); bool L_1; L_1 = VirtualFuncInvoker1< bool, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * >::Invoke(8 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6)))); return (bool)L_1; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VectorStorage_1_GetHashCode_mFF0AFD4AEAEFA3F5B77CC556D5AAC5D77C16B81E_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; float V_3 = 0.0f; { int32_t L_0 = (int32_t)__this->get_Length_1(); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)L_0, (int32_t)((int32_t)25), /*hidden argument*/NULL); V_0 = (int32_t)L_1; V_1 = (int32_t)((int32_t)17); V_2 = (int32_t)0; goto IL_0034; } IL_0015: { int32_t L_2 = V_1; int32_t L_3 = V_2; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); float L_4; L_4 = VirtualFuncInvoker1< float, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)L_3); V_3 = (float)L_4; int32_t L_5; L_5 = Single_GetHashCode_m7662E1812DDDBC85D464398740CFFC3588DFB2C9((float*)(float*)(&V_3), /*hidden argument*/NULL); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)((int32_t)31))), (int32_t)L_5)); int32_t L_6 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0034: { int32_t L_7 = V_2; int32_t L_8 = V_0; if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_0015; } } { int32_t L_9 = V_1; return (int32_t)L_9; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_Clear_mDAE7C41A833FD1EBCE05095A5A18DD00A0FA2696_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0014; } IL_0004: { int32_t L_0 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); float L_1 = ((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_Zero_0(); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); VirtualActionInvoker2< int32_t, float >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)L_0, (float)L_1); int32_t L_2 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0014: { int32_t L_3 = V_0; int32_t L_4 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_3) < ((int32_t)L_4))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_Clear_m4EB767780B42E79890344552A79588026844DCF4_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___index0; V_0 = (int32_t)L_0; goto IL_0014; } IL_0004: { int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)); float L_2 = ((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8)))->get_Zero_0(); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); VirtualActionInvoker2< int32_t, float >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)L_1, (float)L_2); int32_t L_3 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_0014: { int32_t L_4 = V_0; int32_t L_5 = ___index0; int32_t L_6 = ___count1; if ((((int32_t)L_4) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopyToUnchecked_mA0E89B5D855195A59EF0EEDA28EBAA0D41A2D641_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * ___target0, int32_t ___existingData1, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0016; } IL_0004: { VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0 = ___target0; int32_t L_1 = V_0; int32_t L_2 = V_0; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); float L_3; L_3 = VirtualFuncInvoker1< float, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)L_2); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0); VirtualActionInvoker2< int32_t, float >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0, (int32_t)L_1, (float)L_3); int32_t L_4 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0016: { int32_t L_5 = V_0; int32_t L_6 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToColumnUnchecked(MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopyToColumnUnchecked_mF4C399B5B254E79FA85F7BE22C742658C2E11773_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * ___target0, int32_t ___columnIndex1, int32_t ___existingData2, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = (int32_t)0; goto IL_0017; } IL_0004: { MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * L_0 = ___target0; int32_t L_1 = V_0; int32_t L_2 = ___columnIndex1; int32_t L_3 = V_0; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); float L_4; L_4 = VirtualFuncInvoker1< float, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)L_3); NullCheck((MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *)L_0); VirtualActionInvoker3< int32_t, int32_t, float >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1::At(System.Int32,System.Int32,T) */, (MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *)L_0, (int32_t)L_1, (int32_t)L_2, (float)L_4); int32_t L_5 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0017: { int32_t L_6 = V_0; int32_t L_7 = (int32_t)__this->get_Length_1(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0004; } } { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopySubVectorTo(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopySubVectorTo_m3B85CA67C0BA8B64FCD01B3289A4516963FD6B87_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * ___target0, int32_t ___sourceIndex1, int32_t ___targetIndex2, int32_t ___count3, int32_t ___existingData4, const RuntimeMethod* method) { { VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0 = ___target0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_CopySubVectorTo_m3B85CA67C0BA8B64FCD01B3289A4516963FD6B87_RuntimeMethod_var))); } IL_000e: { int32_t L_2 = ___count3; if (L_2) { goto IL_0013; } } { return; } IL_0013: { VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_3 = ___target0; int32_t L_4 = ___sourceIndex1; int32_t L_5 = ___targetIndex2; int32_t L_6 = ___count3; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); (( void (*) (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_3, (int32_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_7 = ___target0; int32_t L_8 = ___sourceIndex1; int32_t L_9 = ___targetIndex2; int32_t L_10 = ___count3; int32_t L_11 = ___existingData4; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); VirtualActionInvoker5< VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, int32_t, int32_t, int32_t, int32_t >::Invoke(13 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopySubVectorToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_7, (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, (int32_t)L_11); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopySubVectorToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_CopySubVectorToUnchecked_mCB33F3746E365436D453C524A9ACA7B5CF0F4DE5_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * ___target0, int32_t ___sourceIndex1, int32_t ___targetIndex2, int32_t ___count3, int32_t ___existingData4, const RuntimeMethod* method) { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0 = ___target0; if ((!(((RuntimeObject*)(VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this) == ((RuntimeObject*)(VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0)))) { goto IL_0049; } } { int32_t L_1 = ___count3; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12), (uint32_t)L_1); V_0 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_2; V_1 = (int32_t)0; goto IL_0024; } IL_0010: { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = V_0; int32_t L_4 = V_1; int32_t L_5 = V_1; int32_t L_6 = ___sourceIndex1; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); float L_7; L_7 = VirtualFuncInvoker1< float, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))); NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (float)L_7); int32_t L_8 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0024: { int32_t L_9 = V_1; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_10 = V_0; NullCheck(L_10); if ((((int32_t)L_9) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))) { goto IL_0010; } } { V_2 = (int32_t)0; goto IL_0042; } IL_002e: { int32_t L_11 = V_2; int32_t L_12 = ___targetIndex2; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_13 = V_0; int32_t L_14 = V_2; NullCheck(L_13); int32_t L_15 = L_14; float L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); VirtualActionInvoker2< int32_t, float >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)), (float)L_16); int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0042: { int32_t L_18 = V_2; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_19 = V_0; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_002e; } } { return; } IL_0049: { int32_t L_20 = ___sourceIndex1; V_3 = (int32_t)L_20; int32_t L_21 = ___targetIndex2; V_4 = (int32_t)L_21; goto IL_0069; } IL_0050: { VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_22 = ___target0; int32_t L_23 = V_4; int32_t L_24 = V_3; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); float L_25; L_25 = VirtualFuncInvoker1< float, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)L_24); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_22); VirtualActionInvoker2< int32_t, float >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_22, (int32_t)L_23, (float)L_25); int32_t L_26 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); int32_t L_27 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_0069: { int32_t L_28 = V_3; int32_t L_29 = ___sourceIndex1; int32_t L_30 = ___count3; if ((((int32_t)L_28) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30))))) { goto IL_0050; } } { return; } } // T[] MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* VectorStorage_1_ToArray_m244E5D90B4093CA85D548D2B8E191E0A5A31BE17_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, const RuntimeMethod* method) { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = (int32_t)__this->get_Length_1(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 12), (uint32_t)L_0); V_0 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_1; V_1 = (int32_t)0; goto IL_0022; } IL_0010: { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = V_1; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this); float L_5; L_5 = VirtualFuncInvoker1< float, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this, (int32_t)L_4); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (float)L_5); int32_t L_6 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0022: { int32_t L_7 = V_1; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_8 = V_0; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0010; } } { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_9 = V_0; return (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_9; } } // System.Collections.Generic.IEnumerable`1 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Enumerate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VectorStorage_1_Enumerate_m737C6A4CEF9AA0BE91AF4AAF7CAFF81B0ED914BD_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, const RuntimeMethod* method) { { U3CEnumerateU3Ed__29_tCFDEBD29F4572609F1B6E86B0DE5D87C732A565A * L_0 = (U3CEnumerateU3Ed__29_tCFDEBD29F4572609F1B6E86B0DE5D87C732A565A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 13)); (( void (*) (U3CEnumerateU3Ed__29_tCFDEBD29F4572609F1B6E86B0DE5D87C732A565A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)(L_0, (int32_t)((int32_t)-2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); U3CEnumerateU3Ed__29_tCFDEBD29F4572609F1B6E86B0DE5D87C732A565A * L_1 = (U3CEnumerateU3Ed__29_tCFDEBD29F4572609F1B6E86B0DE5D87C732A565A *)L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_3(__this); return (RuntimeObject*)L_1; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ValidateRange(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_ValidateRange_m137397A3F5163F8529EF2ADA7921E44CF13F5BC9_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get_Length_1(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateRange_m137397A3F5163F8529EF2ADA7921E44CF13F5BC9_RuntimeMethod_var))); } IL_0014: { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ValidateSubVectorRange(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1_ValidateSubVectorRange_m3CF92D4D117BCA82908A91B8A06A1DF88A24D895_gshared (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * __this, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * ___target0, int32_t ___sourceIndex1, int32_t ___targetIndex2, int32_t ___count3, const RuntimeMethod* method) { { int32_t L_0 = ___count3; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0015; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_m3CF92D4D117BCA82908A91B8A06A1DF88A24D895_RuntimeMethod_var))); } IL_0015: { int32_t L_2 = ___sourceIndex1; int32_t L_3 = (int32_t)__this->get_Length_1(); if ((!(((uint32_t)L_2) >= ((uint32_t)L_3)))) { goto IL_0029; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_4 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFAC928B9632979CA328C6C33549FD409AEF4B74)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_m3CF92D4D117BCA82908A91B8A06A1DF88A24D895_RuntimeMethod_var))); } IL_0029: { int32_t L_5 = ___sourceIndex1; int32_t L_6 = ___count3; int32_t L_7 = (int32_t)__this->get_Length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))) <= ((int32_t)L_7))) { goto IL_0040; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_8 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_m3CF92D4D117BCA82908A91B8A06A1DF88A24D895_RuntimeMethod_var))); } IL_0040: { int32_t L_9 = ___targetIndex2; VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_10 = ___target0; NullCheck(L_10); int32_t L_11 = (int32_t)L_10->get_Length_1(); if ((!(((uint32_t)L_9) >= ((uint32_t)L_11)))) { goto IL_0054; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_12 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_12, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD938E6825F496101FC6AF56CE196C0545963DAD)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_m3CF92D4D117BCA82908A91B8A06A1DF88A24D895_RuntimeMethod_var))); } IL_0054: { int32_t L_13 = ___targetIndex2; int32_t L_14 = ___count3; VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_15 = ___target0; NullCheck(L_15); int32_t L_16 = (int32_t)L_15->get_Length_1(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14))) <= ((int32_t)L_16))) { goto IL_006b; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_17 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_17, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VectorStorage_1_ValidateSubVectorRange_m3CF92D4D117BCA82908A91B8A06A1DF88A24D895_RuntimeMethod_var))); } IL_006b: { return; } } // System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorStorage_1__cctor_m227A07BE9E46BA98ACBF29FBDB1D09444F7A0308_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 16)); VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * L_0; L_0 = (( VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); NullCheck((VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)L_0); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(4 /* T MathNet.Numerics.LinearAlgebra.VectorBuilder`1::get_Zero() */, (VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)L_0); ((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 8)))->set_Zero_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::Equals(MathNet.Numerics.LinearAlgebra.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_Equals_m85E4368E4211A9DCC797B443AC25AC1FBECC4CEB_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * ___other0, const RuntimeMethod* method) { { Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_0 = ___other0; if (!L_0) { goto IL_0015; } } { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_1; L_1 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_2 = ___other0; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_2); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_3; L_3 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_1); bool L_4; L_4 = VirtualFuncInvoker1< bool, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * >::Invoke(8 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_1, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_3); return (bool)L_4; } IL_0015: { return (bool)0; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_Equals_m6FA125B948D74B7E6A5FBAC72F493C53CF4E76AC_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_1 = V_0; if (!L_1) { goto IL_001c; } } { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_2; L_2 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_3 = V_0; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_3); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_4; L_4 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_2); bool L_5; L_5 = VirtualFuncInvoker1< bool, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * >::Invoke(8 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_2, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_4); return (bool)L_5; } IL_001c: { return (bool)0; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_GetHashCode_mEC00ECCD0539BD26941D0CC2F423BBA21F331DB3_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0; L_0 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((RuntimeObject *)L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_0); return (int32_t)L_1; } } // System.Object MathNet.Numerics.LinearAlgebra.Vector`1::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Vector_1_System_ICloneable_Clone_mD95AF372E26099F5ED19B13731F3B6142708F979_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_0; L_0 = (( Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return (RuntimeObject *)L_0; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IList.IndexOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_System_Collections_Generic_IListU3CTU3E_IndexOf_m9FDDAB2FEDB1686E79DD50DE1B8600525A36D345_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C V_1; memset((&V_1), 0, sizeof(V_1)); { V_0 = (int32_t)0; goto IL_0022; } IL_0004: { int32_t L_0 = V_0; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_1; L_1 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_1 = (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_1; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_2 = ___item0; bool L_3; L_3 = Complex_Equals_m4303E6572230C3368EEFFE54A5F3B3E067318F2D((Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)(&V_1), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { int32_t L_4 = V_0; return (int32_t)L_4; } IL_001e: { int32_t L_5 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0022: { int32_t L_6 = V_0; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); int32_t L_7; L_7 = (( int32_t (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0004; } } { return (int32_t)(-1); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IList.Insert(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_IListU3CTU3E_Insert_m64ABFE1428193C4699805D088A67013BC474C0A1_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___item1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_IListU3CTU3E_Insert_m64ABFE1428193C4699805D088A67013BC474C0A1_RuntimeMethod_var))); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_mED0030B0DCBD7213D4CBC0AC076247BCCF59F5DB_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_mED0030B0DCBD7213D4CBC0AC076247BCCF59F5DB_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_Generic_ICollectionU3CTU3E_get_IsReadOnly_m69FA04A29E57D0AE1D4BA62A167554612BD41E59_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Add_mE515F3665A12FD5A6BD5BB4BE04E5EDD86A35DFA_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Add_mE515F3665A12FD5A6BD5BB4BE04E5EDD86A35DFA_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_m26956284FC39610AEADC14D8B0ACB6D0FFC14B44_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_m26956284FC39610AEADC14D8B0ACB6D0FFC14B44_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Contains_mF325DE5E20539A6DFF60656221C1517AF022B83B_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { NullCheck((RuntimeObject*)__this); RuntimeObject* L_0; L_0 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)__this); V_0 = (RuntimeObject*)L_0; } IL_0007: try {// begin try (depth: 1) { goto IL_0024; } IL_0009: { RuntimeObject* L_1 = V_0; NullCheck((RuntimeObject*)L_1); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_2; L_2 = InterfaceFuncInvoker0< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 10), (RuntimeObject*)L_1); V_1 = (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_2; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_3 = ___item0; bool L_4; L_4 = Complex_Equals_m4303E6572230C3368EEFFE54A5F3B3E067318F2D((Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)(&V_1), (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0024; } } IL_0020: { V_2 = (bool)1; IL2CPP_LEAVE(0x3A, FINALLY_002e); } IL_0024: { RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); if (L_6) { goto IL_0009; } } IL_002c: { IL2CPP_LEAVE(0x38, FINALLY_002e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: {// begin finally (depth: 1) { RuntimeObject* L_7 = V_0; if (!L_7) { goto IL_0037; } } IL_0031: { RuntimeObject* L_8 = V_0; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); } IL_0037: { IL2CPP_END_FINALLY(46) } }// end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3A, IL_003a) IL2CPP_JUMP_TBL(0x38, IL_0038) } IL_0038: { return (bool)0; } IL_003a: { bool L_9 = V_2; return (bool)L_9; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_ICollectionU3CTU3E_CopyTo_m25EA3880B9C0FB19DBD1F719B7CF6FE7073EE5B3_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_ICollectionU3CTU3E_CopyTo_m25EA3880B9C0FB19DBD1F719B7CF6FE7073EE5B3_RuntimeMethod_var))); } IL_000e: { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_2; L_2 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_3 = ___array0; NullCheck(L_3); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_4 = ___array0; DenseVectorStorage_1_tFEFBCD463D1D0F92D92410D51FAAB6EFBDA4532E * L_5 = (DenseVectorStorage_1_tFEFBCD463D1D0F92D92410D51FAAB6EFBDA4532E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)); (( void (*) (DenseVectorStorage_1_tFEFBCD463D1D0F92D92410D51FAAB6EFBDA4532E *, int32_t, ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)(L_5, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); int32_t L_6 = ___arrayIndex1; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); int32_t L_7; L_7 = (( int32_t (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_2); (( void (*) (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_2, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_5, (int32_t)0, (int32_t)L_6, (int32_t)L_7, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); return; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_IList_get_IsReadOnly_mDE59D6AD799D62D86C005281B7C608E04B153DBC_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_IList_get_IsFixedSize_m749967B4E0A79F230791B8DE02BA9B9DC2962B89_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Vector_1_System_Collections_IList_get_Item_m0C645480D0A500FF56CAB5F2144CC9358595250A_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0; L_0 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_2; L_2 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_3 = (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5), &L_3); return (RuntimeObject *)L_4; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_set_Item_mA3F99B67C4F1E76FC294C32C9B2D486FFFB7B834_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0; L_0 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); (( void (*) (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0, (int32_t)L_1, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )((*(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)((Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); return; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_System_Collections_IList_IndexOf_m89A3A823DA84E4FC1E78F75B3E11087750190FBC_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))) { goto IL_000a; } } { return (int32_t)(-1); } IL_000a: { RuntimeObject * L_1 = ___value0; NullCheck((RuntimeObject*)__this); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(2 /* System.Int32 System.Collections.Generic.IList`1::IndexOf(!0) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16), (RuntimeObject*)__this, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )((*(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)((Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)UnBox(L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))))); return (int32_t)L_2; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_IList_Contains_m137DD9E3D196801C8C4AC03DC8A45A3A20193417_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___value0; NullCheck((RuntimeObject*)__this); bool L_2; L_2 = InterfaceFuncInvoker1< bool, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(!0) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 17), (RuntimeObject*)__this, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )((*(Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)((Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C *)UnBox(L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))))); return (bool)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_Insert_m9650CFE242887A6A7A0B7023E9222C8107949D92_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_Insert_m9650CFE242887A6A7A0B7023E9222C8107949D92_RuntimeMethod_var))); } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_System_Collections_IList_Add_mA3160D452FB48659A6507318944E0D9012D3C0A6_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_Add_mA3160D452FB48659A6507318944E0D9012D3C0A6_RuntimeMethod_var))); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_Remove_m795B566CF05BD844DC7A72189DB91C5F4775EEC0_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_Remove_m795B566CF05BD844DC7A72189DB91C5F4775EEC0_RuntimeMethod_var))); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_RemoveAt_m6055462148B261F8F7A6FDAB5F52CC39FE6F6641_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_RemoveAt_m6055462148B261F8F7A6FDAB5F52CC39FE6F6641_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_ICollection_get_IsSynchronized_mA3A73A7D34CA191B52834EF1D390194C55DB6363_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Vector_1_System_Collections_ICollection_get_SyncRoot_m0058232DD1BABACE12F63E4C88CD1D95099D9153_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0; L_0 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (RuntimeObject *)L_0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_ICollection_CopyTo_mAAED4543DF9B2CDC0ACB88CED43A889D6A42ADD2_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_ICollection_CopyTo_mAAED4543DF9B2CDC0ACB88CED43A889D6A42ADD2_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAE8C36CA3E65F4E9D770E5374A33854C5C49271A)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_ICollection_CopyTo_mAAED4543DF9B2CDC0ACB88CED43A889D6A42ADD2_RuntimeMethod_var))); } IL_0027: { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_5; L_5 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeArray * L_6 = ___array0; NullCheck((RuntimeArray *)L_6); int32_t L_7; L_7 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_6, /*hidden argument*/NULL); RuntimeArray * L_8 = ___array0; DenseVectorStorage_1_tFEFBCD463D1D0F92D92410D51FAAB6EFBDA4532E * L_9 = (DenseVectorStorage_1_tFEFBCD463D1D0F92D92410D51FAAB6EFBDA4532E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)); (( void (*) (DenseVectorStorage_1_tFEFBCD463D1D0F92D92410D51FAAB6EFBDA4532E *, int32_t, ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)(L_9, (int32_t)L_7, (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)((ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); int32_t L_10 = ___index1; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); int32_t L_11; L_11 = (( int32_t (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_5); (( void (*) (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_5, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_9, (int32_t)0, (int32_t)L_10, (int32_t)L_11, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); return; } } // System.Collections.Generic.IEnumerator`1 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Vector_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2C78F4D9395377A194F18E46D273EC7CEF4A841B_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Collections.IEnumerator MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Vector_1_System_Collections_IEnumerable_GetEnumerator_mA8A42CA802831D136943CB6298FAA2754AAA3EB8_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToTypeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToTypeString_m456A263123602416BBB86022E31F4CCCBE4ABD68_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral222BFB2514FB23887BAAF08332D0592CEC108BE8); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; NullCheck((RuntimeObject *)__this); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_2); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); int32_t L_5; L_5 = (( int32_t (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_7); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 20)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(2), (RuntimeObject *)L_11); FormattableString_tDE8B3B926F0AD1A0FD6864BBA69C5AC99CE49B59 * L_12; L_12 = FormattableStringFactory_Create_m1624178F76FD2999A86932EC3317EAD1F7CDAC68((String_t*)_stringLiteral222BFB2514FB23887BAAF08332D0592CEC108BE8, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_8, /*hidden argument*/NULL); String_t* L_13; L_13 = FormattableString_Invariant_m2521551A876E7BFB3595B7D4940D1670F63E2C22((FormattableString_tDE8B3B926F0AD1A0FD6864BBA69C5AC99CE49B59 *)L_12, /*hidden argument*/NULL); return (String_t*)L_13; } } // System.String[0...,0...] MathNet.Numerics.LinearAlgebra.Vector`1::ToVectorStringArray(System.Int32,System.Int32,System.Int32,System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* Vector_1_ToVectorStringArray_m16242988DAD8C73D640F41C5D16948E76FF9DD80_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___maxPerColumn0, int32_t ___maxCharactersWidth1, int32_t ___padding2, String_t* ___ellipsis3, Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A * ___formatValue4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t27B40B45D00273EDC22A79342E3B790C99783D88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * V_8 = NULL; Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C V_9; memset((&V_9), 0, sizeof(V_9)); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = ___maxPerColumn0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B((int32_t)L_0, (int32_t)3, /*hidden argument*/NULL); ___maxPerColumn0 = (int32_t)L_1; int32_t L_2 = ___maxCharactersWidth1; int32_t L_3; L_3 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B((int32_t)L_2, (int32_t)((int32_t)16), /*hidden argument*/NULL); ___maxCharactersWidth1 = (int32_t)L_3; List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_4 = (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)il2cpp_codegen_object_new(List_1_t27B40B45D00273EDC22A79342E3B790C99783D88_il2cpp_TypeInfo_var); List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF(L_4, /*hidden argument*/List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF_RuntimeMethod_var); V_0 = (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_4; V_1 = (int32_t)0; V_2 = (int32_t)0; goto IL_005d; } IL_001f: { int32_t L_5 = ___maxPerColumn0; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); int32_t L_6; L_6 = (( int32_t (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); int32_t L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL); V_7 = (int32_t)L_8; int32_t L_9 = V_2; int32_t L_10 = V_7; Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A * L_11 = ___formatValue4; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_12; L_12 = (( Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, int32_t, int32_t, Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, (int32_t)L_9, (int32_t)L_10, (Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)); V_8 = (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_12; int32_t L_13 = V_1; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_14 = V_8; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_14); int32_t L_15; L_15 = Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_14, /*hidden argument*/Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_RuntimeMethod_var); int32_t L_16 = ___padding2; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)))); int32_t L_17 = V_1; int32_t L_18 = ___maxCharactersWidth1; if ((((int32_t)L_17) <= ((int32_t)L_18))) { goto IL_0050; } } { int32_t L_19 = V_2; if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_0066; } } IL_0050: { List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_20 = V_0; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_21 = V_8; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_20); List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_20, (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_21, /*hidden argument*/List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784_RuntimeMethod_var); int32_t L_22 = V_2; int32_t L_23 = V_7; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)); } IL_005d: { int32_t L_24 = V_2; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); int32_t L_25; L_25 = (( int32_t (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_001f; } } IL_0066: { int32_t L_26 = V_2; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); int32_t L_27; L_27 = (( int32_t (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)L_26) >= ((int32_t)L_27))) { goto IL_00a6; } } { List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_28 = V_0; List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_29 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_29); int32_t L_30; L_30 = List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_29, /*hidden argument*/List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_RuntimeMethod_var); NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_28); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_31; L_31 = List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_28, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)), /*hidden argument*/List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_RuntimeMethod_var); NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_31); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32; L_32 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_31, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_32; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_33; NullCheck(L_34); String_t* L_35 = ___ellipsis3; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))), (int32_t)2))), (String_t*)L_35); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_33; NullCheck(L_36); Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A * L_37 = ___formatValue4; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); int32_t L_38; L_38 = (( int32_t (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_39; L_39 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *)L_37); String_t* L_40; L_40 = (( String_t* (*) (Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *)L_37, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_40); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))), (int32_t)1))), (String_t*)L_40); } IL_00a6: { List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_41 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_41); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_42; L_42 = List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_41, (int32_t)0, /*hidden argument*/List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_RuntimeMethod_var); NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_42); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_43; L_43 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_42, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); NullCheck(L_43); V_3 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length))); List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_44 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_44); int32_t L_45; L_45 = List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_44, /*hidden argument*/List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_RuntimeMethod_var); V_4 = (int32_t)L_45; int32_t L_46 = V_3; int32_t L_47 = V_4; il2cpp_array_size_t L_49[] = { (il2cpp_array_size_t)(int32_t)L_46, (il2cpp_array_size_t)(int32_t)L_47 }; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_48 = (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)GenArrayNew(StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var, L_49); V_5 = (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_48; V_6 = (int32_t)0; List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_50 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_50); Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C L_51; L_51 = List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_50, /*hidden argument*/List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893_RuntimeMethod_var); V_9 = (Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C )L_51; } IL_00d2: try {// begin try (depth: 1) { goto IL_0138; } IL_00d4: { Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_52; L_52 = Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_inline((Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(&V_9), /*hidden argument*/Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_RuntimeMethod_var); V_10 = (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_52; V_11 = (int32_t)0; goto IL_00fd; } IL_00e2: { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_53 = V_5; int32_t L_54 = V_11; int32_t L_55 = V_6; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_56 = V_10; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_56); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_57; L_57 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_56, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); int32_t L_58 = V_11; NullCheck(L_57); int32_t L_59 = L_58; String_t* L_60 = (L_57)->GetAt(static_cast(L_59)); NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_53); ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_53)->SetAt((int32_t)L_54, (int32_t)L_55, (String_t*)L_60); int32_t L_61 = V_11; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_00fd: { int32_t L_62 = V_11; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_63 = V_10; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_63); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_64; L_64 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_63, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); NullCheck(L_64); if ((((int32_t)L_62) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length)))))) { goto IL_00e2; } } IL_010a: { Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_65 = V_10; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_65); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_66; L_66 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_65, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); NullCheck(L_66); V_12 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length))); goto IL_012d; } IL_0117: { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_67 = V_5; int32_t L_68 = V_12; int32_t L_69 = V_6; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_67); ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_67)->SetAt((int32_t)L_68, (int32_t)L_69, (String_t*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); int32_t L_70 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); } IL_012d: { int32_t L_71 = V_12; int32_t L_72 = V_3; if ((((int32_t)L_71) < ((int32_t)L_72))) { goto IL_0117; } } IL_0132: { int32_t L_73 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_0138: { bool L_74; L_74 = Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1((Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(&V_9), /*hidden argument*/Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1_RuntimeMethod_var); if (L_74) { goto IL_00d4; } } IL_0141: { IL2CPP_LEAVE(0x151, FINALLY_0143); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0143; } FINALLY_0143: {// begin finally (depth: 1) Il2CppFakeBox L_75(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C_il2cpp_TypeInfo_var, (&V_9)); const VirtualInvokeData& il2cpp_virtual_invoke_data__331 = il2cpp_codegen_get_interface_invoke_data(0, (&L_75), IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); (( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__331.methodPtr)((RuntimeObject*)(&L_75), /*hidden argument*/il2cpp_virtual_invoke_data__331.method); V_9 = L_75.m_Value; IL2CPP_END_FINALLY(323) }// end finally (depth: 1) IL2CPP_CLEANUP(323) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x151, IL_0151) } IL_0151: { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_76 = V_5; return (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_76; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::FormatStringArrayToString(System.String[0...,0...],System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_FormatStringArrayToString_m9EC2446E9BF6E3A6E83FEDD73366E0FFDE6D79AB_gshared (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* ___array0, String_t* ___columnSeparator1, String_t* ___rowSeparator2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; StringBuilder_t * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_0 = ___array0; NullCheck((RuntimeArray *)(RuntimeArray *)L_0); int32_t L_1; L_1 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB((RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_2 = ___array0; NullCheck((RuntimeArray *)(RuntimeArray *)L_2); int32_t L_3; L_3 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB((RuntimeArray *)(RuntimeArray *)L_2, (int32_t)1, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_4); V_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_5; V_4 = (int32_t)0; goto IL_004e; } IL_001c: { V_5 = (int32_t)0; goto IL_0043; } IL_0021: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_2; int32_t L_7 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_2; int32_t L_9 = V_5; NullCheck(L_8); int32_t L_10 = L_9; int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_12 = ___array0; int32_t L_13 = V_4; int32_t L_14 = V_5; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_12); String_t* L_15; L_15 = ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_12)->GetAt((int32_t)L_13, (int32_t)L_14); NullCheck((String_t*)L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_17; L_17 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B((int32_t)L_11, (int32_t)L_16, /*hidden argument*/NULL); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int32_t)L_17); int32_t L_18 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0043: { int32_t L_19 = V_5; int32_t L_20 = V_1; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0021; } } { int32_t L_21 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_004e: { int32_t L_22 = V_4; int32_t L_23 = V_0; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_001c; } } { StringBuilder_t * L_24 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_24, /*hidden argument*/NULL); V_3 = (StringBuilder_t *)L_24; V_6 = (int32_t)0; goto IL_00b6; } IL_005e: { StringBuilder_t * L_25 = V_3; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_26 = ___array0; int32_t L_27 = V_6; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_26); String_t* L_28; L_28 = ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_26)->GetAt((int32_t)L_27, (int32_t)0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = V_2; NullCheck(L_29); int32_t L_30 = 0; int32_t L_31 = (L_29)->GetAt(static_cast(L_30)); NullCheck((String_t*)L_28); String_t* L_32; L_32 = String_PadLeft_mB83276F9CFF10D45EA7D6EE2C875B4D094C53EA6((String_t*)L_28, (int32_t)L_31, /*hidden argument*/NULL); NullCheck((StringBuilder_t *)L_25); StringBuilder_t * L_33; L_33 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_25, (String_t*)L_32, /*hidden argument*/NULL); V_7 = (int32_t)1; goto IL_00a3; } IL_007b: { StringBuilder_t * L_34 = V_3; String_t* L_35 = ___columnSeparator1; NullCheck((StringBuilder_t *)L_34); StringBuilder_t * L_36; L_36 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_34, (String_t*)L_35, /*hidden argument*/NULL); StringBuilder_t * L_37 = V_3; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_38 = ___array0; int32_t L_39 = V_6; int32_t L_40 = V_7; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_38); String_t* L_41; L_41 = ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_38)->GetAt((int32_t)L_39, (int32_t)L_40); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = V_2; int32_t L_43 = V_7; NullCheck(L_42); int32_t L_44 = L_43; int32_t L_45 = (L_42)->GetAt(static_cast(L_44)); NullCheck((String_t*)L_41); String_t* L_46; L_46 = String_PadLeft_mB83276F9CFF10D45EA7D6EE2C875B4D094C53EA6((String_t*)L_41, (int32_t)L_45, /*hidden argument*/NULL); NullCheck((StringBuilder_t *)L_37); StringBuilder_t * L_47; L_47 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_37, (String_t*)L_46, /*hidden argument*/NULL); int32_t L_48 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00a3: { int32_t L_49 = V_7; int32_t L_50 = V_1; if ((((int32_t)L_49) < ((int32_t)L_50))) { goto IL_007b; } } { StringBuilder_t * L_51 = V_3; String_t* L_52 = ___rowSeparator2; NullCheck((StringBuilder_t *)L_51); StringBuilder_t * L_53; L_53 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_51, (String_t*)L_52, /*hidden argument*/NULL); int32_t L_54 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_00b6: { int32_t L_55 = V_6; int32_t L_56 = V_0; if ((((int32_t)L_55) < ((int32_t)L_56))) { goto IL_005e; } } { StringBuilder_t * L_57 = V_3; NullCheck((RuntimeObject *)L_57); String_t* L_58; L_58 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)L_57); return (String_t*)L_58; } } // System.Tuple`2 MathNet.Numerics.LinearAlgebra.Vector`1::FormatCompleteColumn(System.Int32,System.Int32,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * Vector_1_FormatCompleteColumn_mC2453105DD84E7589344F9818870886640BC4E04_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___offset0, int32_t ___height1, Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A * ___formatValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * G_B5_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_1 = NULL; Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * G_B4_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_1 = NULL; { int32_t L_0 = ___height1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_1; V_1 = (int32_t)0; V_2 = (int32_t)0; goto IL_0027; } IL_000d: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = (int32_t)L_3; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A * L_5 = ___formatValue2; int32_t L_6 = ___offset0; int32_t L_7 = V_2; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_8; L_8 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *)L_5); String_t* L_9; L_9 = (( String_t* (*) (Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *)L_5, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_9); (L_2)->SetAt(static_cast(L_4), (String_t*)L_9); int32_t L_10 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0027: { int32_t L_11 = V_2; int32_t L_12 = ___height1; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000d; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_14 = ((U3CU3Ec_tC99239A1941B9BE842FA6630E9FCDA249CC81512_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)))->get_U3CU3E9__209_0_1(); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_15 = (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)L_14; G_B4_0 = L_15; G_B4_1 = L_13; if (L_15) { G_B5_0 = L_15; G_B5_1 = L_13; goto IL_004b; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)); U3CU3Ec_tC99239A1941B9BE842FA6630E9FCDA249CC81512 * L_16 = ((U3CU3Ec_tC99239A1941B9BE842FA6630E9FCDA249CC81512_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)))->get_U3CU3E9_0(); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_17 = (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)il2cpp_codegen_object_new(Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC_il2cpp_TypeInfo_var); Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6(L_17, (RuntimeObject *)L_16, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)), /*hidden argument*/Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6_RuntimeMethod_var); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_18 = (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)L_17; ((U3CU3Ec_tC99239A1941B9BE842FA6630E9FCDA249CC81512_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)))->set_U3CU3E9__209_0_1(L_18); G_B5_0 = L_18; G_B5_1 = G_B4_1; } IL_004b: { int32_t L_19; L_19 = Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357((RuntimeObject*)(RuntimeObject*)G_B5_1, (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)G_B5_0, /*hidden argument*/Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_0; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_21 = (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)il2cpp_codegen_object_new(Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097_il2cpp_TypeInfo_var); Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D(L_21, (int32_t)L_19, (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_20, /*hidden argument*/Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D_RuntimeMethod_var); return (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_21; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToVectorString(System.Int32,System.Int32,System.String,System.String,System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToVectorString_m8209C983A3DCD469E03304FC32185FC7D18155E6_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___maxPerColumn0, int32_t ___maxCharactersWidth1, String_t* ___ellipsis2, String_t* ___columnSeparator3, String_t* ___rowSeparator4, Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A * ___formatValue5, const RuntimeMethod* method) { { int32_t L_0 = ___maxPerColumn0; int32_t L_1 = ___maxCharactersWidth1; String_t* L_2 = ___columnSeparator3; NullCheck((String_t*)L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_2, /*hidden argument*/NULL); String_t* L_4 = ___ellipsis2; Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A * L_5 = ___formatValue5; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_6; L_6 = (( StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, int32_t, int32_t, int32_t, String_t*, Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, (int32_t)L_0, (int32_t)L_1, (int32_t)L_3, (String_t*)L_4, (Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25)); String_t* L_7 = ___columnSeparator3; String_t* L_8 = ___rowSeparator4; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27)); String_t* L_9; L_9 = (( String_t* (*) (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*, String_t*, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)->methodPointer)((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_6, (String_t*)L_7, (String_t*)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)); return (String_t*)L_9; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToVectorString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToVectorString_mFA9E69DD3F6CDF011D16DE2DDB1F41DECC38F027_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral483D313E1D4494A2D1529112AC5AE18B120DBE0B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass212_0_tC03A49328361AA70E2F9694B53AA74436B13D2A0 * V_0 = NULL; { U3CU3Ec__DisplayClass212_0_tC03A49328361AA70E2F9694B53AA74436B13D2A0 * L_0 = (U3CU3Ec__DisplayClass212_0_tC03A49328361AA70E2F9694B53AA74436B13D2A0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 28)); (( void (*) (U3CU3Ec__DisplayClass212_0_tC03A49328361AA70E2F9694B53AA74436B13D2A0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 29)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 29)); V_0 = (U3CU3Ec__DisplayClass212_0_tC03A49328361AA70E2F9694B53AA74436B13D2A0 *)L_0; U3CU3Ec__DisplayClass212_0_tC03A49328361AA70E2F9694B53AA74436B13D2A0 * L_1 = V_0; String_t* L_2 = ___format0; NullCheck(L_1); L_1->set_format_0(L_2); U3CU3Ec__DisplayClass212_0_tC03A49328361AA70E2F9694B53AA74436B13D2A0 * L_3 = V_0; RuntimeObject* L_4 = ___provider1; NullCheck(L_3); L_3->set_provider_1(L_4); U3CU3Ec__DisplayClass212_0_tC03A49328361AA70E2F9694B53AA74436B13D2A0 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = (String_t*)L_5->get_format_0(); if (L_6) { goto IL_0027; } } { U3CU3Ec__DisplayClass212_0_tC03A49328361AA70E2F9694B53AA74436B13D2A0 * L_7 = V_0; NullCheck(L_7); L_7->set_format_0(_stringLiteral483D313E1D4494A2D1529112AC5AE18B120DBE0B); } IL_0027: { String_t* L_8; L_8 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); U3CU3Ec__DisplayClass212_0_tC03A49328361AA70E2F9694B53AA74436B13D2A0 * L_9 = V_0; Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A * L_10 = (Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 31)); (( void (*) (Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 32)->methodPointer)(L_10, (RuntimeObject *)L_9, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 30)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 32)); NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); String_t* L_11; L_11 = (( String_t* (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, int32_t, int32_t, String_t*, String_t*, String_t*, Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, (int32_t)((int32_t)12), (int32_t)((int32_t)80), (String_t*)_stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F, (String_t*)_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, (String_t*)L_8, (Func_2_tD2FF7A073DC4C71487CDECAFBFED4809A808438A *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)); return (String_t*)L_11; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToString_m37F2BE69F657C258DF8100FF3ADFFFDF8AEE8C29_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(36 /* System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToTypeString() */, (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); String_t* L_1; L_1 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); String_t* L_2; L_2 = (( String_t* (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, String_t*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, (String_t*)NULL, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)); String_t* L_3; L_3 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)L_0, (String_t*)L_1, (String_t*)L_2, /*hidden argument*/NULL); return (String_t*)L_3; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToString_m8CB03F142BE85F6BC6AEF98DFC816C7DDAF5660C_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(36 /* System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToTypeString() */, (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); String_t* L_1; L_1 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); String_t* L_2 = ___format0; RuntimeObject* L_3 = ___formatProvider1; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); String_t* L_4; L_4 = (( String_t* (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, String_t*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, (String_t*)L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)L_0, (String_t*)L_1, (String_t*)L_4, /*hidden argument*/NULL); return (String_t*)L_5; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::.ctor(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_mF5A5AED680F9036211C98596294E65588FF9DA5F_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * ___storage0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0 = ___storage0; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); (( void (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_1 = ___storage0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_Length_1(); NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); (( void (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 37)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 37)); return; } } // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Vector`1::get_Storage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * Vector_1_get_Storage_m26E521F9EA8F6FB55F08AFB7ABBD7604C55B7447_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0 = (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)__this->get_U3CStorageU3Ek__BackingField_3(); return (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Storage(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_set_Storage_m5BA2E1064A6C44C48BDEEDD35083B9B13FA60C72_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * ___value0, const RuntimeMethod* method) { { VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0 = ___value0; __this->set_U3CStorageU3Ek__BackingField_3(L_0); return; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_get_Count_m14CCAB3F0EBC550E2EA333FF433137FA0CA38C25_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CCountU3Ek__BackingField_4(); return (int32_t)L_0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Count(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_set_Count_m822F9234C19E0447941A2B03AE5B0598A6AFD1CD_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCountU3Ek__BackingField_4(L_0); return; } } // T MathNet.Numerics.LinearAlgebra.Vector`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C Vector_1_get_Item_m6F0BD4D7D4F0914E48D5DF67B180B1BE157AF051_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0; L_0 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_2; L_2 = (( Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C (*) (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); return (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_set_Item_mFA7BF6D2C42CD678AEA9C363C782CB5C8B920F0B_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___value1, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0; L_0 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_2 = ___value1; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); (( void (*) (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0, (int32_t)L_1, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); return; } } // T MathNet.Numerics.LinearAlgebra.Vector`1::At(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C Vector_1_At_m98BE137C6C53B554B422CDD5A0EDE9898D14A1F2_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0; L_0 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_2; L_2 = VirtualFuncInvoker1< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0, (int32_t)L_1); return (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::At(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_At_m8FF4999F442A170E649BE4DC2DF0DD5F8974499E_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C ___value1, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0; L_0 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_2 = ___value1; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); VirtualActionInvoker2< int32_t, Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0, (int32_t)L_1, (Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C )L_2); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_Clear_m97B3ABF21FD0EA41E0614826EDF9B8FC4664D959_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0; L_0 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); VirtualActionInvoker0::Invoke(9 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear() */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::ClearSubVector(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_ClearSubVector_mD0D7202EC1947F51F21F95798FD07F6C3466A497_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___count1; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ClearSubVector_mD0D7202EC1947F51F21F95798FD07F6C3466A497_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___index0; int32_t L_3 = ___count1; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); int32_t L_4; L_4 = (( int32_t (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))) > ((int32_t)L_4))) { goto IL_0023; } } { int32_t L_5 = ___index0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_002e; } } IL_0023: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_6, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ClearSubVector_mD0D7202EC1947F51F21F95798FD07F6C3466A497_RuntimeMethod_var))); } IL_002e: { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_7; L_7 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_8 = ___index0; int32_t L_9 = ___count1; NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_7); VirtualActionInvoker2< int32_t, int32_t >::Invoke(10 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear(System.Int32,System.Int32) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_7, (int32_t)L_8, (int32_t)L_9); return; } } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.Vector`1::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * Vector_1_Clone_mE179139682368B9E0474638CA19335277D0B0B19_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27)); VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * L_0 = ((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27)))->get_Build_2(); NullCheck((VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)L_0); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_1; L_1 = (( Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * (*) (VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *, Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 42)->methodPointer)((VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)L_0, (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 42)); V_0 = (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_1; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_2; L_2 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_3 = V_0; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_3); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_4; L_4 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_2); VirtualActionInvoker2< VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *, int32_t >::Invoke(11 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,MathNet.Numerics.LinearAlgebra.ExistingData) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_2, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_4, (int32_t)1); Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * L_5 = V_0; return (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)L_5; } } // T[] MathNet.Numerics.LinearAlgebra.Vector`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* Vector_1_ToArray_mDE89CCBC12495509D297F43FFC9991BB4D074496_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0; L_0 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* L_1; L_1 = VirtualFuncInvoker0< ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5* >::Invoke(14 /* T[] MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ToArray() */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); return (ComplexU5BU5D_tB5D4AFC072030492E5A9410FFA524F81AA2C03B5*)L_1; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Vector`1::ToColumnMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * Vector_1_ToColumnMatrix_mD574F2D24DD6A66E675B2E319261B2A0501187F7_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 45)); MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E * L_0 = ((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 45)))->get_Build_2(); NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); int32_t L_1; L_1 = (( int32_t (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E *)L_0); Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_2; L_2 = (( Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * (*) (MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E *, Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 46)->methodPointer)((MatrixBuilder_1_tAF6107E7506E11630C6306BF3F4B96899589D87E *)L_0, (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, (int32_t)L_1, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 46)); V_0 = (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_2; NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_3; L_3 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_4 = V_0; NullCheck((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_4); MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * L_5; L_5 = (( MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 * (*) (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 47)->methodPointer)((Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 47)); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_3); VirtualActionInvoker3< MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 *, int32_t, int32_t >::Invoke(12 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToColumnUnchecked(MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_3, (MatrixStorage_1_tC7EB916392D8C45529DF60D74E56BE3261143227 *)L_5, (int32_t)0, (int32_t)1); Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 * L_6 = V_0; return (Matrix_1_t896AF007021A809219C30160A3540CB95D3F5E47 *)L_6; } } // System.Collections.Generic.IEnumerable`1 MathNet.Numerics.LinearAlgebra.Vector`1::Enumerate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Vector_1_Enumerate_mF31FCEC6E35BE3A232CC7E6B6DE507ACD3B2121D_gshared (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this); VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * L_0; L_0 = (( VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C * (*) (Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Collections.Generic.IEnumerable`1 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Enumerate() */, (VectorStorage_1_tDD04F2786F2C4A9B9112B1EF70B9703A7BB4024C *)L_0); return (RuntimeObject*)L_1; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__cctor_m7940C3AA08FD1CF99D5750B67A07DAFF6A39D483_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 51)); VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * L_0; L_0 = (( VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)); NullCheck((VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)L_0); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_1; L_1 = VirtualFuncInvoker0< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(4 /* T MathNet.Numerics.LinearAlgebra.VectorBuilder`1::get_Zero() */, (VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)L_0); ((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 27)))->set_Zero_0(L_1); VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * L_2; L_2 = (( VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)); NullCheck((VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)L_2); Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C L_3; L_3 = VirtualFuncInvoker0< Complex_tBD2241EF40D963D2B55E4A07928FAE97D3A0E02C >::Invoke(5 /* T MathNet.Numerics.LinearAlgebra.VectorBuilder`1::get_One() */, (VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 *)L_2); ((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 27)))->set_One_1(L_3); VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * L_4; L_4 = (( VectorBuilder_1_tA590665149F4BDC8EAC2DF4F0F072AA54E155292 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)); ((Vector_1_t7EEFC981EEE2B91F919802AEB6B0734D08B5574D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 27)))->set_Build_2(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::Equals(MathNet.Numerics.LinearAlgebra.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_Equals_mA3C84ACFA16ACF8E59C9FBCBD5AE16A330B709DE_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * ___other0, const RuntimeMethod* method) { { Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * L_0 = ___other0; if (!L_0) { goto IL_0015; } } { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_1; L_1 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * L_2 = ___other0; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_2); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_3; L_3 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_1); bool L_4; L_4 = VirtualFuncInvoker1< bool, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * >::Invoke(8 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_1, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_3); return (bool)L_4; } IL_0015: { return (bool)0; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_Equals_mD06BD745153F66BA7E9CC90304FFF5960877B401_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))); Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * L_1 = V_0; if (!L_1) { goto IL_001c; } } { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_2; L_2 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * L_3 = V_0; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_3); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_4; L_4 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_2); bool L_5; L_5 = VirtualFuncInvoker1< bool, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * >::Invoke(8 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_2, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_4); return (bool)L_5; } IL_001c: { return (bool)0; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_GetHashCode_m3FA6C1DD1737DD49451CEB76F14C2A2BC3EBFF3D_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0; L_0 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((RuntimeObject *)L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_0); return (int32_t)L_1; } } // System.Object MathNet.Numerics.LinearAlgebra.Vector`1::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Vector_1_System_ICloneable_Clone_m4B082746A18F3B55697CF1DF0DB3CADA12ABF648_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * L_0; L_0 = (( Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return (RuntimeObject *)L_0; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IList.IndexOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_System_Collections_Generic_IListU3CTU3E_IndexOf_mB17D80C4B258DB82F94CDC7E804A8043C2D3D8DE_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 V_1; memset((&V_1), 0, sizeof(V_1)); { V_0 = (int32_t)0; goto IL_0022; } IL_0004: { int32_t L_0 = V_0; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_1; L_1 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_1 = (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_1; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_2 = ___item0; bool L_3; L_3 = Complex32_Equals_mB13373D932750036ADD5489AA66A49187AF6817D((Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)(&V_1), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { int32_t L_4 = V_0; return (int32_t)L_4; } IL_001e: { int32_t L_5 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0022: { int32_t L_6 = V_0; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); int32_t L_7; L_7 = (( int32_t (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0004; } } { return (int32_t)(-1); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IList.Insert(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_IListU3CTU3E_Insert_m0E23E94866DF4D05D574050FF2872A2D28909E9C_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___index0, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___item1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_IListU3CTU3E_Insert_m0E23E94866DF4D05D574050FF2872A2D28909E9C_RuntimeMethod_var))); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_m9ACCC47442EF0EF97762A39D5F908C2847AD2A8F_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___index0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_m9ACCC47442EF0EF97762A39D5F908C2847AD2A8F_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_Generic_ICollectionU3CTU3E_get_IsReadOnly_m9D60D02F7A54D54F659155B00BA6DBF2B2A7A41B_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Add_m292C1A000DAB9943EED0977BED5C37BE629A3BCC_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Add_m292C1A000DAB9943EED0977BED5C37BE629A3BCC_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_mB3D909621BDAF879F2B57B20A22DA1D13CECAC7F_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_mB3D909621BDAF879F2B57B20A22DA1D13CECAC7F_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Contains_m8868A6F45806A83E9FCE6D3582E22910DD4D7374_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 V_1; memset((&V_1), 0, sizeof(V_1)); bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { NullCheck((RuntimeObject*)__this); RuntimeObject* L_0; L_0 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)__this); V_0 = (RuntimeObject*)L_0; } IL_0007: try {// begin try (depth: 1) { goto IL_0024; } IL_0009: { RuntimeObject* L_1 = V_0; NullCheck((RuntimeObject*)L_1); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_2; L_2 = InterfaceFuncInvoker0< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 10), (RuntimeObject*)L_1); V_1 = (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_2; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_3 = ___item0; bool L_4; L_4 = Complex32_Equals_mB13373D932750036ADD5489AA66A49187AF6817D((Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)(&V_1), (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0024; } } IL_0020: { V_2 = (bool)1; IL2CPP_LEAVE(0x3A, FINALLY_002e); } IL_0024: { RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); if (L_6) { goto IL_0009; } } IL_002c: { IL2CPP_LEAVE(0x38, FINALLY_002e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: {// begin finally (depth: 1) { RuntimeObject* L_7 = V_0; if (!L_7) { goto IL_0037; } } IL_0031: { RuntimeObject* L_8 = V_0; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); } IL_0037: { IL2CPP_END_FINALLY(46) } }// end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3A, IL_003a) IL2CPP_JUMP_TBL(0x38, IL_0038) } IL_0038: { return (bool)0; } IL_003a: { bool L_9 = V_2; return (bool)L_9; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_ICollectionU3CTU3E_CopyTo_m979580E0F19DB59D3F78ED821DD980B7F7B53712_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_ICollectionU3CTU3E_CopyTo_m979580E0F19DB59D3F78ED821DD980B7F7B53712_RuntimeMethod_var))); } IL_000e: { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_2; L_2 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_3 = ___array0; NullCheck(L_3); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_4 = ___array0; DenseVectorStorage_1_t89C60D717FC710E192C2A92D3AA98DE14B709563 * L_5 = (DenseVectorStorage_1_t89C60D717FC710E192C2A92D3AA98DE14B709563 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)); (( void (*) (DenseVectorStorage_1_t89C60D717FC710E192C2A92D3AA98DE14B709563 *, int32_t, Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)(L_5, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); int32_t L_6 = ___arrayIndex1; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); int32_t L_7; L_7 = (( int32_t (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_2); (( void (*) (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_2, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_5, (int32_t)0, (int32_t)L_6, (int32_t)L_7, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); return; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_IList_get_IsReadOnly_mF2DC6FE4039B49D22614771A1E95B727644E7D17_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_IList_get_IsFixedSize_m5637913A42CB04FA753AEA72F0E714C3A52F2DCB_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Vector_1_System_Collections_IList_get_Item_mBFA718CD2E0003EC218DF2275BCF513795365D69_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0; L_0 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_2; L_2 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_3 = (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5), &L_3); return (RuntimeObject *)L_4; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_set_Item_m0DA0F68FF647CA18D407DE73A427A5A5EE41120A_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0; L_0 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0); (( void (*) (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0, (int32_t)L_1, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )((*(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)((Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); return; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_System_Collections_IList_IndexOf_m61B9BD5A9114FEFC7E049C8161FBFA52A2DEF0B9_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))) { goto IL_000a; } } { return (int32_t)(-1); } IL_000a: { RuntimeObject * L_1 = ___value0; NullCheck((RuntimeObject*)__this); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(2 /* System.Int32 System.Collections.Generic.IList`1::IndexOf(!0) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16), (RuntimeObject*)__this, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )((*(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)((Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)UnBox(L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))))); return (int32_t)L_2; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_IList_Contains_mE1FEAD1210BAABC8E59D4EA5ED46EE762204F860_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___value0; NullCheck((RuntimeObject*)__this); bool L_2; L_2 = InterfaceFuncInvoker1< bool, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(!0) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 17), (RuntimeObject*)__this, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )((*(Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)((Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 *)UnBox(L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))))); return (bool)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_Insert_mB449F1D41D881C730C5D5C1AC784111B3341D981_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_Insert_mB449F1D41D881C730C5D5C1AC784111B3341D981_RuntimeMethod_var))); } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_System_Collections_IList_Add_m7E772C8FE97273D849BAB86069A6ADB759C10A64_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_Add_m7E772C8FE97273D849BAB86069A6ADB759C10A64_RuntimeMethod_var))); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_Remove_mEA0F431F60B219D18ED4AC18D7AA7D607BAA10CE_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_Remove_mEA0F431F60B219D18ED4AC18D7AA7D607BAA10CE_RuntimeMethod_var))); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_RemoveAt_m4BBD0187DF9776C14D82E26D72395FFE3CE0AEF6_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___index0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_RemoveAt_m4BBD0187DF9776C14D82E26D72395FFE3CE0AEF6_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_ICollection_get_IsSynchronized_m10F6A57B72DE4F267902691AE0124D193276F9C9_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Vector_1_System_Collections_ICollection_get_SyncRoot_m1C5052C9117947A0E2511800F26DB7EC7EDF8D5C_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0; L_0 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (RuntimeObject *)L_0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_ICollection_CopyTo_m589198BA93265BBB3CA018147BF8DB42217A1865_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_ICollection_CopyTo_m589198BA93265BBB3CA018147BF8DB42217A1865_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAE8C36CA3E65F4E9D770E5374A33854C5C49271A)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_ICollection_CopyTo_m589198BA93265BBB3CA018147BF8DB42217A1865_RuntimeMethod_var))); } IL_0027: { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_5; L_5 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeArray * L_6 = ___array0; NullCheck((RuntimeArray *)L_6); int32_t L_7; L_7 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_6, /*hidden argument*/NULL); RuntimeArray * L_8 = ___array0; DenseVectorStorage_1_t89C60D717FC710E192C2A92D3AA98DE14B709563 * L_9 = (DenseVectorStorage_1_t89C60D717FC710E192C2A92D3AA98DE14B709563 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)); (( void (*) (DenseVectorStorage_1_t89C60D717FC710E192C2A92D3AA98DE14B709563 *, int32_t, Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)(L_9, (int32_t)L_7, (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)((Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); int32_t L_10 = ___index1; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); int32_t L_11; L_11 = (( int32_t (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_5); (( void (*) (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_5, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_9, (int32_t)0, (int32_t)L_10, (int32_t)L_11, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); return; } } // System.Collections.Generic.IEnumerator`1 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Vector_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m46026BF928E81079B2064D97197E8CAF4D15234E_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Collections.IEnumerator MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Vector_1_System_Collections_IEnumerable_GetEnumerator_m321D3DCEBF8427C323B7BC203AF43EAAA89D84A9_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToTypeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToTypeString_m56AD50788AB60F27CCA91F9670E8D7D352AAD4D4_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral222BFB2514FB23887BAAF08332D0592CEC108BE8); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; NullCheck((RuntimeObject *)__this); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_2); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); int32_t L_5; L_5 = (( int32_t (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_7); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 20)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(2), (RuntimeObject *)L_11); FormattableString_tDE8B3B926F0AD1A0FD6864BBA69C5AC99CE49B59 * L_12; L_12 = FormattableStringFactory_Create_m1624178F76FD2999A86932EC3317EAD1F7CDAC68((String_t*)_stringLiteral222BFB2514FB23887BAAF08332D0592CEC108BE8, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_8, /*hidden argument*/NULL); String_t* L_13; L_13 = FormattableString_Invariant_m2521551A876E7BFB3595B7D4940D1670F63E2C22((FormattableString_tDE8B3B926F0AD1A0FD6864BBA69C5AC99CE49B59 *)L_12, /*hidden argument*/NULL); return (String_t*)L_13; } } // System.String[0...,0...] MathNet.Numerics.LinearAlgebra.Vector`1::ToVectorStringArray(System.Int32,System.Int32,System.Int32,System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* Vector_1_ToVectorStringArray_mA657958077A476FB5CCE71E5EF7856F49E1A7D20_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___maxPerColumn0, int32_t ___maxCharactersWidth1, int32_t ___padding2, String_t* ___ellipsis3, Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 * ___formatValue4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t27B40B45D00273EDC22A79342E3B790C99783D88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * V_8 = NULL; Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C V_9; memset((&V_9), 0, sizeof(V_9)); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = ___maxPerColumn0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B((int32_t)L_0, (int32_t)3, /*hidden argument*/NULL); ___maxPerColumn0 = (int32_t)L_1; int32_t L_2 = ___maxCharactersWidth1; int32_t L_3; L_3 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B((int32_t)L_2, (int32_t)((int32_t)16), /*hidden argument*/NULL); ___maxCharactersWidth1 = (int32_t)L_3; List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_4 = (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)il2cpp_codegen_object_new(List_1_t27B40B45D00273EDC22A79342E3B790C99783D88_il2cpp_TypeInfo_var); List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF(L_4, /*hidden argument*/List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF_RuntimeMethod_var); V_0 = (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_4; V_1 = (int32_t)0; V_2 = (int32_t)0; goto IL_005d; } IL_001f: { int32_t L_5 = ___maxPerColumn0; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); int32_t L_6; L_6 = (( int32_t (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); int32_t L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL); V_7 = (int32_t)L_8; int32_t L_9 = V_2; int32_t L_10 = V_7; Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 * L_11 = ___formatValue4; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_12; L_12 = (( Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, int32_t, int32_t, Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, (int32_t)L_9, (int32_t)L_10, (Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)); V_8 = (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_12; int32_t L_13 = V_1; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_14 = V_8; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_14); int32_t L_15; L_15 = Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_14, /*hidden argument*/Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_RuntimeMethod_var); int32_t L_16 = ___padding2; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)))); int32_t L_17 = V_1; int32_t L_18 = ___maxCharactersWidth1; if ((((int32_t)L_17) <= ((int32_t)L_18))) { goto IL_0050; } } { int32_t L_19 = V_2; if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_0066; } } IL_0050: { List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_20 = V_0; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_21 = V_8; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_20); List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_20, (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_21, /*hidden argument*/List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784_RuntimeMethod_var); int32_t L_22 = V_2; int32_t L_23 = V_7; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)); } IL_005d: { int32_t L_24 = V_2; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); int32_t L_25; L_25 = (( int32_t (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_001f; } } IL_0066: { int32_t L_26 = V_2; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); int32_t L_27; L_27 = (( int32_t (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)L_26) >= ((int32_t)L_27))) { goto IL_00a6; } } { List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_28 = V_0; List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_29 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_29); int32_t L_30; L_30 = List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_29, /*hidden argument*/List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_RuntimeMethod_var); NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_28); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_31; L_31 = List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_28, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)), /*hidden argument*/List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_RuntimeMethod_var); NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_31); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32; L_32 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_31, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_32; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_33; NullCheck(L_34); String_t* L_35 = ___ellipsis3; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))), (int32_t)2))), (String_t*)L_35); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_33; NullCheck(L_36); Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 * L_37 = ___formatValue4; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); int32_t L_38; L_38 = (( int32_t (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_39; L_39 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *)L_37); String_t* L_40; L_40 = (( String_t* (*) (Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *)L_37, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_40); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))), (int32_t)1))), (String_t*)L_40); } IL_00a6: { List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_41 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_41); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_42; L_42 = List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_41, (int32_t)0, /*hidden argument*/List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_RuntimeMethod_var); NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_42); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_43; L_43 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_42, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); NullCheck(L_43); V_3 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length))); List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_44 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_44); int32_t L_45; L_45 = List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_44, /*hidden argument*/List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_RuntimeMethod_var); V_4 = (int32_t)L_45; int32_t L_46 = V_3; int32_t L_47 = V_4; il2cpp_array_size_t L_49[] = { (il2cpp_array_size_t)(int32_t)L_46, (il2cpp_array_size_t)(int32_t)L_47 }; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_48 = (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)GenArrayNew(StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var, L_49); V_5 = (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_48; V_6 = (int32_t)0; List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_50 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_50); Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C L_51; L_51 = List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_50, /*hidden argument*/List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893_RuntimeMethod_var); V_9 = (Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C )L_51; } IL_00d2: try {// begin try (depth: 1) { goto IL_0138; } IL_00d4: { Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_52; L_52 = Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_inline((Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(&V_9), /*hidden argument*/Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_RuntimeMethod_var); V_10 = (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_52; V_11 = (int32_t)0; goto IL_00fd; } IL_00e2: { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_53 = V_5; int32_t L_54 = V_11; int32_t L_55 = V_6; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_56 = V_10; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_56); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_57; L_57 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_56, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); int32_t L_58 = V_11; NullCheck(L_57); int32_t L_59 = L_58; String_t* L_60 = (L_57)->GetAt(static_cast(L_59)); NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_53); ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_53)->SetAt((int32_t)L_54, (int32_t)L_55, (String_t*)L_60); int32_t L_61 = V_11; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_00fd: { int32_t L_62 = V_11; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_63 = V_10; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_63); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_64; L_64 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_63, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); NullCheck(L_64); if ((((int32_t)L_62) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length)))))) { goto IL_00e2; } } IL_010a: { Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_65 = V_10; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_65); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_66; L_66 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_65, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); NullCheck(L_66); V_12 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length))); goto IL_012d; } IL_0117: { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_67 = V_5; int32_t L_68 = V_12; int32_t L_69 = V_6; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_67); ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_67)->SetAt((int32_t)L_68, (int32_t)L_69, (String_t*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); int32_t L_70 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); } IL_012d: { int32_t L_71 = V_12; int32_t L_72 = V_3; if ((((int32_t)L_71) < ((int32_t)L_72))) { goto IL_0117; } } IL_0132: { int32_t L_73 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_0138: { bool L_74; L_74 = Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1((Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(&V_9), /*hidden argument*/Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1_RuntimeMethod_var); if (L_74) { goto IL_00d4; } } IL_0141: { IL2CPP_LEAVE(0x151, FINALLY_0143); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0143; } FINALLY_0143: {// begin finally (depth: 1) Il2CppFakeBox L_75(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C_il2cpp_TypeInfo_var, (&V_9)); const VirtualInvokeData& il2cpp_virtual_invoke_data__331 = il2cpp_codegen_get_interface_invoke_data(0, (&L_75), IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); (( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__331.methodPtr)((RuntimeObject*)(&L_75), /*hidden argument*/il2cpp_virtual_invoke_data__331.method); V_9 = L_75.m_Value; IL2CPP_END_FINALLY(323) }// end finally (depth: 1) IL2CPP_CLEANUP(323) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x151, IL_0151) } IL_0151: { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_76 = V_5; return (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_76; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::FormatStringArrayToString(System.String[0...,0...],System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_FormatStringArrayToString_m018A46E9EF0096B7BDA5055F0EDD4249099D543B_gshared (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* ___array0, String_t* ___columnSeparator1, String_t* ___rowSeparator2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; StringBuilder_t * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_0 = ___array0; NullCheck((RuntimeArray *)(RuntimeArray *)L_0); int32_t L_1; L_1 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB((RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_2 = ___array0; NullCheck((RuntimeArray *)(RuntimeArray *)L_2); int32_t L_3; L_3 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB((RuntimeArray *)(RuntimeArray *)L_2, (int32_t)1, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_4); V_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_5; V_4 = (int32_t)0; goto IL_004e; } IL_001c: { V_5 = (int32_t)0; goto IL_0043; } IL_0021: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_2; int32_t L_7 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_2; int32_t L_9 = V_5; NullCheck(L_8); int32_t L_10 = L_9; int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_12 = ___array0; int32_t L_13 = V_4; int32_t L_14 = V_5; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_12); String_t* L_15; L_15 = ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_12)->GetAt((int32_t)L_13, (int32_t)L_14); NullCheck((String_t*)L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_17; L_17 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B((int32_t)L_11, (int32_t)L_16, /*hidden argument*/NULL); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int32_t)L_17); int32_t L_18 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0043: { int32_t L_19 = V_5; int32_t L_20 = V_1; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0021; } } { int32_t L_21 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_004e: { int32_t L_22 = V_4; int32_t L_23 = V_0; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_001c; } } { StringBuilder_t * L_24 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_24, /*hidden argument*/NULL); V_3 = (StringBuilder_t *)L_24; V_6 = (int32_t)0; goto IL_00b6; } IL_005e: { StringBuilder_t * L_25 = V_3; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_26 = ___array0; int32_t L_27 = V_6; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_26); String_t* L_28; L_28 = ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_26)->GetAt((int32_t)L_27, (int32_t)0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = V_2; NullCheck(L_29); int32_t L_30 = 0; int32_t L_31 = (L_29)->GetAt(static_cast(L_30)); NullCheck((String_t*)L_28); String_t* L_32; L_32 = String_PadLeft_mB83276F9CFF10D45EA7D6EE2C875B4D094C53EA6((String_t*)L_28, (int32_t)L_31, /*hidden argument*/NULL); NullCheck((StringBuilder_t *)L_25); StringBuilder_t * L_33; L_33 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_25, (String_t*)L_32, /*hidden argument*/NULL); V_7 = (int32_t)1; goto IL_00a3; } IL_007b: { StringBuilder_t * L_34 = V_3; String_t* L_35 = ___columnSeparator1; NullCheck((StringBuilder_t *)L_34); StringBuilder_t * L_36; L_36 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_34, (String_t*)L_35, /*hidden argument*/NULL); StringBuilder_t * L_37 = V_3; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_38 = ___array0; int32_t L_39 = V_6; int32_t L_40 = V_7; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_38); String_t* L_41; L_41 = ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_38)->GetAt((int32_t)L_39, (int32_t)L_40); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = V_2; int32_t L_43 = V_7; NullCheck(L_42); int32_t L_44 = L_43; int32_t L_45 = (L_42)->GetAt(static_cast(L_44)); NullCheck((String_t*)L_41); String_t* L_46; L_46 = String_PadLeft_mB83276F9CFF10D45EA7D6EE2C875B4D094C53EA6((String_t*)L_41, (int32_t)L_45, /*hidden argument*/NULL); NullCheck((StringBuilder_t *)L_37); StringBuilder_t * L_47; L_47 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_37, (String_t*)L_46, /*hidden argument*/NULL); int32_t L_48 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00a3: { int32_t L_49 = V_7; int32_t L_50 = V_1; if ((((int32_t)L_49) < ((int32_t)L_50))) { goto IL_007b; } } { StringBuilder_t * L_51 = V_3; String_t* L_52 = ___rowSeparator2; NullCheck((StringBuilder_t *)L_51); StringBuilder_t * L_53; L_53 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_51, (String_t*)L_52, /*hidden argument*/NULL); int32_t L_54 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_00b6: { int32_t L_55 = V_6; int32_t L_56 = V_0; if ((((int32_t)L_55) < ((int32_t)L_56))) { goto IL_005e; } } { StringBuilder_t * L_57 = V_3; NullCheck((RuntimeObject *)L_57); String_t* L_58; L_58 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)L_57); return (String_t*)L_58; } } // System.Tuple`2 MathNet.Numerics.LinearAlgebra.Vector`1::FormatCompleteColumn(System.Int32,System.Int32,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * Vector_1_FormatCompleteColumn_mAFB418DF377D771D651FD2DC1E623DB4625B75B3_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___offset0, int32_t ___height1, Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 * ___formatValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * G_B5_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_1 = NULL; Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * G_B4_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_1 = NULL; { int32_t L_0 = ___height1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_1; V_1 = (int32_t)0; V_2 = (int32_t)0; goto IL_0027; } IL_000d: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = (int32_t)L_3; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 * L_5 = ___formatValue2; int32_t L_6 = ___offset0; int32_t L_7 = V_2; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_8; L_8 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *)L_5); String_t* L_9; L_9 = (( String_t* (*) (Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *)L_5, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_9); (L_2)->SetAt(static_cast(L_4), (String_t*)L_9); int32_t L_10 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0027: { int32_t L_11 = V_2; int32_t L_12 = ___height1; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000d; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_14 = ((U3CU3Ec_tCCF292BA66A62E70D2AEF0ADFC1D1597613DFFEF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)))->get_U3CU3E9__209_0_1(); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_15 = (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)L_14; G_B4_0 = L_15; G_B4_1 = L_13; if (L_15) { G_B5_0 = L_15; G_B5_1 = L_13; goto IL_004b; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)); U3CU3Ec_tCCF292BA66A62E70D2AEF0ADFC1D1597613DFFEF * L_16 = ((U3CU3Ec_tCCF292BA66A62E70D2AEF0ADFC1D1597613DFFEF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)))->get_U3CU3E9_0(); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_17 = (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)il2cpp_codegen_object_new(Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC_il2cpp_TypeInfo_var); Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6(L_17, (RuntimeObject *)L_16, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)), /*hidden argument*/Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6_RuntimeMethod_var); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_18 = (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)L_17; ((U3CU3Ec_tCCF292BA66A62E70D2AEF0ADFC1D1597613DFFEF_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)))->set_U3CU3E9__209_0_1(L_18); G_B5_0 = L_18; G_B5_1 = G_B4_1; } IL_004b: { int32_t L_19; L_19 = Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357((RuntimeObject*)(RuntimeObject*)G_B5_1, (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)G_B5_0, /*hidden argument*/Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_0; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_21 = (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)il2cpp_codegen_object_new(Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097_il2cpp_TypeInfo_var); Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D(L_21, (int32_t)L_19, (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_20, /*hidden argument*/Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D_RuntimeMethod_var); return (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_21; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToVectorString(System.Int32,System.Int32,System.String,System.String,System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToVectorString_m1F5D4B49FD776D6C313D65EBF00C4CF38766D213_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___maxPerColumn0, int32_t ___maxCharactersWidth1, String_t* ___ellipsis2, String_t* ___columnSeparator3, String_t* ___rowSeparator4, Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 * ___formatValue5, const RuntimeMethod* method) { { int32_t L_0 = ___maxPerColumn0; int32_t L_1 = ___maxCharactersWidth1; String_t* L_2 = ___columnSeparator3; NullCheck((String_t*)L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_2, /*hidden argument*/NULL); String_t* L_4 = ___ellipsis2; Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 * L_5 = ___formatValue5; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_6; L_6 = (( StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, int32_t, int32_t, int32_t, String_t*, Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, (int32_t)L_0, (int32_t)L_1, (int32_t)L_3, (String_t*)L_4, (Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25)); String_t* L_7 = ___columnSeparator3; String_t* L_8 = ___rowSeparator4; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27)); String_t* L_9; L_9 = (( String_t* (*) (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*, String_t*, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)->methodPointer)((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_6, (String_t*)L_7, (String_t*)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)); return (String_t*)L_9; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToVectorString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToVectorString_mA05648B182D5C935308D5A89ECC68462DE3E6531_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral483D313E1D4494A2D1529112AC5AE18B120DBE0B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass212_0_tED9F2C533404CE3E003B435A053943B48E951FB9 * V_0 = NULL; { U3CU3Ec__DisplayClass212_0_tED9F2C533404CE3E003B435A053943B48E951FB9 * L_0 = (U3CU3Ec__DisplayClass212_0_tED9F2C533404CE3E003B435A053943B48E951FB9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 28)); (( void (*) (U3CU3Ec__DisplayClass212_0_tED9F2C533404CE3E003B435A053943B48E951FB9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 29)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 29)); V_0 = (U3CU3Ec__DisplayClass212_0_tED9F2C533404CE3E003B435A053943B48E951FB9 *)L_0; U3CU3Ec__DisplayClass212_0_tED9F2C533404CE3E003B435A053943B48E951FB9 * L_1 = V_0; String_t* L_2 = ___format0; NullCheck(L_1); L_1->set_format_0(L_2); U3CU3Ec__DisplayClass212_0_tED9F2C533404CE3E003B435A053943B48E951FB9 * L_3 = V_0; RuntimeObject* L_4 = ___provider1; NullCheck(L_3); L_3->set_provider_1(L_4); U3CU3Ec__DisplayClass212_0_tED9F2C533404CE3E003B435A053943B48E951FB9 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = (String_t*)L_5->get_format_0(); if (L_6) { goto IL_0027; } } { U3CU3Ec__DisplayClass212_0_tED9F2C533404CE3E003B435A053943B48E951FB9 * L_7 = V_0; NullCheck(L_7); L_7->set_format_0(_stringLiteral483D313E1D4494A2D1529112AC5AE18B120DBE0B); } IL_0027: { String_t* L_8; L_8 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); U3CU3Ec__DisplayClass212_0_tED9F2C533404CE3E003B435A053943B48E951FB9 * L_9 = V_0; Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 * L_10 = (Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 31)); (( void (*) (Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 32)->methodPointer)(L_10, (RuntimeObject *)L_9, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 30)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 32)); NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); String_t* L_11; L_11 = (( String_t* (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, int32_t, int32_t, String_t*, String_t*, String_t*, Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, (int32_t)((int32_t)12), (int32_t)((int32_t)80), (String_t*)_stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F, (String_t*)_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, (String_t*)L_8, (Func_2_tB01AA7F606BEBA87943AEFF4D0FD4C6C82CE9651 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)); return (String_t*)L_11; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToString_m318D9707C45C8E572D10848B1FF4D8FEC903A141_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(36 /* System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToTypeString() */, (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); String_t* L_1; L_1 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); String_t* L_2; L_2 = (( String_t* (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, String_t*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, (String_t*)NULL, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)); String_t* L_3; L_3 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)L_0, (String_t*)L_1, (String_t*)L_2, /*hidden argument*/NULL); return (String_t*)L_3; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToString_mAF198E128A6C76D65C7C320E5E82670F7D7DB242_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(36 /* System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToTypeString() */, (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); String_t* L_1; L_1 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); String_t* L_2 = ___format0; RuntimeObject* L_3 = ___formatProvider1; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); String_t* L_4; L_4 = (( String_t* (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, String_t*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, (String_t*)L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)L_0, (String_t*)L_1, (String_t*)L_4, /*hidden argument*/NULL); return (String_t*)L_5; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::.ctor(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_mFAD48BAA77B5C0FEC635328E44C4A2086D16DB93_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * ___storage0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0 = ___storage0; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); (( void (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_1 = ___storage0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_Length_1(); NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); (( void (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 37)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 37)); return; } } // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Vector`1::get_Storage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * Vector_1_get_Storage_mB3C213A7BB901B9D6D0EA061DD82E93A708E5FAC_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0 = (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)__this->get_U3CStorageU3Ek__BackingField_3(); return (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Storage(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_set_Storage_mD3AF1209AE2AA1DB3D0D818E0103E2FCC7EDE823_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * ___value0, const RuntimeMethod* method) { { VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0 = ___value0; __this->set_U3CStorageU3Ek__BackingField_3(L_0); return; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_get_Count_mE72A7D4AD4B870FEFEBEC0B0D292F5C47F103849_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CCountU3Ek__BackingField_4(); return (int32_t)L_0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Count(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_set_Count_mC67C1A41CE4D6E55F166AF8F8C1ED7B141CCD586_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCountU3Ek__BackingField_4(L_0); return; } } // T MathNet.Numerics.LinearAlgebra.Vector`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 Vector_1_get_Item_m9C821D0B0104D85F38F259731E6A6B0E8313F470_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0; L_0 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_2; L_2 = (( Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 (*) (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); return (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_set_Item_m682E01E33290DDCF0DBD9F04BE07EC96211ADFF1_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___index0, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___value1, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0; L_0 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_2 = ___value1; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0); (( void (*) (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0, (int32_t)L_1, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); return; } } // T MathNet.Numerics.LinearAlgebra.Vector`1::At(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 Vector_1_At_m55E4590768A8EF0492F22B63DBDDE4F6E538DEE7_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0; L_0 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_2; L_2 = VirtualFuncInvoker1< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 , int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0, (int32_t)L_1); return (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::At(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_At_m9AA9FACD41E02B811CE2A83C7C003B0939FB1253_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___index0, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 ___value1, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0; L_0 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_2 = ___value1; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0); VirtualActionInvoker2< int32_t, Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0, (int32_t)L_1, (Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 )L_2); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_Clear_m36BA680D5E227EF29CD9DABE0831AB92E373742B_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0; L_0 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0); VirtualActionInvoker0::Invoke(9 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear() */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::ClearSubVector(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_ClearSubVector_m29E00DE12A49ED2B5F7236EC375B1CCDE6039B4D_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___count1; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ClearSubVector_m29E00DE12A49ED2B5F7236EC375B1CCDE6039B4D_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___index0; int32_t L_3 = ___count1; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); int32_t L_4; L_4 = (( int32_t (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))) > ((int32_t)L_4))) { goto IL_0023; } } { int32_t L_5 = ___index0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_002e; } } IL_0023: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_6, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ClearSubVector_m29E00DE12A49ED2B5F7236EC375B1CCDE6039B4D_RuntimeMethod_var))); } IL_002e: { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_7; L_7 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_8 = ___index0; int32_t L_9 = ___count1; NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_7); VirtualActionInvoker2< int32_t, int32_t >::Invoke(10 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear(System.Int32,System.Int32) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_7, (int32_t)L_8, (int32_t)L_9); return; } } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.Vector`1::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * Vector_1_Clone_m3C3C506E328EA3D79D846071580DB6A6BB387689_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27)); VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * L_0 = ((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27)))->get_Build_2(); NullCheck((VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)L_0); Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * L_1; L_1 = (( Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * (*) (VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *, Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 42)->methodPointer)((VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)L_0, (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 42)); V_0 = (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_1; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_2; L_2 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * L_3 = V_0; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_3); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_4; L_4 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_2); VirtualActionInvoker2< VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *, int32_t >::Invoke(11 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,MathNet.Numerics.LinearAlgebra.ExistingData) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_2, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_4, (int32_t)1); Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * L_5 = V_0; return (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)L_5; } } // T[] MathNet.Numerics.LinearAlgebra.Vector`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* Vector_1_ToArray_m48C909EFFA1699FDA98BEC157DD6D2454C41EEB8_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0; L_0 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0); Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* L_1; L_1 = VirtualFuncInvoker0< Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9* >::Invoke(14 /* T[] MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ToArray() */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0); return (Complex32U5BU5D_tD3934BFC28A1C17EC0ABE0EAE27E104AE5BED1F9*)L_1; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Vector`1::ToColumnMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * Vector_1_ToColumnMatrix_m9691F2791F3DB90BA7504F0BE04204C67E8F4CFC_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 45)); MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 * L_0 = ((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 45)))->get_Build_2(); NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); int32_t L_1; L_1 = (( int32_t (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 *)L_0); Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_2; L_2 = (( Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * (*) (MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 *, Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 46)->methodPointer)((MatrixBuilder_1_tABBAEF3925C993FB8BA991E3E2007E30E17AFB09 *)L_0, (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, (int32_t)L_1, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 46)); V_0 = (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_2; NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_3; L_3 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_4 = V_0; NullCheck((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_4); MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * L_5; L_5 = (( MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 * (*) (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 47)->methodPointer)((Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 47)); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_3); VirtualActionInvoker3< MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 *, int32_t, int32_t >::Invoke(12 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToColumnUnchecked(MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_3, (MatrixStorage_1_t85F6A7AA01D4787DFA9535A69581E4D8DE87A304 *)L_5, (int32_t)0, (int32_t)1); Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F * L_6 = V_0; return (Matrix_1_tAC43DFF97225DCBA5B93D0FF602D52C87240B70F *)L_6; } } // System.Collections.Generic.IEnumerable`1 MathNet.Numerics.LinearAlgebra.Vector`1::Enumerate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Vector_1_Enumerate_mD8E3BF6AF0D2ED62C7A9B06A943D1A37DF101374_gshared (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this); VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * L_0; L_0 = (( VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C * (*) (Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Collections.Generic.IEnumerable`1 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Enumerate() */, (VectorStorage_1_t2C6E304EC43B02D840C53F952710A09381ACC56C *)L_0); return (RuntimeObject*)L_1; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__cctor_m37A107A6A61EE44A46DC55EC72C59CEF5593EBC7_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 51)); VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * L_0; L_0 = (( VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)); NullCheck((VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)L_0); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_1; L_1 = VirtualFuncInvoker0< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(4 /* T MathNet.Numerics.LinearAlgebra.VectorBuilder`1::get_Zero() */, (VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)L_0); ((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 27)))->set_Zero_0(L_1); VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * L_2; L_2 = (( VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)); NullCheck((VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)L_2); Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 L_3; L_3 = VirtualFuncInvoker0< Complex32_t0E740C58EBF81BF56A722ED589EDB5C2140A9894 >::Invoke(5 /* T MathNet.Numerics.LinearAlgebra.VectorBuilder`1::get_One() */, (VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 *)L_2); ((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 27)))->set_One_1(L_3); VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * L_4; L_4 = (( VectorBuilder_1_tF4AE2731DCEECB30132AEBBB9DD2A1C2B36D4759 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)); ((Vector_1_t06C38DF32D95CCAF2A090B3C7F323B4DAF654A6B_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 27)))->set_Build_2(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::Equals(MathNet.Numerics.LinearAlgebra.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_Equals_m0D92CE8AFD20BFA8D24C8423A911F98F09CFB6C1_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, Vector_1_t04BD986700481778192B0CF621635E64D169D13C * ___other0, const RuntimeMethod* method) { { Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_0 = ___other0; if (!L_0) { goto IL_0015; } } { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_1; L_1 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_2 = ___other0; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_2); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_3; L_3 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_1); bool L_4; L_4 = VirtualFuncInvoker1< bool, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * >::Invoke(8 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_1, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_3); return (bool)L_4; } IL_0015: { return (bool)0; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_Equals_m0CB6D871B7AAA20F81609B6DA7C2D95A07A8C3E9_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { Vector_1_t04BD986700481778192B0CF621635E64D169D13C * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_1 = V_0; if (!L_1) { goto IL_001c; } } { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_2; L_2 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_3 = V_0; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_3); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_4; L_4 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_2); bool L_5; L_5 = VirtualFuncInvoker1< bool, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * >::Invoke(8 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_2, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_4); return (bool)L_5; } IL_001c: { return (bool)0; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_GetHashCode_mAF0821699CD067D97205F2EAA82DD565F5CF6125_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0; L_0 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((RuntimeObject *)L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_0); return (int32_t)L_1; } } // System.Object MathNet.Numerics.LinearAlgebra.Vector`1::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Vector_1_System_ICloneable_Clone_m92809E9C10374F8ABD8685C29468C1C6D5285ECA_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_0; L_0 = (( Vector_1_t04BD986700481778192B0CF621635E64D169D13C * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return (RuntimeObject *)L_0; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IList.IndexOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_System_Collections_Generic_IListU3CTU3E_IndexOf_mE2A367EBC040378C661702381FD27425C8306A98_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, double ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; double V_1 = 0.0; { V_0 = (int32_t)0; goto IL_0022; } IL_0004: { int32_t L_0 = V_0; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); double L_1; L_1 = (( double (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_1 = (double)L_1; double L_2 = ___item0; bool L_3; L_3 = Double_Equals_m8C171E8C7F556087E707D1396DB29D1D8B21A46B((double*)(double*)(&V_1), (double)L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { int32_t L_4 = V_0; return (int32_t)L_4; } IL_001e: { int32_t L_5 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0022: { int32_t L_6 = V_0; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); int32_t L_7; L_7 = (( int32_t (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0004; } } { return (int32_t)(-1); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IList.Insert(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_IListU3CTU3E_Insert_m0CEC609AF51F45074BE604A9C821B6931EA4BF51_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, double ___item1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_IListU3CTU3E_Insert_m0CEC609AF51F45074BE604A9C821B6931EA4BF51_RuntimeMethod_var))); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_m57D31AD6B594F0C5EEB3E6CE94151C07DD20A7FF_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_m57D31AD6B594F0C5EEB3E6CE94151C07DD20A7FF_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_Generic_ICollectionU3CTU3E_get_IsReadOnly_m59AAC7DBC15D8497D6DA3FA19C1C2B9AFD3E6A2A_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Add_m708195D51C562CFF0E166939E9C1CAB4FB9FEC9C_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, double ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Add_m708195D51C562CFF0E166939E9C1CAB4FB9FEC9C_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_mBC9BA9BFE4EEE846D1869EBF172AAD33F39E5E4B_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, double ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_mBC9BA9BFE4EEE846D1869EBF172AAD33F39E5E4B_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Contains_m84AEBE2C04D70BE85050F104099B30E6CA53112B_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, double ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; double V_1 = 0.0; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { NullCheck((RuntimeObject*)__this); RuntimeObject* L_0; L_0 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)__this); V_0 = (RuntimeObject*)L_0; } IL_0007: try {// begin try (depth: 1) { goto IL_0024; } IL_0009: { RuntimeObject* L_1 = V_0; NullCheck((RuntimeObject*)L_1); double L_2; L_2 = InterfaceFuncInvoker0< double >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 10), (RuntimeObject*)L_1); V_1 = (double)L_2; double L_3 = ___item0; bool L_4; L_4 = Double_Equals_m8C171E8C7F556087E707D1396DB29D1D8B21A46B((double*)(double*)(&V_1), (double)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0024; } } IL_0020: { V_2 = (bool)1; IL2CPP_LEAVE(0x3A, FINALLY_002e); } IL_0024: { RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); if (L_6) { goto IL_0009; } } IL_002c: { IL2CPP_LEAVE(0x38, FINALLY_002e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: {// begin finally (depth: 1) { RuntimeObject* L_7 = V_0; if (!L_7) { goto IL_0037; } } IL_0031: { RuntimeObject* L_8 = V_0; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); } IL_0037: { IL2CPP_END_FINALLY(46) } }// end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3A, IL_003a) IL2CPP_JUMP_TBL(0x38, IL_0038) } IL_0038: { return (bool)0; } IL_003a: { bool L_9 = V_2; return (bool)L_9; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_ICollectionU3CTU3E_CopyTo_mC0819894AE211017364AC24D44D5C49399C2920C_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_ICollectionU3CTU3E_CopyTo_mC0819894AE211017364AC24D44D5C49399C2920C_RuntimeMethod_var))); } IL_000e: { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_2; L_2 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_3 = ___array0; NullCheck(L_3); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_4 = ___array0; DenseVectorStorage_1_tA59E04C952863313AF87B367F1EFCB0E370458A2 * L_5 = (DenseVectorStorage_1_tA59E04C952863313AF87B367F1EFCB0E370458A2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)); (( void (*) (DenseVectorStorage_1_tA59E04C952863313AF87B367F1EFCB0E370458A2 *, int32_t, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)(L_5, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); int32_t L_6 = ___arrayIndex1; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); int32_t L_7; L_7 = (( int32_t (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_2); (( void (*) (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_2, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_5, (int32_t)0, (int32_t)L_6, (int32_t)L_7, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); return; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_IList_get_IsReadOnly_m2823AEDC4421506600EACB55641875E9EDF9A035_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_IList_get_IsFixedSize_m24F5D5B53E28CA4075ED5BDBEA66C03A2F3581E0_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Vector_1_System_Collections_IList_get_Item_mA33127039E8BAD45CEBBFF2D4AAA521F71EFB2B3_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0; L_0 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); double L_2; L_2 = (( double (*) (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); double L_3 = L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5), &L_3); return (RuntimeObject *)L_4; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_set_Item_m01A7E97AEC48FC9706AA79DE388216A5B9618E10_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0; L_0 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); (( void (*) (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, int32_t, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0, (int32_t)L_1, (double)((*(double*)((double*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); return; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_System_Collections_IList_IndexOf_mC02B80532C919021C228CEFD6A21BEA3C28B0518_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))) { goto IL_000a; } } { return (int32_t)(-1); } IL_000a: { RuntimeObject * L_1 = ___value0; NullCheck((RuntimeObject*)__this); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, double >::Invoke(2 /* System.Int32 System.Collections.Generic.IList`1::IndexOf(!0) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16), (RuntimeObject*)__this, (double)((*(double*)((double*)UnBox(L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))))); return (int32_t)L_2; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_IList_Contains_m8C7C75AAAEBC3B23EA1399EC688587AFBDC4B343_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___value0; NullCheck((RuntimeObject*)__this); bool L_2; L_2 = InterfaceFuncInvoker1< bool, double >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(!0) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 17), (RuntimeObject*)__this, (double)((*(double*)((double*)UnBox(L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))))); return (bool)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_Insert_m7D205EC74877D3C51334151AB6A55ADE766A3F0A_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_Insert_m7D205EC74877D3C51334151AB6A55ADE766A3F0A_RuntimeMethod_var))); } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_System_Collections_IList_Add_m336A845A9AFB5D0879BF1A24789952854F13002D_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_Add_m336A845A9AFB5D0879BF1A24789952854F13002D_RuntimeMethod_var))); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_Remove_m51B1E936A04091FD51795CABB284CA19777D172E_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_Remove_m51B1E936A04091FD51795CABB284CA19777D172E_RuntimeMethod_var))); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_RemoveAt_m918D0D818D846580B0711A42724C5EB5BA994313_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_RemoveAt_m918D0D818D846580B0711A42724C5EB5BA994313_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_ICollection_get_IsSynchronized_m4A916229D099CC153C96A8172D8B5330981208B4_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Vector_1_System_Collections_ICollection_get_SyncRoot_m1BE2042E9A8381711E59C5EA62829B3CC373659F_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0; L_0 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (RuntimeObject *)L_0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_ICollection_CopyTo_m939FF886265118EC172DB44313591333F5E6D847_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_ICollection_CopyTo_m939FF886265118EC172DB44313591333F5E6D847_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAE8C36CA3E65F4E9D770E5374A33854C5C49271A)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_ICollection_CopyTo_m939FF886265118EC172DB44313591333F5E6D847_RuntimeMethod_var))); } IL_0027: { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_5; L_5 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeArray * L_6 = ___array0; NullCheck((RuntimeArray *)L_6); int32_t L_7; L_7 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_6, /*hidden argument*/NULL); RuntimeArray * L_8 = ___array0; DenseVectorStorage_1_tA59E04C952863313AF87B367F1EFCB0E370458A2 * L_9 = (DenseVectorStorage_1_tA59E04C952863313AF87B367F1EFCB0E370458A2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)); (( void (*) (DenseVectorStorage_1_tA59E04C952863313AF87B367F1EFCB0E370458A2 *, int32_t, DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)(L_9, (int32_t)L_7, (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)((DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); int32_t L_10 = ___index1; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); int32_t L_11; L_11 = (( int32_t (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_5); (( void (*) (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_5, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_9, (int32_t)0, (int32_t)L_10, (int32_t)L_11, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); return; } } // System.Collections.Generic.IEnumerator`1 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Vector_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m8C13C9E30E5BB886C63C02954D532C0A1A8C0D6E_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Collections.IEnumerator MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Vector_1_System_Collections_IEnumerable_GetEnumerator_m8DF3019A2F5B12288EE2A59CDF4670BC3F537C2E_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToTypeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToTypeString_mF0FD4FFA5C4DCE7D3E04CE3595817363FA4C2131_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral222BFB2514FB23887BAAF08332D0592CEC108BE8); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; NullCheck((RuntimeObject *)__this); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_2); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); int32_t L_5; L_5 = (( int32_t (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_7); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 20)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(2), (RuntimeObject *)L_11); FormattableString_tDE8B3B926F0AD1A0FD6864BBA69C5AC99CE49B59 * L_12; L_12 = FormattableStringFactory_Create_m1624178F76FD2999A86932EC3317EAD1F7CDAC68((String_t*)_stringLiteral222BFB2514FB23887BAAF08332D0592CEC108BE8, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_8, /*hidden argument*/NULL); String_t* L_13; L_13 = FormattableString_Invariant_m2521551A876E7BFB3595B7D4940D1670F63E2C22((FormattableString_tDE8B3B926F0AD1A0FD6864BBA69C5AC99CE49B59 *)L_12, /*hidden argument*/NULL); return (String_t*)L_13; } } // System.String[0...,0...] MathNet.Numerics.LinearAlgebra.Vector`1::ToVectorStringArray(System.Int32,System.Int32,System.Int32,System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* Vector_1_ToVectorStringArray_m744DBCE24605FF30B7F67B9576C7A9146FCDD4A1_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___maxPerColumn0, int32_t ___maxCharactersWidth1, int32_t ___padding2, String_t* ___ellipsis3, Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE * ___formatValue4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t27B40B45D00273EDC22A79342E3B790C99783D88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * V_8 = NULL; Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C V_9; memset((&V_9), 0, sizeof(V_9)); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = ___maxPerColumn0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B((int32_t)L_0, (int32_t)3, /*hidden argument*/NULL); ___maxPerColumn0 = (int32_t)L_1; int32_t L_2 = ___maxCharactersWidth1; int32_t L_3; L_3 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B((int32_t)L_2, (int32_t)((int32_t)16), /*hidden argument*/NULL); ___maxCharactersWidth1 = (int32_t)L_3; List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_4 = (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)il2cpp_codegen_object_new(List_1_t27B40B45D00273EDC22A79342E3B790C99783D88_il2cpp_TypeInfo_var); List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF(L_4, /*hidden argument*/List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF_RuntimeMethod_var); V_0 = (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_4; V_1 = (int32_t)0; V_2 = (int32_t)0; goto IL_005d; } IL_001f: { int32_t L_5 = ___maxPerColumn0; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); int32_t L_6; L_6 = (( int32_t (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); int32_t L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL); V_7 = (int32_t)L_8; int32_t L_9 = V_2; int32_t L_10 = V_7; Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE * L_11 = ___formatValue4; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_12; L_12 = (( Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, int32_t, int32_t, Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, (int32_t)L_9, (int32_t)L_10, (Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)); V_8 = (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_12; int32_t L_13 = V_1; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_14 = V_8; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_14); int32_t L_15; L_15 = Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_14, /*hidden argument*/Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_RuntimeMethod_var); int32_t L_16 = ___padding2; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)))); int32_t L_17 = V_1; int32_t L_18 = ___maxCharactersWidth1; if ((((int32_t)L_17) <= ((int32_t)L_18))) { goto IL_0050; } } { int32_t L_19 = V_2; if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_0066; } } IL_0050: { List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_20 = V_0; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_21 = V_8; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_20); List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_20, (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_21, /*hidden argument*/List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784_RuntimeMethod_var); int32_t L_22 = V_2; int32_t L_23 = V_7; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)); } IL_005d: { int32_t L_24 = V_2; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); int32_t L_25; L_25 = (( int32_t (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_001f; } } IL_0066: { int32_t L_26 = V_2; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); int32_t L_27; L_27 = (( int32_t (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)L_26) >= ((int32_t)L_27))) { goto IL_00a6; } } { List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_28 = V_0; List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_29 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_29); int32_t L_30; L_30 = List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_29, /*hidden argument*/List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_RuntimeMethod_var); NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_28); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_31; L_31 = List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_28, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)), /*hidden argument*/List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_RuntimeMethod_var); NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_31); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32; L_32 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_31, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_32; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_33; NullCheck(L_34); String_t* L_35 = ___ellipsis3; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))), (int32_t)2))), (String_t*)L_35); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_33; NullCheck(L_36); Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE * L_37 = ___formatValue4; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); int32_t L_38; L_38 = (( int32_t (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); double L_39; L_39 = (( double (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *)L_37); String_t* L_40; L_40 = (( String_t* (*) (Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *)L_37, (double)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_40); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))), (int32_t)1))), (String_t*)L_40); } IL_00a6: { List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_41 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_41); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_42; L_42 = List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_41, (int32_t)0, /*hidden argument*/List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_RuntimeMethod_var); NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_42); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_43; L_43 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_42, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); NullCheck(L_43); V_3 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length))); List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_44 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_44); int32_t L_45; L_45 = List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_44, /*hidden argument*/List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_RuntimeMethod_var); V_4 = (int32_t)L_45; int32_t L_46 = V_3; int32_t L_47 = V_4; il2cpp_array_size_t L_49[] = { (il2cpp_array_size_t)(int32_t)L_46, (il2cpp_array_size_t)(int32_t)L_47 }; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_48 = (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)GenArrayNew(StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var, L_49); V_5 = (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_48; V_6 = (int32_t)0; List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_50 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_50); Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C L_51; L_51 = List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_50, /*hidden argument*/List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893_RuntimeMethod_var); V_9 = (Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C )L_51; } IL_00d2: try {// begin try (depth: 1) { goto IL_0138; } IL_00d4: { Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_52; L_52 = Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_inline((Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(&V_9), /*hidden argument*/Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_RuntimeMethod_var); V_10 = (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_52; V_11 = (int32_t)0; goto IL_00fd; } IL_00e2: { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_53 = V_5; int32_t L_54 = V_11; int32_t L_55 = V_6; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_56 = V_10; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_56); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_57; L_57 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_56, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); int32_t L_58 = V_11; NullCheck(L_57); int32_t L_59 = L_58; String_t* L_60 = (L_57)->GetAt(static_cast(L_59)); NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_53); ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_53)->SetAt((int32_t)L_54, (int32_t)L_55, (String_t*)L_60); int32_t L_61 = V_11; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_00fd: { int32_t L_62 = V_11; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_63 = V_10; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_63); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_64; L_64 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_63, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); NullCheck(L_64); if ((((int32_t)L_62) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length)))))) { goto IL_00e2; } } IL_010a: { Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_65 = V_10; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_65); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_66; L_66 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_65, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); NullCheck(L_66); V_12 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length))); goto IL_012d; } IL_0117: { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_67 = V_5; int32_t L_68 = V_12; int32_t L_69 = V_6; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_67); ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_67)->SetAt((int32_t)L_68, (int32_t)L_69, (String_t*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); int32_t L_70 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); } IL_012d: { int32_t L_71 = V_12; int32_t L_72 = V_3; if ((((int32_t)L_71) < ((int32_t)L_72))) { goto IL_0117; } } IL_0132: { int32_t L_73 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_0138: { bool L_74; L_74 = Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1((Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(&V_9), /*hidden argument*/Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1_RuntimeMethod_var); if (L_74) { goto IL_00d4; } } IL_0141: { IL2CPP_LEAVE(0x151, FINALLY_0143); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0143; } FINALLY_0143: {// begin finally (depth: 1) Il2CppFakeBox L_75(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C_il2cpp_TypeInfo_var, (&V_9)); const VirtualInvokeData& il2cpp_virtual_invoke_data__331 = il2cpp_codegen_get_interface_invoke_data(0, (&L_75), IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); (( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__331.methodPtr)((RuntimeObject*)(&L_75), /*hidden argument*/il2cpp_virtual_invoke_data__331.method); V_9 = L_75.m_Value; IL2CPP_END_FINALLY(323) }// end finally (depth: 1) IL2CPP_CLEANUP(323) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x151, IL_0151) } IL_0151: { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_76 = V_5; return (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_76; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::FormatStringArrayToString(System.String[0...,0...],System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_FormatStringArrayToString_m0F09CDEA5A8DF1AD481D348DFD62C4CE4245A757_gshared (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* ___array0, String_t* ___columnSeparator1, String_t* ___rowSeparator2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; StringBuilder_t * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_0 = ___array0; NullCheck((RuntimeArray *)(RuntimeArray *)L_0); int32_t L_1; L_1 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB((RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_2 = ___array0; NullCheck((RuntimeArray *)(RuntimeArray *)L_2); int32_t L_3; L_3 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB((RuntimeArray *)(RuntimeArray *)L_2, (int32_t)1, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_4); V_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_5; V_4 = (int32_t)0; goto IL_004e; } IL_001c: { V_5 = (int32_t)0; goto IL_0043; } IL_0021: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_2; int32_t L_7 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_2; int32_t L_9 = V_5; NullCheck(L_8); int32_t L_10 = L_9; int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_12 = ___array0; int32_t L_13 = V_4; int32_t L_14 = V_5; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_12); String_t* L_15; L_15 = ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_12)->GetAt((int32_t)L_13, (int32_t)L_14); NullCheck((String_t*)L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_17; L_17 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B((int32_t)L_11, (int32_t)L_16, /*hidden argument*/NULL); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int32_t)L_17); int32_t L_18 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0043: { int32_t L_19 = V_5; int32_t L_20 = V_1; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0021; } } { int32_t L_21 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_004e: { int32_t L_22 = V_4; int32_t L_23 = V_0; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_001c; } } { StringBuilder_t * L_24 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_24, /*hidden argument*/NULL); V_3 = (StringBuilder_t *)L_24; V_6 = (int32_t)0; goto IL_00b6; } IL_005e: { StringBuilder_t * L_25 = V_3; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_26 = ___array0; int32_t L_27 = V_6; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_26); String_t* L_28; L_28 = ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_26)->GetAt((int32_t)L_27, (int32_t)0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = V_2; NullCheck(L_29); int32_t L_30 = 0; int32_t L_31 = (L_29)->GetAt(static_cast(L_30)); NullCheck((String_t*)L_28); String_t* L_32; L_32 = String_PadLeft_mB83276F9CFF10D45EA7D6EE2C875B4D094C53EA6((String_t*)L_28, (int32_t)L_31, /*hidden argument*/NULL); NullCheck((StringBuilder_t *)L_25); StringBuilder_t * L_33; L_33 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_25, (String_t*)L_32, /*hidden argument*/NULL); V_7 = (int32_t)1; goto IL_00a3; } IL_007b: { StringBuilder_t * L_34 = V_3; String_t* L_35 = ___columnSeparator1; NullCheck((StringBuilder_t *)L_34); StringBuilder_t * L_36; L_36 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_34, (String_t*)L_35, /*hidden argument*/NULL); StringBuilder_t * L_37 = V_3; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_38 = ___array0; int32_t L_39 = V_6; int32_t L_40 = V_7; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_38); String_t* L_41; L_41 = ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_38)->GetAt((int32_t)L_39, (int32_t)L_40); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = V_2; int32_t L_43 = V_7; NullCheck(L_42); int32_t L_44 = L_43; int32_t L_45 = (L_42)->GetAt(static_cast(L_44)); NullCheck((String_t*)L_41); String_t* L_46; L_46 = String_PadLeft_mB83276F9CFF10D45EA7D6EE2C875B4D094C53EA6((String_t*)L_41, (int32_t)L_45, /*hidden argument*/NULL); NullCheck((StringBuilder_t *)L_37); StringBuilder_t * L_47; L_47 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_37, (String_t*)L_46, /*hidden argument*/NULL); int32_t L_48 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00a3: { int32_t L_49 = V_7; int32_t L_50 = V_1; if ((((int32_t)L_49) < ((int32_t)L_50))) { goto IL_007b; } } { StringBuilder_t * L_51 = V_3; String_t* L_52 = ___rowSeparator2; NullCheck((StringBuilder_t *)L_51); StringBuilder_t * L_53; L_53 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_51, (String_t*)L_52, /*hidden argument*/NULL); int32_t L_54 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_00b6: { int32_t L_55 = V_6; int32_t L_56 = V_0; if ((((int32_t)L_55) < ((int32_t)L_56))) { goto IL_005e; } } { StringBuilder_t * L_57 = V_3; NullCheck((RuntimeObject *)L_57); String_t* L_58; L_58 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)L_57); return (String_t*)L_58; } } // System.Tuple`2 MathNet.Numerics.LinearAlgebra.Vector`1::FormatCompleteColumn(System.Int32,System.Int32,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * Vector_1_FormatCompleteColumn_m8CAAEA8798F3A19AFD78FCC1B541B99BDF47CD07_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___offset0, int32_t ___height1, Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE * ___formatValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * G_B5_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_1 = NULL; Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * G_B4_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_1 = NULL; { int32_t L_0 = ___height1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_1; V_1 = (int32_t)0; V_2 = (int32_t)0; goto IL_0027; } IL_000d: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = (int32_t)L_3; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE * L_5 = ___formatValue2; int32_t L_6 = ___offset0; int32_t L_7 = V_2; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); double L_8; L_8 = (( double (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *)L_5); String_t* L_9; L_9 = (( String_t* (*) (Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *)L_5, (double)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_9); (L_2)->SetAt(static_cast(L_4), (String_t*)L_9); int32_t L_10 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0027: { int32_t L_11 = V_2; int32_t L_12 = ___height1; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000d; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_14 = ((U3CU3Ec_t151423B537A507F6823D409BF8ED9084FA2DA96A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)))->get_U3CU3E9__209_0_1(); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_15 = (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)L_14; G_B4_0 = L_15; G_B4_1 = L_13; if (L_15) { G_B5_0 = L_15; G_B5_1 = L_13; goto IL_004b; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)); U3CU3Ec_t151423B537A507F6823D409BF8ED9084FA2DA96A * L_16 = ((U3CU3Ec_t151423B537A507F6823D409BF8ED9084FA2DA96A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)))->get_U3CU3E9_0(); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_17 = (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)il2cpp_codegen_object_new(Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC_il2cpp_TypeInfo_var); Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6(L_17, (RuntimeObject *)L_16, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)), /*hidden argument*/Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6_RuntimeMethod_var); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_18 = (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)L_17; ((U3CU3Ec_t151423B537A507F6823D409BF8ED9084FA2DA96A_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)))->set_U3CU3E9__209_0_1(L_18); G_B5_0 = L_18; G_B5_1 = G_B4_1; } IL_004b: { int32_t L_19; L_19 = Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357((RuntimeObject*)(RuntimeObject*)G_B5_1, (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)G_B5_0, /*hidden argument*/Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_0; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_21 = (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)il2cpp_codegen_object_new(Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097_il2cpp_TypeInfo_var); Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D(L_21, (int32_t)L_19, (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_20, /*hidden argument*/Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D_RuntimeMethod_var); return (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_21; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToVectorString(System.Int32,System.Int32,System.String,System.String,System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToVectorString_m47DE6B138AD253295B46C27FB35D9570C46D1A32_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___maxPerColumn0, int32_t ___maxCharactersWidth1, String_t* ___ellipsis2, String_t* ___columnSeparator3, String_t* ___rowSeparator4, Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE * ___formatValue5, const RuntimeMethod* method) { { int32_t L_0 = ___maxPerColumn0; int32_t L_1 = ___maxCharactersWidth1; String_t* L_2 = ___columnSeparator3; NullCheck((String_t*)L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_2, /*hidden argument*/NULL); String_t* L_4 = ___ellipsis2; Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE * L_5 = ___formatValue5; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_6; L_6 = (( StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, int32_t, int32_t, int32_t, String_t*, Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, (int32_t)L_0, (int32_t)L_1, (int32_t)L_3, (String_t*)L_4, (Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25)); String_t* L_7 = ___columnSeparator3; String_t* L_8 = ___rowSeparator4; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27)); String_t* L_9; L_9 = (( String_t* (*) (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*, String_t*, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)->methodPointer)((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_6, (String_t*)L_7, (String_t*)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)); return (String_t*)L_9; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToVectorString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToVectorString_mCE8136F5C78E401F054231B080EB89D5B77F4B78_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral483D313E1D4494A2D1529112AC5AE18B120DBE0B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass212_0_tBF631A56EE5D748F38F958E3297C782F3DCB4F3F * V_0 = NULL; { U3CU3Ec__DisplayClass212_0_tBF631A56EE5D748F38F958E3297C782F3DCB4F3F * L_0 = (U3CU3Ec__DisplayClass212_0_tBF631A56EE5D748F38F958E3297C782F3DCB4F3F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 28)); (( void (*) (U3CU3Ec__DisplayClass212_0_tBF631A56EE5D748F38F958E3297C782F3DCB4F3F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 29)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 29)); V_0 = (U3CU3Ec__DisplayClass212_0_tBF631A56EE5D748F38F958E3297C782F3DCB4F3F *)L_0; U3CU3Ec__DisplayClass212_0_tBF631A56EE5D748F38F958E3297C782F3DCB4F3F * L_1 = V_0; String_t* L_2 = ___format0; NullCheck(L_1); L_1->set_format_0(L_2); U3CU3Ec__DisplayClass212_0_tBF631A56EE5D748F38F958E3297C782F3DCB4F3F * L_3 = V_0; RuntimeObject* L_4 = ___provider1; NullCheck(L_3); L_3->set_provider_1(L_4); U3CU3Ec__DisplayClass212_0_tBF631A56EE5D748F38F958E3297C782F3DCB4F3F * L_5 = V_0; NullCheck(L_5); String_t* L_6 = (String_t*)L_5->get_format_0(); if (L_6) { goto IL_0027; } } { U3CU3Ec__DisplayClass212_0_tBF631A56EE5D748F38F958E3297C782F3DCB4F3F * L_7 = V_0; NullCheck(L_7); L_7->set_format_0(_stringLiteral483D313E1D4494A2D1529112AC5AE18B120DBE0B); } IL_0027: { String_t* L_8; L_8 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); U3CU3Ec__DisplayClass212_0_tBF631A56EE5D748F38F958E3297C782F3DCB4F3F * L_9 = V_0; Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE * L_10 = (Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 31)); (( void (*) (Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 32)->methodPointer)(L_10, (RuntimeObject *)L_9, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 30)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 32)); NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); String_t* L_11; L_11 = (( String_t* (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, int32_t, int32_t, String_t*, String_t*, String_t*, Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, (int32_t)((int32_t)12), (int32_t)((int32_t)80), (String_t*)_stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F, (String_t*)_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, (String_t*)L_8, (Func_2_tCF9701F67A59B72D97C5E3F851C849A841DB0EDE *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)); return (String_t*)L_11; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToString_m70D7DC1A71BADC89140CB8AD053784A53425441B_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(36 /* System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToTypeString() */, (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); String_t* L_1; L_1 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); String_t* L_2; L_2 = (( String_t* (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, String_t*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, (String_t*)NULL, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)); String_t* L_3; L_3 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)L_0, (String_t*)L_1, (String_t*)L_2, /*hidden argument*/NULL); return (String_t*)L_3; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToString_m81A7FF23647337530ADF83B3A35F1025EE5D71E8_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(36 /* System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToTypeString() */, (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); String_t* L_1; L_1 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); String_t* L_2 = ___format0; RuntimeObject* L_3 = ___formatProvider1; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); String_t* L_4; L_4 = (( String_t* (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, String_t*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, (String_t*)L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)L_0, (String_t*)L_1, (String_t*)L_4, /*hidden argument*/NULL); return (String_t*)L_5; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::.ctor(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m60C03436FB674FF21811A0A00F8D55EB71954FBD_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * ___storage0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0 = ___storage0; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); (( void (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_1 = ___storage0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_Length_1(); NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); (( void (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 37)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 37)); return; } } // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Vector`1::get_Storage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * Vector_1_get_Storage_m17148B489B99A19C636136E1CA043BE3ED74E940_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0 = (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)__this->get_U3CStorageU3Ek__BackingField_3(); return (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Storage(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_set_Storage_m2E81976AC9F151DCAA7557332423E9ECFF6ADDC5_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * ___value0, const RuntimeMethod* method) { { VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0 = ___value0; __this->set_U3CStorageU3Ek__BackingField_3(L_0); return; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_get_Count_m938B028AF98C6CB22C5DB5FA6A73CD9993D6CA6D_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CCountU3Ek__BackingField_4(); return (int32_t)L_0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Count(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_set_Count_mF8582ED0371CF187399E7343725F2851B010B70B_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCountU3Ek__BackingField_4(L_0); return; } } // T MathNet.Numerics.LinearAlgebra.Vector`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Vector_1_get_Item_m8B1CDDEE8E3616FB09C90DA76CBE0A2F835B3432_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0; L_0 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); double L_2; L_2 = (( double (*) (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); return (double)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_set_Item_m3A4E6E8052C0D4810E64243D12963FD6DE3BB20B_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, double ___value1, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0; L_0 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; double L_2 = ___value1; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); (( void (*) (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, int32_t, double, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0, (int32_t)L_1, (double)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); return; } } // T MathNet.Numerics.LinearAlgebra.Vector`1::At(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Vector_1_At_m545C3CBBBDF61AB10FDC4F83873F38769F4E6E0B_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0; L_0 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); double L_2; L_2 = VirtualFuncInvoker1< double, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0, (int32_t)L_1); return (double)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::At(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_At_mA7435C2BC68471E7592EE3F018CB2428895B0427_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, double ___value1, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0; L_0 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; double L_2 = ___value1; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); VirtualActionInvoker2< int32_t, double >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0, (int32_t)L_1, (double)L_2); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_Clear_m0AF102210870C94D93B98215D3BBF2FE6EFC902C_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0; L_0 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); VirtualActionInvoker0::Invoke(9 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear() */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::ClearSubVector(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_ClearSubVector_mE259832118A8305D962DD0E7C5F29102738A15A7_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___count1; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ClearSubVector_mE259832118A8305D962DD0E7C5F29102738A15A7_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___index0; int32_t L_3 = ___count1; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); int32_t L_4; L_4 = (( int32_t (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))) > ((int32_t)L_4))) { goto IL_0023; } } { int32_t L_5 = ___index0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_002e; } } IL_0023: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_6, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ClearSubVector_mE259832118A8305D962DD0E7C5F29102738A15A7_RuntimeMethod_var))); } IL_002e: { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_7; L_7 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_8 = ___index0; int32_t L_9 = ___count1; NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_7); VirtualActionInvoker2< int32_t, int32_t >::Invoke(10 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear(System.Int32,System.Int32) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_7, (int32_t)L_8, (int32_t)L_9); return; } } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.Vector`1::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t04BD986700481778192B0CF621635E64D169D13C * Vector_1_Clone_m205554A5A02A258803EDA70C3599647A3AF8CEBD_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { Vector_1_t04BD986700481778192B0CF621635E64D169D13C * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27)); VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * L_0 = ((Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27)))->get_Build_2(); NullCheck((VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)L_0); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_1; L_1 = (( Vector_1_t04BD986700481778192B0CF621635E64D169D13C * (*) (VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *, Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 42)->methodPointer)((VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)L_0, (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 42)); V_0 = (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_1; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_2; L_2 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_3 = V_0; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_3); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_4; L_4 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_2); VirtualActionInvoker2< VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *, int32_t >::Invoke(11 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,MathNet.Numerics.LinearAlgebra.ExistingData) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_2, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_4, (int32_t)1); Vector_1_t04BD986700481778192B0CF621635E64D169D13C * L_5 = V_0; return (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)L_5; } } // T[] MathNet.Numerics.LinearAlgebra.Vector`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* Vector_1_ToArray_mFB88DD849A16FED188C4D61E88C3D21882D4A7F7_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0; L_0 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_1; L_1 = VirtualFuncInvoker0< DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* >::Invoke(14 /* T[] MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ToArray() */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); return (DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB*)L_1; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Vector`1::ToColumnMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * Vector_1_ToColumnMatrix_m79B07B635DF9247AE763E4ABBEFF55D24F0B6044_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 45)); MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 * L_0 = ((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 45)))->get_Build_2(); NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); int32_t L_1; L_1 = (( int32_t (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *)L_0); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_2; L_2 = (( Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * (*) (MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *, Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 46)->methodPointer)((MatrixBuilder_1_t3F7A4E03F07AE830599917C4D9147B4CB085AD54 *)L_0, (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, (int32_t)L_1, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 46)); V_0 = (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_2; NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_3; L_3 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_4 = V_0; NullCheck((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_4); MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * L_5; L_5 = (( MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 * (*) (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 47)->methodPointer)((Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 47)); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_3); VirtualActionInvoker3< MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *, int32_t, int32_t >::Invoke(12 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToColumnUnchecked(MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_3, (MatrixStorage_1_t77E1AC700F570B26144647D8BEC6C0FD86D9A4C0 *)L_5, (int32_t)0, (int32_t)1); Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 * L_6 = V_0; return (Matrix_1_t92CB0476D84E20FD1C426F6CAD5931986FED14D4 *)L_6; } } // System.Collections.Generic.IEnumerable`1 MathNet.Numerics.LinearAlgebra.Vector`1::Enumerate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Vector_1_Enumerate_m678B0B077FFECF16309CFEE44C399FEB2A2F474F_gshared (Vector_1_t04BD986700481778192B0CF621635E64D169D13C * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this); VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * L_0; L_0 = (( VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 * (*) (Vector_1_t04BD986700481778192B0CF621635E64D169D13C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t04BD986700481778192B0CF621635E64D169D13C *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Collections.Generic.IEnumerable`1 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Enumerate() */, (VectorStorage_1_tA277E5F16CAEF08D29EFF6321141275420B25F22 *)L_0); return (RuntimeObject*)L_1; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__cctor_m329C0C97348D499D6D2DB95BB828536D980FFC19_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 51)); VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * L_0; L_0 = (( VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)); NullCheck((VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)L_0); double L_1; L_1 = VirtualFuncInvoker0< double >::Invoke(4 /* T MathNet.Numerics.LinearAlgebra.VectorBuilder`1::get_Zero() */, (VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)L_0); ((Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 27)))->set_Zero_0(L_1); VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * L_2; L_2 = (( VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)); NullCheck((VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)L_2); double L_3; L_3 = VirtualFuncInvoker0< double >::Invoke(5 /* T MathNet.Numerics.LinearAlgebra.VectorBuilder`1::get_One() */, (VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D *)L_2); ((Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 27)))->set_One_1(L_3); VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * L_4; L_4 = (( VectorBuilder_1_tCA21120266E58865E4CF900312EA0F3A8902ED2D * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)); ((Vector_1_t04BD986700481778192B0CF621635E64D169D13C_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 27)))->set_Build_2(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::Equals(MathNet.Numerics.LinearAlgebra.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_Equals_m5FC0236E623052876D093E8DE8EFCAA222FD9905_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * ___other0, const RuntimeMethod* method) { { Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * L_0 = ___other0; if (!L_0) { goto IL_0015; } } { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_1; L_1 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * L_2 = ___other0; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_2); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_3; L_3 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_1); bool L_4; L_4 = VirtualFuncInvoker1< bool, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * >::Invoke(8 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_1, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_3); return (bool)L_4; } IL_0015: { return (bool)0; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_Equals_m73C5D212546DDCA4A7A5D46812C38E982A4D2BBB_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; V_0 = (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2))); Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * L_1 = V_0; if (!L_1) { goto IL_001c; } } { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_2; L_2 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * L_3 = V_0; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_3); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_4; L_4 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_2); bool L_5; L_5 = VirtualFuncInvoker1< bool, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * >::Invoke(8 /* System.Boolean MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Equals(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_2, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_4); return (bool)L_5; } IL_001c: { return (bool)0; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_GetHashCode_m9CD7B6C747574C6BCB77453336BCB15779A1B697_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0; L_0 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((RuntimeObject *)L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)L_0); return (int32_t)L_1; } } // System.Object MathNet.Numerics.LinearAlgebra.Vector`1::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Vector_1_System_ICloneable_Clone_mF9CA0CA83C2CCA60FB33AEC3325607227B7864B5_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * L_0; L_0 = (( Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)); return (RuntimeObject *)L_0; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IList.IndexOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_System_Collections_Generic_IListU3CTU3E_IndexOf_mC4B929BBBFBF0B1439A5BE501F4441A6CA4E7918_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, float ___item0, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; { V_0 = (int32_t)0; goto IL_0022; } IL_0004: { int32_t L_0 = V_0; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); float L_1; L_1 = (( float (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); V_1 = (float)L_1; float L_2 = ___item0; bool L_3; L_3 = Single_Equals_m298A3A849F30B9900813BE6DD98AE6810CDBE914((float*)(float*)(&V_1), (float)L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { int32_t L_4 = V_0; return (int32_t)L_4; } IL_001e: { int32_t L_5 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0022: { int32_t L_6 = V_0; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); int32_t L_7; L_7 = (( int32_t (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0004; } } { return (int32_t)(-1); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IList.Insert(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_IListU3CTU3E_Insert_m21C5CE47E2C6575E43664F536B7D4C987FED5777_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___index0, float ___item1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_IListU3CTU3E_Insert_m21C5CE47E2C6575E43664F536B7D4C987FED5777_RuntimeMethod_var))); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_mDC45B7C9DB13DE08F6DFA65B9BA829017F94BC76_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___index0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_IListU3CTU3E_RemoveAt_mDC45B7C9DB13DE08F6DFA65B9BA829017F94BC76_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_Generic_ICollectionU3CTU3E_get_IsReadOnly_m05FF87251B8517CEC5F446FA0604BEBF5F57C00D_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.Add(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Add_m84F81A99B8C86F6430BCB4DE9F28D61B04B3C889_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, float ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Add_m84F81A99B8C86F6430BCB4DE9F28D61B04B3C889_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_mC3794484D4F88AC26C21D2E6197175927F4DC559_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, float ___item0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Remove_mC3794484D4F88AC26C21D2E6197175927F4DC559_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_Generic_ICollectionU3CTU3E_Contains_mE1C968F6EA2F189146EEB951D2BD7B000A3E19FE_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, float ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; float V_1 = 0.0f; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { NullCheck((RuntimeObject*)__this); RuntimeObject* L_0; L_0 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)__this); V_0 = (RuntimeObject*)L_0; } IL_0007: try {// begin try (depth: 1) { goto IL_0024; } IL_0009: { RuntimeObject* L_1 = V_0; NullCheck((RuntimeObject*)L_1); float L_2; L_2 = InterfaceFuncInvoker0< float >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 10), (RuntimeObject*)L_1); V_1 = (float)L_2; float L_3 = ___item0; bool L_4; L_4 = Single_Equals_m298A3A849F30B9900813BE6DD98AE6810CDBE914((float*)(float*)(&V_1), (float)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0024; } } IL_0020: { V_2 = (bool)1; IL2CPP_LEAVE(0x3A, FINALLY_002e); } IL_0024: { RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); if (L_6) { goto IL_0009; } } IL_002c: { IL2CPP_LEAVE(0x38, FINALLY_002e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: {// begin finally (depth: 1) { RuntimeObject* L_7 = V_0; if (!L_7) { goto IL_0037; } } IL_0031: { RuntimeObject* L_8 = V_0; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); } IL_0037: { IL2CPP_END_FINALLY(46) } }// end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3A, IL_003a) IL2CPP_JUMP_TBL(0x38, IL_0038) } IL_0038: { return (bool)0; } IL_003a: { bool L_9 = V_2; return (bool)L_9; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.ICollection.CopyTo(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_Generic_ICollectionU3CTU3E_CopyTo_mD5752744BCBE83A4E4C1607CE05D446765CBA2DF_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___array0, int32_t ___arrayIndex1, const RuntimeMethod* method) { { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_Generic_ICollectionU3CTU3E_CopyTo_mD5752744BCBE83A4E4C1607CE05D446765CBA2DF_RuntimeMethod_var))); } IL_000e: { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_2; L_2 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_3 = ___array0; NullCheck(L_3); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_4 = ___array0; DenseVectorStorage_1_t8A745064A670B3C8239E6D74F783AA432BBA107A * L_5 = (DenseVectorStorage_1_t8A745064A670B3C8239E6D74F783AA432BBA107A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)); (( void (*) (DenseVectorStorage_1_t8A745064A670B3C8239E6D74F783AA432BBA107A *, int32_t, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)(L_5, (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); int32_t L_6 = ___arrayIndex1; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); int32_t L_7; L_7 = (( int32_t (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_2); (( void (*) (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_2, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_5, (int32_t)0, (int32_t)L_6, (int32_t)L_7, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); return; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_IList_get_IsReadOnly_m0C0BB05D9FA255556BE19E71BD8579D86079C727_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.get_IsFixedSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_IList_get_IsFixedSize_m22B381FEFB889766F1BA5DD87FA8BBE467F6B222_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Object MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Vector_1_System_Collections_IList_get_Item_m4EB04AAB05ED4147F81385D598FEDB9626204E15_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0; L_0 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0); float L_2; L_2 = (( float (*) (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); float L_3 = L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5), &L_3); return (RuntimeObject *)L_4; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.set_Item(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_set_Item_m5FC1543EB71D4C58B3AF5AC7E89B47E404B99804_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0; L_0 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; RuntimeObject * L_2 = ___value1; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0); (( void (*) (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0, (int32_t)L_1, (float)((*(float*)((float*)UnBox(L_2, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); return; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.IndexOf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_System_Collections_IList_IndexOf_mC0D97ED9FE9E123D7753745FCC14E14E1FE2C0FC_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))) { goto IL_000a; } } { return (int32_t)(-1); } IL_000a: { RuntimeObject * L_1 = ___value0; NullCheck((RuntimeObject*)__this); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, float >::Invoke(2 /* System.Int32 System.Collections.Generic.IList`1::IndexOf(!0) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 16), (RuntimeObject*)__this, (float)((*(float*)((float*)UnBox(L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))))); return (int32_t)L_2; } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Contains(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_IList_Contains_mEB39A1492524A5155AFD3B7F79EB0D1F269E239B_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___value0; NullCheck((RuntimeObject*)__this); bool L_2; L_2 = InterfaceFuncInvoker1< bool, float >::Invoke(4 /* System.Boolean System.Collections.Generic.ICollection`1::Contains(!0) */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 17), (RuntimeObject*)__this, (float)((*(float*)((float*)UnBox(L_1, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5)))))); return (bool)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_Insert_mBAA51F47C67EDC7B86BAA1C162243D064E7E2D6A_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_Insert_mBAA51F47C67EDC7B86BAA1C162243D064E7E2D6A_RuntimeMethod_var))); } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_System_Collections_IList_Add_m0647C6268803341B22BE3A9163B695E06EB9FF61_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_Add_m0647C6268803341B22BE3A9163B695E06EB9FF61_RuntimeMethod_var))); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.Remove(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_Remove_m9034137EECCE0D5426204FD377AC6229E7E983D0_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_Remove_m9034137EECCE0D5426204FD377AC6229E7E983D0_RuntimeMethod_var))); } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IList.RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_IList_RemoveAt_m977F2ADF79FA0AEE98F6734DE5D298A86DA06EE0_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___index0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_IList_RemoveAt_m977F2ADF79FA0AEE98F6734DE5D298A86DA06EE0_RuntimeMethod_var))); } } // System.Boolean MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.ICollection.get_IsSynchronized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_System_Collections_ICollection_get_IsSynchronized_m19D8C7941D3ECD159FE45644DCA3D301BEDE33E4_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.ICollection.get_SyncRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Vector_1_System_Collections_ICollection_get_SyncRoot_m2268664B4DF5310059F1FFEAFCFC7E785A35594C_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0; L_0 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); return (RuntimeObject *)L_0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.ICollection.CopyTo(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_System_Collections_ICollection_CopyTo_mBC995FB27DD691D7245564FCCF16A5F1E1452982_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { RuntimeArray * L_0 = ___array0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_ICollection_CopyTo_mBC995FB27DD691D7245564FCCF16A5F1E1452982_RuntimeMethod_var))); } IL_000e: { RuntimeArray * L_2 = ___array0; NullCheck((RuntimeArray *)L_2); int32_t L_3; L_3 = Array_get_Rank_mE9E4804EA433AA2265F9D9CA3B1B5082ECD757D0((RuntimeArray *)L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAE8C36CA3E65F4E9D770E5374A33854C5C49271A)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_System_Collections_ICollection_CopyTo_mBC995FB27DD691D7245564FCCF16A5F1E1452982_RuntimeMethod_var))); } IL_0027: { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_5; L_5 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); RuntimeArray * L_6 = ___array0; NullCheck((RuntimeArray *)L_6); int32_t L_7; L_7 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10((RuntimeArray *)L_6, /*hidden argument*/NULL); RuntimeArray * L_8 = ___array0; DenseVectorStorage_1_t8A745064A670B3C8239E6D74F783AA432BBA107A * L_9 = (DenseVectorStorage_1_t8A745064A670B3C8239E6D74F783AA432BBA107A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 11)); (( void (*) (DenseVectorStorage_1_t8A745064A670B3C8239E6D74F783AA432BBA107A *, int32_t, SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)(L_9, (int32_t)L_7, (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)((SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 18))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)); int32_t L_10 = ___index1; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); int32_t L_11; L_11 = (( int32_t (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_5); (( void (*) (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)->methodPointer)((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_5, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_9, (int32_t)0, (int32_t)L_10, (int32_t)L_11, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)); return; } } // System.Collections.Generic.IEnumerator`1 MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Vector_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mBBB9C926120DBB48D5483CBAFE979620D86D8F56_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.Collections.IEnumerator MathNet.Numerics.LinearAlgebra.Vector`1::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Vector_1_System_Collections_IEnumerable_GetEnumerator_m99E0D62074466C89F13448378CCE754FC9A2FCDE_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); RuntimeObject* L_0; L_0 = (( RuntimeObject* (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)); NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9), (RuntimeObject*)L_0); return (RuntimeObject*)L_1; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToTypeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToTypeString_m276656C87404C1D99D05D99BAB8668FEEAE54F57_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral222BFB2514FB23887BAAF08332D0592CEC108BE8); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; NullCheck((RuntimeObject *)__this); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)__this, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_2); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); int32_t L_5; L_5 = (( int32_t (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(1), (RuntimeObject *)L_7); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_8 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 20)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(2), (RuntimeObject *)L_11); FormattableString_tDE8B3B926F0AD1A0FD6864BBA69C5AC99CE49B59 * L_12; L_12 = FormattableStringFactory_Create_m1624178F76FD2999A86932EC3317EAD1F7CDAC68((String_t*)_stringLiteral222BFB2514FB23887BAAF08332D0592CEC108BE8, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_8, /*hidden argument*/NULL); String_t* L_13; L_13 = FormattableString_Invariant_m2521551A876E7BFB3595B7D4940D1670F63E2C22((FormattableString_tDE8B3B926F0AD1A0FD6864BBA69C5AC99CE49B59 *)L_12, /*hidden argument*/NULL); return (String_t*)L_13; } } // System.String[0...,0...] MathNet.Numerics.LinearAlgebra.Vector`1::ToVectorStringArray(System.Int32,System.Int32,System.Int32,System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* Vector_1_ToVectorStringArray_mF5E555E8D8937DE12FCF6289F51F7F5B3D76D282_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___maxPerColumn0, int32_t ___maxCharactersWidth1, int32_t ___padding2, String_t* ___ellipsis3, Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 * ___formatValue4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t27B40B45D00273EDC22A79342E3B790C99783D88_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * V_8 = NULL; Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C V_9; memset((&V_9), 0, sizeof(V_9)); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = ___maxPerColumn0; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B((int32_t)L_0, (int32_t)3, /*hidden argument*/NULL); ___maxPerColumn0 = (int32_t)L_1; int32_t L_2 = ___maxCharactersWidth1; int32_t L_3; L_3 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B((int32_t)L_2, (int32_t)((int32_t)16), /*hidden argument*/NULL); ___maxCharactersWidth1 = (int32_t)L_3; List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_4 = (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)il2cpp_codegen_object_new(List_1_t27B40B45D00273EDC22A79342E3B790C99783D88_il2cpp_TypeInfo_var); List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF(L_4, /*hidden argument*/List_1__ctor_mC07B5D9CF36215C3E71E33EC10A7DD657B8518EF_RuntimeMethod_var); V_0 = (List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_4; V_1 = (int32_t)0; V_2 = (int32_t)0; goto IL_005d; } IL_001f: { int32_t L_5 = ___maxPerColumn0; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); int32_t L_6; L_6 = (( int32_t (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); int32_t L_7 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_8; L_8 = Math_Min_m4C6E1589800A3AA57C1F430C3903847E8D7B4574((int32_t)L_5, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL); V_7 = (int32_t)L_8; int32_t L_9 = V_2; int32_t L_10 = V_7; Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 * L_11 = ___formatValue4; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_12; L_12 = (( Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, int32_t, int32_t, Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, (int32_t)L_9, (int32_t)L_10, (Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 21)); V_8 = (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_12; int32_t L_13 = V_1; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_14 = V_8; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_14); int32_t L_15; L_15 = Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_14, /*hidden argument*/Tuple_2_get_Item1_m2EF413A98FFFE249110BF106240A387E18A2C873_RuntimeMethod_var); int32_t L_16 = ___padding2; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)))); int32_t L_17 = V_1; int32_t L_18 = ___maxCharactersWidth1; if ((((int32_t)L_17) <= ((int32_t)L_18))) { goto IL_0050; } } { int32_t L_19 = V_2; if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_0066; } } IL_0050: { List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_20 = V_0; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_21 = V_8; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_20); List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_20, (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_21, /*hidden argument*/List_1_Add_m01FFD699967C65C923B4443AE9C238608301A784_RuntimeMethod_var); int32_t L_22 = V_2; int32_t L_23 = V_7; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)); } IL_005d: { int32_t L_24 = V_2; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); int32_t L_25; L_25 = (( int32_t (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_001f; } } IL_0066: { int32_t L_26 = V_2; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); int32_t L_27; L_27 = (( int32_t (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)L_26) >= ((int32_t)L_27))) { goto IL_00a6; } } { List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_28 = V_0; List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_29 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_29); int32_t L_30; L_30 = List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_29, /*hidden argument*/List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_RuntimeMethod_var); NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_28); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_31; L_31 = List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_28, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)), /*hidden argument*/List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_RuntimeMethod_var); NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_31); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32; L_32 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_31, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_32; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_33; NullCheck(L_34); String_t* L_35 = ___ellipsis3; NullCheck(L_34); ArrayElementTypeCheck (L_34, L_35); (L_34)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))), (int32_t)2))), (String_t*)L_35); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_36 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_33; NullCheck(L_36); Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 * L_37 = ___formatValue4; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); int32_t L_38; L_38 = (( int32_t (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); float L_39; L_39 = (( float (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *)L_37); String_t* L_40; L_40 = (( String_t* (*) (Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *)L_37, (float)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_40); (L_36)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length))), (int32_t)1))), (String_t*)L_40); } IL_00a6: { List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_41 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_41); Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_42; L_42 = List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_41, (int32_t)0, /*hidden argument*/List_1_get_Item_mBBBF70861C7ACCFCB94B0F17EBCEBF051C12813A_RuntimeMethod_var); NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_42); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_43; L_43 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_42, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); NullCheck(L_43); V_3 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length))); List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_44 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_44); int32_t L_45; L_45 = List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_inline((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_44, /*hidden argument*/List_1_get_Count_m71714910EB76F5FD95B101210B708B4CAAB0E8CC_RuntimeMethod_var); V_4 = (int32_t)L_45; int32_t L_46 = V_3; int32_t L_47 = V_4; il2cpp_array_size_t L_49[] = { (il2cpp_array_size_t)(int32_t)L_46, (il2cpp_array_size_t)(int32_t)L_47 }; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_48 = (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)GenArrayNew(StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90_il2cpp_TypeInfo_var, L_49); V_5 = (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_48; V_6 = (int32_t)0; List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 * L_50 = V_0; NullCheck((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_50); Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C L_51; L_51 = List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893((List_1_t27B40B45D00273EDC22A79342E3B790C99783D88 *)L_50, /*hidden argument*/List_1_GetEnumerator_mD78CFC632EE0B50E0522455A9EB2DD8644ADD893_RuntimeMethod_var); V_9 = (Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C )L_51; } IL_00d2: try {// begin try (depth: 1) { goto IL_0138; } IL_00d4: { Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_52; L_52 = Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_inline((Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(&V_9), /*hidden argument*/Enumerator_get_Current_mD1966B7F477F1EFDF0644251E5938EA827CFFB80_RuntimeMethod_var); V_10 = (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_52; V_11 = (int32_t)0; goto IL_00fd; } IL_00e2: { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_53 = V_5; int32_t L_54 = V_11; int32_t L_55 = V_6; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_56 = V_10; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_56); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_57; L_57 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_56, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); int32_t L_58 = V_11; NullCheck(L_57); int32_t L_59 = L_58; String_t* L_60 = (L_57)->GetAt(static_cast(L_59)); NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_53); ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_53)->SetAt((int32_t)L_54, (int32_t)L_55, (String_t*)L_60); int32_t L_61 = V_11; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_00fd: { int32_t L_62 = V_11; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_63 = V_10; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_63); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_64; L_64 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_63, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); NullCheck(L_64); if ((((int32_t)L_62) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length)))))) { goto IL_00e2; } } IL_010a: { Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_65 = V_10; NullCheck((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_65); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_66; L_66 = Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_inline((Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_65, /*hidden argument*/Tuple_2_get_Item2_m048C00B5CFD3C7870B365D62233223D1B355A8AE_RuntimeMethod_var); NullCheck(L_66); V_12 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_66)->max_length))); goto IL_012d; } IL_0117: { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_67 = V_5; int32_t L_68 = V_12; int32_t L_69 = V_6; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_67); ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_67)->SetAt((int32_t)L_68, (int32_t)L_69, (String_t*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); int32_t L_70 = V_12; V_12 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); } IL_012d: { int32_t L_71 = V_12; int32_t L_72 = V_3; if ((((int32_t)L_71) < ((int32_t)L_72))) { goto IL_0117; } } IL_0132: { int32_t L_73 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_0138: { bool L_74; L_74 = Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1((Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C *)(&V_9), /*hidden argument*/Enumerator_MoveNext_m52E40B6D2856E40A9F9EF6B5248E995521B976A1_RuntimeMethod_var); if (L_74) { goto IL_00d4; } } IL_0141: { IL2CPP_LEAVE(0x151, FINALLY_0143); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0143; } FINALLY_0143: {// begin finally (depth: 1) Il2CppFakeBox L_75(Enumerator_t792422C81E879DA50F1976639C1E66B3F0ED195C_il2cpp_TypeInfo_var, (&V_9)); const VirtualInvokeData& il2cpp_virtual_invoke_data__331 = il2cpp_codegen_get_interface_invoke_data(0, (&L_75), IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); (( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__331.methodPtr)((RuntimeObject*)(&L_75), /*hidden argument*/il2cpp_virtual_invoke_data__331.method); V_9 = L_75.m_Value; IL2CPP_END_FINALLY(323) }// end finally (depth: 1) IL2CPP_CLEANUP(323) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x151, IL_0151) } IL_0151: { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_76 = V_5; return (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_76; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::FormatStringArrayToString(System.String[0...,0...],System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_FormatStringArrayToString_mF90C8443E0DBC2348719E6E124D559803E0F83D8_gshared (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* ___array0, String_t* ___columnSeparator1, String_t* ___rowSeparator2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_2 = NULL; StringBuilder_t * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_0 = ___array0; NullCheck((RuntimeArray *)(RuntimeArray *)L_0); int32_t L_1; L_1 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB((RuntimeArray *)(RuntimeArray *)L_0, (int32_t)0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_2 = ___array0; NullCheck((RuntimeArray *)(RuntimeArray *)L_2); int32_t L_3; L_3 = Array_GetLength_m8EF840DA7BEB0DFF04D36C3DC651B673C49A02BB((RuntimeArray *)(RuntimeArray *)L_2, (int32_t)1, /*hidden argument*/NULL); V_1 = (int32_t)L_3; int32_t L_4 = V_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)L_4); V_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_5; V_4 = (int32_t)0; goto IL_004e; } IL_001c: { V_5 = (int32_t)0; goto IL_0043; } IL_0021: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_6 = V_2; int32_t L_7 = V_5; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = V_2; int32_t L_9 = V_5; NullCheck(L_8); int32_t L_10 = L_9; int32_t L_11 = (L_8)->GetAt(static_cast(L_10)); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_12 = ___array0; int32_t L_13 = V_4; int32_t L_14 = V_5; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_12); String_t* L_15; L_15 = ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_12)->GetAt((int32_t)L_13, (int32_t)L_14); NullCheck((String_t*)L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_17; L_17 = Math_Max_mD8AA27386BF012C65303FCDEA041B0CC65056E7B((int32_t)L_11, (int32_t)L_16, /*hidden argument*/NULL); NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (int32_t)L_17); int32_t L_18 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0043: { int32_t L_19 = V_5; int32_t L_20 = V_1; if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0021; } } { int32_t L_21 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_004e: { int32_t L_22 = V_4; int32_t L_23 = V_0; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_001c; } } { StringBuilder_t * L_24 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_24, /*hidden argument*/NULL); V_3 = (StringBuilder_t *)L_24; V_6 = (int32_t)0; goto IL_00b6; } IL_005e: { StringBuilder_t * L_25 = V_3; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_26 = ___array0; int32_t L_27 = V_6; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_26); String_t* L_28; L_28 = ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_26)->GetAt((int32_t)L_27, (int32_t)0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_29 = V_2; NullCheck(L_29); int32_t L_30 = 0; int32_t L_31 = (L_29)->GetAt(static_cast(L_30)); NullCheck((String_t*)L_28); String_t* L_32; L_32 = String_PadLeft_mB83276F9CFF10D45EA7D6EE2C875B4D094C53EA6((String_t*)L_28, (int32_t)L_31, /*hidden argument*/NULL); NullCheck((StringBuilder_t *)L_25); StringBuilder_t * L_33; L_33 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_25, (String_t*)L_32, /*hidden argument*/NULL); V_7 = (int32_t)1; goto IL_00a3; } IL_007b: { StringBuilder_t * L_34 = V_3; String_t* L_35 = ___columnSeparator1; NullCheck((StringBuilder_t *)L_34); StringBuilder_t * L_36; L_36 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_34, (String_t*)L_35, /*hidden argument*/NULL); StringBuilder_t * L_37 = V_3; StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_38 = ___array0; int32_t L_39 = V_6; int32_t L_40 = V_7; NullCheck((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_38); String_t* L_41; L_41 = ((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_38)->GetAt((int32_t)L_39, (int32_t)L_40); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = V_2; int32_t L_43 = V_7; NullCheck(L_42); int32_t L_44 = L_43; int32_t L_45 = (L_42)->GetAt(static_cast(L_44)); NullCheck((String_t*)L_41); String_t* L_46; L_46 = String_PadLeft_mB83276F9CFF10D45EA7D6EE2C875B4D094C53EA6((String_t*)L_41, (int32_t)L_45, /*hidden argument*/NULL); NullCheck((StringBuilder_t *)L_37); StringBuilder_t * L_47; L_47 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_37, (String_t*)L_46, /*hidden argument*/NULL); int32_t L_48 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_00a3: { int32_t L_49 = V_7; int32_t L_50 = V_1; if ((((int32_t)L_49) < ((int32_t)L_50))) { goto IL_007b; } } { StringBuilder_t * L_51 = V_3; String_t* L_52 = ___rowSeparator2; NullCheck((StringBuilder_t *)L_51); StringBuilder_t * L_53; L_53 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_51, (String_t*)L_52, /*hidden argument*/NULL); int32_t L_54 = V_6; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_00b6: { int32_t L_55 = V_6; int32_t L_56 = V_0; if ((((int32_t)L_55) < ((int32_t)L_56))) { goto IL_005e; } } { StringBuilder_t * L_57 = V_3; NullCheck((RuntimeObject *)L_57); String_t* L_58; L_58 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)L_57); return (String_t*)L_58; } } // System.Tuple`2 MathNet.Numerics.LinearAlgebra.Vector`1::FormatCompleteColumn(System.Int32,System.Int32,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * Vector_1_FormatCompleteColumn_mB4A3A82497F8A6031D42352D166C201F8C4B7E6E_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___offset0, int32_t ___height1, Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 * ___formatValue2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * G_B5_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_1 = NULL; Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * G_B4_0 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_1 = NULL; { int32_t L_0 = ___height1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)L_0); V_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_1; V_1 = (int32_t)0; V_2 = (int32_t)0; goto IL_0027; } IL_000d: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = V_0; int32_t L_3 = V_1; int32_t L_4 = (int32_t)L_3; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 * L_5 = ___formatValue2; int32_t L_6 = ___offset0; int32_t L_7 = V_2; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); float L_8; L_8 = (( float (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)); NullCheck((Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *)L_5); String_t* L_9; L_9 = (( String_t* (*) (Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)->methodPointer)((Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *)L_5, (float)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22)); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_9); (L_2)->SetAt(static_cast(L_4), (String_t*)L_9); int32_t L_10 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0027: { int32_t L_11 = V_2; int32_t L_12 = ___height1; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_000d; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_14 = ((U3CU3Ec_tC51183E5F1119D1DA0DA3AC364CF8A3411990422_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)))->get_U3CU3E9__209_0_1(); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_15 = (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)L_14; G_B4_0 = L_15; G_B4_1 = L_13; if (L_15) { G_B5_0 = L_15; G_B5_1 = L_13; goto IL_004b; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)); U3CU3Ec_tC51183E5F1119D1DA0DA3AC364CF8A3411990422 * L_16 = ((U3CU3Ec_tC51183E5F1119D1DA0DA3AC364CF8A3411990422_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)))->get_U3CU3E9_0(); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_17 = (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)il2cpp_codegen_object_new(Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC_il2cpp_TypeInfo_var); Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6(L_17, (RuntimeObject *)L_16, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)), /*hidden argument*/Func_2__ctor_mF765E3459FA2DF61F602EFA343DCB9C01B3EABF6_RuntimeMethod_var); Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC * L_18 = (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)L_17; ((U3CU3Ec_tC51183E5F1119D1DA0DA3AC364CF8A3411990422_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 23)))->set_U3CU3E9__209_0_1(L_18); G_B5_0 = L_18; G_B5_1 = G_B4_1; } IL_004b: { int32_t L_19; L_19 = Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357((RuntimeObject*)(RuntimeObject*)G_B5_1, (Func_2_t22FDC42FE24524FB9989A84A6707691EFD7A5AAC *)G_B5_0, /*hidden argument*/Enumerable_Max_TisString_t_m8D72FF3B761ABE65E2CFAD36494B1700B3DED357_RuntimeMethod_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_0; Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 * L_21 = (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)il2cpp_codegen_object_new(Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097_il2cpp_TypeInfo_var); Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D(L_21, (int32_t)L_19, (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_20, /*hidden argument*/Tuple_2__ctor_mBEF920BA071D6687B778AA6ECEE2B0030831970D_RuntimeMethod_var); return (Tuple_2_tE6F7E886D8E0F07D7441CB90DDD216C89EC80097 *)L_21; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToVectorString(System.Int32,System.Int32,System.String,System.String,System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToVectorString_m2697E99858DCBE428FB17CEF3D8E7CD6B364C28D_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___maxPerColumn0, int32_t ___maxCharactersWidth1, String_t* ___ellipsis2, String_t* ___columnSeparator3, String_t* ___rowSeparator4, Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 * ___formatValue5, const RuntimeMethod* method) { { int32_t L_0 = ___maxPerColumn0; int32_t L_1 = ___maxCharactersWidth1; String_t* L_2 = ___columnSeparator3; NullCheck((String_t*)L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_2, /*hidden argument*/NULL); String_t* L_4 = ___ellipsis2; Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 * L_5 = ___formatValue5; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* L_6; L_6 = (( StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90* (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, int32_t, int32_t, int32_t, String_t*, Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, (int32_t)L_0, (int32_t)L_1, (int32_t)L_3, (String_t*)L_4, (Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25)); String_t* L_7 = ___columnSeparator3; String_t* L_8 = ___rowSeparator4; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27)); String_t* L_9; L_9 = (( String_t* (*) (StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*, String_t*, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)->methodPointer)((StringU5BU2CU5D_t57ABDCA8B352E243BFC6950153456ACCEF63DC90*)L_6, (String_t*)L_7, (String_t*)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26)); return (String_t*)L_9; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToVectorString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToVectorString_mC9480ED084820E495879C558BA3995B622A48009_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral483D313E1D4494A2D1529112AC5AE18B120DBE0B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass212_0_tC3B6E561BD50BFC76E1189DDEBFE907F0E9A752F * V_0 = NULL; { U3CU3Ec__DisplayClass212_0_tC3B6E561BD50BFC76E1189DDEBFE907F0E9A752F * L_0 = (U3CU3Ec__DisplayClass212_0_tC3B6E561BD50BFC76E1189DDEBFE907F0E9A752F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 28)); (( void (*) (U3CU3Ec__DisplayClass212_0_tC3B6E561BD50BFC76E1189DDEBFE907F0E9A752F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 29)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 29)); V_0 = (U3CU3Ec__DisplayClass212_0_tC3B6E561BD50BFC76E1189DDEBFE907F0E9A752F *)L_0; U3CU3Ec__DisplayClass212_0_tC3B6E561BD50BFC76E1189DDEBFE907F0E9A752F * L_1 = V_0; String_t* L_2 = ___format0; NullCheck(L_1); L_1->set_format_0(L_2); U3CU3Ec__DisplayClass212_0_tC3B6E561BD50BFC76E1189DDEBFE907F0E9A752F * L_3 = V_0; RuntimeObject* L_4 = ___provider1; NullCheck(L_3); L_3->set_provider_1(L_4); U3CU3Ec__DisplayClass212_0_tC3B6E561BD50BFC76E1189DDEBFE907F0E9A752F * L_5 = V_0; NullCheck(L_5); String_t* L_6 = (String_t*)L_5->get_format_0(); if (L_6) { goto IL_0027; } } { U3CU3Ec__DisplayClass212_0_tC3B6E561BD50BFC76E1189DDEBFE907F0E9A752F * L_7 = V_0; NullCheck(L_7); L_7->set_format_0(_stringLiteral483D313E1D4494A2D1529112AC5AE18B120DBE0B); } IL_0027: { String_t* L_8; L_8 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); U3CU3Ec__DisplayClass212_0_tC3B6E561BD50BFC76E1189DDEBFE907F0E9A752F * L_9 = V_0; Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 * L_10 = (Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 31)); (( void (*) (Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 32)->methodPointer)(L_10, (RuntimeObject *)L_9, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 30)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 32)); NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); String_t* L_11; L_11 = (( String_t* (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, int32_t, int32_t, String_t*, String_t*, String_t*, Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, (int32_t)((int32_t)12), (int32_t)((int32_t)80), (String_t*)_stringLiteral26DC9E6A16A2B862023CCDC29E42E5404E9ACD4F, (String_t*)_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, (String_t*)L_8, (Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)); return (String_t*)L_11; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToString_mC3EB5DDE3CF2E11FABC3FE92E132BF4238214B81_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(36 /* System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToTypeString() */, (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); String_t* L_1; L_1 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); String_t* L_2; L_2 = (( String_t* (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, String_t*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, (String_t*)NULL, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)); String_t* L_3; L_3 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)L_0, (String_t*)L_1, (String_t*)L_2, /*hidden argument*/NULL); return (String_t*)L_3; } } // System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToString_m1EC43B32798C8BA2F47D5E6F19CA22BC64A70593_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(36 /* System.String MathNet.Numerics.LinearAlgebra.Vector`1::ToTypeString() */, (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); String_t* L_1; L_1 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); String_t* L_2 = ___format0; RuntimeObject* L_3 = ___formatProvider1; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); String_t* L_4; L_4 = (( String_t* (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, String_t*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, (String_t*)L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 35)); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44((String_t*)L_0, (String_t*)L_1, (String_t*)L_4, /*hidden argument*/NULL); return (String_t*)L_5; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::.ctor(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m88DF85E883F1AF8F788E4B33DE55E134209B04FF_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * ___storage0, const RuntimeMethod* method) { { NullCheck((RuntimeObject *)__this); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405((RuntimeObject *)__this, /*hidden argument*/NULL); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0 = ___storage0; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); (( void (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_1 = ___storage0; NullCheck(L_1); int32_t L_2 = (int32_t)L_1->get_Length_1(); NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); (( void (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 37)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 37)); return; } } // MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1 MathNet.Numerics.LinearAlgebra.Vector`1::get_Storage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * Vector_1_get_Storage_mF40C8990E48D1A43492DF4DCA6D32D346ECE58FD_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0 = (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)__this->get_U3CStorageU3Ek__BackingField_3(); return (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Storage(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_set_Storage_m4DAF24C11DA47604E9A4F87D5D6514870AD091F2_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * ___value0, const RuntimeMethod* method) { { VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0 = ___value0; __this->set_U3CStorageU3Ek__BackingField_3(L_0); return; } } // System.Int32 MathNet.Numerics.LinearAlgebra.Vector`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_get_Count_mEAB8BBE3C4F60DCE076A0771655E5691725F0838_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_U3CCountU3Ek__BackingField_4(); return (int32_t)L_0; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Count(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_set_Count_m75598E74E72AF290D1D84D5ECF219624A5553F60_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CCountU3Ek__BackingField_4(L_0); return; } } // T MathNet.Numerics.LinearAlgebra.Vector`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector_1_get_Item_m5986F6837104CD7AB0EC1DA1A5F826D4152C6CC8_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0; L_0 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0); float L_2; L_2 = (( float (*) (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)); return (float)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::set_Item(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_set_Item_mA556C0D940A2407FC583F03677C59CF8F3ACCE67_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___index0, float ___value1, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0; L_0 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; float L_2 = ___value1; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0); (( void (*) (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, int32_t, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0, (int32_t)L_1, (float)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)); return; } } // T MathNet.Numerics.LinearAlgebra.Vector`1::At(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector_1_At_m7F9032537F6219440F4EEBA730EE193BFED017E7_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___index0, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0; L_0 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0); float L_2; L_2 = VirtualFuncInvoker1< float, int32_t >::Invoke(6 /* T MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0, (int32_t)L_1); return (float)L_2; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::At(System.Int32,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_At_m80570C17DB4DAD040C743E9E2137AC37628E0C89_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___index0, float ___value1, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0; L_0 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_1 = ___index0; float L_2 = ___value1; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0); VirtualActionInvoker2< int32_t, float >::Invoke(7 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::At(System.Int32,T) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0, (int32_t)L_1, (float)L_2); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_Clear_m3FAB36E0AC7BF6FB45FE345D6EE9B9B7201FCFDD_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0; L_0 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0); VirtualActionInvoker0::Invoke(9 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear() */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0); return; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::ClearSubVector(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1_ClearSubVector_m2219DC38418EFF6B897EC2F935C985EE5945741E_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method) { { int32_t L_0 = ___count1; if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0014; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_mE43AFC74F5F3932913C023A04B24905E093C5005(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ClearSubVector_m2219DC38418EFF6B897EC2F935C985EE5945741E_RuntimeMethod_var))); } IL_0014: { int32_t L_2 = ___index0; int32_t L_3 = ___count1; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); int32_t L_4; L_4 = (( int32_t (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))) > ((int32_t)L_4))) { goto IL_0023; } } { int32_t L_5 = ___index0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_002e; } } IL_0023: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_6, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ClearSubVector_m2219DC38418EFF6B897EC2F935C985EE5945741E_RuntimeMethod_var))); } IL_002e: { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_7; L_7 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); int32_t L_8 = ___index0; int32_t L_9 = ___count1; NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_7); VirtualActionInvoker2< int32_t, int32_t >::Invoke(10 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Clear(System.Int32,System.Int32) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_7, (int32_t)L_8, (int32_t)L_9); return; } } // MathNet.Numerics.LinearAlgebra.Vector`1 MathNet.Numerics.LinearAlgebra.Vector`1::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * Vector_1_Clone_mCF909FFA87D351C29A102CAD67994FD29CD71C98_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27)); VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * L_0 = ((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 27)))->get_Build_2(); NullCheck((VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)L_0); Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * L_1; L_1 = (( Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * (*) (VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *, Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 42)->methodPointer)((VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)L_0, (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 42)); V_0 = (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_1; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_2; L_2 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * L_3 = V_0; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_3); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_4; L_4 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_2); VirtualActionInvoker2< VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *, int32_t >::Invoke(11 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToUnchecked(MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1,MathNet.Numerics.LinearAlgebra.ExistingData) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_2, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_4, (int32_t)1); Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * L_5 = V_0; return (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)L_5; } } // T[] MathNet.Numerics.LinearAlgebra.Vector`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* Vector_1_ToArray_m4F0E429EE01B974FD4A94737091496A561005923_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0; L_0 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1; L_1 = VirtualFuncInvoker0< SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* >::Invoke(14 /* T[] MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::ToArray() */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0); return (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)L_1; } } // MathNet.Numerics.LinearAlgebra.Matrix`1 MathNet.Numerics.LinearAlgebra.Vector`1::ToColumnMatrix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * Vector_1_ToColumnMatrix_mBACCA79088ABD8F9F9C8F35F183C2378A3D397B0_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 45)); MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 * L_0 = ((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 45)))->get_Build_2(); NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); int32_t L_1; L_1 = (( int32_t (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)); NullCheck((MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 *)L_0); Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_2; L_2 = (( Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * (*) (MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 *, Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 46)->methodPointer)((MatrixBuilder_1_t245F748D8B29A77A701081F701B1324E67040762 *)L_0, (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, (int32_t)L_1, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 46)); V_0 = (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_2; NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_3; L_3 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_4 = V_0; NullCheck((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_4); MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * L_5; L_5 = (( MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 * (*) (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 47)->methodPointer)((Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 47)); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_3); VirtualActionInvoker3< MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *, int32_t, int32_t >::Invoke(12 /* System.Void MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::CopyToColumnUnchecked(MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1,System.Int32,MathNet.Numerics.LinearAlgebra.ExistingData) */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_3, (MatrixStorage_1_tDE01745F9972F9096EE8C8F7EDB7187895CF2106 *)L_5, (int32_t)0, (int32_t)1); Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 * L_6 = V_0; return (Matrix_1_t8FAD70CB7BF571280E82ED0C3DAE39E915B61824 *)L_6; } } // System.Collections.Generic.IEnumerable`1 MathNet.Numerics.LinearAlgebra.Vector`1::Enumerate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Vector_1_Enumerate_m5AD6DECFBF8CE95146038BA7ECBDAFCD40F799E8_gshared (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 * __this, const RuntimeMethod* method) { { NullCheck((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this); VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * L_0; L_0 = (( VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 * (*) (Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)); NullCheck((VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Collections.Generic.IEnumerable`1 MathNet.Numerics.LinearAlgebra.Storage.VectorStorage`1::Enumerate() */, (VectorStorage_1_t292723551089F1C59EC575A26EE46FAF3C0C9286 *)L_0); return (RuntimeObject*)L_1; } } // System.Void MathNet.Numerics.LinearAlgebra.Vector`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__cctor_mB8B32693DD0E37E11625AE92F886A2DFD4152D3B_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 51)); VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * L_0; L_0 = (( VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)); NullCheck((VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)L_0); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(4 /* T MathNet.Numerics.LinearAlgebra.VectorBuilder`1::get_Zero() */, (VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)L_0); ((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 27)))->set_Zero_0(L_1); VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * L_2; L_2 = (( VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)); NullCheck((VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)L_2); float L_3; L_3 = VirtualFuncInvoker0< float >::Invoke(5 /* T MathNet.Numerics.LinearAlgebra.VectorBuilder`1::get_One() */, (VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 *)L_2); ((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 27)))->set_One_1(L_3); VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * L_4; L_4 = (( VectorBuilder_1_tD8F1B353F0B6F840810CBF707711DCE105A62C50 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 50)); ((Vector_1_t7B632CD0555BE02C1C1D25C89039625881767808_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 27)))->set_Build_2(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Numerics.Vector`1::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_get_Count_mB2066924E5819676ECF961192F72C13317814043_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_0 = ((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_count_1(); return (int32_t)L_0; } } // System.Numerics.Vector`1 System.Numerics.Vector`1::get_Zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_1_get_Zero_mF8984BCAC1DBE3D46B46FC92E0746AFE57B55A9C_gshared (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_0 = ((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_zero_2(); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_0; } } // System.Int32 System.Numerics.Vector`1::InitializeCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_InitializeCount_m9F2C35505BCC180D4DC3409157F4C01FF2691657_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); s_Il2CppMethodInitialized = true; } VectorSizeHelper_t3C432D5E7C7A91C0C2122973EA902247A5F7CDB7 V_0; memset((&V_0), 0, sizeof(V_0)); uint8_t* V_1 = NULL; uint8_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * L_0 = (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&V_0)->get_address_of__placeholder_0(); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)L_0->get_address_of_register_0(); uint8_t* L_2 = (uint8_t*)L_1->get_address_of_byte_0_0(); V_1 = (uint8_t*)((uintptr_t)L_2); uint8_t* L_3 = (uint8_t*)(&V_0)->get_address_of__byte_1(); V_2 = (uint8_t*)((uintptr_t)L_3); uint8_t* L_4 = V_2; uint8_t* L_5 = V_1; V_3 = (int32_t)((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_4, (intptr_t)L_5))/(int32_t)1)))))); V_4 = (int32_t)(-1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_7, (Type_t *)L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_004a; } } { V_4 = (int32_t)1; goto IL_0184; } IL_004a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_11, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_13, /*hidden argument*/NULL); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_12, (Type_t *)L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_006d; } } { V_4 = (int32_t)1; goto IL_0184; } IL_006d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17; L_17 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_16, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_18, /*hidden argument*/NULL); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_17, (Type_t *)L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0090; } } { V_4 = (int32_t)2; goto IL_0184; } IL_0090: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_23 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_24; L_24 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_23, /*hidden argument*/NULL); bool L_25; L_25 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_22, (Type_t *)L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00b3; } } { V_4 = (int32_t)2; goto IL_0184; } IL_00b3: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27; L_27 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_26, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_29; L_29 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_28, /*hidden argument*/NULL); bool L_30; L_30 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_27, (Type_t *)L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00d6; } } { V_4 = (int32_t)4; goto IL_0184; } IL_00d6: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_31 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32; L_32 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_31, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_33 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_34; L_34 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_33, /*hidden argument*/NULL); bool L_35; L_35 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_32, (Type_t *)L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00f9; } } { V_4 = (int32_t)4; goto IL_0184; } IL_00f9: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_36 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_37; L_37 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_36, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_39; L_39 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_38, /*hidden argument*/NULL); bool L_40; L_40 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_37, (Type_t *)L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0119; } } { V_4 = (int32_t)8; goto IL_0184; } IL_0119: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_41 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42; L_42 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_41, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_43 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_44; L_44 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_43, /*hidden argument*/NULL); bool L_45; L_45 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_42, (Type_t *)L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_0139; } } { V_4 = (int32_t)8; goto IL_0184; } IL_0139: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_46 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_47; L_47 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_46, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_48 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_49; L_49 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_48, /*hidden argument*/NULL); bool L_50; L_50 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_47, (Type_t *)L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0159; } } { V_4 = (int32_t)4; goto IL_0184; } IL_0159: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_51 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_52; L_52 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_51, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_53 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_54; L_54 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_53, /*hidden argument*/NULL); bool L_55; L_55 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_52, (Type_t *)L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0179; } } { V_4 = (int32_t)8; goto IL_0184; } IL_0179: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_56; L_56 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_57 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_57, (String_t*)L_56, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_InitializeCount_m9F2C35505BCC180D4DC3409157F4C01FF2691657_RuntimeMethod_var))); } IL_0184: { int32_t L_58 = V_3; int32_t L_59 = V_4; return (int32_t)((int32_t)((int32_t)L_58/(int32_t)L_59)); } } // System.Void System.Numerics.Vector`1::.ctor(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_mD8054FA187C2F3E125B5365A8D17AA28DBBF4BB1_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; int32_t V_2 = 0; int8_t* V_3 = NULL; int8_t* V_4 = NULL; int32_t V_5 = 0; uint16_t* V_6 = NULL; uint16_t* V_7 = NULL; int32_t V_8 = 0; int16_t* V_9 = NULL; int16_t* V_10 = NULL; int32_t V_11 = 0; uint32_t* V_12 = NULL; uint32_t* V_13 = NULL; int32_t V_14 = 0; int32_t* V_15 = NULL; int32_t* V_16 = NULL; int32_t V_17 = 0; uint64_t* V_18 = NULL; uint64_t* V_19 = NULL; int32_t V_20 = 0; int64_t* V_21 = NULL; int64_t* V_22 = NULL; int32_t V_23 = 0; float* V_24 = NULL; float* V_25 = NULL; int32_t V_26 = 0; double* V_27 = NULL; double* V_28 = NULL; int32_t V_29 = 0; { il2cpp_codegen_initobj(__this, sizeof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )); bool L_0; L_0 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_0) { goto IL_0386; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_2, (Type_t *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_005e; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_6 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_7 = (uint8_t*)L_6->get_address_of_byte_0_0(); V_1 = (uint8_t*)L_7; uint8_t* L_8 = V_1; V_0 = (uint8_t*)((uintptr_t)L_8); V_2 = (int32_t)0; goto IL_0052; } IL_003f: { uint8_t* L_9 = V_0; int32_t L_10 = V_2; uint8_t L_11 = ___value0; uint8_t L_12 = L_11; RuntimeObject * L_13 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_12); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_10))) = (int8_t)((*(uint8_t*)((uint8_t*)UnBox(L_13, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))); int32_t L_14 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0052: { int32_t L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_16; L_16 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_003f; } } { V_1 = (uint8_t*)((uintptr_t)0); return; } IL_005e: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_17, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_19 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_20; L_20 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_19, /*hidden argument*/NULL); bool L_21; L_21 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_18, (Type_t *)L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00b3; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_22 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_23 = (int8_t*)L_22->get_address_of_sbyte_0_16(); V_4 = (int8_t*)L_23; int8_t* L_24 = V_4; V_3 = (int8_t*)((uintptr_t)L_24); V_5 = (int32_t)0; goto IL_00a5; } IL_008f: { int8_t* L_25 = V_3; int32_t L_26 = V_5; uint8_t L_27 = ___value0; uint8_t L_28 = L_27; RuntimeObject * L_29 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_28); *((int8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)L_26))) = (int8_t)((*(int8_t*)((int8_t*)UnBox(L_29, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))); int32_t L_30 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00a5: { int32_t L_31 = V_5; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_32; L_32 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_008f; } } { V_4 = (int8_t*)((uintptr_t)0); return; } IL_00b3: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_33 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34; L_34 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_33, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_35 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_36; L_36 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_35, /*hidden argument*/NULL); bool L_37; L_37 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_34, (Type_t *)L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_010d; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_38 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t* L_39 = (uint16_t*)L_38->get_address_of_uint16_0_32(); V_7 = (uint16_t*)L_39; uint16_t* L_40 = V_7; V_6 = (uint16_t*)((uintptr_t)L_40); V_8 = (int32_t)0; goto IL_00ff; } IL_00e5: { uint16_t* L_41 = V_6; int32_t L_42 = V_8; uint8_t L_43 = ___value0; uint8_t L_44 = L_43; RuntimeObject * L_45 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_44); *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_41, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_42), (int32_t)2))))) = (int16_t)((*(uint16_t*)((uint16_t*)UnBox(L_45, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))); int32_t L_46 = V_8; V_8 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00ff: { int32_t L_47 = V_8; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_48; L_48 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_47) < ((int32_t)L_48))) { goto IL_00e5; } } { V_7 = (uint16_t*)((uintptr_t)0); return; } IL_010d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_49 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_50; L_50 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_49, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_51 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_52; L_52 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_51, /*hidden argument*/NULL); bool L_53; L_53 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_50, (Type_t *)L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_0167; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_54 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t* L_55 = (int16_t*)L_54->get_address_of_int16_0_40(); V_10 = (int16_t*)L_55; int16_t* L_56 = V_10; V_9 = (int16_t*)((uintptr_t)L_56); V_11 = (int32_t)0; goto IL_0159; } IL_013f: { int16_t* L_57 = V_9; int32_t L_58 = V_11; uint8_t L_59 = ___value0; uint8_t L_60 = L_59; RuntimeObject * L_61 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_60); *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_57, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_58), (int32_t)2))))) = (int16_t)((*(int16_t*)((int16_t*)UnBox(L_61, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))); int32_t L_62 = V_11; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_0159: { int32_t L_63 = V_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_64; L_64 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_013f; } } { V_10 = (int16_t*)((uintptr_t)0); return; } IL_0167: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_65 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66; L_66 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_65, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_67 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_68; L_68 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_67, /*hidden argument*/NULL); bool L_69; L_69 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_66, (Type_t *)L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_01c1; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_70 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint32_t* L_71 = (uint32_t*)L_70->get_address_of_uint32_0_48(); V_13 = (uint32_t*)L_71; uint32_t* L_72 = V_13; V_12 = (uint32_t*)((uintptr_t)L_72); V_14 = (int32_t)0; goto IL_01b3; } IL_0199: { uint32_t* L_73 = V_12; int32_t L_74 = V_14; uint8_t L_75 = ___value0; uint8_t L_76 = L_75; RuntimeObject * L_77 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_76); *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_73, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_74), (int32_t)4))))) = (int32_t)((*(uint32_t*)((uint32_t*)UnBox(L_77, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))); int32_t L_78 = V_14; V_14 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_01b3: { int32_t L_79 = V_14; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_80; L_80 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_79) < ((int32_t)L_80))) { goto IL_0199; } } { V_13 = (uint32_t*)((uintptr_t)0); return; } IL_01c1: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_81 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_82; L_82 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_81, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_83 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_84; L_84 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_83, /*hidden argument*/NULL); bool L_85; L_85 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_82, (Type_t *)L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_021b; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_86 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int32_t* L_87 = (int32_t*)L_86->get_address_of_int32_0_52(); V_16 = (int32_t*)L_87; int32_t* L_88 = V_16; V_15 = (int32_t*)((uintptr_t)L_88); V_17 = (int32_t)0; goto IL_020d; } IL_01f3: { int32_t* L_89 = V_15; int32_t L_90 = V_17; uint8_t L_91 = ___value0; uint8_t L_92 = L_91; RuntimeObject * L_93 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_92); *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_89, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_90), (int32_t)4))))) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_93, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); int32_t L_94 = V_17; V_17 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); } IL_020d: { int32_t L_95 = V_17; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_96; L_96 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_95) < ((int32_t)L_96))) { goto IL_01f3; } } { V_16 = (int32_t*)((uintptr_t)0); return; } IL_021b: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_97 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_98; L_98 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_97, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_99 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_100; L_100 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_99, /*hidden argument*/NULL); bool L_101; L_101 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_98, (Type_t *)L_100, /*hidden argument*/NULL); if (!L_101) { goto IL_0275; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_102 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint64_t* L_103 = (uint64_t*)L_102->get_address_of_uint64_0_56(); V_19 = (uint64_t*)L_103; uint64_t* L_104 = V_19; V_18 = (uint64_t*)((uintptr_t)L_104); V_20 = (int32_t)0; goto IL_0267; } IL_024d: { uint64_t* L_105 = V_18; int32_t L_106 = V_20; uint8_t L_107 = ___value0; uint8_t L_108 = L_107; RuntimeObject * L_109 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_108); *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_105, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_106), (int32_t)8))))) = (int64_t)((*(uint64_t*)((uint64_t*)UnBox(L_109, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))); int32_t L_110 = V_20; V_20 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1)); } IL_0267: { int32_t L_111 = V_20; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_112; L_112 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_111) < ((int32_t)L_112))) { goto IL_024d; } } { V_19 = (uint64_t*)((uintptr_t)0); return; } IL_0275: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_113 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_114; L_114 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_113, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_115 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_116; L_116 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_115, /*hidden argument*/NULL); bool L_117; L_117 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_114, (Type_t *)L_116, /*hidden argument*/NULL); if (!L_117) { goto IL_02cf; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_118 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int64_t* L_119 = (int64_t*)L_118->get_address_of_int64_0_58(); V_22 = (int64_t*)L_119; int64_t* L_120 = V_22; V_21 = (int64_t*)((uintptr_t)L_120); V_23 = (int32_t)0; goto IL_02c1; } IL_02a7: { int64_t* L_121 = V_21; int32_t L_122 = V_23; uint8_t L_123 = ___value0; uint8_t L_124 = L_123; RuntimeObject * L_125 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_124); *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_121, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_122), (int32_t)8))))) = (int64_t)((*(int64_t*)((int64_t*)UnBox(L_125, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); int32_t L_126 = V_23; V_23 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)1)); } IL_02c1: { int32_t L_127 = V_23; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_128; L_128 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_127) < ((int32_t)L_128))) { goto IL_02a7; } } { V_22 = (int64_t*)((uintptr_t)0); return; } IL_02cf: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_129 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_130; L_130 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_129, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_131 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_132; L_132 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_131, /*hidden argument*/NULL); bool L_133; L_133 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_130, (Type_t *)L_132, /*hidden argument*/NULL); if (!L_133) { goto IL_0329; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_134 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); float* L_135 = (float*)L_134->get_address_of_single_0_60(); V_25 = (float*)L_135; float* L_136 = V_25; V_24 = (float*)((uintptr_t)L_136); V_26 = (int32_t)0; goto IL_031b; } IL_0301: { float* L_137 = V_24; int32_t L_138 = V_26; uint8_t L_139 = ___value0; uint8_t L_140 = L_139; RuntimeObject * L_141 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_140); *((float*)((float*)il2cpp_codegen_add((intptr_t)L_137, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_138), (int32_t)4))))) = (float)((*(float*)((float*)UnBox(L_141, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); int32_t L_142 = V_26; V_26 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)1)); } IL_031b: { int32_t L_143 = V_26; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_144; L_144 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_143) < ((int32_t)L_144))) { goto IL_0301; } } { V_25 = (float*)((uintptr_t)0); return; } IL_0329: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_145 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_146; L_146 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_145, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_147 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_148; L_148 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_147, /*hidden argument*/NULL); bool L_149; L_149 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_146, (Type_t *)L_148, /*hidden argument*/NULL); if (!L_149) { goto IL_0a55; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_150 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); double* L_151 = (double*)L_150->get_address_of_double_0_64(); V_28 = (double*)L_151; double* L_152 = V_28; V_27 = (double*)((uintptr_t)L_152); V_29 = (int32_t)0; goto IL_0378; } IL_035e: { double* L_153 = V_27; int32_t L_154 = V_29; uint8_t L_155 = ___value0; uint8_t L_156 = L_155; RuntimeObject * L_157 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_156); *((double*)((double*)il2cpp_codegen_add((intptr_t)L_153, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_154), (int32_t)8))))) = (double)((*(double*)((double*)UnBox(L_157, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); int32_t L_158 = V_29; V_29 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_158, (int32_t)1)); } IL_0378: { int32_t L_159 = V_29; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_160; L_160 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_159) < ((int32_t)L_160))) { goto IL_035e; } } { V_28 = (double*)((uintptr_t)0); return; } IL_0386: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_161 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_162; L_162 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_161, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_163 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_164; L_164 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_163, /*hidden argument*/NULL); bool L_165; L_165 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_162, (Type_t *)L_164, /*hidden argument*/NULL); if (!L_165) { goto IL_0505; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_166 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_167 = ___value0; uint8_t L_168 = L_167; RuntimeObject * L_169 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_168); L_166->set_byte_0_0(((*(uint8_t*)((uint8_t*)UnBox(L_169, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_170 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_171 = ___value0; uint8_t L_172 = L_171; RuntimeObject * L_173 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_172); L_170->set_byte_1_1(((*(uint8_t*)((uint8_t*)UnBox(L_173, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_174 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_175 = ___value0; uint8_t L_176 = L_175; RuntimeObject * L_177 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_176); L_174->set_byte_2_2(((*(uint8_t*)((uint8_t*)UnBox(L_177, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_178 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_179 = ___value0; uint8_t L_180 = L_179; RuntimeObject * L_181 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_180); L_178->set_byte_3_3(((*(uint8_t*)((uint8_t*)UnBox(L_181, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_182 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_183 = ___value0; uint8_t L_184 = L_183; RuntimeObject * L_185 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_184); L_182->set_byte_4_4(((*(uint8_t*)((uint8_t*)UnBox(L_185, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_186 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_187 = ___value0; uint8_t L_188 = L_187; RuntimeObject * L_189 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_188); L_186->set_byte_5_5(((*(uint8_t*)((uint8_t*)UnBox(L_189, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_190 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_191 = ___value0; uint8_t L_192 = L_191; RuntimeObject * L_193 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_192); L_190->set_byte_6_6(((*(uint8_t*)((uint8_t*)UnBox(L_193, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_194 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_195 = ___value0; uint8_t L_196 = L_195; RuntimeObject * L_197 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_196); L_194->set_byte_7_7(((*(uint8_t*)((uint8_t*)UnBox(L_197, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_198 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_199 = ___value0; uint8_t L_200 = L_199; RuntimeObject * L_201 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_200); L_198->set_byte_8_8(((*(uint8_t*)((uint8_t*)UnBox(L_201, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_202 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_203 = ___value0; uint8_t L_204 = L_203; RuntimeObject * L_205 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_204); L_202->set_byte_9_9(((*(uint8_t*)((uint8_t*)UnBox(L_205, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_206 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_207 = ___value0; uint8_t L_208 = L_207; RuntimeObject * L_209 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_208); L_206->set_byte_10_10(((*(uint8_t*)((uint8_t*)UnBox(L_209, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_210 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_211 = ___value0; uint8_t L_212 = L_211; RuntimeObject * L_213 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_212); L_210->set_byte_11_11(((*(uint8_t*)((uint8_t*)UnBox(L_213, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_214 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_215 = ___value0; uint8_t L_216 = L_215; RuntimeObject * L_217 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_216); L_214->set_byte_12_12(((*(uint8_t*)((uint8_t*)UnBox(L_217, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_218 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_219 = ___value0; uint8_t L_220 = L_219; RuntimeObject * L_221 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_220); L_218->set_byte_13_13(((*(uint8_t*)((uint8_t*)UnBox(L_221, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_222 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_223 = ___value0; uint8_t L_224 = L_223; RuntimeObject * L_225 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_224); L_222->set_byte_14_14(((*(uint8_t*)((uint8_t*)UnBox(L_225, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_226 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_227 = ___value0; uint8_t L_228 = L_227; RuntimeObject * L_229 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_228); L_226->set_byte_15_15(((*(uint8_t*)((uint8_t*)UnBox(L_229, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))); return; } IL_0505: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_230 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_231; L_231 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_230, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_232 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_233; L_233 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_232, /*hidden argument*/NULL); bool L_234; L_234 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_231, (Type_t *)L_233, /*hidden argument*/NULL); if (!L_234) { goto IL_0684; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_235 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_236 = ___value0; uint8_t L_237 = L_236; RuntimeObject * L_238 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_237); L_235->set_sbyte_0_16(((*(int8_t*)((int8_t*)UnBox(L_238, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_239 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_240 = ___value0; uint8_t L_241 = L_240; RuntimeObject * L_242 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_241); L_239->set_sbyte_1_17(((*(int8_t*)((int8_t*)UnBox(L_242, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_243 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_244 = ___value0; uint8_t L_245 = L_244; RuntimeObject * L_246 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_245); L_243->set_sbyte_2_18(((*(int8_t*)((int8_t*)UnBox(L_246, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_247 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_248 = ___value0; uint8_t L_249 = L_248; RuntimeObject * L_250 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_249); L_247->set_sbyte_3_19(((*(int8_t*)((int8_t*)UnBox(L_250, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_251 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_252 = ___value0; uint8_t L_253 = L_252; RuntimeObject * L_254 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_253); L_251->set_sbyte_4_20(((*(int8_t*)((int8_t*)UnBox(L_254, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_255 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_256 = ___value0; uint8_t L_257 = L_256; RuntimeObject * L_258 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_257); L_255->set_sbyte_5_21(((*(int8_t*)((int8_t*)UnBox(L_258, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_259 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_260 = ___value0; uint8_t L_261 = L_260; RuntimeObject * L_262 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_261); L_259->set_sbyte_6_22(((*(int8_t*)((int8_t*)UnBox(L_262, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_263 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_264 = ___value0; uint8_t L_265 = L_264; RuntimeObject * L_266 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_265); L_263->set_sbyte_7_23(((*(int8_t*)((int8_t*)UnBox(L_266, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_267 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_268 = ___value0; uint8_t L_269 = L_268; RuntimeObject * L_270 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_269); L_267->set_sbyte_8_24(((*(int8_t*)((int8_t*)UnBox(L_270, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_271 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_272 = ___value0; uint8_t L_273 = L_272; RuntimeObject * L_274 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_273); L_271->set_sbyte_9_25(((*(int8_t*)((int8_t*)UnBox(L_274, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_275 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_276 = ___value0; uint8_t L_277 = L_276; RuntimeObject * L_278 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_277); L_275->set_sbyte_10_26(((*(int8_t*)((int8_t*)UnBox(L_278, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_279 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_280 = ___value0; uint8_t L_281 = L_280; RuntimeObject * L_282 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_281); L_279->set_sbyte_11_27(((*(int8_t*)((int8_t*)UnBox(L_282, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_283 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_284 = ___value0; uint8_t L_285 = L_284; RuntimeObject * L_286 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_285); L_283->set_sbyte_12_28(((*(int8_t*)((int8_t*)UnBox(L_286, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_287 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_288 = ___value0; uint8_t L_289 = L_288; RuntimeObject * L_290 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_289); L_287->set_sbyte_13_29(((*(int8_t*)((int8_t*)UnBox(L_290, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_291 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_292 = ___value0; uint8_t L_293 = L_292; RuntimeObject * L_294 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_293); L_291->set_sbyte_14_30(((*(int8_t*)((int8_t*)UnBox(L_294, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_295 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_296 = ___value0; uint8_t L_297 = L_296; RuntimeObject * L_298 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_297); L_295->set_sbyte_15_31(((*(int8_t*)((int8_t*)UnBox(L_298, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))); return; } IL_0684: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_299 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_300; L_300 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_299, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_301 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_302; L_302 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_301, /*hidden argument*/NULL); bool L_303; L_303 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_300, (Type_t *)L_302, /*hidden argument*/NULL); if (!L_303) { goto IL_0753; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_304 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_305 = ___value0; uint8_t L_306 = L_305; RuntimeObject * L_307 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_306); L_304->set_uint16_0_32(((*(uint16_t*)((uint16_t*)UnBox(L_307, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_308 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_309 = ___value0; uint8_t L_310 = L_309; RuntimeObject * L_311 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_310); L_308->set_uint16_1_33(((*(uint16_t*)((uint16_t*)UnBox(L_311, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_312 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_313 = ___value0; uint8_t L_314 = L_313; RuntimeObject * L_315 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_314); L_312->set_uint16_2_34(((*(uint16_t*)((uint16_t*)UnBox(L_315, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_316 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_317 = ___value0; uint8_t L_318 = L_317; RuntimeObject * L_319 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_318); L_316->set_uint16_3_35(((*(uint16_t*)((uint16_t*)UnBox(L_319, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_320 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_321 = ___value0; uint8_t L_322 = L_321; RuntimeObject * L_323 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_322); L_320->set_uint16_4_36(((*(uint16_t*)((uint16_t*)UnBox(L_323, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_324 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_325 = ___value0; uint8_t L_326 = L_325; RuntimeObject * L_327 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_326); L_324->set_uint16_5_37(((*(uint16_t*)((uint16_t*)UnBox(L_327, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_328 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_329 = ___value0; uint8_t L_330 = L_329; RuntimeObject * L_331 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_330); L_328->set_uint16_6_38(((*(uint16_t*)((uint16_t*)UnBox(L_331, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_332 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_333 = ___value0; uint8_t L_334 = L_333; RuntimeObject * L_335 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_334); L_332->set_uint16_7_39(((*(uint16_t*)((uint16_t*)UnBox(L_335, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))); return; } IL_0753: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_336 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_337; L_337 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_336, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_338 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_339; L_339 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_338, /*hidden argument*/NULL); bool L_340; L_340 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_337, (Type_t *)L_339, /*hidden argument*/NULL); if (!L_340) { goto IL_0822; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_341 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_342 = ___value0; uint8_t L_343 = L_342; RuntimeObject * L_344 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_343); L_341->set_int16_0_40(((*(int16_t*)((int16_t*)UnBox(L_344, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_345 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_346 = ___value0; uint8_t L_347 = L_346; RuntimeObject * L_348 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_347); L_345->set_int16_1_41(((*(int16_t*)((int16_t*)UnBox(L_348, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_349 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_350 = ___value0; uint8_t L_351 = L_350; RuntimeObject * L_352 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_351); L_349->set_int16_2_42(((*(int16_t*)((int16_t*)UnBox(L_352, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_353 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_354 = ___value0; uint8_t L_355 = L_354; RuntimeObject * L_356 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_355); L_353->set_int16_3_43(((*(int16_t*)((int16_t*)UnBox(L_356, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_357 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_358 = ___value0; uint8_t L_359 = L_358; RuntimeObject * L_360 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_359); L_357->set_int16_4_44(((*(int16_t*)((int16_t*)UnBox(L_360, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_361 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_362 = ___value0; uint8_t L_363 = L_362; RuntimeObject * L_364 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_363); L_361->set_int16_5_45(((*(int16_t*)((int16_t*)UnBox(L_364, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_365 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_366 = ___value0; uint8_t L_367 = L_366; RuntimeObject * L_368 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_367); L_365->set_int16_6_46(((*(int16_t*)((int16_t*)UnBox(L_368, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_369 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_370 = ___value0; uint8_t L_371 = L_370; RuntimeObject * L_372 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_371); L_369->set_int16_7_47(((*(int16_t*)((int16_t*)UnBox(L_372, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))); return; } IL_0822: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_373 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_374; L_374 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_373, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_375 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_376; L_376 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_375, /*hidden argument*/NULL); bool L_377; L_377 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_374, (Type_t *)L_376, /*hidden argument*/NULL); if (!L_377) { goto IL_0896; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_378 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_379 = ___value0; uint8_t L_380 = L_379; RuntimeObject * L_381 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_380); L_378->set_uint32_0_48(((*(uint32_t*)((uint32_t*)UnBox(L_381, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_382 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_383 = ___value0; uint8_t L_384 = L_383; RuntimeObject * L_385 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_384); L_382->set_uint32_1_49(((*(uint32_t*)((uint32_t*)UnBox(L_385, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_386 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_387 = ___value0; uint8_t L_388 = L_387; RuntimeObject * L_389 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_388); L_386->set_uint32_2_50(((*(uint32_t*)((uint32_t*)UnBox(L_389, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_390 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_391 = ___value0; uint8_t L_392 = L_391; RuntimeObject * L_393 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_392); L_390->set_uint32_3_51(((*(uint32_t*)((uint32_t*)UnBox(L_393, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))))); return; } IL_0896: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_394 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_395; L_395 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_394, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_396 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_397; L_397 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_396, /*hidden argument*/NULL); bool L_398; L_398 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_395, (Type_t *)L_397, /*hidden argument*/NULL); if (!L_398) { goto IL_090a; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_399 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_400 = ___value0; uint8_t L_401 = L_400; RuntimeObject * L_402 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_401); L_399->set_int32_0_52(((*(int32_t*)((int32_t*)UnBox(L_402, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_403 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_404 = ___value0; uint8_t L_405 = L_404; RuntimeObject * L_406 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_405); L_403->set_int32_1_53(((*(int32_t*)((int32_t*)UnBox(L_406, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_407 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_408 = ___value0; uint8_t L_409 = L_408; RuntimeObject * L_410 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_409); L_407->set_int32_2_54(((*(int32_t*)((int32_t*)UnBox(L_410, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_411 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_412 = ___value0; uint8_t L_413 = L_412; RuntimeObject * L_414 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_413); L_411->set_int32_3_55(((*(int32_t*)((int32_t*)UnBox(L_414, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); return; } IL_090a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_415 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_416; L_416 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_415, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_417 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_418; L_418 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_417, /*hidden argument*/NULL); bool L_419; L_419 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_416, (Type_t *)L_418, /*hidden argument*/NULL); if (!L_419) { goto IL_0952; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_420 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_421 = ___value0; uint8_t L_422 = L_421; RuntimeObject * L_423 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_422); L_420->set_uint64_0_56(((*(uint64_t*)((uint64_t*)UnBox(L_423, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_424 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_425 = ___value0; uint8_t L_426 = L_425; RuntimeObject * L_427 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_426); L_424->set_uint64_1_57(((*(uint64_t*)((uint64_t*)UnBox(L_427, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))))); return; } IL_0952: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_428 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_429; L_429 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_428, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_430 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_431; L_431 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_430, /*hidden argument*/NULL); bool L_432; L_432 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_429, (Type_t *)L_431, /*hidden argument*/NULL); if (!L_432) { goto IL_099a; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_433 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_434 = ___value0; uint8_t L_435 = L_434; RuntimeObject * L_436 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_435); L_433->set_int64_0_58(((*(int64_t*)((int64_t*)UnBox(L_436, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_437 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_438 = ___value0; uint8_t L_439 = L_438; RuntimeObject * L_440 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_439); L_437->set_int64_1_59(((*(int64_t*)((int64_t*)UnBox(L_440, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))))); return; } IL_099a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_441 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_442; L_442 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_441, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_443 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_444; L_444 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_443, /*hidden argument*/NULL); bool L_445; L_445 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_442, (Type_t *)L_444, /*hidden argument*/NULL); if (!L_445) { goto IL_0a0e; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_446 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_447 = ___value0; uint8_t L_448 = L_447; RuntimeObject * L_449 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_448); L_446->set_single_0_60(((*(float*)((float*)UnBox(L_449, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_450 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_451 = ___value0; uint8_t L_452 = L_451; RuntimeObject * L_453 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_452); L_450->set_single_1_61(((*(float*)((float*)UnBox(L_453, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_454 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_455 = ___value0; uint8_t L_456 = L_455; RuntimeObject * L_457 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_456); L_454->set_single_2_62(((*(float*)((float*)UnBox(L_457, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_458 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_459 = ___value0; uint8_t L_460 = L_459; RuntimeObject * L_461 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_460); L_458->set_single_3_63(((*(float*)((float*)UnBox(L_461, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))); return; } IL_0a0e: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_462 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_463; L_463 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_462, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_464 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_465; L_465 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_464, /*hidden argument*/NULL); bool L_466; L_466 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_463, (Type_t *)L_465, /*hidden argument*/NULL); if (!L_466) { goto IL_0a55; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_467 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_468 = ___value0; uint8_t L_469 = L_468; RuntimeObject * L_470 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_469); L_467->set_double_0_64(((*(double*)((double*)UnBox(L_470, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_471 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_472 = ___value0; uint8_t L_473 = L_472; RuntimeObject * L_474 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_473); L_471->set_double_1_65(((*(double*)((double*)UnBox(L_474, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))); } IL_0a55: { return; } } IL2CPP_EXTERN_C void Vector_1__ctor_mD8054FA187C2F3E125B5365A8D17AA28DBBF4BB1_AdjustorThunk (RuntimeObject * __this, uint8_t ___value0, const RuntimeMethod* method) { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector_1__ctor_mD8054FA187C2F3E125B5365A8D17AA28DBBF4BB1(_thisAdjusted, ___value0, method); } // System.Void System.Numerics.Vector`1::.ctor(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, void* ___dataPointer0, const RuntimeMethod* method) { { void* L_0 = ___dataPointer0; Vector_1__ctor_m90945DD84B18B3A556EA6F8B5B12877982093005((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (void*)(void*)L_0, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)); return; } } IL2CPP_EXTERN_C void Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165_AdjustorThunk (RuntimeObject * __this, void* ___dataPointer0, const RuntimeMethod* method) { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165(_thisAdjusted, ___dataPointer0, method); } // System.Void System.Numerics.Vector`1::.ctor(System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m90945DD84B18B3A556EA6F8B5B12877982093005_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, void* ___dataPointer0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; uint8_t* V_2 = NULL; int32_t V_3 = 0; int8_t* V_4 = NULL; int8_t* V_5 = NULL; int8_t* V_6 = NULL; int32_t V_7 = 0; uint16_t* V_8 = NULL; uint16_t* V_9 = NULL; uint16_t* V_10 = NULL; int32_t V_11 = 0; int16_t* V_12 = NULL; int16_t* V_13 = NULL; int16_t* V_14 = NULL; int32_t V_15 = 0; uint32_t* V_16 = NULL; uint32_t* V_17 = NULL; uint32_t* V_18 = NULL; int32_t V_19 = 0; int32_t* V_20 = NULL; int32_t* V_21 = NULL; int32_t* V_22 = NULL; int32_t V_23 = 0; uint64_t* V_24 = NULL; uint64_t* V_25 = NULL; uint64_t* V_26 = NULL; int32_t V_27 = 0; int64_t* V_28 = NULL; int64_t* V_29 = NULL; int64_t* V_30 = NULL; int32_t V_31 = 0; float* V_32 = NULL; float* V_33 = NULL; float* V_34 = NULL; int32_t V_35 = 0; double* V_36 = NULL; double* V_37 = NULL; double* V_38 = NULL; int32_t V_39 = 0; { il2cpp_codegen_initobj(__this, sizeof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0053; } } { void* L_5 = ___dataPointer0; V_0 = (uint8_t*)L_5; uint8_t* L_6 = V_0; int32_t L_7 = ___offset1; V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)L_7)); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_8 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_9 = (uint8_t*)L_8->get_address_of_byte_0_0(); V_2 = (uint8_t*)L_9; uint8_t* L_10 = V_2; V_1 = (uint8_t*)((uintptr_t)L_10); V_3 = (int32_t)0; goto IL_0047; } IL_003b: { uint8_t* L_11 = V_1; int32_t L_12 = V_3; uint8_t* L_13 = V_0; int32_t L_14 = V_3; int32_t L_15 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)L_14))); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_12))) = (int8_t)L_15; int32_t L_16 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0047: { int32_t L_17 = V_3; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_18; L_18 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_003b; } } { V_2 = (uint8_t*)((uintptr_t)0); return; } IL_0053: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_19 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20; L_20 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_19, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); bool L_23; L_23 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_20, (Type_t *)L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00ae; } } { void* L_24 = ___dataPointer0; V_4 = (int8_t*)L_24; int8_t* L_25 = V_4; int32_t L_26 = ___offset1; V_4 = (int8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)L_26)); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_27 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_28 = (int8_t*)L_27->get_address_of_sbyte_0_16(); V_6 = (int8_t*)L_28; int8_t* L_29 = V_6; V_5 = (int8_t*)((uintptr_t)L_29); V_7 = (int32_t)0; goto IL_00a0; } IL_008e: { int8_t* L_30 = V_5; int32_t L_31 = V_7; int8_t* L_32 = V_4; int32_t L_33 = V_7; int32_t L_34 = *((int8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_32, (int32_t)L_33))); *((int8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)L_31))) = (int8_t)L_34; int32_t L_35 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00a0: { int32_t L_36 = V_7; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_37; L_37 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_36) < ((int32_t)L_37))) { goto IL_008e; } } { V_6 = (int8_t*)((uintptr_t)0); return; } IL_00ae: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39; L_39 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_38, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_40 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_41; L_41 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_40, /*hidden argument*/NULL); bool L_42; L_42 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_39, (Type_t *)L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0112; } } { void* L_43 = ___dataPointer0; V_8 = (uint16_t*)L_43; uint16_t* L_44 = V_8; int32_t L_45 = ___offset1; V_8 = (uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_44, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_45), (int32_t)2)))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_46 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t* L_47 = (uint16_t*)L_46->get_address_of_uint16_0_32(); V_10 = (uint16_t*)L_47; uint16_t* L_48 = V_10; V_9 = (uint16_t*)((uintptr_t)L_48); V_11 = (int32_t)0; goto IL_0104; } IL_00ec: { uint16_t* L_49 = V_9; int32_t L_50 = V_11; uint16_t* L_51 = V_8; int32_t L_52 = V_11; int32_t L_53 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_51, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_52), (int32_t)2))))); *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_49, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_50), (int32_t)2))))) = (int16_t)L_53; int32_t L_54 = V_11; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_0104: { int32_t L_55 = V_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_56; L_56 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_55) < ((int32_t)L_56))) { goto IL_00ec; } } { V_10 = (uint16_t*)((uintptr_t)0); return; } IL_0112: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_57 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_58; L_58 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_57, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_59 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_60; L_60 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_59, /*hidden argument*/NULL); bool L_61; L_61 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_58, (Type_t *)L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_0176; } } { void* L_62 = ___dataPointer0; V_12 = (int16_t*)L_62; int16_t* L_63 = V_12; int32_t L_64 = ___offset1; V_12 = (int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_63, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_64), (int32_t)2)))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_65 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t* L_66 = (int16_t*)L_65->get_address_of_int16_0_40(); V_14 = (int16_t*)L_66; int16_t* L_67 = V_14; V_13 = (int16_t*)((uintptr_t)L_67); V_15 = (int32_t)0; goto IL_0168; } IL_0150: { int16_t* L_68 = V_13; int32_t L_69 = V_15; int16_t* L_70 = V_12; int32_t L_71 = V_15; int32_t L_72 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_70, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_71), (int32_t)2))))); *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_68, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_69), (int32_t)2))))) = (int16_t)L_72; int32_t L_73 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_0168: { int32_t L_74 = V_15; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_75; L_75 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_74) < ((int32_t)L_75))) { goto IL_0150; } } { V_14 = (int16_t*)((uintptr_t)0); return; } IL_0176: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_76 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_77; L_77 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_76, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_78 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_79; L_79 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_78, /*hidden argument*/NULL); bool L_80; L_80 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_77, (Type_t *)L_79, /*hidden argument*/NULL); if (!L_80) { goto IL_01da; } } { void* L_81 = ___dataPointer0; V_16 = (uint32_t*)L_81; uint32_t* L_82 = V_16; int32_t L_83 = ___offset1; V_16 = (uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_82, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_83), (int32_t)4)))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_84 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint32_t* L_85 = (uint32_t*)L_84->get_address_of_uint32_0_48(); V_18 = (uint32_t*)L_85; uint32_t* L_86 = V_18; V_17 = (uint32_t*)((uintptr_t)L_86); V_19 = (int32_t)0; goto IL_01cc; } IL_01b4: { uint32_t* L_87 = V_17; int32_t L_88 = V_19; uint32_t* L_89 = V_16; int32_t L_90 = V_19; int32_t L_91 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_89, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_90), (int32_t)4))))); *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_87, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_88), (int32_t)4))))) = (int32_t)L_91; int32_t L_92 = V_19; V_19 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); } IL_01cc: { int32_t L_93 = V_19; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_94; L_94 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_93) < ((int32_t)L_94))) { goto IL_01b4; } } { V_18 = (uint32_t*)((uintptr_t)0); return; } IL_01da: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_95 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_96; L_96 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_95, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_97 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_98; L_98 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_97, /*hidden argument*/NULL); bool L_99; L_99 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_96, (Type_t *)L_98, /*hidden argument*/NULL); if (!L_99) { goto IL_023e; } } { void* L_100 = ___dataPointer0; V_20 = (int32_t*)L_100; int32_t* L_101 = V_20; int32_t L_102 = ___offset1; V_20 = (int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_101, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_102), (int32_t)4)))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_103 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int32_t* L_104 = (int32_t*)L_103->get_address_of_int32_0_52(); V_22 = (int32_t*)L_104; int32_t* L_105 = V_22; V_21 = (int32_t*)((uintptr_t)L_105); V_23 = (int32_t)0; goto IL_0230; } IL_0218: { int32_t* L_106 = V_21; int32_t L_107 = V_23; int32_t* L_108 = V_20; int32_t L_109 = V_23; int32_t L_110 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_108, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_109), (int32_t)4))))); *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_106, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_107), (int32_t)4))))) = (int32_t)L_110; int32_t L_111 = V_23; V_23 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1)); } IL_0230: { int32_t L_112 = V_23; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_113; L_113 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_112) < ((int32_t)L_113))) { goto IL_0218; } } { V_22 = (int32_t*)((uintptr_t)0); return; } IL_023e: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_114 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_115; L_115 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_114, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_116 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_117; L_117 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_116, /*hidden argument*/NULL); bool L_118; L_118 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_115, (Type_t *)L_117, /*hidden argument*/NULL); if (!L_118) { goto IL_02a2; } } { void* L_119 = ___dataPointer0; V_24 = (uint64_t*)L_119; uint64_t* L_120 = V_24; int32_t L_121 = ___offset1; V_24 = (uint64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_120, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_121), (int32_t)8)))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_122 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint64_t* L_123 = (uint64_t*)L_122->get_address_of_uint64_0_56(); V_26 = (uint64_t*)L_123; uint64_t* L_124 = V_26; V_25 = (uint64_t*)((uintptr_t)L_124); V_27 = (int32_t)0; goto IL_0294; } IL_027c: { uint64_t* L_125 = V_25; int32_t L_126 = V_27; uint64_t* L_127 = V_24; int32_t L_128 = V_27; int64_t L_129 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_127, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_128), (int32_t)8))))); *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_125, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_126), (int32_t)8))))) = (int64_t)L_129; int32_t L_130 = V_27; V_27 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_130, (int32_t)1)); } IL_0294: { int32_t L_131 = V_27; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_132; L_132 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_131) < ((int32_t)L_132))) { goto IL_027c; } } { V_26 = (uint64_t*)((uintptr_t)0); return; } IL_02a2: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_133 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_134; L_134 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_133, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_135 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_136; L_136 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_135, /*hidden argument*/NULL); bool L_137; L_137 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_134, (Type_t *)L_136, /*hidden argument*/NULL); if (!L_137) { goto IL_0306; } } { void* L_138 = ___dataPointer0; V_28 = (int64_t*)L_138; int64_t* L_139 = V_28; int32_t L_140 = ___offset1; V_28 = (int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_139, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_140), (int32_t)8)))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_141 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int64_t* L_142 = (int64_t*)L_141->get_address_of_int64_0_58(); V_30 = (int64_t*)L_142; int64_t* L_143 = V_30; V_29 = (int64_t*)((uintptr_t)L_143); V_31 = (int32_t)0; goto IL_02f8; } IL_02e0: { int64_t* L_144 = V_29; int32_t L_145 = V_31; int64_t* L_146 = V_28; int32_t L_147 = V_31; int64_t L_148 = *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_146, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_147), (int32_t)8))))); *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_144, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_145), (int32_t)8))))) = (int64_t)L_148; int32_t L_149 = V_31; V_31 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)1)); } IL_02f8: { int32_t L_150 = V_31; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_151; L_151 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_150) < ((int32_t)L_151))) { goto IL_02e0; } } { V_30 = (int64_t*)((uintptr_t)0); return; } IL_0306: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_152 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_153; L_153 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_152, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_154 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_155; L_155 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_154, /*hidden argument*/NULL); bool L_156; L_156 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_153, (Type_t *)L_155, /*hidden argument*/NULL); if (!L_156) { goto IL_036a; } } { void* L_157 = ___dataPointer0; V_32 = (float*)L_157; float* L_158 = V_32; int32_t L_159 = ___offset1; V_32 = (float*)((float*)il2cpp_codegen_add((intptr_t)L_158, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_159), (int32_t)4)))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_160 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); float* L_161 = (float*)L_160->get_address_of_single_0_60(); V_34 = (float*)L_161; float* L_162 = V_34; V_33 = (float*)((uintptr_t)L_162); V_35 = (int32_t)0; goto IL_035c; } IL_0344: { float* L_163 = V_33; int32_t L_164 = V_35; float* L_165 = V_32; int32_t L_166 = V_35; float L_167 = *((float*)((float*)il2cpp_codegen_add((intptr_t)L_165, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_166), (int32_t)4))))); *((float*)((float*)il2cpp_codegen_add((intptr_t)L_163, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_164), (int32_t)4))))) = (float)L_167; int32_t L_168 = V_35; V_35 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_168, (int32_t)1)); } IL_035c: { int32_t L_169 = V_35; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_170; L_170 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_169) < ((int32_t)L_170))) { goto IL_0344; } } { V_34 = (float*)((uintptr_t)0); return; } IL_036a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_171 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_172; L_172 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_171, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_173 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_174; L_174 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_173, /*hidden argument*/NULL); bool L_175; L_175 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_172, (Type_t *)L_174, /*hidden argument*/NULL); if (!L_175) { goto IL_03ce; } } { void* L_176 = ___dataPointer0; V_36 = (double*)L_176; double* L_177 = V_36; int32_t L_178 = ___offset1; V_36 = (double*)((double*)il2cpp_codegen_add((intptr_t)L_177, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_178), (int32_t)8)))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_179 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); double* L_180 = (double*)L_179->get_address_of_double_0_64(); V_38 = (double*)L_180; double* L_181 = V_38; V_37 = (double*)((uintptr_t)L_181); V_39 = (int32_t)0; goto IL_03c0; } IL_03a8: { double* L_182 = V_37; int32_t L_183 = V_39; double* L_184 = V_36; int32_t L_185 = V_39; double L_186 = *((double*)((double*)il2cpp_codegen_add((intptr_t)L_184, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_185), (int32_t)8))))); *((double*)((double*)il2cpp_codegen_add((intptr_t)L_182, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_183), (int32_t)8))))) = (double)L_186; int32_t L_187 = V_39; V_39 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_187, (int32_t)1)); } IL_03c0: { int32_t L_188 = V_39; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_189; L_189 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_188) < ((int32_t)L_189))) { goto IL_03a8; } } { V_38 = (double*)((uintptr_t)0); return; } IL_03ce: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_190; L_190 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_191 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_191, (String_t*)L_190, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_191, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1__ctor_m90945DD84B18B3A556EA6F8B5B12877982093005_RuntimeMethod_var))); } } IL2CPP_EXTERN_C void Vector_1__ctor_m90945DD84B18B3A556EA6F8B5B12877982093005_AdjustorThunk (RuntimeObject * __this, void* ___dataPointer0, int32_t ___offset1, const RuntimeMethod* method) { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector_1__ctor_m90945DD84B18B3A556EA6F8B5B12877982093005(_thisAdjusted, ___dataPointer0, ___offset1, method); } // System.Void System.Numerics.Vector`1::.ctor(System.Numerics.Register&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * ___existingRegister0, const RuntimeMethod* method) { { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_0 = ___existingRegister0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1 = (*(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)L_0); __this->set_register_0(L_1); return; } } IL2CPP_EXTERN_C void Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D_AdjustorThunk (RuntimeObject * __this, Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * ___existingRegister0, const RuntimeMethod* method) { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D(_thisAdjusted, ___existingRegister0, method); } // T System.Numerics.Vector`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; uint8_t* V_1 = NULL; int8_t* V_2 = NULL; int8_t* V_3 = NULL; uint16_t* V_4 = NULL; uint16_t* V_5 = NULL; int16_t* V_6 = NULL; int16_t* V_7 = NULL; uint32_t* V_8 = NULL; uint32_t* V_9 = NULL; int32_t* V_10 = NULL; int32_t* V_11 = NULL; uint64_t* V_12 = NULL; uint64_t* V_13 = NULL; int64_t* V_14 = NULL; int64_t* V_15 = NULL; float* V_16 = NULL; float* V_17 = NULL; double* V_18 = NULL; double* V_19 = NULL; { int32_t L_0 = ___index0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_1; L_1 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_000c; } } { int32_t L_2 = ___index0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0022; } } IL_000c: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_3; L_3 = SR_get_Arg_ArgumentOutOfRangeException_m107D6DDD321DC2D208C3F62CDBB87C81D391874F(/*hidden argument*/NULL); int32_t L_4 = ___index0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_5); String_t* L_7; L_7 = SR_Format_m8F6679858A5001C6AE411DA33BB9B7691CB324DD((String_t*)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_8 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF(L_8, (String_t*)L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893_RuntimeMethod_var))); } IL_0022: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_11, /*hidden argument*/NULL); bool L_13; L_13 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_10, (Type_t *)L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005b; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_14 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_15 = (uint8_t*)L_14->get_address_of_byte_0_0(); V_1 = (uint8_t*)L_15; uint8_t* L_16 = V_1; V_0 = (uint8_t*)((uintptr_t)L_16); uint8_t* L_17 = V_0; int32_t L_18 = ___index0; int32_t L_19 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)L_18))); uint8_t L_20 = ((uint8_t)L_19); RuntimeObject * L_21 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_20); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_21, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_005b: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23; L_23 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_22, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_25; L_25 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); bool L_26; L_26 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_23, (Type_t *)L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0094; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_27 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_28 = (int8_t*)L_27->get_address_of_sbyte_0_16(); V_3 = (int8_t*)L_28; int8_t* L_29 = V_3; V_2 = (int8_t*)((uintptr_t)L_29); int8_t* L_30 = V_2; int32_t L_31 = ___index0; int32_t L_32 = *((int8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)L_31))); int8_t L_33 = ((int8_t)L_32); RuntimeObject * L_34 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_33); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_34, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0094: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_35 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_36; L_36 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_35, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_37 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_38; L_38 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_37, /*hidden argument*/NULL); bool L_39; L_39 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_36, (Type_t *)L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00d4; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_40 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t* L_41 = (uint16_t*)L_40->get_address_of_uint16_0_32(); V_5 = (uint16_t*)L_41; uint16_t* L_42 = V_5; V_4 = (uint16_t*)((uintptr_t)L_42); uint16_t* L_43 = V_4; int32_t L_44 = ___index0; int32_t L_45 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_43, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_44), (int32_t)2))))); uint16_t L_46 = ((uint16_t)L_45); RuntimeObject * L_47 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_46); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_47, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_00d4: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_48 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49; L_49 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_48, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_50 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_51; L_51 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_50, /*hidden argument*/NULL); bool L_52; L_52 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_49, (Type_t *)L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_0114; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_53 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t* L_54 = (int16_t*)L_53->get_address_of_int16_0_40(); V_7 = (int16_t*)L_54; int16_t* L_55 = V_7; V_6 = (int16_t*)((uintptr_t)L_55); int16_t* L_56 = V_6; int32_t L_57 = ___index0; int32_t L_58 = *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_57), (int32_t)2))))); int16_t L_59 = ((int16_t)L_58); RuntimeObject * L_60 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_59); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_60, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0114: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_61 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_62; L_62 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_61, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_63 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_64; L_64 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_63, /*hidden argument*/NULL); bool L_65; L_65 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_62, (Type_t *)L_64, /*hidden argument*/NULL); if (!L_65) { goto IL_0154; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_66 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint32_t* L_67 = (uint32_t*)L_66->get_address_of_uint32_0_48(); V_9 = (uint32_t*)L_67; uint32_t* L_68 = V_9; V_8 = (uint32_t*)((uintptr_t)L_68); uint32_t* L_69 = V_8; int32_t L_70 = ___index0; int32_t L_71 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_69, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_70), (int32_t)4))))); uint32_t L_72 = ((uint32_t)L_71); RuntimeObject * L_73 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_72); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_73, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0154: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_74 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_75; L_75 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_74, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_76 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_77; L_77 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_76, /*hidden argument*/NULL); bool L_78; L_78 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_75, (Type_t *)L_77, /*hidden argument*/NULL); if (!L_78) { goto IL_0194; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_79 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int32_t* L_80 = (int32_t*)L_79->get_address_of_int32_0_52(); V_11 = (int32_t*)L_80; int32_t* L_81 = V_11; V_10 = (int32_t*)((uintptr_t)L_81); int32_t* L_82 = V_10; int32_t L_83 = ___index0; int32_t L_84 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_82, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_83), (int32_t)4))))); int32_t L_85 = L_84; RuntimeObject * L_86 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_85); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_86, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0194: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_87 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_88; L_88 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_87, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_89 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_90; L_90 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_89, /*hidden argument*/NULL); bool L_91; L_91 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_88, (Type_t *)L_90, /*hidden argument*/NULL); if (!L_91) { goto IL_01d4; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_92 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint64_t* L_93 = (uint64_t*)L_92->get_address_of_uint64_0_56(); V_13 = (uint64_t*)L_93; uint64_t* L_94 = V_13; V_12 = (uint64_t*)((uintptr_t)L_94); uint64_t* L_95 = V_12; int32_t L_96 = ___index0; int64_t L_97 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_95, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_96), (int32_t)8))))); uint64_t L_98 = ((uint64_t)L_97); RuntimeObject * L_99 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_98); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_99, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_01d4: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_100 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_101; L_101 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_100, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_102 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_103; L_103 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_102, /*hidden argument*/NULL); bool L_104; L_104 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_101, (Type_t *)L_103, /*hidden argument*/NULL); if (!L_104) { goto IL_0214; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_105 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int64_t* L_106 = (int64_t*)L_105->get_address_of_int64_0_58(); V_15 = (int64_t*)L_106; int64_t* L_107 = V_15; V_14 = (int64_t*)((uintptr_t)L_107); int64_t* L_108 = V_14; int32_t L_109 = ___index0; int64_t L_110 = *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_108, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_109), (int32_t)8))))); int64_t L_111 = L_110; RuntimeObject * L_112 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_111); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_112, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0214: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_113 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_114; L_114 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_113, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_115 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_116; L_116 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_115, /*hidden argument*/NULL); bool L_117; L_117 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_114, (Type_t *)L_116, /*hidden argument*/NULL); if (!L_117) { goto IL_0254; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_118 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); float* L_119 = (float*)L_118->get_address_of_single_0_60(); V_17 = (float*)L_119; float* L_120 = V_17; V_16 = (float*)((uintptr_t)L_120); float* L_121 = V_16; int32_t L_122 = ___index0; float L_123 = *((float*)((float*)il2cpp_codegen_add((intptr_t)L_121, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_122), (int32_t)4))))); float L_124 = L_123; RuntimeObject * L_125 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_124); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_125, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0254: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_126 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_127; L_127 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_126, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_128 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_129; L_129 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_128, /*hidden argument*/NULL); bool L_130; L_130 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_127, (Type_t *)L_129, /*hidden argument*/NULL); if (!L_130) { goto IL_0294; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_131 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); double* L_132 = (double*)L_131->get_address_of_double_0_64(); V_19 = (double*)L_132; double* L_133 = V_19; V_18 = (double*)((uintptr_t)L_133); double* L_134 = V_18; int32_t L_135 = ___index0; double L_136 = *((double*)((double*)il2cpp_codegen_add((intptr_t)L_134, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_135), (int32_t)8))))); double L_137 = L_136; RuntimeObject * L_138 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_137); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_138, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0294: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_139; L_139 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_140 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_140, (String_t*)L_139, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_140, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893_RuntimeMethod_var))); } } IL2CPP_EXTERN_C uint8_t Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method) { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); uint8_t _returnValue; _returnValue = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893(_thisAdjusted, ___index0, method); return _returnValue; } // System.Boolean System.Numerics.Vector`1::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_Equals_m5DBF8E55F258BCE86EC59689FF53A03863C948B8_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___obj0; bool L_2; L_2 = Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )((*(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)UnBox(L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (bool)L_2; } } IL2CPP_EXTERN_C bool Vector_1_Equals_m5DBF8E55F258BCE86EC59689FF53A03863C948B8_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Vector_1_Equals_m5DBF8E55F258BCE86EC59689FF53A03863C948B8_inline(_thisAdjusted, ___obj0, method); return _returnValue; } // System.Boolean System.Numerics.Vector`1::Equals(System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0; L_0 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_0) { goto IL_0031; } } { V_0 = (int32_t)0; goto IL_0027; } IL_000b: { int32_t L_1 = V_0; uint8_t L_2; L_2 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_3 = V_0; uint8_t L_4; L_4 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___other0), (int32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_5; L_5 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((uint8_t)L_2, (uint8_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); if (L_5) { goto IL_0023; } } { return (bool)0; } IL_0023: { int32_t L_6 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0027: { int32_t L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_8; L_8 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_7) < ((int32_t)L_8))) { goto IL_000b; } } { return (bool)1; } IL_0031: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_11, /*hidden argument*/NULL); bool L_13; L_13 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_10, (Type_t *)L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_01f0; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_14 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_15 = (uint8_t)L_14->get_byte_0_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_16 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_17 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_16.get_register_0(); uint8_t L_18 = (uint8_t)L_17.get_byte_0_0(); if ((!(((uint32_t)L_15) == ((uint32_t)L_18)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_19 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_20 = (uint8_t)L_19->get_byte_1_1(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_21 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_22 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_21.get_register_0(); uint8_t L_23 = (uint8_t)L_22.get_byte_1_1(); if ((!(((uint32_t)L_20) == ((uint32_t)L_23)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_24 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_25 = (uint8_t)L_24->get_byte_2_2(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_26 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_27 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_26.get_register_0(); uint8_t L_28 = (uint8_t)L_27.get_byte_2_2(); if ((!(((uint32_t)L_25) == ((uint32_t)L_28)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_29 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_30 = (uint8_t)L_29->get_byte_3_3(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_31 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_32 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_31.get_register_0(); uint8_t L_33 = (uint8_t)L_32.get_byte_3_3(); if ((!(((uint32_t)L_30) == ((uint32_t)L_33)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_34 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_35 = (uint8_t)L_34->get_byte_4_4(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_36 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_37 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_36.get_register_0(); uint8_t L_38 = (uint8_t)L_37.get_byte_4_4(); if ((!(((uint32_t)L_35) == ((uint32_t)L_38)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_39 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_40 = (uint8_t)L_39->get_byte_5_5(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_41 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_42 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_41.get_register_0(); uint8_t L_43 = (uint8_t)L_42.get_byte_5_5(); if ((!(((uint32_t)L_40) == ((uint32_t)L_43)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_44 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_45 = (uint8_t)L_44->get_byte_6_6(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_46 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_47 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_46.get_register_0(); uint8_t L_48 = (uint8_t)L_47.get_byte_6_6(); if ((!(((uint32_t)L_45) == ((uint32_t)L_48)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_49 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_50 = (uint8_t)L_49->get_byte_7_7(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_51 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_52 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_51.get_register_0(); uint8_t L_53 = (uint8_t)L_52.get_byte_7_7(); if ((!(((uint32_t)L_50) == ((uint32_t)L_53)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_54 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_55 = (uint8_t)L_54->get_byte_8_8(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_56 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_57 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_56.get_register_0(); uint8_t L_58 = (uint8_t)L_57.get_byte_8_8(); if ((!(((uint32_t)L_55) == ((uint32_t)L_58)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_59 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_60 = (uint8_t)L_59->get_byte_9_9(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_61 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_62 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_61.get_register_0(); uint8_t L_63 = (uint8_t)L_62.get_byte_9_9(); if ((!(((uint32_t)L_60) == ((uint32_t)L_63)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_64 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_65 = (uint8_t)L_64->get_byte_10_10(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_66 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_67 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_66.get_register_0(); uint8_t L_68 = (uint8_t)L_67.get_byte_10_10(); if ((!(((uint32_t)L_65) == ((uint32_t)L_68)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_69 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_70 = (uint8_t)L_69->get_byte_11_11(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_71 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_72 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_71.get_register_0(); uint8_t L_73 = (uint8_t)L_72.get_byte_11_11(); if ((!(((uint32_t)L_70) == ((uint32_t)L_73)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_74 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_75 = (uint8_t)L_74->get_byte_12_12(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_76 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_77 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_76.get_register_0(); uint8_t L_78 = (uint8_t)L_77.get_byte_12_12(); if ((!(((uint32_t)L_75) == ((uint32_t)L_78)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_79 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_80 = (uint8_t)L_79->get_byte_13_13(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_81 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_82 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_81.get_register_0(); uint8_t L_83 = (uint8_t)L_82.get_byte_13_13(); if ((!(((uint32_t)L_80) == ((uint32_t)L_83)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_84 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_85 = (uint8_t)L_84->get_byte_14_14(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_86 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_87 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_86.get_register_0(); uint8_t L_88 = (uint8_t)L_87.get_byte_14_14(); if ((!(((uint32_t)L_85) == ((uint32_t)L_88)))) { goto IL_01ee; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_89 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t L_90 = (uint8_t)L_89->get_byte_15_15(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_91 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_92 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_91.get_register_0(); uint8_t L_93 = (uint8_t)L_92.get_byte_15_15(); return (bool)((((int32_t)L_90) == ((int32_t)L_93))? 1 : 0); } IL_01ee: { return (bool)0; } IL_01f0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_94 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_95; L_95 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_94, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_96 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_97; L_97 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_96, /*hidden argument*/NULL); bool L_98; L_98 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_95, (Type_t *)L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_03af; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_99 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_100 = (int8_t)L_99->get_sbyte_0_16(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_101 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_102 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_101.get_register_0(); int8_t L_103 = (int8_t)L_102.get_sbyte_0_16(); if ((!(((uint32_t)L_100) == ((uint32_t)L_103)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_104 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_105 = (int8_t)L_104->get_sbyte_1_17(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_106 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_107 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_106.get_register_0(); int8_t L_108 = (int8_t)L_107.get_sbyte_1_17(); if ((!(((uint32_t)L_105) == ((uint32_t)L_108)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_109 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_110 = (int8_t)L_109->get_sbyte_2_18(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_111 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_112 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_111.get_register_0(); int8_t L_113 = (int8_t)L_112.get_sbyte_2_18(); if ((!(((uint32_t)L_110) == ((uint32_t)L_113)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_114 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_115 = (int8_t)L_114->get_sbyte_3_19(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_116 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_117 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_116.get_register_0(); int8_t L_118 = (int8_t)L_117.get_sbyte_3_19(); if ((!(((uint32_t)L_115) == ((uint32_t)L_118)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_119 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_120 = (int8_t)L_119->get_sbyte_4_20(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_121 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_122 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_121.get_register_0(); int8_t L_123 = (int8_t)L_122.get_sbyte_4_20(); if ((!(((uint32_t)L_120) == ((uint32_t)L_123)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_124 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_125 = (int8_t)L_124->get_sbyte_5_21(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_126 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_127 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_126.get_register_0(); int8_t L_128 = (int8_t)L_127.get_sbyte_5_21(); if ((!(((uint32_t)L_125) == ((uint32_t)L_128)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_129 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_130 = (int8_t)L_129->get_sbyte_6_22(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_131 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_132 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_131.get_register_0(); int8_t L_133 = (int8_t)L_132.get_sbyte_6_22(); if ((!(((uint32_t)L_130) == ((uint32_t)L_133)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_134 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_135 = (int8_t)L_134->get_sbyte_7_23(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_136 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_137 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_136.get_register_0(); int8_t L_138 = (int8_t)L_137.get_sbyte_7_23(); if ((!(((uint32_t)L_135) == ((uint32_t)L_138)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_139 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_140 = (int8_t)L_139->get_sbyte_8_24(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_141 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_142 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_141.get_register_0(); int8_t L_143 = (int8_t)L_142.get_sbyte_8_24(); if ((!(((uint32_t)L_140) == ((uint32_t)L_143)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_144 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_145 = (int8_t)L_144->get_sbyte_9_25(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_146 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_147 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_146.get_register_0(); int8_t L_148 = (int8_t)L_147.get_sbyte_9_25(); if ((!(((uint32_t)L_145) == ((uint32_t)L_148)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_149 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_150 = (int8_t)L_149->get_sbyte_10_26(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_151 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_152 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_151.get_register_0(); int8_t L_153 = (int8_t)L_152.get_sbyte_10_26(); if ((!(((uint32_t)L_150) == ((uint32_t)L_153)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_154 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_155 = (int8_t)L_154->get_sbyte_11_27(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_156 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_157 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_156.get_register_0(); int8_t L_158 = (int8_t)L_157.get_sbyte_11_27(); if ((!(((uint32_t)L_155) == ((uint32_t)L_158)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_159 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_160 = (int8_t)L_159->get_sbyte_12_28(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_161 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_162 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_161.get_register_0(); int8_t L_163 = (int8_t)L_162.get_sbyte_12_28(); if ((!(((uint32_t)L_160) == ((uint32_t)L_163)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_164 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_165 = (int8_t)L_164->get_sbyte_13_29(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_166 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_167 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_166.get_register_0(); int8_t L_168 = (int8_t)L_167.get_sbyte_13_29(); if ((!(((uint32_t)L_165) == ((uint32_t)L_168)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_169 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_170 = (int8_t)L_169->get_sbyte_14_30(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_171 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_172 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_171.get_register_0(); int8_t L_173 = (int8_t)L_172.get_sbyte_14_30(); if ((!(((uint32_t)L_170) == ((uint32_t)L_173)))) { goto IL_03ad; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_174 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t L_175 = (int8_t)L_174->get_sbyte_15_31(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_176 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_177 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_176.get_register_0(); int8_t L_178 = (int8_t)L_177.get_sbyte_15_31(); return (bool)((((int32_t)L_175) == ((int32_t)L_178))? 1 : 0); } IL_03ad: { return (bool)0; } IL_03af: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_179 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_180; L_180 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_179, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_181 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_182; L_182 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_181, /*hidden argument*/NULL); bool L_183; L_183 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_180, (Type_t *)L_182, /*hidden argument*/NULL); if (!L_183) { goto IL_0496; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_184 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t L_185 = (uint16_t)L_184->get_uint16_0_32(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_186 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_187 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_186.get_register_0(); uint16_t L_188 = (uint16_t)L_187.get_uint16_0_32(); if ((!(((uint32_t)L_185) == ((uint32_t)L_188)))) { goto IL_0494; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_189 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t L_190 = (uint16_t)L_189->get_uint16_1_33(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_191 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_192 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_191.get_register_0(); uint16_t L_193 = (uint16_t)L_192.get_uint16_1_33(); if ((!(((uint32_t)L_190) == ((uint32_t)L_193)))) { goto IL_0494; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_194 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t L_195 = (uint16_t)L_194->get_uint16_2_34(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_196 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_197 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_196.get_register_0(); uint16_t L_198 = (uint16_t)L_197.get_uint16_2_34(); if ((!(((uint32_t)L_195) == ((uint32_t)L_198)))) { goto IL_0494; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_199 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t L_200 = (uint16_t)L_199->get_uint16_3_35(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_201 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_202 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_201.get_register_0(); uint16_t L_203 = (uint16_t)L_202.get_uint16_3_35(); if ((!(((uint32_t)L_200) == ((uint32_t)L_203)))) { goto IL_0494; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_204 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t L_205 = (uint16_t)L_204->get_uint16_4_36(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_206 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_207 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_206.get_register_0(); uint16_t L_208 = (uint16_t)L_207.get_uint16_4_36(); if ((!(((uint32_t)L_205) == ((uint32_t)L_208)))) { goto IL_0494; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_209 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t L_210 = (uint16_t)L_209->get_uint16_5_37(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_211 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_212 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_211.get_register_0(); uint16_t L_213 = (uint16_t)L_212.get_uint16_5_37(); if ((!(((uint32_t)L_210) == ((uint32_t)L_213)))) { goto IL_0494; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_214 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t L_215 = (uint16_t)L_214->get_uint16_6_38(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_216 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_217 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_216.get_register_0(); uint16_t L_218 = (uint16_t)L_217.get_uint16_6_38(); if ((!(((uint32_t)L_215) == ((uint32_t)L_218)))) { goto IL_0494; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_219 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t L_220 = (uint16_t)L_219->get_uint16_7_39(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_221 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_222 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_221.get_register_0(); uint16_t L_223 = (uint16_t)L_222.get_uint16_7_39(); return (bool)((((int32_t)L_220) == ((int32_t)L_223))? 1 : 0); } IL_0494: { return (bool)0; } IL_0496: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_224 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_225; L_225 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_224, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_226 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_227; L_227 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_226, /*hidden argument*/NULL); bool L_228; L_228 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_225, (Type_t *)L_227, /*hidden argument*/NULL); if (!L_228) { goto IL_057d; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_229 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t L_230 = (int16_t)L_229->get_int16_0_40(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_231 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_232 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_231.get_register_0(); int16_t L_233 = (int16_t)L_232.get_int16_0_40(); if ((!(((uint32_t)L_230) == ((uint32_t)L_233)))) { goto IL_057b; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_234 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t L_235 = (int16_t)L_234->get_int16_1_41(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_236 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_237 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_236.get_register_0(); int16_t L_238 = (int16_t)L_237.get_int16_1_41(); if ((!(((uint32_t)L_235) == ((uint32_t)L_238)))) { goto IL_057b; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_239 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t L_240 = (int16_t)L_239->get_int16_2_42(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_241 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_242 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_241.get_register_0(); int16_t L_243 = (int16_t)L_242.get_int16_2_42(); if ((!(((uint32_t)L_240) == ((uint32_t)L_243)))) { goto IL_057b; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_244 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t L_245 = (int16_t)L_244->get_int16_3_43(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_246 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_247 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_246.get_register_0(); int16_t L_248 = (int16_t)L_247.get_int16_3_43(); if ((!(((uint32_t)L_245) == ((uint32_t)L_248)))) { goto IL_057b; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_249 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t L_250 = (int16_t)L_249->get_int16_4_44(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_251 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_252 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_251.get_register_0(); int16_t L_253 = (int16_t)L_252.get_int16_4_44(); if ((!(((uint32_t)L_250) == ((uint32_t)L_253)))) { goto IL_057b; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_254 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t L_255 = (int16_t)L_254->get_int16_5_45(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_256 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_257 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_256.get_register_0(); int16_t L_258 = (int16_t)L_257.get_int16_5_45(); if ((!(((uint32_t)L_255) == ((uint32_t)L_258)))) { goto IL_057b; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_259 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t L_260 = (int16_t)L_259->get_int16_6_46(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_261 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_262 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_261.get_register_0(); int16_t L_263 = (int16_t)L_262.get_int16_6_46(); if ((!(((uint32_t)L_260) == ((uint32_t)L_263)))) { goto IL_057b; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_264 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t L_265 = (int16_t)L_264->get_int16_7_47(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_266 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_267 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_266.get_register_0(); int16_t L_268 = (int16_t)L_267.get_int16_7_47(); return (bool)((((int32_t)L_265) == ((int32_t)L_268))? 1 : 0); } IL_057b: { return (bool)0; } IL_057d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_269 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_270; L_270 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_269, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_271 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_272; L_272 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_271, /*hidden argument*/NULL); bool L_273; L_273 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_270, (Type_t *)L_272, /*hidden argument*/NULL); if (!L_273) { goto IL_05fb; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_274 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint32_t L_275 = (uint32_t)L_274->get_uint32_0_48(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_276 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_277 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_276.get_register_0(); uint32_t L_278 = (uint32_t)L_277.get_uint32_0_48(); if ((!(((uint32_t)L_275) == ((uint32_t)L_278)))) { goto IL_05f9; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_279 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint32_t L_280 = (uint32_t)L_279->get_uint32_1_49(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_281 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_282 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_281.get_register_0(); uint32_t L_283 = (uint32_t)L_282.get_uint32_1_49(); if ((!(((uint32_t)L_280) == ((uint32_t)L_283)))) { goto IL_05f9; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_284 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint32_t L_285 = (uint32_t)L_284->get_uint32_2_50(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_286 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_287 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_286.get_register_0(); uint32_t L_288 = (uint32_t)L_287.get_uint32_2_50(); if ((!(((uint32_t)L_285) == ((uint32_t)L_288)))) { goto IL_05f9; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_289 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint32_t L_290 = (uint32_t)L_289->get_uint32_3_51(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_291 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_292 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_291.get_register_0(); uint32_t L_293 = (uint32_t)L_292.get_uint32_3_51(); return (bool)((((int32_t)L_290) == ((int32_t)L_293))? 1 : 0); } IL_05f9: { return (bool)0; } IL_05fb: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_294 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_295; L_295 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_294, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_296 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_297; L_297 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_296, /*hidden argument*/NULL); bool L_298; L_298 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_295, (Type_t *)L_297, /*hidden argument*/NULL); if (!L_298) { goto IL_0679; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_299 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int32_t L_300 = (int32_t)L_299->get_int32_0_52(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_301 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_302 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_301.get_register_0(); int32_t L_303 = (int32_t)L_302.get_int32_0_52(); if ((!(((uint32_t)L_300) == ((uint32_t)L_303)))) { goto IL_0677; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_304 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int32_t L_305 = (int32_t)L_304->get_int32_1_53(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_306 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_307 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_306.get_register_0(); int32_t L_308 = (int32_t)L_307.get_int32_1_53(); if ((!(((uint32_t)L_305) == ((uint32_t)L_308)))) { goto IL_0677; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_309 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int32_t L_310 = (int32_t)L_309->get_int32_2_54(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_311 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_312 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_311.get_register_0(); int32_t L_313 = (int32_t)L_312.get_int32_2_54(); if ((!(((uint32_t)L_310) == ((uint32_t)L_313)))) { goto IL_0677; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_314 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int32_t L_315 = (int32_t)L_314->get_int32_3_55(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_316 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_317 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_316.get_register_0(); int32_t L_318 = (int32_t)L_317.get_int32_3_55(); return (bool)((((int32_t)L_315) == ((int32_t)L_318))? 1 : 0); } IL_0677: { return (bool)0; } IL_0679: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_319 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_320; L_320 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_319, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_321 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_322; L_322 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_321, /*hidden argument*/NULL); bool L_323; L_323 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_320, (Type_t *)L_322, /*hidden argument*/NULL); if (!L_323) { goto IL_06c7; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_324 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint64_t L_325 = (uint64_t)L_324->get_uint64_0_56(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_326 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_327 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_326.get_register_0(); uint64_t L_328 = (uint64_t)L_327.get_uint64_0_56(); if ((!(((uint64_t)L_325) == ((uint64_t)L_328)))) { goto IL_06c5; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_329 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint64_t L_330 = (uint64_t)L_329->get_uint64_1_57(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_331 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_332 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_331.get_register_0(); uint64_t L_333 = (uint64_t)L_332.get_uint64_1_57(); return (bool)((((int64_t)L_330) == ((int64_t)L_333))? 1 : 0); } IL_06c5: { return (bool)0; } IL_06c7: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_334 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_335; L_335 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_334, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_336 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_337; L_337 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_336, /*hidden argument*/NULL); bool L_338; L_338 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_335, (Type_t *)L_337, /*hidden argument*/NULL); if (!L_338) { goto IL_0715; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_339 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int64_t L_340 = (int64_t)L_339->get_int64_0_58(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_341 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_342 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_341.get_register_0(); int64_t L_343 = (int64_t)L_342.get_int64_0_58(); if ((!(((uint64_t)L_340) == ((uint64_t)L_343)))) { goto IL_0713; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_344 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int64_t L_345 = (int64_t)L_344->get_int64_1_59(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_346 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_347 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_346.get_register_0(); int64_t L_348 = (int64_t)L_347.get_int64_1_59(); return (bool)((((int64_t)L_345) == ((int64_t)L_348))? 1 : 0); } IL_0713: { return (bool)0; } IL_0715: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_349 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_350; L_350 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_349, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_351 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_352; L_352 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_351, /*hidden argument*/NULL); bool L_353; L_353 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_350, (Type_t *)L_352, /*hidden argument*/NULL); if (!L_353) { goto IL_0793; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_354 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); float L_355 = (float)L_354->get_single_0_60(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_356 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_357 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_356.get_register_0(); float L_358 = (float)L_357.get_single_0_60(); if ((!(((float)L_355) == ((float)L_358)))) { goto IL_0791; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_359 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); float L_360 = (float)L_359->get_single_1_61(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_361 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_362 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_361.get_register_0(); float L_363 = (float)L_362.get_single_1_61(); if ((!(((float)L_360) == ((float)L_363)))) { goto IL_0791; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_364 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); float L_365 = (float)L_364->get_single_2_62(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_366 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_367 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_366.get_register_0(); float L_368 = (float)L_367.get_single_2_62(); if ((!(((float)L_365) == ((float)L_368)))) { goto IL_0791; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_369 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); float L_370 = (float)L_369->get_single_3_63(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_371 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_372 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_371.get_register_0(); float L_373 = (float)L_372.get_single_3_63(); return (bool)((((float)L_370) == ((float)L_373))? 1 : 0); } IL_0791: { return (bool)0; } IL_0793: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_374 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_375; L_375 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_374, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_376 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_377; L_377 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_376, /*hidden argument*/NULL); bool L_378; L_378 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_375, (Type_t *)L_377, /*hidden argument*/NULL); if (!L_378) { goto IL_07e1; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_379 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); double L_380 = (double)L_379->get_double_0_64(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_381 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_382 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_381.get_register_0(); double L_383 = (double)L_382.get_double_0_64(); if ((!(((double)L_380) == ((double)L_383)))) { goto IL_07df; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_384 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); double L_385 = (double)L_384->get_double_1_65(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_386 = ___other0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_387 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_386.get_register_0(); double L_388 = (double)L_387.get_double_1_65(); return (bool)((((double)L_385) == ((double)L_388))? 1 : 0); } IL_07df: { return (bool)0; } IL_07e1: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_389; L_389 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_390 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_390, (String_t*)L_389, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_390, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862_RuntimeMethod_var))); } } IL2CPP_EXTERN_C bool Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862_AdjustorThunk (RuntimeObject * __this, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___other0, const RuntimeMethod* method) { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862(_thisAdjusted, ___other0, method); return _returnValue; } // System.Int32 System.Numerics.Vector`1::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector_1_GetHashCode_m46E7826FFC368060A55DD4D80082E98CDABDECAB_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; uint8_t V_2 = 0x0; int32_t V_3 = 0; int8_t V_4 = 0x0; int32_t V_5 = 0; uint16_t V_6 = 0; int32_t V_7 = 0; int16_t V_8 = 0; int32_t V_9 = 0; uint32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; uint64_t V_14 = 0; int32_t V_15 = 0; int64_t V_16 = 0; int32_t V_17 = 0; float V_18 = 0.0f; int32_t V_19 = 0; double V_20 = 0.0; { V_0 = (int32_t)0; bool L_0; L_0 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_0) { goto IL_034a; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_2, (Type_t *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0059; } } { V_1 = (int32_t)0; goto IL_004f; } IL_002b: { int32_t L_6 = V_0; int32_t L_7 = V_1; uint8_t L_8; L_8 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_9 = L_8; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_9); V_2 = (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_10, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))); int32_t L_11; L_11 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)(&V_2), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_12; L_12 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_6, (int32_t)L_11, /*hidden argument*/NULL); V_0 = (int32_t)L_12; int32_t L_13 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004f: { int32_t L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_15; L_15 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_002b; } } { int32_t L_16 = V_0; return (int32_t)L_16; } IL_0059: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_17, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_19 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_20; L_20 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_19, /*hidden argument*/NULL); bool L_21; L_21 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_18, (Type_t *)L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00a7; } } { V_3 = (int32_t)0; goto IL_009d; } IL_0078: { int32_t L_22 = V_0; int32_t L_23 = V_3; uint8_t L_24; L_24 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (int32_t)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_25 = L_24; RuntimeObject * L_26 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_25); V_4 = (int8_t)((*(int8_t*)((int8_t*)UnBox(L_26, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))); int32_t L_27; L_27 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)(&V_4), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_28; L_28 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_22, (int32_t)L_27, /*hidden argument*/NULL); V_0 = (int32_t)L_28; int32_t L_29 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_009d: { int32_t L_30 = V_3; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_31; L_31 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_0078; } } { int32_t L_32 = V_0; return (int32_t)L_32; } IL_00a7: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_33 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34; L_34 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_33, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_35 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_36; L_36 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_35, /*hidden argument*/NULL); bool L_37; L_37 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_34, (Type_t *)L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00fa; } } { V_5 = (int32_t)0; goto IL_00ef; } IL_00c7: { int32_t L_38 = V_0; int32_t L_39 = V_5; uint8_t L_40; L_40 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (int32_t)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_41 = L_40; RuntimeObject * L_42 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_41); V_6 = (uint16_t)((*(uint16_t*)((uint16_t*)UnBox(L_42, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))); int32_t L_43; L_43 = UInt16_GetHashCode_mDA01CAA4AF8C22A63972F93F26AF7E888CEBD2AA((uint16_t*)(uint16_t*)(&V_6), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_44; L_44 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_38, (int32_t)L_43, /*hidden argument*/NULL); V_0 = (int32_t)L_44; int32_t L_45 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_00ef: { int32_t L_46 = V_5; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_47; L_47 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_00c7; } } { int32_t L_48 = V_0; return (int32_t)L_48; } IL_00fa: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_49 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_50; L_50 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_49, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_51 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_52; L_52 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_51, /*hidden argument*/NULL); bool L_53; L_53 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_50, (Type_t *)L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_014d; } } { V_7 = (int32_t)0; goto IL_0142; } IL_011a: { int32_t L_54 = V_0; int32_t L_55 = V_7; uint8_t L_56; L_56 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (int32_t)L_55, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_57 = L_56; RuntimeObject * L_58 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_57); V_8 = (int16_t)((*(int16_t*)((int16_t*)UnBox(L_58, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))); int32_t L_59; L_59 = Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945((int16_t*)(int16_t*)(&V_8), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_60; L_60 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_54, (int32_t)L_59, /*hidden argument*/NULL); V_0 = (int32_t)L_60; int32_t L_61 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_0142: { int32_t L_62 = V_7; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_63; L_63 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_62) < ((int32_t)L_63))) { goto IL_011a; } } { int32_t L_64 = V_0; return (int32_t)L_64; } IL_014d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_65 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66; L_66 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_65, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_67 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_68; L_68 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_67, /*hidden argument*/NULL); bool L_69; L_69 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_66, (Type_t *)L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_01a0; } } { V_9 = (int32_t)0; goto IL_0195; } IL_016d: { int32_t L_70 = V_0; int32_t L_71 = V_9; uint8_t L_72; L_72 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (int32_t)L_71, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_73 = L_72; RuntimeObject * L_74 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_73); V_10 = (uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_74, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))); int32_t L_75; L_75 = UInt32_GetHashCode_m60E3A243F3D79311A64836148AE1AC23C679FC45((uint32_t*)(uint32_t*)(&V_10), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_76; L_76 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_70, (int32_t)L_75, /*hidden argument*/NULL); V_0 = (int32_t)L_76; int32_t L_77 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); } IL_0195: { int32_t L_78 = V_9; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_79; L_79 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_78) < ((int32_t)L_79))) { goto IL_016d; } } { int32_t L_80 = V_0; return (int32_t)L_80; } IL_01a0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_81 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_82; L_82 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_81, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_83 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_84; L_84 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_83, /*hidden argument*/NULL); bool L_85; L_85 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_82, (Type_t *)L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_01f3; } } { V_11 = (int32_t)0; goto IL_01e8; } IL_01c0: { int32_t L_86 = V_0; int32_t L_87 = V_11; uint8_t L_88; L_88 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (int32_t)L_87, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_89 = L_88; RuntimeObject * L_90 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_89); V_12 = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_90, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); int32_t L_91; L_91 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)(&V_12), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_92; L_92 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_86, (int32_t)L_91, /*hidden argument*/NULL); V_0 = (int32_t)L_92; int32_t L_93 = V_11; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); } IL_01e8: { int32_t L_94 = V_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_95; L_95 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_94) < ((int32_t)L_95))) { goto IL_01c0; } } { int32_t L_96 = V_0; return (int32_t)L_96; } IL_01f3: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_97 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_98; L_98 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_97, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_99 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_100; L_100 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_99, /*hidden argument*/NULL); bool L_101; L_101 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_98, (Type_t *)L_100, /*hidden argument*/NULL); if (!L_101) { goto IL_0246; } } { V_13 = (int32_t)0; goto IL_023b; } IL_0213: { int32_t L_102 = V_0; int32_t L_103 = V_13; uint8_t L_104; L_104 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (int32_t)L_103, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_105 = L_104; RuntimeObject * L_106 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_105); V_14 = (uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_106, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))); int32_t L_107; L_107 = UInt64_GetHashCode_mCDF662897A3F02CED11A9F9E66C5BF4E28C02B33((uint64_t*)(uint64_t*)(&V_14), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_108; L_108 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_102, (int32_t)L_107, /*hidden argument*/NULL); V_0 = (int32_t)L_108; int32_t L_109 = V_13; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1)); } IL_023b: { int32_t L_110 = V_13; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_111; L_111 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_110) < ((int32_t)L_111))) { goto IL_0213; } } { int32_t L_112 = V_0; return (int32_t)L_112; } IL_0246: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_113 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_114; L_114 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_113, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_115 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_116; L_116 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_115, /*hidden argument*/NULL); bool L_117; L_117 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_114, (Type_t *)L_116, /*hidden argument*/NULL); if (!L_117) { goto IL_0299; } } { V_15 = (int32_t)0; goto IL_028e; } IL_0266: { int32_t L_118 = V_0; int32_t L_119 = V_15; uint8_t L_120; L_120 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (int32_t)L_119, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_121 = L_120; RuntimeObject * L_122 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_121); V_16 = (int64_t)((*(int64_t*)((int64_t*)UnBox(L_122, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); int32_t L_123; L_123 = Int64_GetHashCode_mF049F7E1956554FB36DA6671F55BE2CAA4937CC5((int64_t*)(int64_t*)(&V_16), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_124; L_124 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_118, (int32_t)L_123, /*hidden argument*/NULL); V_0 = (int32_t)L_124; int32_t L_125 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1)); } IL_028e: { int32_t L_126 = V_15; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_127; L_127 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_126) < ((int32_t)L_127))) { goto IL_0266; } } { int32_t L_128 = V_0; return (int32_t)L_128; } IL_0299: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_129 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_130; L_130 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_129, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_131 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_132; L_132 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_131, /*hidden argument*/NULL); bool L_133; L_133 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_130, (Type_t *)L_132, /*hidden argument*/NULL); if (!L_133) { goto IL_02ec; } } { V_17 = (int32_t)0; goto IL_02e1; } IL_02b9: { int32_t L_134 = V_0; int32_t L_135 = V_17; uint8_t L_136; L_136 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (int32_t)L_135, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_137 = L_136; RuntimeObject * L_138 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_137); V_18 = (float)((*(float*)((float*)UnBox(L_138, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); int32_t L_139; L_139 = Single_GetHashCode_m7662E1812DDDBC85D464398740CFFC3588DFB2C9((float*)(float*)(&V_18), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_140; L_140 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_134, (int32_t)L_139, /*hidden argument*/NULL); V_0 = (int32_t)L_140; int32_t L_141 = V_17; V_17 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)1)); } IL_02e1: { int32_t L_142 = V_17; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_143; L_143 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_142) < ((int32_t)L_143))) { goto IL_02b9; } } { int32_t L_144 = V_0; return (int32_t)L_144; } IL_02ec: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_145 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_146; L_146 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_145, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_147 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_148; L_148 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_147, /*hidden argument*/NULL); bool L_149; L_149 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_146, (Type_t *)L_148, /*hidden argument*/NULL); if (!L_149) { goto IL_033f; } } { V_19 = (int32_t)0; goto IL_0334; } IL_030c: { int32_t L_150 = V_0; int32_t L_151 = V_19; uint8_t L_152; L_152 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (int32_t)L_151, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_153 = L_152; RuntimeObject * L_154 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_153); V_20 = (double)((*(double*)((double*)UnBox(L_154, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); int32_t L_155; L_155 = Double_GetHashCode_m33CB20AA5674C6F4367B7B08340B33FB979F9F39((double*)(double*)(&V_20), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_156; L_156 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_150, (int32_t)L_155, /*hidden argument*/NULL); V_0 = (int32_t)L_156; int32_t L_157 = V_19; V_19 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)1)); } IL_0334: { int32_t L_158 = V_19; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_159; L_159 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_158) < ((int32_t)L_159))) { goto IL_030c; } } { int32_t L_160 = V_0; return (int32_t)L_160; } IL_033f: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_161; L_161 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_162 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_162, (String_t*)L_161, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_162, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_GetHashCode_m46E7826FFC368060A55DD4D80082E98CDABDECAB_RuntimeMethod_var))); } IL_034a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_163 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_164; L_164 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_163, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_165 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_166; L_166 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_165, /*hidden argument*/NULL); bool L_167; L_167 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_164, (Type_t *)L_166, /*hidden argument*/NULL); if (!L_167) { goto IL_04da; } } { int32_t L_168 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_169 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_170 = (uint8_t*)L_169->get_address_of_byte_0_0(); int32_t L_171; L_171 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_170, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_172; L_172 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_168, (int32_t)L_171, /*hidden argument*/NULL); V_0 = (int32_t)L_172; int32_t L_173 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_174 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_175 = (uint8_t*)L_174->get_address_of_byte_1_1(); int32_t L_176; L_176 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_175, /*hidden argument*/NULL); int32_t L_177; L_177 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_173, (int32_t)L_176, /*hidden argument*/NULL); V_0 = (int32_t)L_177; int32_t L_178 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_179 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_180 = (uint8_t*)L_179->get_address_of_byte_2_2(); int32_t L_181; L_181 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_180, /*hidden argument*/NULL); int32_t L_182; L_182 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_178, (int32_t)L_181, /*hidden argument*/NULL); V_0 = (int32_t)L_182; int32_t L_183 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_184 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_185 = (uint8_t*)L_184->get_address_of_byte_3_3(); int32_t L_186; L_186 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_185, /*hidden argument*/NULL); int32_t L_187; L_187 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_183, (int32_t)L_186, /*hidden argument*/NULL); V_0 = (int32_t)L_187; int32_t L_188 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_189 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_190 = (uint8_t*)L_189->get_address_of_byte_4_4(); int32_t L_191; L_191 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_190, /*hidden argument*/NULL); int32_t L_192; L_192 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_188, (int32_t)L_191, /*hidden argument*/NULL); V_0 = (int32_t)L_192; int32_t L_193 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_194 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_195 = (uint8_t*)L_194->get_address_of_byte_5_5(); int32_t L_196; L_196 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_195, /*hidden argument*/NULL); int32_t L_197; L_197 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_193, (int32_t)L_196, /*hidden argument*/NULL); V_0 = (int32_t)L_197; int32_t L_198 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_199 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_200 = (uint8_t*)L_199->get_address_of_byte_6_6(); int32_t L_201; L_201 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_200, /*hidden argument*/NULL); int32_t L_202; L_202 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_198, (int32_t)L_201, /*hidden argument*/NULL); V_0 = (int32_t)L_202; int32_t L_203 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_204 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_205 = (uint8_t*)L_204->get_address_of_byte_7_7(); int32_t L_206; L_206 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_205, /*hidden argument*/NULL); int32_t L_207; L_207 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_203, (int32_t)L_206, /*hidden argument*/NULL); V_0 = (int32_t)L_207; int32_t L_208 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_209 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_210 = (uint8_t*)L_209->get_address_of_byte_8_8(); int32_t L_211; L_211 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_210, /*hidden argument*/NULL); int32_t L_212; L_212 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_208, (int32_t)L_211, /*hidden argument*/NULL); V_0 = (int32_t)L_212; int32_t L_213 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_214 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_215 = (uint8_t*)L_214->get_address_of_byte_9_9(); int32_t L_216; L_216 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_215, /*hidden argument*/NULL); int32_t L_217; L_217 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_213, (int32_t)L_216, /*hidden argument*/NULL); V_0 = (int32_t)L_217; int32_t L_218 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_219 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_220 = (uint8_t*)L_219->get_address_of_byte_10_10(); int32_t L_221; L_221 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_220, /*hidden argument*/NULL); int32_t L_222; L_222 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_218, (int32_t)L_221, /*hidden argument*/NULL); V_0 = (int32_t)L_222; int32_t L_223 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_224 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_225 = (uint8_t*)L_224->get_address_of_byte_11_11(); int32_t L_226; L_226 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_225, /*hidden argument*/NULL); int32_t L_227; L_227 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_223, (int32_t)L_226, /*hidden argument*/NULL); V_0 = (int32_t)L_227; int32_t L_228 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_229 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_230 = (uint8_t*)L_229->get_address_of_byte_12_12(); int32_t L_231; L_231 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_230, /*hidden argument*/NULL); int32_t L_232; L_232 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_228, (int32_t)L_231, /*hidden argument*/NULL); V_0 = (int32_t)L_232; int32_t L_233 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_234 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_235 = (uint8_t*)L_234->get_address_of_byte_13_13(); int32_t L_236; L_236 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_235, /*hidden argument*/NULL); int32_t L_237; L_237 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_233, (int32_t)L_236, /*hidden argument*/NULL); V_0 = (int32_t)L_237; int32_t L_238 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_239 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_240 = (uint8_t*)L_239->get_address_of_byte_14_14(); int32_t L_241; L_241 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_240, /*hidden argument*/NULL); int32_t L_242; L_242 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_238, (int32_t)L_241, /*hidden argument*/NULL); V_0 = (int32_t)L_242; int32_t L_243 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_244 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint8_t* L_245 = (uint8_t*)L_244->get_address_of_byte_15_15(); int32_t L_246; L_246 = Byte_GetHashCode_m5111B9229C948E0B734597AED742936F9542E093((uint8_t*)(uint8_t*)L_245, /*hidden argument*/NULL); int32_t L_247; L_247 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_243, (int32_t)L_246, /*hidden argument*/NULL); V_0 = (int32_t)L_247; int32_t L_248 = V_0; return (int32_t)L_248; } IL_04da: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_249 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_250; L_250 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_249, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_251 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_252; L_252 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_251, /*hidden argument*/NULL); bool L_253; L_253 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_250, (Type_t *)L_252, /*hidden argument*/NULL); if (!L_253) { goto IL_066a; } } { int32_t L_254 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_255 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_256 = (int8_t*)L_255->get_address_of_sbyte_0_16(); int32_t L_257; L_257 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_256, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_258; L_258 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_254, (int32_t)L_257, /*hidden argument*/NULL); V_0 = (int32_t)L_258; int32_t L_259 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_260 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_261 = (int8_t*)L_260->get_address_of_sbyte_1_17(); int32_t L_262; L_262 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_261, /*hidden argument*/NULL); int32_t L_263; L_263 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_259, (int32_t)L_262, /*hidden argument*/NULL); V_0 = (int32_t)L_263; int32_t L_264 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_265 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_266 = (int8_t*)L_265->get_address_of_sbyte_2_18(); int32_t L_267; L_267 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_266, /*hidden argument*/NULL); int32_t L_268; L_268 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_264, (int32_t)L_267, /*hidden argument*/NULL); V_0 = (int32_t)L_268; int32_t L_269 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_270 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_271 = (int8_t*)L_270->get_address_of_sbyte_3_19(); int32_t L_272; L_272 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_271, /*hidden argument*/NULL); int32_t L_273; L_273 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_269, (int32_t)L_272, /*hidden argument*/NULL); V_0 = (int32_t)L_273; int32_t L_274 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_275 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_276 = (int8_t*)L_275->get_address_of_sbyte_4_20(); int32_t L_277; L_277 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_276, /*hidden argument*/NULL); int32_t L_278; L_278 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_274, (int32_t)L_277, /*hidden argument*/NULL); V_0 = (int32_t)L_278; int32_t L_279 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_280 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_281 = (int8_t*)L_280->get_address_of_sbyte_5_21(); int32_t L_282; L_282 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_281, /*hidden argument*/NULL); int32_t L_283; L_283 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_279, (int32_t)L_282, /*hidden argument*/NULL); V_0 = (int32_t)L_283; int32_t L_284 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_285 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_286 = (int8_t*)L_285->get_address_of_sbyte_6_22(); int32_t L_287; L_287 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_286, /*hidden argument*/NULL); int32_t L_288; L_288 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_284, (int32_t)L_287, /*hidden argument*/NULL); V_0 = (int32_t)L_288; int32_t L_289 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_290 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_291 = (int8_t*)L_290->get_address_of_sbyte_7_23(); int32_t L_292; L_292 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_291, /*hidden argument*/NULL); int32_t L_293; L_293 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_289, (int32_t)L_292, /*hidden argument*/NULL); V_0 = (int32_t)L_293; int32_t L_294 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_295 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_296 = (int8_t*)L_295->get_address_of_sbyte_8_24(); int32_t L_297; L_297 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_296, /*hidden argument*/NULL); int32_t L_298; L_298 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_294, (int32_t)L_297, /*hidden argument*/NULL); V_0 = (int32_t)L_298; int32_t L_299 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_300 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_301 = (int8_t*)L_300->get_address_of_sbyte_9_25(); int32_t L_302; L_302 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_301, /*hidden argument*/NULL); int32_t L_303; L_303 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_299, (int32_t)L_302, /*hidden argument*/NULL); V_0 = (int32_t)L_303; int32_t L_304 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_305 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_306 = (int8_t*)L_305->get_address_of_sbyte_10_26(); int32_t L_307; L_307 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_306, /*hidden argument*/NULL); int32_t L_308; L_308 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_304, (int32_t)L_307, /*hidden argument*/NULL); V_0 = (int32_t)L_308; int32_t L_309 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_310 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_311 = (int8_t*)L_310->get_address_of_sbyte_11_27(); int32_t L_312; L_312 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_311, /*hidden argument*/NULL); int32_t L_313; L_313 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_309, (int32_t)L_312, /*hidden argument*/NULL); V_0 = (int32_t)L_313; int32_t L_314 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_315 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_316 = (int8_t*)L_315->get_address_of_sbyte_12_28(); int32_t L_317; L_317 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_316, /*hidden argument*/NULL); int32_t L_318; L_318 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_314, (int32_t)L_317, /*hidden argument*/NULL); V_0 = (int32_t)L_318; int32_t L_319 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_320 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_321 = (int8_t*)L_320->get_address_of_sbyte_13_29(); int32_t L_322; L_322 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_321, /*hidden argument*/NULL); int32_t L_323; L_323 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_319, (int32_t)L_322, /*hidden argument*/NULL); V_0 = (int32_t)L_323; int32_t L_324 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_325 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_326 = (int8_t*)L_325->get_address_of_sbyte_14_30(); int32_t L_327; L_327 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_326, /*hidden argument*/NULL); int32_t L_328; L_328 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_324, (int32_t)L_327, /*hidden argument*/NULL); V_0 = (int32_t)L_328; int32_t L_329 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_330 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int8_t* L_331 = (int8_t*)L_330->get_address_of_sbyte_15_31(); int32_t L_332; L_332 = SByte_GetHashCode_m90852565F4D8BEC09F69A98A17717E3D7F64FE42((int8_t*)(int8_t*)L_331, /*hidden argument*/NULL); int32_t L_333; L_333 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_329, (int32_t)L_332, /*hidden argument*/NULL); V_0 = (int32_t)L_333; int32_t L_334 = V_0; return (int32_t)L_334; } IL_066a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_335 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_336; L_336 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_335, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_337 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_338; L_338 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_337, /*hidden argument*/NULL); bool L_339; L_339 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_336, (Type_t *)L_338, /*hidden argument*/NULL); if (!L_339) { goto IL_0742; } } { int32_t L_340 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_341 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t* L_342 = (uint16_t*)L_341->get_address_of_uint16_0_32(); int32_t L_343; L_343 = UInt16_GetHashCode_mDA01CAA4AF8C22A63972F93F26AF7E888CEBD2AA((uint16_t*)(uint16_t*)L_342, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_344; L_344 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_340, (int32_t)L_343, /*hidden argument*/NULL); V_0 = (int32_t)L_344; int32_t L_345 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_346 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t* L_347 = (uint16_t*)L_346->get_address_of_uint16_1_33(); int32_t L_348; L_348 = UInt16_GetHashCode_mDA01CAA4AF8C22A63972F93F26AF7E888CEBD2AA((uint16_t*)(uint16_t*)L_347, /*hidden argument*/NULL); int32_t L_349; L_349 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_345, (int32_t)L_348, /*hidden argument*/NULL); V_0 = (int32_t)L_349; int32_t L_350 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_351 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t* L_352 = (uint16_t*)L_351->get_address_of_uint16_2_34(); int32_t L_353; L_353 = UInt16_GetHashCode_mDA01CAA4AF8C22A63972F93F26AF7E888CEBD2AA((uint16_t*)(uint16_t*)L_352, /*hidden argument*/NULL); int32_t L_354; L_354 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_350, (int32_t)L_353, /*hidden argument*/NULL); V_0 = (int32_t)L_354; int32_t L_355 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_356 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t* L_357 = (uint16_t*)L_356->get_address_of_uint16_3_35(); int32_t L_358; L_358 = UInt16_GetHashCode_mDA01CAA4AF8C22A63972F93F26AF7E888CEBD2AA((uint16_t*)(uint16_t*)L_357, /*hidden argument*/NULL); int32_t L_359; L_359 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_355, (int32_t)L_358, /*hidden argument*/NULL); V_0 = (int32_t)L_359; int32_t L_360 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_361 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t* L_362 = (uint16_t*)L_361->get_address_of_uint16_4_36(); int32_t L_363; L_363 = UInt16_GetHashCode_mDA01CAA4AF8C22A63972F93F26AF7E888CEBD2AA((uint16_t*)(uint16_t*)L_362, /*hidden argument*/NULL); int32_t L_364; L_364 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_360, (int32_t)L_363, /*hidden argument*/NULL); V_0 = (int32_t)L_364; int32_t L_365 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_366 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t* L_367 = (uint16_t*)L_366->get_address_of_uint16_5_37(); int32_t L_368; L_368 = UInt16_GetHashCode_mDA01CAA4AF8C22A63972F93F26AF7E888CEBD2AA((uint16_t*)(uint16_t*)L_367, /*hidden argument*/NULL); int32_t L_369; L_369 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_365, (int32_t)L_368, /*hidden argument*/NULL); V_0 = (int32_t)L_369; int32_t L_370 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_371 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t* L_372 = (uint16_t*)L_371->get_address_of_uint16_6_38(); int32_t L_373; L_373 = UInt16_GetHashCode_mDA01CAA4AF8C22A63972F93F26AF7E888CEBD2AA((uint16_t*)(uint16_t*)L_372, /*hidden argument*/NULL); int32_t L_374; L_374 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_370, (int32_t)L_373, /*hidden argument*/NULL); V_0 = (int32_t)L_374; int32_t L_375 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_376 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint16_t* L_377 = (uint16_t*)L_376->get_address_of_uint16_7_39(); int32_t L_378; L_378 = UInt16_GetHashCode_mDA01CAA4AF8C22A63972F93F26AF7E888CEBD2AA((uint16_t*)(uint16_t*)L_377, /*hidden argument*/NULL); int32_t L_379; L_379 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_375, (int32_t)L_378, /*hidden argument*/NULL); V_0 = (int32_t)L_379; int32_t L_380 = V_0; return (int32_t)L_380; } IL_0742: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_381 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_382; L_382 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_381, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_383 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_384; L_384 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_383, /*hidden argument*/NULL); bool L_385; L_385 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_382, (Type_t *)L_384, /*hidden argument*/NULL); if (!L_385) { goto IL_081a; } } { int32_t L_386 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_387 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t* L_388 = (int16_t*)L_387->get_address_of_int16_0_40(); int32_t L_389; L_389 = Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945((int16_t*)(int16_t*)L_388, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_390; L_390 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_386, (int32_t)L_389, /*hidden argument*/NULL); V_0 = (int32_t)L_390; int32_t L_391 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_392 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t* L_393 = (int16_t*)L_392->get_address_of_int16_1_41(); int32_t L_394; L_394 = Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945((int16_t*)(int16_t*)L_393, /*hidden argument*/NULL); int32_t L_395; L_395 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_391, (int32_t)L_394, /*hidden argument*/NULL); V_0 = (int32_t)L_395; int32_t L_396 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_397 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t* L_398 = (int16_t*)L_397->get_address_of_int16_2_42(); int32_t L_399; L_399 = Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945((int16_t*)(int16_t*)L_398, /*hidden argument*/NULL); int32_t L_400; L_400 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_396, (int32_t)L_399, /*hidden argument*/NULL); V_0 = (int32_t)L_400; int32_t L_401 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_402 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t* L_403 = (int16_t*)L_402->get_address_of_int16_3_43(); int32_t L_404; L_404 = Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945((int16_t*)(int16_t*)L_403, /*hidden argument*/NULL); int32_t L_405; L_405 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_401, (int32_t)L_404, /*hidden argument*/NULL); V_0 = (int32_t)L_405; int32_t L_406 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_407 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t* L_408 = (int16_t*)L_407->get_address_of_int16_4_44(); int32_t L_409; L_409 = Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945((int16_t*)(int16_t*)L_408, /*hidden argument*/NULL); int32_t L_410; L_410 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_406, (int32_t)L_409, /*hidden argument*/NULL); V_0 = (int32_t)L_410; int32_t L_411 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_412 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t* L_413 = (int16_t*)L_412->get_address_of_int16_5_45(); int32_t L_414; L_414 = Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945((int16_t*)(int16_t*)L_413, /*hidden argument*/NULL); int32_t L_415; L_415 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_411, (int32_t)L_414, /*hidden argument*/NULL); V_0 = (int32_t)L_415; int32_t L_416 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_417 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t* L_418 = (int16_t*)L_417->get_address_of_int16_6_46(); int32_t L_419; L_419 = Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945((int16_t*)(int16_t*)L_418, /*hidden argument*/NULL); int32_t L_420; L_420 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_416, (int32_t)L_419, /*hidden argument*/NULL); V_0 = (int32_t)L_420; int32_t L_421 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_422 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int16_t* L_423 = (int16_t*)L_422->get_address_of_int16_7_47(); int32_t L_424; L_424 = Int16_GetHashCode_mCCD5F5D3FA39F1440EFA137D27161B7509A65945((int16_t*)(int16_t*)L_423, /*hidden argument*/NULL); int32_t L_425; L_425 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_421, (int32_t)L_424, /*hidden argument*/NULL); V_0 = (int32_t)L_425; int32_t L_426 = V_0; return (int32_t)L_426; } IL_081a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_427 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_428; L_428 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_427, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_429 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_430; L_430 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_429, /*hidden argument*/NULL); bool L_431; L_431 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_428, (Type_t *)L_430, /*hidden argument*/NULL); if (!L_431) { goto IL_0893; } } { int32_t L_432 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_433 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint32_t* L_434 = (uint32_t*)L_433->get_address_of_uint32_0_48(); int32_t L_435; L_435 = UInt32_GetHashCode_m60E3A243F3D79311A64836148AE1AC23C679FC45((uint32_t*)(uint32_t*)L_434, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_436; L_436 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_432, (int32_t)L_435, /*hidden argument*/NULL); V_0 = (int32_t)L_436; int32_t L_437 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_438 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint32_t* L_439 = (uint32_t*)L_438->get_address_of_uint32_1_49(); int32_t L_440; L_440 = UInt32_GetHashCode_m60E3A243F3D79311A64836148AE1AC23C679FC45((uint32_t*)(uint32_t*)L_439, /*hidden argument*/NULL); int32_t L_441; L_441 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_437, (int32_t)L_440, /*hidden argument*/NULL); V_0 = (int32_t)L_441; int32_t L_442 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_443 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint32_t* L_444 = (uint32_t*)L_443->get_address_of_uint32_2_50(); int32_t L_445; L_445 = UInt32_GetHashCode_m60E3A243F3D79311A64836148AE1AC23C679FC45((uint32_t*)(uint32_t*)L_444, /*hidden argument*/NULL); int32_t L_446; L_446 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_442, (int32_t)L_445, /*hidden argument*/NULL); V_0 = (int32_t)L_446; int32_t L_447 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_448 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint32_t* L_449 = (uint32_t*)L_448->get_address_of_uint32_3_51(); int32_t L_450; L_450 = UInt32_GetHashCode_m60E3A243F3D79311A64836148AE1AC23C679FC45((uint32_t*)(uint32_t*)L_449, /*hidden argument*/NULL); int32_t L_451; L_451 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_447, (int32_t)L_450, /*hidden argument*/NULL); V_0 = (int32_t)L_451; int32_t L_452 = V_0; return (int32_t)L_452; } IL_0893: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_453 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_454; L_454 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_453, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_455 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_456; L_456 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_455, /*hidden argument*/NULL); bool L_457; L_457 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_454, (Type_t *)L_456, /*hidden argument*/NULL); if (!L_457) { goto IL_090c; } } { int32_t L_458 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_459 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int32_t* L_460 = (int32_t*)L_459->get_address_of_int32_0_52(); int32_t L_461; L_461 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)L_460, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_462; L_462 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_458, (int32_t)L_461, /*hidden argument*/NULL); V_0 = (int32_t)L_462; int32_t L_463 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_464 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int32_t* L_465 = (int32_t*)L_464->get_address_of_int32_1_53(); int32_t L_466; L_466 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)L_465, /*hidden argument*/NULL); int32_t L_467; L_467 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_463, (int32_t)L_466, /*hidden argument*/NULL); V_0 = (int32_t)L_467; int32_t L_468 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_469 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int32_t* L_470 = (int32_t*)L_469->get_address_of_int32_2_54(); int32_t L_471; L_471 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)L_470, /*hidden argument*/NULL); int32_t L_472; L_472 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_468, (int32_t)L_471, /*hidden argument*/NULL); V_0 = (int32_t)L_472; int32_t L_473 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_474 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int32_t* L_475 = (int32_t*)L_474->get_address_of_int32_3_55(); int32_t L_476; L_476 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(int32_t*)L_475, /*hidden argument*/NULL); int32_t L_477; L_477 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_473, (int32_t)L_476, /*hidden argument*/NULL); V_0 = (int32_t)L_477; int32_t L_478 = V_0; return (int32_t)L_478; } IL_090c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_479 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_480; L_480 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_479, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_481 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_482; L_482 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_481, /*hidden argument*/NULL); bool L_483; L_483 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_480, (Type_t *)L_482, /*hidden argument*/NULL); if (!L_483) { goto IL_0957; } } { int32_t L_484 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_485 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint64_t* L_486 = (uint64_t*)L_485->get_address_of_uint64_0_56(); int32_t L_487; L_487 = UInt64_GetHashCode_mCDF662897A3F02CED11A9F9E66C5BF4E28C02B33((uint64_t*)(uint64_t*)L_486, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_488; L_488 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_484, (int32_t)L_487, /*hidden argument*/NULL); V_0 = (int32_t)L_488; int32_t L_489 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_490 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); uint64_t* L_491 = (uint64_t*)L_490->get_address_of_uint64_1_57(); int32_t L_492; L_492 = UInt64_GetHashCode_mCDF662897A3F02CED11A9F9E66C5BF4E28C02B33((uint64_t*)(uint64_t*)L_491, /*hidden argument*/NULL); int32_t L_493; L_493 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_489, (int32_t)L_492, /*hidden argument*/NULL); V_0 = (int32_t)L_493; int32_t L_494 = V_0; return (int32_t)L_494; } IL_0957: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_495 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_496; L_496 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_495, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_497 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_498; L_498 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_497, /*hidden argument*/NULL); bool L_499; L_499 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_496, (Type_t *)L_498, /*hidden argument*/NULL); if (!L_499) { goto IL_09a2; } } { int32_t L_500 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_501 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int64_t* L_502 = (int64_t*)L_501->get_address_of_int64_0_58(); int32_t L_503; L_503 = Int64_GetHashCode_mF049F7E1956554FB36DA6671F55BE2CAA4937CC5((int64_t*)(int64_t*)L_502, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_504; L_504 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_500, (int32_t)L_503, /*hidden argument*/NULL); V_0 = (int32_t)L_504; int32_t L_505 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_506 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); int64_t* L_507 = (int64_t*)L_506->get_address_of_int64_1_59(); int32_t L_508; L_508 = Int64_GetHashCode_mF049F7E1956554FB36DA6671F55BE2CAA4937CC5((int64_t*)(int64_t*)L_507, /*hidden argument*/NULL); int32_t L_509; L_509 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_505, (int32_t)L_508, /*hidden argument*/NULL); V_0 = (int32_t)L_509; int32_t L_510 = V_0; return (int32_t)L_510; } IL_09a2: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_511 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_512; L_512 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_511, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_513 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_514; L_514 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_513, /*hidden argument*/NULL); bool L_515; L_515 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_512, (Type_t *)L_514, /*hidden argument*/NULL); if (!L_515) { goto IL_0a1b; } } { int32_t L_516 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_517 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); float* L_518 = (float*)L_517->get_address_of_single_0_60(); int32_t L_519; L_519 = Single_GetHashCode_m7662E1812DDDBC85D464398740CFFC3588DFB2C9((float*)(float*)L_518, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_520; L_520 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_516, (int32_t)L_519, /*hidden argument*/NULL); V_0 = (int32_t)L_520; int32_t L_521 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_522 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); float* L_523 = (float*)L_522->get_address_of_single_1_61(); int32_t L_524; L_524 = Single_GetHashCode_m7662E1812DDDBC85D464398740CFFC3588DFB2C9((float*)(float*)L_523, /*hidden argument*/NULL); int32_t L_525; L_525 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_521, (int32_t)L_524, /*hidden argument*/NULL); V_0 = (int32_t)L_525; int32_t L_526 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_527 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); float* L_528 = (float*)L_527->get_address_of_single_2_62(); int32_t L_529; L_529 = Single_GetHashCode_m7662E1812DDDBC85D464398740CFFC3588DFB2C9((float*)(float*)L_528, /*hidden argument*/NULL); int32_t L_530; L_530 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_526, (int32_t)L_529, /*hidden argument*/NULL); V_0 = (int32_t)L_530; int32_t L_531 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_532 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); float* L_533 = (float*)L_532->get_address_of_single_3_63(); int32_t L_534; L_534 = Single_GetHashCode_m7662E1812DDDBC85D464398740CFFC3588DFB2C9((float*)(float*)L_533, /*hidden argument*/NULL); int32_t L_535; L_535 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_531, (int32_t)L_534, /*hidden argument*/NULL); V_0 = (int32_t)L_535; int32_t L_536 = V_0; return (int32_t)L_536; } IL_0a1b: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_537 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_538; L_538 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_537, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_539 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_540; L_540 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_539, /*hidden argument*/NULL); bool L_541; L_541 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_538, (Type_t *)L_540, /*hidden argument*/NULL); if (!L_541) { goto IL_0a66; } } { int32_t L_542 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_543 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); double* L_544 = (double*)L_543->get_address_of_double_0_64(); int32_t L_545; L_545 = Double_GetHashCode_m33CB20AA5674C6F4367B7B08340B33FB979F9F39((double*)(double*)L_544, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HashHelpers_t3C824847AD85BA1A1132B00DA5D7BEEF25E41953_il2cpp_TypeInfo_var); int32_t L_546; L_546 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_542, (int32_t)L_545, /*hidden argument*/NULL); V_0 = (int32_t)L_546; int32_t L_547 = V_0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_548 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)__this->get_address_of_register_0(); double* L_549 = (double*)L_548->get_address_of_double_1_65(); int32_t L_550; L_550 = Double_GetHashCode_m33CB20AA5674C6F4367B7B08340B33FB979F9F39((double*)(double*)L_549, /*hidden argument*/NULL); int32_t L_551; L_551 = HashHelpers_Combine_m3E699C96E71851B56A7935D13882E899F7B3405A((int32_t)L_547, (int32_t)L_550, /*hidden argument*/NULL); V_0 = (int32_t)L_551; int32_t L_552 = V_0; return (int32_t)L_552; } IL_0a66: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_553; L_553 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_554 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_554, (String_t*)L_553, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_554, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_GetHashCode_m46E7826FFC368060A55DD4D80082E98CDABDECAB_RuntimeMethod_var))); } } IL2CPP_EXTERN_C int32_t Vector_1_GetHashCode_m46E7826FFC368060A55DD4D80082E98CDABDECAB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = Vector_1_GetHashCode_m46E7826FFC368060A55DD4D80082E98CDABDECAB(_thisAdjusted, method); return _returnValue; } // System.String System.Numerics.Vector`1::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToString_mB5F5EC09FDADFE0095465A4E00A79A39E8236382_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_CurrentCulture_m99E5F5BD20445F2A73F7EA0014A4E783DF3840BB(/*hidden argument*/NULL); String_t* L_1; L_1 = Vector_1_ToString_m163A367B846AFD4DFF11266C5269061DEF7CA4ED((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (String_t*)_stringLiteral3DCC6243286938BE75C3FA773B9BA71160A2E869, (RuntimeObject*)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9)); return (String_t*)L_1; } } IL2CPP_EXTERN_C String_t* Vector_1_ToString_mB5F5EC09FDADFE0095465A4E00A79A39E8236382_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Vector_1_ToString_mB5F5EC09FDADFE0095465A4E00A79A39E8236382(_thisAdjusted, method); return _returnValue; } // System.String System.Numerics.Vector`1::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Vector_1_ToString_m163A367B846AFD4DFF11266C5269061DEF7CA4ED_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = (StringBuilder_t *)L_0; RuntimeObject* L_1 = ___formatProvider1; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_2; L_2 = NumberFormatInfo_GetInstance_mE5108A48B8BFDB2158C05951FACC08AFB09FDDBB((RuntimeObject*)L_1, /*hidden argument*/NULL); NullCheck((NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D *)L_2); String_t* L_3; L_3 = NumberFormatInfo_get_NumberGroupSeparator_m1D17A9A056016A546F4C5255FA2DBEC532FC1BF1_inline((NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D *)L_2, /*hidden argument*/NULL); V_1 = (String_t*)L_3; StringBuilder_t * L_4 = V_0; NullCheck((StringBuilder_t *)L_4); StringBuilder_t * L_5; L_5 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E((StringBuilder_t *)L_4, (Il2CppChar)((int32_t)60), /*hidden argument*/NULL); V_2 = (int32_t)0; goto IL_0053; } IL_001f: { StringBuilder_t * L_6 = V_0; int32_t L_7 = V_2; uint8_t L_8; L_8 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (int32_t)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_9 = L_8; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_9); String_t* L_11 = ___format0; RuntimeObject* L_12 = ___formatProvider1; String_t* L_13; L_13 = Byte_ToString_mB5BDCB74BE861E9EB085AAFBE115998B632CEFA8((uint8_t*)(uint8_t*)UnBox(L_10, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var), (String_t*)L_11, (RuntimeObject*)L_12, /*hidden argument*/NULL); NullCheck((StringBuilder_t *)L_6); StringBuilder_t * L_14; L_14 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_6, (String_t*)L_13, /*hidden argument*/NULL); StringBuilder_t * L_15 = V_0; String_t* L_16 = V_1; NullCheck((StringBuilder_t *)L_15); StringBuilder_t * L_17; L_17 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_15, (String_t*)L_16, /*hidden argument*/NULL); StringBuilder_t * L_18 = V_0; NullCheck((StringBuilder_t *)L_18); StringBuilder_t * L_19; L_19 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E((StringBuilder_t *)L_18, (Il2CppChar)((int32_t)32), /*hidden argument*/NULL); int32_t L_20 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0053: { int32_t L_21 = V_2; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_22; L_22 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_21) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1))))) { goto IL_001f; } } { StringBuilder_t * L_23 = V_0; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_24; L_24 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); uint8_t L_25; L_25 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_26 = L_25; RuntimeObject * L_27 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_26); String_t* L_28 = ___format0; RuntimeObject* L_29 = ___formatProvider1; String_t* L_30; L_30 = Byte_ToString_mB5BDCB74BE861E9EB085AAFBE115998B632CEFA8((uint8_t*)(uint8_t*)UnBox(L_27, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var), (String_t*)L_28, (RuntimeObject*)L_29, /*hidden argument*/NULL); NullCheck((StringBuilder_t *)L_23); StringBuilder_t * L_31; L_31 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1((StringBuilder_t *)L_23, (String_t*)L_30, /*hidden argument*/NULL); StringBuilder_t * L_32 = V_0; NullCheck((StringBuilder_t *)L_32); StringBuilder_t * L_33; L_33 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E((StringBuilder_t *)L_32, (Il2CppChar)((int32_t)62), /*hidden argument*/NULL); StringBuilder_t * L_34 = V_0; NullCheck((RuntimeObject *)L_34); String_t* L_35; L_35 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, (RuntimeObject *)L_34); return (String_t*)L_35; } } IL2CPP_EXTERN_C String_t* Vector_1_ToString_m163A367B846AFD4DFF11266C5269061DEF7CA4ED_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Vector_1_ToString_m163A367B846AFD4DFF11266C5269061DEF7CA4ED(_thisAdjusted, ___format0, ___formatProvider1, method); return _returnValue; } // System.Numerics.Vector`1 System.Numerics.Vector`1::op_Addition(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_1_op_Addition_mC9F1C378B3AFC6331ADBB80057DF58B6EBDBF74C_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Addition_mC9F1C378B3AFC6331ADBB80057DF58B6EBDBF74C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; int32_t V_1 = 0; int8_t* V_2 = NULL; int32_t V_3 = 0; uint16_t* V_4 = NULL; int32_t V_5 = 0; int16_t* V_6 = NULL; int32_t V_7 = 0; uint32_t* V_8 = NULL; int32_t V_9 = 0; int32_t* V_10 = NULL; int32_t V_11 = 0; uint64_t* V_12 = NULL; int32_t V_13 = 0; int64_t* V_14 = NULL; int32_t V_15 = 0; float* V_16 = NULL; int32_t V_17 = 0; double* V_18 = NULL; int32_t V_19 = 0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 V_20; memset((&V_20), 0, sizeof(V_20)); { bool L_0; L_0 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_0) { goto IL_0439; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_2, (Type_t *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0068; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_6; L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); int8_t* L_7 = (int8_t*) alloca(((uintptr_t)L_6)); memset(L_7, 0, ((uintptr_t)L_6)); V_0 = (uint8_t*)(L_7); V_1 = (int32_t)0; goto IL_0059; } IL_0032: { uint8_t* L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_1; uint8_t L_11; L_11 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_12 = V_1; uint8_t L_13; L_13 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_14; L_14 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((uint8_t)L_11, (uint8_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); uint8_t L_15 = L_14; RuntimeObject * L_16 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_15); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9))) = (int8_t)((*(uint8_t*)((uint8_t*)UnBox(L_16, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))); int32_t L_17 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0059: { int32_t L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_19; L_19 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0032; } } { uint8_t* L_20 = V_0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_21; memset((&L_21), 0, sizeof(L_21)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_21), (void*)(void*)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_21; } IL_0068: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23; L_23 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_22, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_25; L_25 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); bool L_26; L_26 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_23, (Type_t *)L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00c6; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_27; L_27 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); int8_t* L_28 = (int8_t*) alloca(((uintptr_t)L_27)); memset(L_28, 0, ((uintptr_t)L_27)); V_2 = (int8_t*)(L_28); V_3 = (int32_t)0; goto IL_00b7; } IL_0090: { int8_t* L_29 = V_2; int32_t L_30 = V_3; int32_t L_31 = V_3; uint8_t L_32; L_32 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_33 = V_3; uint8_t L_34; L_34 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_35; L_35 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((uint8_t)L_32, (uint8_t)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); uint8_t L_36 = L_35; RuntimeObject * L_37 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_36); *((int8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)L_30))) = (int8_t)((*(int8_t*)((int8_t*)UnBox(L_37, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))); int32_t L_38 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00b7: { int32_t L_39 = V_3; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_40; L_40 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_0090; } } { int8_t* L_41 = V_2; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_42; memset((&L_42), 0, sizeof(L_42)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_42), (void*)(void*)L_41, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_42; } IL_00c6: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_43 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_44; L_44 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_43, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_45 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_46; L_46 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_45, /*hidden argument*/NULL); bool L_47; L_47 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_44, (Type_t *)L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0133; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_48; L_48 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_48) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Addition_mC9F1C378B3AFC6331ADBB80057DF58B6EBDBF74C_RuntimeMethod_var); int8_t* L_49 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_48), (int32_t)2))); memset(L_49, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_48), (int32_t)2))); V_4 = (uint16_t*)(L_49); V_5 = (int32_t)0; goto IL_0122; } IL_00f2: { uint16_t* L_50 = V_4; int32_t L_51 = V_5; int32_t L_52 = V_5; uint8_t L_53; L_53 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_52, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_54 = V_5; uint8_t L_55; L_55 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_54, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_56; L_56 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((uint8_t)L_53, (uint8_t)L_55, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); uint8_t L_57 = L_56; RuntimeObject * L_58 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_57); *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_50, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_51), (int32_t)2))))) = (int16_t)((*(uint16_t*)((uint16_t*)UnBox(L_58, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))); int32_t L_59 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0122: { int32_t L_60 = V_5; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_61; L_61 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_00f2; } } { uint16_t* L_62 = V_4; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_63; memset((&L_63), 0, sizeof(L_63)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_63), (void*)(void*)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_63; } IL_0133: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_64 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65; L_65 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_64, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_66 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_67; L_67 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_66, /*hidden argument*/NULL); bool L_68; L_68 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_65, (Type_t *)L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01a0; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_69; L_69 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_69) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Addition_mC9F1C378B3AFC6331ADBB80057DF58B6EBDBF74C_RuntimeMethod_var); int8_t* L_70 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_69), (int32_t)2))); memset(L_70, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_69), (int32_t)2))); V_6 = (int16_t*)(L_70); V_7 = (int32_t)0; goto IL_018f; } IL_015f: { int16_t* L_71 = V_6; int32_t L_72 = V_7; int32_t L_73 = V_7; uint8_t L_74; L_74 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_75 = V_7; uint8_t L_76; L_76 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_75, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_77; L_77 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((uint8_t)L_74, (uint8_t)L_76, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); uint8_t L_78 = L_77; RuntimeObject * L_79 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_78); *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_71, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_72), (int32_t)2))))) = (int16_t)((*(int16_t*)((int16_t*)UnBox(L_79, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))); int32_t L_80 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); } IL_018f: { int32_t L_81 = V_7; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_82; L_82 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_81) < ((int32_t)L_82))) { goto IL_015f; } } { int16_t* L_83 = V_6; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_84; memset((&L_84), 0, sizeof(L_84)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_84), (void*)(void*)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_84; } IL_01a0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_85 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_86; L_86 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_85, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_87 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_88; L_88 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_87, /*hidden argument*/NULL); bool L_89; L_89 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_86, (Type_t *)L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_020d; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_90; L_90 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_90) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Addition_mC9F1C378B3AFC6331ADBB80057DF58B6EBDBF74C_RuntimeMethod_var); int8_t* L_91 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_90), (int32_t)4))); memset(L_91, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_90), (int32_t)4))); V_8 = (uint32_t*)(L_91); V_9 = (int32_t)0; goto IL_01fc; } IL_01cc: { uint32_t* L_92 = V_8; int32_t L_93 = V_9; int32_t L_94 = V_9; uint8_t L_95; L_95 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_94, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_96 = V_9; uint8_t L_97; L_97 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_96, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_98; L_98 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((uint8_t)L_95, (uint8_t)L_97, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); uint8_t L_99 = L_98; RuntimeObject * L_100 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_99); *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_92, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_93), (int32_t)4))))) = (int32_t)((*(uint32_t*)((uint32_t*)UnBox(L_100, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))); int32_t L_101 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)); } IL_01fc: { int32_t L_102 = V_9; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_103; L_103 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_102) < ((int32_t)L_103))) { goto IL_01cc; } } { uint32_t* L_104 = V_8; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_105; memset((&L_105), 0, sizeof(L_105)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_105), (void*)(void*)L_104, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_105; } IL_020d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_106 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_107; L_107 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_106, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_108 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_109; L_109 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_108, /*hidden argument*/NULL); bool L_110; L_110 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_107, (Type_t *)L_109, /*hidden argument*/NULL); if (!L_110) { goto IL_027a; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_111; L_111 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_111) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Addition_mC9F1C378B3AFC6331ADBB80057DF58B6EBDBF74C_RuntimeMethod_var); int8_t* L_112 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_111), (int32_t)4))); memset(L_112, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_111), (int32_t)4))); V_10 = (int32_t*)(L_112); V_11 = (int32_t)0; goto IL_0269; } IL_0239: { int32_t* L_113 = V_10; int32_t L_114 = V_11; int32_t L_115 = V_11; uint8_t L_116; L_116 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_117 = V_11; uint8_t L_118; L_118 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_117, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_119; L_119 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((uint8_t)L_116, (uint8_t)L_118, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); uint8_t L_120 = L_119; RuntimeObject * L_121 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_120); *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_113, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_114), (int32_t)4))))) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_121, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); int32_t L_122 = V_11; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1)); } IL_0269: { int32_t L_123 = V_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_124; L_124 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_123) < ((int32_t)L_124))) { goto IL_0239; } } { int32_t* L_125 = V_10; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_126; memset((&L_126), 0, sizeof(L_126)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_126), (void*)(void*)L_125, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_126; } IL_027a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_127 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_128; L_128 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_127, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_129 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_130; L_130 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_129, /*hidden argument*/NULL); bool L_131; L_131 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_128, (Type_t *)L_130, /*hidden argument*/NULL); if (!L_131) { goto IL_02e7; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_132; L_132 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_132) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Addition_mC9F1C378B3AFC6331ADBB80057DF58B6EBDBF74C_RuntimeMethod_var); int8_t* L_133 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_132), (int32_t)8))); memset(L_133, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_132), (int32_t)8))); V_12 = (uint64_t*)(L_133); V_13 = (int32_t)0; goto IL_02d6; } IL_02a6: { uint64_t* L_134 = V_12; int32_t L_135 = V_13; int32_t L_136 = V_13; uint8_t L_137; L_137 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_136, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_138 = V_13; uint8_t L_139; L_139 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_138, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_140; L_140 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((uint8_t)L_137, (uint8_t)L_139, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); uint8_t L_141 = L_140; RuntimeObject * L_142 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_141); *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_134, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_135), (int32_t)8))))) = (int64_t)((*(uint64_t*)((uint64_t*)UnBox(L_142, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))); int32_t L_143 = V_13; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1)); } IL_02d6: { int32_t L_144 = V_13; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_145; L_145 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_144) < ((int32_t)L_145))) { goto IL_02a6; } } { uint64_t* L_146 = V_12; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_147; memset((&L_147), 0, sizeof(L_147)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_147), (void*)(void*)L_146, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_147; } IL_02e7: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_148 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_149; L_149 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_148, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_150 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_151; L_151 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_150, /*hidden argument*/NULL); bool L_152; L_152 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_149, (Type_t *)L_151, /*hidden argument*/NULL); if (!L_152) { goto IL_0354; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_153; L_153 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_153) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Addition_mC9F1C378B3AFC6331ADBB80057DF58B6EBDBF74C_RuntimeMethod_var); int8_t* L_154 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_153), (int32_t)8))); memset(L_154, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_153), (int32_t)8))); V_14 = (int64_t*)(L_154); V_15 = (int32_t)0; goto IL_0343; } IL_0313: { int64_t* L_155 = V_14; int32_t L_156 = V_15; int32_t L_157 = V_15; uint8_t L_158; L_158 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_157, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_159 = V_15; uint8_t L_160; L_160 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_159, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_161; L_161 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((uint8_t)L_158, (uint8_t)L_160, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); uint8_t L_162 = L_161; RuntimeObject * L_163 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_162); *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_155, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_156), (int32_t)8))))) = (int64_t)((*(int64_t*)((int64_t*)UnBox(L_163, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); int32_t L_164 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_164, (int32_t)1)); } IL_0343: { int32_t L_165 = V_15; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_166; L_166 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_165) < ((int32_t)L_166))) { goto IL_0313; } } { int64_t* L_167 = V_14; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_168; memset((&L_168), 0, sizeof(L_168)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_168), (void*)(void*)L_167, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_168; } IL_0354: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_169 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_170; L_170 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_169, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_171 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_172; L_172 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_171, /*hidden argument*/NULL); bool L_173; L_173 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_170, (Type_t *)L_172, /*hidden argument*/NULL); if (!L_173) { goto IL_03c1; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_174; L_174 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_174) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Addition_mC9F1C378B3AFC6331ADBB80057DF58B6EBDBF74C_RuntimeMethod_var); int8_t* L_175 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_174), (int32_t)4))); memset(L_175, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_174), (int32_t)4))); V_16 = (float*)(L_175); V_17 = (int32_t)0; goto IL_03b0; } IL_0380: { float* L_176 = V_16; int32_t L_177 = V_17; int32_t L_178 = V_17; uint8_t L_179; L_179 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_178, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_180 = V_17; uint8_t L_181; L_181 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_180, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_182; L_182 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((uint8_t)L_179, (uint8_t)L_181, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); uint8_t L_183 = L_182; RuntimeObject * L_184 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_183); *((float*)((float*)il2cpp_codegen_add((intptr_t)L_176, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_177), (int32_t)4))))) = (float)((*(float*)((float*)UnBox(L_184, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); int32_t L_185 = V_17; V_17 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)1)); } IL_03b0: { int32_t L_186 = V_17; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_187; L_187 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_186) < ((int32_t)L_187))) { goto IL_0380; } } { float* L_188 = V_16; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_189; memset((&L_189), 0, sizeof(L_189)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_189), (void*)(void*)L_188, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_189; } IL_03c1: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_190 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_191; L_191 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_190, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_192 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_193; L_193 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_192, /*hidden argument*/NULL); bool L_194; L_194 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_191, (Type_t *)L_193, /*hidden argument*/NULL); if (!L_194) { goto IL_042e; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_195; L_195 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_195) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Addition_mC9F1C378B3AFC6331ADBB80057DF58B6EBDBF74C_RuntimeMethod_var); int8_t* L_196 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_195), (int32_t)8))); memset(L_196, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_195), (int32_t)8))); V_18 = (double*)(L_196); V_19 = (int32_t)0; goto IL_041d; } IL_03ed: { double* L_197 = V_18; int32_t L_198 = V_19; int32_t L_199 = V_19; uint8_t L_200; L_200 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_199, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_201 = V_19; uint8_t L_202; L_202 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_201, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_203; L_203 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)->methodPointer)((uint8_t)L_200, (uint8_t)L_202, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10)); uint8_t L_204 = L_203; RuntimeObject * L_205 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_204); *((double*)((double*)il2cpp_codegen_add((intptr_t)L_197, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_198), (int32_t)8))))) = (double)((*(double*)((double*)UnBox(L_205, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); int32_t L_206 = V_19; V_19 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)1)); } IL_041d: { int32_t L_207 = V_19; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_208; L_208 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_207) < ((int32_t)L_208))) { goto IL_03ed; } } { double* L_209 = V_18; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_210; memset((&L_210), 0, sizeof(L_210)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_210), (void*)(void*)L_209, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_210; } IL_042e: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_211; L_211 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_212 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_212, (String_t*)L_211, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_212, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_op_Addition_mC9F1C378B3AFC6331ADBB80057DF58B6EBDBF74C_RuntimeMethod_var))); } IL_0439: { il2cpp_codegen_initobj((&V_20), sizeof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_213 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_214; L_214 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_213, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_215 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_216; L_216 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_215, /*hidden argument*/NULL); bool L_217; L_217 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_214, (Type_t *)L_216, /*hidden argument*/NULL); if (!L_217) { goto IL_06a4; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_218 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_219 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_220 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_219.get_register_0(); uint8_t L_221 = (uint8_t)L_220.get_byte_0_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_222 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_223 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_222.get_register_0(); uint8_t L_224 = (uint8_t)L_223.get_byte_0_0(); L_218->set_byte_0_0((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_221, (int32_t)L_224))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_225 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_226 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_227 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_226.get_register_0(); uint8_t L_228 = (uint8_t)L_227.get_byte_1_1(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_229 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_230 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_229.get_register_0(); uint8_t L_231 = (uint8_t)L_230.get_byte_1_1(); L_225->set_byte_1_1((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_228, (int32_t)L_231))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_232 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_233 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_234 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_233.get_register_0(); uint8_t L_235 = (uint8_t)L_234.get_byte_2_2(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_236 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_237 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_236.get_register_0(); uint8_t L_238 = (uint8_t)L_237.get_byte_2_2(); L_232->set_byte_2_2((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_235, (int32_t)L_238))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_239 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_240 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_241 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_240.get_register_0(); uint8_t L_242 = (uint8_t)L_241.get_byte_3_3(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_243 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_244 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_243.get_register_0(); uint8_t L_245 = (uint8_t)L_244.get_byte_3_3(); L_239->set_byte_3_3((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_242, (int32_t)L_245))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_246 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_247 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_248 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_247.get_register_0(); uint8_t L_249 = (uint8_t)L_248.get_byte_4_4(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_250 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_251 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_250.get_register_0(); uint8_t L_252 = (uint8_t)L_251.get_byte_4_4(); L_246->set_byte_4_4((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_249, (int32_t)L_252))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_253 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_254 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_255 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_254.get_register_0(); uint8_t L_256 = (uint8_t)L_255.get_byte_5_5(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_257 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_258 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_257.get_register_0(); uint8_t L_259 = (uint8_t)L_258.get_byte_5_5(); L_253->set_byte_5_5((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_256, (int32_t)L_259))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_260 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_261 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_262 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_261.get_register_0(); uint8_t L_263 = (uint8_t)L_262.get_byte_6_6(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_264 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_265 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_264.get_register_0(); uint8_t L_266 = (uint8_t)L_265.get_byte_6_6(); L_260->set_byte_6_6((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_263, (int32_t)L_266))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_267 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_268 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_269 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_268.get_register_0(); uint8_t L_270 = (uint8_t)L_269.get_byte_7_7(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_271 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_272 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_271.get_register_0(); uint8_t L_273 = (uint8_t)L_272.get_byte_7_7(); L_267->set_byte_7_7((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_270, (int32_t)L_273))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_274 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_275 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_276 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_275.get_register_0(); uint8_t L_277 = (uint8_t)L_276.get_byte_8_8(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_278 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_279 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_278.get_register_0(); uint8_t L_280 = (uint8_t)L_279.get_byte_8_8(); L_274->set_byte_8_8((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_277, (int32_t)L_280))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_281 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_282 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_283 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_282.get_register_0(); uint8_t L_284 = (uint8_t)L_283.get_byte_9_9(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_285 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_286 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_285.get_register_0(); uint8_t L_287 = (uint8_t)L_286.get_byte_9_9(); L_281->set_byte_9_9((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_284, (int32_t)L_287))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_288 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_289 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_290 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_289.get_register_0(); uint8_t L_291 = (uint8_t)L_290.get_byte_10_10(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_292 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_293 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_292.get_register_0(); uint8_t L_294 = (uint8_t)L_293.get_byte_10_10(); L_288->set_byte_10_10((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_291, (int32_t)L_294))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_295 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_296 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_297 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_296.get_register_0(); uint8_t L_298 = (uint8_t)L_297.get_byte_11_11(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_299 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_300 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_299.get_register_0(); uint8_t L_301 = (uint8_t)L_300.get_byte_11_11(); L_295->set_byte_11_11((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_298, (int32_t)L_301))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_302 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_303 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_304 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_303.get_register_0(); uint8_t L_305 = (uint8_t)L_304.get_byte_12_12(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_306 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_307 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_306.get_register_0(); uint8_t L_308 = (uint8_t)L_307.get_byte_12_12(); L_302->set_byte_12_12((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_305, (int32_t)L_308))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_309 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_310 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_311 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_310.get_register_0(); uint8_t L_312 = (uint8_t)L_311.get_byte_13_13(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_313 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_314 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_313.get_register_0(); uint8_t L_315 = (uint8_t)L_314.get_byte_13_13(); L_309->set_byte_13_13((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_312, (int32_t)L_315))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_316 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_317 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_318 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_317.get_register_0(); uint8_t L_319 = (uint8_t)L_318.get_byte_14_14(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_320 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_321 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_320.get_register_0(); uint8_t L_322 = (uint8_t)L_321.get_byte_14_14(); L_316->set_byte_14_14((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_319, (int32_t)L_322))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_323 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_324 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_325 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_324.get_register_0(); uint8_t L_326 = (uint8_t)L_325.get_byte_15_15(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_327 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_328 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_327.get_register_0(); uint8_t L_329 = (uint8_t)L_328.get_byte_15_15(); L_323->set_byte_15_15((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_326, (int32_t)L_329))))); goto IL_0eca; } IL_06a4: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_330 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_331; L_331 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_330, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_332 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_333; L_333 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_332, /*hidden argument*/NULL); bool L_334; L_334 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_331, (Type_t *)L_333, /*hidden argument*/NULL); if (!L_334) { goto IL_0907; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_335 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_336 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_337 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_336.get_register_0(); int8_t L_338 = (int8_t)L_337.get_sbyte_0_16(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_339 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_340 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_339.get_register_0(); int8_t L_341 = (int8_t)L_340.get_sbyte_0_16(); L_335->set_sbyte_0_16(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_338, (int32_t)L_341))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_342 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_343 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_344 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_343.get_register_0(); int8_t L_345 = (int8_t)L_344.get_sbyte_1_17(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_346 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_347 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_346.get_register_0(); int8_t L_348 = (int8_t)L_347.get_sbyte_1_17(); L_342->set_sbyte_1_17(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_345, (int32_t)L_348))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_349 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_350 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_351 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_350.get_register_0(); int8_t L_352 = (int8_t)L_351.get_sbyte_2_18(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_353 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_354 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_353.get_register_0(); int8_t L_355 = (int8_t)L_354.get_sbyte_2_18(); L_349->set_sbyte_2_18(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_352, (int32_t)L_355))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_356 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_357 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_358 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_357.get_register_0(); int8_t L_359 = (int8_t)L_358.get_sbyte_3_19(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_360 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_361 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_360.get_register_0(); int8_t L_362 = (int8_t)L_361.get_sbyte_3_19(); L_356->set_sbyte_3_19(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_359, (int32_t)L_362))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_363 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_364 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_365 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_364.get_register_0(); int8_t L_366 = (int8_t)L_365.get_sbyte_4_20(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_367 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_368 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_367.get_register_0(); int8_t L_369 = (int8_t)L_368.get_sbyte_4_20(); L_363->set_sbyte_4_20(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_366, (int32_t)L_369))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_370 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_371 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_372 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_371.get_register_0(); int8_t L_373 = (int8_t)L_372.get_sbyte_5_21(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_374 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_375 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_374.get_register_0(); int8_t L_376 = (int8_t)L_375.get_sbyte_5_21(); L_370->set_sbyte_5_21(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_373, (int32_t)L_376))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_377 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_378 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_379 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_378.get_register_0(); int8_t L_380 = (int8_t)L_379.get_sbyte_6_22(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_381 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_382 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_381.get_register_0(); int8_t L_383 = (int8_t)L_382.get_sbyte_6_22(); L_377->set_sbyte_6_22(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_380, (int32_t)L_383))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_384 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_385 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_386 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_385.get_register_0(); int8_t L_387 = (int8_t)L_386.get_sbyte_7_23(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_388 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_389 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_388.get_register_0(); int8_t L_390 = (int8_t)L_389.get_sbyte_7_23(); L_384->set_sbyte_7_23(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_387, (int32_t)L_390))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_391 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_392 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_393 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_392.get_register_0(); int8_t L_394 = (int8_t)L_393.get_sbyte_8_24(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_395 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_396 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_395.get_register_0(); int8_t L_397 = (int8_t)L_396.get_sbyte_8_24(); L_391->set_sbyte_8_24(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_394, (int32_t)L_397))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_398 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_399 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_400 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_399.get_register_0(); int8_t L_401 = (int8_t)L_400.get_sbyte_9_25(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_402 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_403 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_402.get_register_0(); int8_t L_404 = (int8_t)L_403.get_sbyte_9_25(); L_398->set_sbyte_9_25(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_401, (int32_t)L_404))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_405 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_406 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_407 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_406.get_register_0(); int8_t L_408 = (int8_t)L_407.get_sbyte_10_26(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_409 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_410 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_409.get_register_0(); int8_t L_411 = (int8_t)L_410.get_sbyte_10_26(); L_405->set_sbyte_10_26(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_408, (int32_t)L_411))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_412 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_413 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_414 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_413.get_register_0(); int8_t L_415 = (int8_t)L_414.get_sbyte_11_27(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_416 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_417 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_416.get_register_0(); int8_t L_418 = (int8_t)L_417.get_sbyte_11_27(); L_412->set_sbyte_11_27(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_415, (int32_t)L_418))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_419 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_420 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_421 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_420.get_register_0(); int8_t L_422 = (int8_t)L_421.get_sbyte_12_28(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_423 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_424 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_423.get_register_0(); int8_t L_425 = (int8_t)L_424.get_sbyte_12_28(); L_419->set_sbyte_12_28(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_422, (int32_t)L_425))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_426 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_427 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_428 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_427.get_register_0(); int8_t L_429 = (int8_t)L_428.get_sbyte_13_29(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_430 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_431 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_430.get_register_0(); int8_t L_432 = (int8_t)L_431.get_sbyte_13_29(); L_426->set_sbyte_13_29(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_429, (int32_t)L_432))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_433 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_434 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_435 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_434.get_register_0(); int8_t L_436 = (int8_t)L_435.get_sbyte_14_30(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_437 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_438 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_437.get_register_0(); int8_t L_439 = (int8_t)L_438.get_sbyte_14_30(); L_433->set_sbyte_14_30(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_436, (int32_t)L_439))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_440 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_441 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_442 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_441.get_register_0(); int8_t L_443 = (int8_t)L_442.get_sbyte_15_31(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_444 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_445 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_444.get_register_0(); int8_t L_446 = (int8_t)L_445.get_sbyte_15_31(); L_440->set_sbyte_15_31(((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)L_443, (int32_t)L_446))))); goto IL_0eca; } IL_0907: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_447 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_448; L_448 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_447, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_449 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_450; L_450 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_449, /*hidden argument*/NULL); bool L_451; L_451 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_448, (Type_t *)L_450, /*hidden argument*/NULL); if (!L_451) { goto IL_0a4a; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_452 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_453 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_454 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_453.get_register_0(); uint16_t L_455 = (uint16_t)L_454.get_uint16_0_32(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_456 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_457 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_456.get_register_0(); uint16_t L_458 = (uint16_t)L_457.get_uint16_0_32(); L_452->set_uint16_0_32((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_455, (int32_t)L_458))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_459 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_460 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_461 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_460.get_register_0(); uint16_t L_462 = (uint16_t)L_461.get_uint16_1_33(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_463 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_464 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_463.get_register_0(); uint16_t L_465 = (uint16_t)L_464.get_uint16_1_33(); L_459->set_uint16_1_33((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_462, (int32_t)L_465))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_466 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_467 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_468 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_467.get_register_0(); uint16_t L_469 = (uint16_t)L_468.get_uint16_2_34(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_470 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_471 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_470.get_register_0(); uint16_t L_472 = (uint16_t)L_471.get_uint16_2_34(); L_466->set_uint16_2_34((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_469, (int32_t)L_472))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_473 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_474 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_475 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_474.get_register_0(); uint16_t L_476 = (uint16_t)L_475.get_uint16_3_35(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_477 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_478 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_477.get_register_0(); uint16_t L_479 = (uint16_t)L_478.get_uint16_3_35(); L_473->set_uint16_3_35((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_476, (int32_t)L_479))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_480 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_481 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_482 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_481.get_register_0(); uint16_t L_483 = (uint16_t)L_482.get_uint16_4_36(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_484 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_485 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_484.get_register_0(); uint16_t L_486 = (uint16_t)L_485.get_uint16_4_36(); L_480->set_uint16_4_36((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_483, (int32_t)L_486))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_487 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_488 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_489 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_488.get_register_0(); uint16_t L_490 = (uint16_t)L_489.get_uint16_5_37(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_491 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_492 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_491.get_register_0(); uint16_t L_493 = (uint16_t)L_492.get_uint16_5_37(); L_487->set_uint16_5_37((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_490, (int32_t)L_493))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_494 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_495 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_496 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_495.get_register_0(); uint16_t L_497 = (uint16_t)L_496.get_uint16_6_38(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_498 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_499 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_498.get_register_0(); uint16_t L_500 = (uint16_t)L_499.get_uint16_6_38(); L_494->set_uint16_6_38((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_497, (int32_t)L_500))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_501 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_502 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_503 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_502.get_register_0(); uint16_t L_504 = (uint16_t)L_503.get_uint16_7_39(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_505 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_506 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_505.get_register_0(); uint16_t L_507 = (uint16_t)L_506.get_uint16_7_39(); L_501->set_uint16_7_39((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_504, (int32_t)L_507))))); goto IL_0eca; } IL_0a4a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_508 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_509; L_509 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_508, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_510 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_511; L_511 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_510, /*hidden argument*/NULL); bool L_512; L_512 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_509, (Type_t *)L_511, /*hidden argument*/NULL); if (!L_512) { goto IL_0b8d; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_513 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_514 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_515 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_514.get_register_0(); int16_t L_516 = (int16_t)L_515.get_int16_0_40(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_517 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_518 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_517.get_register_0(); int16_t L_519 = (int16_t)L_518.get_int16_0_40(); L_513->set_int16_0_40(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_516, (int32_t)L_519))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_520 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_521 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_522 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_521.get_register_0(); int16_t L_523 = (int16_t)L_522.get_int16_1_41(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_524 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_525 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_524.get_register_0(); int16_t L_526 = (int16_t)L_525.get_int16_1_41(); L_520->set_int16_1_41(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_523, (int32_t)L_526))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_527 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_528 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_529 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_528.get_register_0(); int16_t L_530 = (int16_t)L_529.get_int16_2_42(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_531 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_532 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_531.get_register_0(); int16_t L_533 = (int16_t)L_532.get_int16_2_42(); L_527->set_int16_2_42(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_530, (int32_t)L_533))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_534 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_535 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_536 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_535.get_register_0(); int16_t L_537 = (int16_t)L_536.get_int16_3_43(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_538 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_539 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_538.get_register_0(); int16_t L_540 = (int16_t)L_539.get_int16_3_43(); L_534->set_int16_3_43(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_537, (int32_t)L_540))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_541 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_542 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_543 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_542.get_register_0(); int16_t L_544 = (int16_t)L_543.get_int16_4_44(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_545 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_546 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_545.get_register_0(); int16_t L_547 = (int16_t)L_546.get_int16_4_44(); L_541->set_int16_4_44(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_544, (int32_t)L_547))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_548 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_549 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_550 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_549.get_register_0(); int16_t L_551 = (int16_t)L_550.get_int16_5_45(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_552 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_553 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_552.get_register_0(); int16_t L_554 = (int16_t)L_553.get_int16_5_45(); L_548->set_int16_5_45(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_551, (int32_t)L_554))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_555 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_556 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_557 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_556.get_register_0(); int16_t L_558 = (int16_t)L_557.get_int16_6_46(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_559 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_560 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_559.get_register_0(); int16_t L_561 = (int16_t)L_560.get_int16_6_46(); L_555->set_int16_6_46(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_558, (int32_t)L_561))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_562 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_563 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_564 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_563.get_register_0(); int16_t L_565 = (int16_t)L_564.get_int16_7_47(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_566 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_567 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_566.get_register_0(); int16_t L_568 = (int16_t)L_567.get_int16_7_47(); L_562->set_int16_7_47(((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_565, (int32_t)L_568))))); goto IL_0eca; } IL_0b8d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_569 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_570; L_570 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_569, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_571 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_572; L_572 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_571, /*hidden argument*/NULL); bool L_573; L_573 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_570, (Type_t *)L_572, /*hidden argument*/NULL); if (!L_573) { goto IL_0c3c; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_574 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_575 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_576 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_575.get_register_0(); uint32_t L_577 = (uint32_t)L_576.get_uint32_0_48(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_578 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_579 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_578.get_register_0(); uint32_t L_580 = (uint32_t)L_579.get_uint32_0_48(); L_574->set_uint32_0_48(((int32_t)il2cpp_codegen_add((int32_t)L_577, (int32_t)L_580))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_581 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_582 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_583 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_582.get_register_0(); uint32_t L_584 = (uint32_t)L_583.get_uint32_1_49(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_585 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_586 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_585.get_register_0(); uint32_t L_587 = (uint32_t)L_586.get_uint32_1_49(); L_581->set_uint32_1_49(((int32_t)il2cpp_codegen_add((int32_t)L_584, (int32_t)L_587))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_588 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_589 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_590 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_589.get_register_0(); uint32_t L_591 = (uint32_t)L_590.get_uint32_2_50(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_592 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_593 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_592.get_register_0(); uint32_t L_594 = (uint32_t)L_593.get_uint32_2_50(); L_588->set_uint32_2_50(((int32_t)il2cpp_codegen_add((int32_t)L_591, (int32_t)L_594))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_595 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_596 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_597 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_596.get_register_0(); uint32_t L_598 = (uint32_t)L_597.get_uint32_3_51(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_599 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_600 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_599.get_register_0(); uint32_t L_601 = (uint32_t)L_600.get_uint32_3_51(); L_595->set_uint32_3_51(((int32_t)il2cpp_codegen_add((int32_t)L_598, (int32_t)L_601))); goto IL_0eca; } IL_0c3c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_602 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_603; L_603 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_602, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_604 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_605; L_605 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_604, /*hidden argument*/NULL); bool L_606; L_606 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_603, (Type_t *)L_605, /*hidden argument*/NULL); if (!L_606) { goto IL_0ceb; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_607 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_608 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_609 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_608.get_register_0(); int32_t L_610 = (int32_t)L_609.get_int32_0_52(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_611 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_612 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_611.get_register_0(); int32_t L_613 = (int32_t)L_612.get_int32_0_52(); L_607->set_int32_0_52(((int32_t)il2cpp_codegen_add((int32_t)L_610, (int32_t)L_613))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_614 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_615 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_616 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_615.get_register_0(); int32_t L_617 = (int32_t)L_616.get_int32_1_53(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_618 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_619 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_618.get_register_0(); int32_t L_620 = (int32_t)L_619.get_int32_1_53(); L_614->set_int32_1_53(((int32_t)il2cpp_codegen_add((int32_t)L_617, (int32_t)L_620))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_621 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_622 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_623 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_622.get_register_0(); int32_t L_624 = (int32_t)L_623.get_int32_2_54(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_625 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_626 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_625.get_register_0(); int32_t L_627 = (int32_t)L_626.get_int32_2_54(); L_621->set_int32_2_54(((int32_t)il2cpp_codegen_add((int32_t)L_624, (int32_t)L_627))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_628 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_629 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_630 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_629.get_register_0(); int32_t L_631 = (int32_t)L_630.get_int32_3_55(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_632 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_633 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_632.get_register_0(); int32_t L_634 = (int32_t)L_633.get_int32_3_55(); L_628->set_int32_3_55(((int32_t)il2cpp_codegen_add((int32_t)L_631, (int32_t)L_634))); goto IL_0eca; } IL_0ceb: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_635 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_636; L_636 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_635, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_637 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_638; L_638 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_637, /*hidden argument*/NULL); bool L_639; L_639 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_636, (Type_t *)L_638, /*hidden argument*/NULL); if (!L_639) { goto IL_0d51; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_640 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_641 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_642 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_641.get_register_0(); uint64_t L_643 = (uint64_t)L_642.get_uint64_0_56(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_644 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_645 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_644.get_register_0(); uint64_t L_646 = (uint64_t)L_645.get_uint64_0_56(); L_640->set_uint64_0_56(((int64_t)il2cpp_codegen_add((int64_t)L_643, (int64_t)L_646))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_647 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_648 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_649 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_648.get_register_0(); uint64_t L_650 = (uint64_t)L_649.get_uint64_1_57(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_651 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_652 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_651.get_register_0(); uint64_t L_653 = (uint64_t)L_652.get_uint64_1_57(); L_647->set_uint64_1_57(((int64_t)il2cpp_codegen_add((int64_t)L_650, (int64_t)L_653))); goto IL_0eca; } IL_0d51: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_654 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_655; L_655 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_654, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_656 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_657; L_657 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_656, /*hidden argument*/NULL); bool L_658; L_658 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_655, (Type_t *)L_657, /*hidden argument*/NULL); if (!L_658) { goto IL_0db7; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_659 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_660 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_661 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_660.get_register_0(); int64_t L_662 = (int64_t)L_661.get_int64_0_58(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_663 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_664 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_663.get_register_0(); int64_t L_665 = (int64_t)L_664.get_int64_0_58(); L_659->set_int64_0_58(((int64_t)il2cpp_codegen_add((int64_t)L_662, (int64_t)L_665))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_666 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_667 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_668 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_667.get_register_0(); int64_t L_669 = (int64_t)L_668.get_int64_1_59(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_670 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_671 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_670.get_register_0(); int64_t L_672 = (int64_t)L_671.get_int64_1_59(); L_666->set_int64_1_59(((int64_t)il2cpp_codegen_add((int64_t)L_669, (int64_t)L_672))); goto IL_0eca; } IL_0db7: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_673 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_674; L_674 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_673, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_675 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_676; L_676 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_675, /*hidden argument*/NULL); bool L_677; L_677 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_674, (Type_t *)L_676, /*hidden argument*/NULL); if (!L_677) { goto IL_0e67; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_678 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_679 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_680 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_679.get_register_0(); float L_681 = (float)L_680.get_single_0_60(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_682 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_683 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_682.get_register_0(); float L_684 = (float)L_683.get_single_0_60(); L_678->set_single_0_60(((float)((float)((float)il2cpp_codegen_add((float)L_681, (float)L_684))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_685 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_686 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_687 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_686.get_register_0(); float L_688 = (float)L_687.get_single_1_61(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_689 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_690 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_689.get_register_0(); float L_691 = (float)L_690.get_single_1_61(); L_685->set_single_1_61(((float)((float)((float)il2cpp_codegen_add((float)L_688, (float)L_691))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_692 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_693 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_694 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_693.get_register_0(); float L_695 = (float)L_694.get_single_2_62(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_696 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_697 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_696.get_register_0(); float L_698 = (float)L_697.get_single_2_62(); L_692->set_single_2_62(((float)((float)((float)il2cpp_codegen_add((float)L_695, (float)L_698))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_699 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_700 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_701 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_700.get_register_0(); float L_702 = (float)L_701.get_single_3_63(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_703 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_704 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_703.get_register_0(); float L_705 = (float)L_704.get_single_3_63(); L_699->set_single_3_63(((float)((float)((float)il2cpp_codegen_add((float)L_702, (float)L_705))))); goto IL_0eca; } IL_0e67: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_706 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_707; L_707 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_706, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_708 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_709; L_709 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_708, /*hidden argument*/NULL); bool L_710; L_710 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_707, (Type_t *)L_709, /*hidden argument*/NULL); if (!L_710) { goto IL_0eca; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_711 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_712 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_713 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_712.get_register_0(); double L_714 = (double)L_713.get_double_0_64(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_715 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_716 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_715.get_register_0(); double L_717 = (double)L_716.get_double_0_64(); L_711->set_double_0_64(((double)((double)((double)il2cpp_codegen_add((double)L_714, (double)L_717))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_718 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_719 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_720 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_719.get_register_0(); double L_721 = (double)L_720.get_double_1_65(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_722 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_723 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_722.get_register_0(); double L_724 = (double)L_723.get_double_1_65(); L_718->set_double_1_65(((double)((double)((double)il2cpp_codegen_add((double)L_721, (double)L_724))))); } IL_0eca: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_725 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_725; } } // System.Numerics.Vector`1 System.Numerics.Vector`1::op_Subtraction(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_1_op_Subtraction_mFB294F1F3DAD064F48DF3702E07409E570ABF337_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Subtraction_mFB294F1F3DAD064F48DF3702E07409E570ABF337_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; int32_t V_1 = 0; int8_t* V_2 = NULL; int32_t V_3 = 0; uint16_t* V_4 = NULL; int32_t V_5 = 0; int16_t* V_6 = NULL; int32_t V_7 = 0; uint32_t* V_8 = NULL; int32_t V_9 = 0; int32_t* V_10 = NULL; int32_t V_11 = 0; uint64_t* V_12 = NULL; int32_t V_13 = 0; int64_t* V_14 = NULL; int32_t V_15 = 0; float* V_16 = NULL; int32_t V_17 = 0; double* V_18 = NULL; int32_t V_19 = 0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 V_20; memset((&V_20), 0, sizeof(V_20)); { bool L_0; L_0 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_0) { goto IL_0439; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_2, (Type_t *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0068; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_6; L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); int8_t* L_7 = (int8_t*) alloca(((uintptr_t)L_6)); memset(L_7, 0, ((uintptr_t)L_6)); V_0 = (uint8_t*)(L_7); V_1 = (int32_t)0; goto IL_0059; } IL_0032: { uint8_t* L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_1; uint8_t L_11; L_11 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_12 = V_1; uint8_t L_13; L_13 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_14; L_14 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((uint8_t)L_11, (uint8_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); uint8_t L_15 = L_14; RuntimeObject * L_16 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_15); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9))) = (int8_t)((*(uint8_t*)((uint8_t*)UnBox(L_16, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))); int32_t L_17 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0059: { int32_t L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_19; L_19 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0032; } } { uint8_t* L_20 = V_0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_21; memset((&L_21), 0, sizeof(L_21)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_21), (void*)(void*)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_21; } IL_0068: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23; L_23 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_22, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_25; L_25 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); bool L_26; L_26 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_23, (Type_t *)L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00c6; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_27; L_27 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); int8_t* L_28 = (int8_t*) alloca(((uintptr_t)L_27)); memset(L_28, 0, ((uintptr_t)L_27)); V_2 = (int8_t*)(L_28); V_3 = (int32_t)0; goto IL_00b7; } IL_0090: { int8_t* L_29 = V_2; int32_t L_30 = V_3; int32_t L_31 = V_3; uint8_t L_32; L_32 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_33 = V_3; uint8_t L_34; L_34 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_35; L_35 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((uint8_t)L_32, (uint8_t)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); uint8_t L_36 = L_35; RuntimeObject * L_37 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_36); *((int8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)L_30))) = (int8_t)((*(int8_t*)((int8_t*)UnBox(L_37, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))); int32_t L_38 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00b7: { int32_t L_39 = V_3; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_40; L_40 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_0090; } } { int8_t* L_41 = V_2; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_42; memset((&L_42), 0, sizeof(L_42)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_42), (void*)(void*)L_41, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_42; } IL_00c6: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_43 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_44; L_44 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_43, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_45 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_46; L_46 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_45, /*hidden argument*/NULL); bool L_47; L_47 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_44, (Type_t *)L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0133; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_48; L_48 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_48) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Subtraction_mFB294F1F3DAD064F48DF3702E07409E570ABF337_RuntimeMethod_var); int8_t* L_49 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_48), (int32_t)2))); memset(L_49, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_48), (int32_t)2))); V_4 = (uint16_t*)(L_49); V_5 = (int32_t)0; goto IL_0122; } IL_00f2: { uint16_t* L_50 = V_4; int32_t L_51 = V_5; int32_t L_52 = V_5; uint8_t L_53; L_53 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_52, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_54 = V_5; uint8_t L_55; L_55 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_54, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_56; L_56 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((uint8_t)L_53, (uint8_t)L_55, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); uint8_t L_57 = L_56; RuntimeObject * L_58 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_57); *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_50, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_51), (int32_t)2))))) = (int16_t)((*(uint16_t*)((uint16_t*)UnBox(L_58, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))); int32_t L_59 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0122: { int32_t L_60 = V_5; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_61; L_61 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_00f2; } } { uint16_t* L_62 = V_4; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_63; memset((&L_63), 0, sizeof(L_63)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_63), (void*)(void*)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_63; } IL_0133: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_64 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65; L_65 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_64, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_66 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_67; L_67 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_66, /*hidden argument*/NULL); bool L_68; L_68 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_65, (Type_t *)L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01a0; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_69; L_69 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_69) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Subtraction_mFB294F1F3DAD064F48DF3702E07409E570ABF337_RuntimeMethod_var); int8_t* L_70 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_69), (int32_t)2))); memset(L_70, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_69), (int32_t)2))); V_6 = (int16_t*)(L_70); V_7 = (int32_t)0; goto IL_018f; } IL_015f: { int16_t* L_71 = V_6; int32_t L_72 = V_7; int32_t L_73 = V_7; uint8_t L_74; L_74 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_75 = V_7; uint8_t L_76; L_76 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_75, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_77; L_77 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((uint8_t)L_74, (uint8_t)L_76, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); uint8_t L_78 = L_77; RuntimeObject * L_79 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_78); *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_71, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_72), (int32_t)2))))) = (int16_t)((*(int16_t*)((int16_t*)UnBox(L_79, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))); int32_t L_80 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); } IL_018f: { int32_t L_81 = V_7; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_82; L_82 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_81) < ((int32_t)L_82))) { goto IL_015f; } } { int16_t* L_83 = V_6; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_84; memset((&L_84), 0, sizeof(L_84)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_84), (void*)(void*)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_84; } IL_01a0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_85 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_86; L_86 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_85, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_87 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_88; L_88 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_87, /*hidden argument*/NULL); bool L_89; L_89 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_86, (Type_t *)L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_020d; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_90; L_90 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_90) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Subtraction_mFB294F1F3DAD064F48DF3702E07409E570ABF337_RuntimeMethod_var); int8_t* L_91 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_90), (int32_t)4))); memset(L_91, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_90), (int32_t)4))); V_8 = (uint32_t*)(L_91); V_9 = (int32_t)0; goto IL_01fc; } IL_01cc: { uint32_t* L_92 = V_8; int32_t L_93 = V_9; int32_t L_94 = V_9; uint8_t L_95; L_95 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_94, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_96 = V_9; uint8_t L_97; L_97 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_96, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_98; L_98 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((uint8_t)L_95, (uint8_t)L_97, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); uint8_t L_99 = L_98; RuntimeObject * L_100 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_99); *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_92, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_93), (int32_t)4))))) = (int32_t)((*(uint32_t*)((uint32_t*)UnBox(L_100, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))); int32_t L_101 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)); } IL_01fc: { int32_t L_102 = V_9; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_103; L_103 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_102) < ((int32_t)L_103))) { goto IL_01cc; } } { uint32_t* L_104 = V_8; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_105; memset((&L_105), 0, sizeof(L_105)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_105), (void*)(void*)L_104, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_105; } IL_020d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_106 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_107; L_107 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_106, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_108 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_109; L_109 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_108, /*hidden argument*/NULL); bool L_110; L_110 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_107, (Type_t *)L_109, /*hidden argument*/NULL); if (!L_110) { goto IL_027a; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_111; L_111 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_111) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Subtraction_mFB294F1F3DAD064F48DF3702E07409E570ABF337_RuntimeMethod_var); int8_t* L_112 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_111), (int32_t)4))); memset(L_112, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_111), (int32_t)4))); V_10 = (int32_t*)(L_112); V_11 = (int32_t)0; goto IL_0269; } IL_0239: { int32_t* L_113 = V_10; int32_t L_114 = V_11; int32_t L_115 = V_11; uint8_t L_116; L_116 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_117 = V_11; uint8_t L_118; L_118 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_117, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_119; L_119 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((uint8_t)L_116, (uint8_t)L_118, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); uint8_t L_120 = L_119; RuntimeObject * L_121 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_120); *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_113, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_114), (int32_t)4))))) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_121, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); int32_t L_122 = V_11; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1)); } IL_0269: { int32_t L_123 = V_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_124; L_124 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_123) < ((int32_t)L_124))) { goto IL_0239; } } { int32_t* L_125 = V_10; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_126; memset((&L_126), 0, sizeof(L_126)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_126), (void*)(void*)L_125, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_126; } IL_027a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_127 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_128; L_128 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_127, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_129 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_130; L_130 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_129, /*hidden argument*/NULL); bool L_131; L_131 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_128, (Type_t *)L_130, /*hidden argument*/NULL); if (!L_131) { goto IL_02e7; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_132; L_132 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_132) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Subtraction_mFB294F1F3DAD064F48DF3702E07409E570ABF337_RuntimeMethod_var); int8_t* L_133 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_132), (int32_t)8))); memset(L_133, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_132), (int32_t)8))); V_12 = (uint64_t*)(L_133); V_13 = (int32_t)0; goto IL_02d6; } IL_02a6: { uint64_t* L_134 = V_12; int32_t L_135 = V_13; int32_t L_136 = V_13; uint8_t L_137; L_137 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_136, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_138 = V_13; uint8_t L_139; L_139 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_138, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_140; L_140 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((uint8_t)L_137, (uint8_t)L_139, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); uint8_t L_141 = L_140; RuntimeObject * L_142 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_141); *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_134, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_135), (int32_t)8))))) = (int64_t)((*(uint64_t*)((uint64_t*)UnBox(L_142, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))); int32_t L_143 = V_13; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1)); } IL_02d6: { int32_t L_144 = V_13; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_145; L_145 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_144) < ((int32_t)L_145))) { goto IL_02a6; } } { uint64_t* L_146 = V_12; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_147; memset((&L_147), 0, sizeof(L_147)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_147), (void*)(void*)L_146, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_147; } IL_02e7: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_148 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_149; L_149 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_148, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_150 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_151; L_151 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_150, /*hidden argument*/NULL); bool L_152; L_152 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_149, (Type_t *)L_151, /*hidden argument*/NULL); if (!L_152) { goto IL_0354; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_153; L_153 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_153) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Subtraction_mFB294F1F3DAD064F48DF3702E07409E570ABF337_RuntimeMethod_var); int8_t* L_154 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_153), (int32_t)8))); memset(L_154, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_153), (int32_t)8))); V_14 = (int64_t*)(L_154); V_15 = (int32_t)0; goto IL_0343; } IL_0313: { int64_t* L_155 = V_14; int32_t L_156 = V_15; int32_t L_157 = V_15; uint8_t L_158; L_158 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_157, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_159 = V_15; uint8_t L_160; L_160 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_159, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_161; L_161 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((uint8_t)L_158, (uint8_t)L_160, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); uint8_t L_162 = L_161; RuntimeObject * L_163 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_162); *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_155, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_156), (int32_t)8))))) = (int64_t)((*(int64_t*)((int64_t*)UnBox(L_163, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); int32_t L_164 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_164, (int32_t)1)); } IL_0343: { int32_t L_165 = V_15; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_166; L_166 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_165) < ((int32_t)L_166))) { goto IL_0313; } } { int64_t* L_167 = V_14; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_168; memset((&L_168), 0, sizeof(L_168)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_168), (void*)(void*)L_167, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_168; } IL_0354: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_169 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_170; L_170 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_169, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_171 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_172; L_172 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_171, /*hidden argument*/NULL); bool L_173; L_173 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_170, (Type_t *)L_172, /*hidden argument*/NULL); if (!L_173) { goto IL_03c1; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_174; L_174 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_174) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Subtraction_mFB294F1F3DAD064F48DF3702E07409E570ABF337_RuntimeMethod_var); int8_t* L_175 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_174), (int32_t)4))); memset(L_175, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_174), (int32_t)4))); V_16 = (float*)(L_175); V_17 = (int32_t)0; goto IL_03b0; } IL_0380: { float* L_176 = V_16; int32_t L_177 = V_17; int32_t L_178 = V_17; uint8_t L_179; L_179 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_178, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_180 = V_17; uint8_t L_181; L_181 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_180, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_182; L_182 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((uint8_t)L_179, (uint8_t)L_181, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); uint8_t L_183 = L_182; RuntimeObject * L_184 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_183); *((float*)((float*)il2cpp_codegen_add((intptr_t)L_176, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_177), (int32_t)4))))) = (float)((*(float*)((float*)UnBox(L_184, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); int32_t L_185 = V_17; V_17 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)1)); } IL_03b0: { int32_t L_186 = V_17; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_187; L_187 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_186) < ((int32_t)L_187))) { goto IL_0380; } } { float* L_188 = V_16; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_189; memset((&L_189), 0, sizeof(L_189)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_189), (void*)(void*)L_188, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_189; } IL_03c1: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_190 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_191; L_191 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_190, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_192 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_193; L_193 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_192, /*hidden argument*/NULL); bool L_194; L_194 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_191, (Type_t *)L_193, /*hidden argument*/NULL); if (!L_194) { goto IL_042e; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_195; L_195 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_195) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Subtraction_mFB294F1F3DAD064F48DF3702E07409E570ABF337_RuntimeMethod_var); int8_t* L_196 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_195), (int32_t)8))); memset(L_196, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_195), (int32_t)8))); V_18 = (double*)(L_196); V_19 = (int32_t)0; goto IL_041d; } IL_03ed: { double* L_197 = V_18; int32_t L_198 = V_19; int32_t L_199 = V_19; uint8_t L_200; L_200 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_199, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_201 = V_19; uint8_t L_202; L_202 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_201, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_203; L_203 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)->methodPointer)((uint8_t)L_200, (uint8_t)L_202, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 12)); uint8_t L_204 = L_203; RuntimeObject * L_205 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_204); *((double*)((double*)il2cpp_codegen_add((intptr_t)L_197, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_198), (int32_t)8))))) = (double)((*(double*)((double*)UnBox(L_205, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); int32_t L_206 = V_19; V_19 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)1)); } IL_041d: { int32_t L_207 = V_19; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_208; L_208 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_207) < ((int32_t)L_208))) { goto IL_03ed; } } { double* L_209 = V_18; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_210; memset((&L_210), 0, sizeof(L_210)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_210), (void*)(void*)L_209, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_210; } IL_042e: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_211; L_211 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_212 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_212, (String_t*)L_211, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_212, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_op_Subtraction_mFB294F1F3DAD064F48DF3702E07409E570ABF337_RuntimeMethod_var))); } IL_0439: { il2cpp_codegen_initobj((&V_20), sizeof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_213 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_214; L_214 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_213, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_215 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_216; L_216 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_215, /*hidden argument*/NULL); bool L_217; L_217 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_214, (Type_t *)L_216, /*hidden argument*/NULL); if (!L_217) { goto IL_06a4; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_218 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_219 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_220 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_219.get_register_0(); uint8_t L_221 = (uint8_t)L_220.get_byte_0_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_222 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_223 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_222.get_register_0(); uint8_t L_224 = (uint8_t)L_223.get_byte_0_0(); L_218->set_byte_0_0((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_221, (int32_t)L_224))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_225 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_226 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_227 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_226.get_register_0(); uint8_t L_228 = (uint8_t)L_227.get_byte_1_1(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_229 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_230 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_229.get_register_0(); uint8_t L_231 = (uint8_t)L_230.get_byte_1_1(); L_225->set_byte_1_1((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_228, (int32_t)L_231))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_232 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_233 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_234 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_233.get_register_0(); uint8_t L_235 = (uint8_t)L_234.get_byte_2_2(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_236 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_237 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_236.get_register_0(); uint8_t L_238 = (uint8_t)L_237.get_byte_2_2(); L_232->set_byte_2_2((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_235, (int32_t)L_238))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_239 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_240 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_241 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_240.get_register_0(); uint8_t L_242 = (uint8_t)L_241.get_byte_3_3(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_243 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_244 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_243.get_register_0(); uint8_t L_245 = (uint8_t)L_244.get_byte_3_3(); L_239->set_byte_3_3((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_242, (int32_t)L_245))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_246 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_247 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_248 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_247.get_register_0(); uint8_t L_249 = (uint8_t)L_248.get_byte_4_4(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_250 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_251 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_250.get_register_0(); uint8_t L_252 = (uint8_t)L_251.get_byte_4_4(); L_246->set_byte_4_4((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_249, (int32_t)L_252))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_253 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_254 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_255 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_254.get_register_0(); uint8_t L_256 = (uint8_t)L_255.get_byte_5_5(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_257 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_258 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_257.get_register_0(); uint8_t L_259 = (uint8_t)L_258.get_byte_5_5(); L_253->set_byte_5_5((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_256, (int32_t)L_259))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_260 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_261 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_262 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_261.get_register_0(); uint8_t L_263 = (uint8_t)L_262.get_byte_6_6(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_264 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_265 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_264.get_register_0(); uint8_t L_266 = (uint8_t)L_265.get_byte_6_6(); L_260->set_byte_6_6((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_263, (int32_t)L_266))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_267 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_268 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_269 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_268.get_register_0(); uint8_t L_270 = (uint8_t)L_269.get_byte_7_7(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_271 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_272 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_271.get_register_0(); uint8_t L_273 = (uint8_t)L_272.get_byte_7_7(); L_267->set_byte_7_7((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_270, (int32_t)L_273))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_274 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_275 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_276 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_275.get_register_0(); uint8_t L_277 = (uint8_t)L_276.get_byte_8_8(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_278 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_279 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_278.get_register_0(); uint8_t L_280 = (uint8_t)L_279.get_byte_8_8(); L_274->set_byte_8_8((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_277, (int32_t)L_280))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_281 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_282 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_283 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_282.get_register_0(); uint8_t L_284 = (uint8_t)L_283.get_byte_9_9(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_285 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_286 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_285.get_register_0(); uint8_t L_287 = (uint8_t)L_286.get_byte_9_9(); L_281->set_byte_9_9((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_284, (int32_t)L_287))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_288 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_289 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_290 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_289.get_register_0(); uint8_t L_291 = (uint8_t)L_290.get_byte_10_10(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_292 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_293 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_292.get_register_0(); uint8_t L_294 = (uint8_t)L_293.get_byte_10_10(); L_288->set_byte_10_10((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_291, (int32_t)L_294))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_295 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_296 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_297 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_296.get_register_0(); uint8_t L_298 = (uint8_t)L_297.get_byte_11_11(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_299 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_300 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_299.get_register_0(); uint8_t L_301 = (uint8_t)L_300.get_byte_11_11(); L_295->set_byte_11_11((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_298, (int32_t)L_301))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_302 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_303 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_304 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_303.get_register_0(); uint8_t L_305 = (uint8_t)L_304.get_byte_12_12(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_306 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_307 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_306.get_register_0(); uint8_t L_308 = (uint8_t)L_307.get_byte_12_12(); L_302->set_byte_12_12((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_305, (int32_t)L_308))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_309 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_310 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_311 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_310.get_register_0(); uint8_t L_312 = (uint8_t)L_311.get_byte_13_13(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_313 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_314 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_313.get_register_0(); uint8_t L_315 = (uint8_t)L_314.get_byte_13_13(); L_309->set_byte_13_13((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_312, (int32_t)L_315))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_316 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_317 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_318 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_317.get_register_0(); uint8_t L_319 = (uint8_t)L_318.get_byte_14_14(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_320 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_321 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_320.get_register_0(); uint8_t L_322 = (uint8_t)L_321.get_byte_14_14(); L_316->set_byte_14_14((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_319, (int32_t)L_322))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_323 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_324 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_325 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_324.get_register_0(); uint8_t L_326 = (uint8_t)L_325.get_byte_15_15(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_327 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_328 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_327.get_register_0(); uint8_t L_329 = (uint8_t)L_328.get_byte_15_15(); L_323->set_byte_15_15((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_326, (int32_t)L_329))))); goto IL_0eca; } IL_06a4: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_330 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_331; L_331 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_330, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_332 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_333; L_333 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_332, /*hidden argument*/NULL); bool L_334; L_334 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_331, (Type_t *)L_333, /*hidden argument*/NULL); if (!L_334) { goto IL_0907; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_335 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_336 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_337 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_336.get_register_0(); int8_t L_338 = (int8_t)L_337.get_sbyte_0_16(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_339 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_340 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_339.get_register_0(); int8_t L_341 = (int8_t)L_340.get_sbyte_0_16(); L_335->set_sbyte_0_16(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_338, (int32_t)L_341))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_342 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_343 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_344 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_343.get_register_0(); int8_t L_345 = (int8_t)L_344.get_sbyte_1_17(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_346 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_347 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_346.get_register_0(); int8_t L_348 = (int8_t)L_347.get_sbyte_1_17(); L_342->set_sbyte_1_17(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_345, (int32_t)L_348))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_349 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_350 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_351 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_350.get_register_0(); int8_t L_352 = (int8_t)L_351.get_sbyte_2_18(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_353 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_354 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_353.get_register_0(); int8_t L_355 = (int8_t)L_354.get_sbyte_2_18(); L_349->set_sbyte_2_18(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_352, (int32_t)L_355))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_356 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_357 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_358 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_357.get_register_0(); int8_t L_359 = (int8_t)L_358.get_sbyte_3_19(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_360 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_361 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_360.get_register_0(); int8_t L_362 = (int8_t)L_361.get_sbyte_3_19(); L_356->set_sbyte_3_19(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_359, (int32_t)L_362))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_363 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_364 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_365 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_364.get_register_0(); int8_t L_366 = (int8_t)L_365.get_sbyte_4_20(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_367 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_368 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_367.get_register_0(); int8_t L_369 = (int8_t)L_368.get_sbyte_4_20(); L_363->set_sbyte_4_20(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_366, (int32_t)L_369))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_370 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_371 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_372 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_371.get_register_0(); int8_t L_373 = (int8_t)L_372.get_sbyte_5_21(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_374 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_375 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_374.get_register_0(); int8_t L_376 = (int8_t)L_375.get_sbyte_5_21(); L_370->set_sbyte_5_21(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_373, (int32_t)L_376))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_377 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_378 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_379 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_378.get_register_0(); int8_t L_380 = (int8_t)L_379.get_sbyte_6_22(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_381 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_382 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_381.get_register_0(); int8_t L_383 = (int8_t)L_382.get_sbyte_6_22(); L_377->set_sbyte_6_22(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_380, (int32_t)L_383))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_384 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_385 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_386 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_385.get_register_0(); int8_t L_387 = (int8_t)L_386.get_sbyte_7_23(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_388 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_389 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_388.get_register_0(); int8_t L_390 = (int8_t)L_389.get_sbyte_7_23(); L_384->set_sbyte_7_23(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_387, (int32_t)L_390))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_391 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_392 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_393 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_392.get_register_0(); int8_t L_394 = (int8_t)L_393.get_sbyte_8_24(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_395 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_396 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_395.get_register_0(); int8_t L_397 = (int8_t)L_396.get_sbyte_8_24(); L_391->set_sbyte_8_24(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_394, (int32_t)L_397))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_398 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_399 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_400 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_399.get_register_0(); int8_t L_401 = (int8_t)L_400.get_sbyte_9_25(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_402 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_403 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_402.get_register_0(); int8_t L_404 = (int8_t)L_403.get_sbyte_9_25(); L_398->set_sbyte_9_25(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_401, (int32_t)L_404))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_405 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_406 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_407 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_406.get_register_0(); int8_t L_408 = (int8_t)L_407.get_sbyte_10_26(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_409 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_410 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_409.get_register_0(); int8_t L_411 = (int8_t)L_410.get_sbyte_10_26(); L_405->set_sbyte_10_26(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_408, (int32_t)L_411))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_412 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_413 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_414 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_413.get_register_0(); int8_t L_415 = (int8_t)L_414.get_sbyte_11_27(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_416 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_417 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_416.get_register_0(); int8_t L_418 = (int8_t)L_417.get_sbyte_11_27(); L_412->set_sbyte_11_27(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_415, (int32_t)L_418))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_419 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_420 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_421 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_420.get_register_0(); int8_t L_422 = (int8_t)L_421.get_sbyte_12_28(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_423 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_424 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_423.get_register_0(); int8_t L_425 = (int8_t)L_424.get_sbyte_12_28(); L_419->set_sbyte_12_28(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_422, (int32_t)L_425))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_426 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_427 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_428 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_427.get_register_0(); int8_t L_429 = (int8_t)L_428.get_sbyte_13_29(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_430 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_431 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_430.get_register_0(); int8_t L_432 = (int8_t)L_431.get_sbyte_13_29(); L_426->set_sbyte_13_29(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_429, (int32_t)L_432))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_433 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_434 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_435 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_434.get_register_0(); int8_t L_436 = (int8_t)L_435.get_sbyte_14_30(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_437 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_438 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_437.get_register_0(); int8_t L_439 = (int8_t)L_438.get_sbyte_14_30(); L_433->set_sbyte_14_30(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_436, (int32_t)L_439))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_440 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_441 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_442 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_441.get_register_0(); int8_t L_443 = (int8_t)L_442.get_sbyte_15_31(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_444 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_445 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_444.get_register_0(); int8_t L_446 = (int8_t)L_445.get_sbyte_15_31(); L_440->set_sbyte_15_31(((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_443, (int32_t)L_446))))); goto IL_0eca; } IL_0907: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_447 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_448; L_448 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_447, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_449 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_450; L_450 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_449, /*hidden argument*/NULL); bool L_451; L_451 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_448, (Type_t *)L_450, /*hidden argument*/NULL); if (!L_451) { goto IL_0a4a; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_452 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_453 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_454 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_453.get_register_0(); uint16_t L_455 = (uint16_t)L_454.get_uint16_0_32(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_456 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_457 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_456.get_register_0(); uint16_t L_458 = (uint16_t)L_457.get_uint16_0_32(); L_452->set_uint16_0_32((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_455, (int32_t)L_458))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_459 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_460 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_461 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_460.get_register_0(); uint16_t L_462 = (uint16_t)L_461.get_uint16_1_33(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_463 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_464 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_463.get_register_0(); uint16_t L_465 = (uint16_t)L_464.get_uint16_1_33(); L_459->set_uint16_1_33((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_462, (int32_t)L_465))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_466 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_467 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_468 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_467.get_register_0(); uint16_t L_469 = (uint16_t)L_468.get_uint16_2_34(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_470 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_471 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_470.get_register_0(); uint16_t L_472 = (uint16_t)L_471.get_uint16_2_34(); L_466->set_uint16_2_34((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_469, (int32_t)L_472))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_473 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_474 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_475 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_474.get_register_0(); uint16_t L_476 = (uint16_t)L_475.get_uint16_3_35(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_477 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_478 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_477.get_register_0(); uint16_t L_479 = (uint16_t)L_478.get_uint16_3_35(); L_473->set_uint16_3_35((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_476, (int32_t)L_479))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_480 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_481 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_482 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_481.get_register_0(); uint16_t L_483 = (uint16_t)L_482.get_uint16_4_36(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_484 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_485 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_484.get_register_0(); uint16_t L_486 = (uint16_t)L_485.get_uint16_4_36(); L_480->set_uint16_4_36((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_483, (int32_t)L_486))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_487 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_488 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_489 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_488.get_register_0(); uint16_t L_490 = (uint16_t)L_489.get_uint16_5_37(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_491 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_492 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_491.get_register_0(); uint16_t L_493 = (uint16_t)L_492.get_uint16_5_37(); L_487->set_uint16_5_37((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_490, (int32_t)L_493))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_494 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_495 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_496 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_495.get_register_0(); uint16_t L_497 = (uint16_t)L_496.get_uint16_6_38(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_498 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_499 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_498.get_register_0(); uint16_t L_500 = (uint16_t)L_499.get_uint16_6_38(); L_494->set_uint16_6_38((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_497, (int32_t)L_500))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_501 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_502 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_503 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_502.get_register_0(); uint16_t L_504 = (uint16_t)L_503.get_uint16_7_39(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_505 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_506 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_505.get_register_0(); uint16_t L_507 = (uint16_t)L_506.get_uint16_7_39(); L_501->set_uint16_7_39((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_504, (int32_t)L_507))))); goto IL_0eca; } IL_0a4a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_508 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_509; L_509 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_508, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_510 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_511; L_511 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_510, /*hidden argument*/NULL); bool L_512; L_512 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_509, (Type_t *)L_511, /*hidden argument*/NULL); if (!L_512) { goto IL_0b8d; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_513 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_514 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_515 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_514.get_register_0(); int16_t L_516 = (int16_t)L_515.get_int16_0_40(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_517 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_518 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_517.get_register_0(); int16_t L_519 = (int16_t)L_518.get_int16_0_40(); L_513->set_int16_0_40(((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_516, (int32_t)L_519))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_520 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_521 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_522 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_521.get_register_0(); int16_t L_523 = (int16_t)L_522.get_int16_1_41(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_524 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_525 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_524.get_register_0(); int16_t L_526 = (int16_t)L_525.get_int16_1_41(); L_520->set_int16_1_41(((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_523, (int32_t)L_526))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_527 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_528 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_529 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_528.get_register_0(); int16_t L_530 = (int16_t)L_529.get_int16_2_42(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_531 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_532 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_531.get_register_0(); int16_t L_533 = (int16_t)L_532.get_int16_2_42(); L_527->set_int16_2_42(((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_530, (int32_t)L_533))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_534 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_535 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_536 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_535.get_register_0(); int16_t L_537 = (int16_t)L_536.get_int16_3_43(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_538 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_539 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_538.get_register_0(); int16_t L_540 = (int16_t)L_539.get_int16_3_43(); L_534->set_int16_3_43(((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_537, (int32_t)L_540))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_541 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_542 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_543 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_542.get_register_0(); int16_t L_544 = (int16_t)L_543.get_int16_4_44(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_545 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_546 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_545.get_register_0(); int16_t L_547 = (int16_t)L_546.get_int16_4_44(); L_541->set_int16_4_44(((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_544, (int32_t)L_547))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_548 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_549 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_550 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_549.get_register_0(); int16_t L_551 = (int16_t)L_550.get_int16_5_45(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_552 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_553 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_552.get_register_0(); int16_t L_554 = (int16_t)L_553.get_int16_5_45(); L_548->set_int16_5_45(((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_551, (int32_t)L_554))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_555 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_556 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_557 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_556.get_register_0(); int16_t L_558 = (int16_t)L_557.get_int16_6_46(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_559 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_560 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_559.get_register_0(); int16_t L_561 = (int16_t)L_560.get_int16_6_46(); L_555->set_int16_6_46(((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_558, (int32_t)L_561))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_562 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_563 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_564 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_563.get_register_0(); int16_t L_565 = (int16_t)L_564.get_int16_7_47(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_566 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_567 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_566.get_register_0(); int16_t L_568 = (int16_t)L_567.get_int16_7_47(); L_562->set_int16_7_47(((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_565, (int32_t)L_568))))); goto IL_0eca; } IL_0b8d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_569 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_570; L_570 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_569, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_571 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_572; L_572 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_571, /*hidden argument*/NULL); bool L_573; L_573 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_570, (Type_t *)L_572, /*hidden argument*/NULL); if (!L_573) { goto IL_0c3c; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_574 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_575 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_576 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_575.get_register_0(); uint32_t L_577 = (uint32_t)L_576.get_uint32_0_48(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_578 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_579 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_578.get_register_0(); uint32_t L_580 = (uint32_t)L_579.get_uint32_0_48(); L_574->set_uint32_0_48(((int32_t)il2cpp_codegen_subtract((int32_t)L_577, (int32_t)L_580))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_581 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_582 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_583 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_582.get_register_0(); uint32_t L_584 = (uint32_t)L_583.get_uint32_1_49(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_585 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_586 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_585.get_register_0(); uint32_t L_587 = (uint32_t)L_586.get_uint32_1_49(); L_581->set_uint32_1_49(((int32_t)il2cpp_codegen_subtract((int32_t)L_584, (int32_t)L_587))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_588 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_589 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_590 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_589.get_register_0(); uint32_t L_591 = (uint32_t)L_590.get_uint32_2_50(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_592 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_593 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_592.get_register_0(); uint32_t L_594 = (uint32_t)L_593.get_uint32_2_50(); L_588->set_uint32_2_50(((int32_t)il2cpp_codegen_subtract((int32_t)L_591, (int32_t)L_594))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_595 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_596 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_597 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_596.get_register_0(); uint32_t L_598 = (uint32_t)L_597.get_uint32_3_51(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_599 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_600 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_599.get_register_0(); uint32_t L_601 = (uint32_t)L_600.get_uint32_3_51(); L_595->set_uint32_3_51(((int32_t)il2cpp_codegen_subtract((int32_t)L_598, (int32_t)L_601))); goto IL_0eca; } IL_0c3c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_602 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_603; L_603 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_602, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_604 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_605; L_605 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_604, /*hidden argument*/NULL); bool L_606; L_606 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_603, (Type_t *)L_605, /*hidden argument*/NULL); if (!L_606) { goto IL_0ceb; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_607 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_608 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_609 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_608.get_register_0(); int32_t L_610 = (int32_t)L_609.get_int32_0_52(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_611 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_612 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_611.get_register_0(); int32_t L_613 = (int32_t)L_612.get_int32_0_52(); L_607->set_int32_0_52(((int32_t)il2cpp_codegen_subtract((int32_t)L_610, (int32_t)L_613))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_614 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_615 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_616 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_615.get_register_0(); int32_t L_617 = (int32_t)L_616.get_int32_1_53(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_618 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_619 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_618.get_register_0(); int32_t L_620 = (int32_t)L_619.get_int32_1_53(); L_614->set_int32_1_53(((int32_t)il2cpp_codegen_subtract((int32_t)L_617, (int32_t)L_620))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_621 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_622 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_623 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_622.get_register_0(); int32_t L_624 = (int32_t)L_623.get_int32_2_54(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_625 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_626 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_625.get_register_0(); int32_t L_627 = (int32_t)L_626.get_int32_2_54(); L_621->set_int32_2_54(((int32_t)il2cpp_codegen_subtract((int32_t)L_624, (int32_t)L_627))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_628 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_629 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_630 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_629.get_register_0(); int32_t L_631 = (int32_t)L_630.get_int32_3_55(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_632 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_633 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_632.get_register_0(); int32_t L_634 = (int32_t)L_633.get_int32_3_55(); L_628->set_int32_3_55(((int32_t)il2cpp_codegen_subtract((int32_t)L_631, (int32_t)L_634))); goto IL_0eca; } IL_0ceb: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_635 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_636; L_636 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_635, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_637 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_638; L_638 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_637, /*hidden argument*/NULL); bool L_639; L_639 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_636, (Type_t *)L_638, /*hidden argument*/NULL); if (!L_639) { goto IL_0d51; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_640 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_641 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_642 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_641.get_register_0(); uint64_t L_643 = (uint64_t)L_642.get_uint64_0_56(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_644 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_645 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_644.get_register_0(); uint64_t L_646 = (uint64_t)L_645.get_uint64_0_56(); L_640->set_uint64_0_56(((int64_t)il2cpp_codegen_subtract((int64_t)L_643, (int64_t)L_646))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_647 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_648 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_649 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_648.get_register_0(); uint64_t L_650 = (uint64_t)L_649.get_uint64_1_57(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_651 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_652 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_651.get_register_0(); uint64_t L_653 = (uint64_t)L_652.get_uint64_1_57(); L_647->set_uint64_1_57(((int64_t)il2cpp_codegen_subtract((int64_t)L_650, (int64_t)L_653))); goto IL_0eca; } IL_0d51: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_654 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_655; L_655 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_654, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_656 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_657; L_657 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_656, /*hidden argument*/NULL); bool L_658; L_658 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_655, (Type_t *)L_657, /*hidden argument*/NULL); if (!L_658) { goto IL_0db7; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_659 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_660 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_661 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_660.get_register_0(); int64_t L_662 = (int64_t)L_661.get_int64_0_58(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_663 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_664 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_663.get_register_0(); int64_t L_665 = (int64_t)L_664.get_int64_0_58(); L_659->set_int64_0_58(((int64_t)il2cpp_codegen_subtract((int64_t)L_662, (int64_t)L_665))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_666 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_667 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_668 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_667.get_register_0(); int64_t L_669 = (int64_t)L_668.get_int64_1_59(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_670 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_671 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_670.get_register_0(); int64_t L_672 = (int64_t)L_671.get_int64_1_59(); L_666->set_int64_1_59(((int64_t)il2cpp_codegen_subtract((int64_t)L_669, (int64_t)L_672))); goto IL_0eca; } IL_0db7: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_673 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_674; L_674 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_673, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_675 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_676; L_676 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_675, /*hidden argument*/NULL); bool L_677; L_677 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_674, (Type_t *)L_676, /*hidden argument*/NULL); if (!L_677) { goto IL_0e67; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_678 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_679 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_680 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_679.get_register_0(); float L_681 = (float)L_680.get_single_0_60(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_682 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_683 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_682.get_register_0(); float L_684 = (float)L_683.get_single_0_60(); L_678->set_single_0_60(((float)((float)((float)il2cpp_codegen_subtract((float)L_681, (float)L_684))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_685 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_686 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_687 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_686.get_register_0(); float L_688 = (float)L_687.get_single_1_61(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_689 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_690 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_689.get_register_0(); float L_691 = (float)L_690.get_single_1_61(); L_685->set_single_1_61(((float)((float)((float)il2cpp_codegen_subtract((float)L_688, (float)L_691))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_692 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_693 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_694 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_693.get_register_0(); float L_695 = (float)L_694.get_single_2_62(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_696 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_697 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_696.get_register_0(); float L_698 = (float)L_697.get_single_2_62(); L_692->set_single_2_62(((float)((float)((float)il2cpp_codegen_subtract((float)L_695, (float)L_698))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_699 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_700 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_701 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_700.get_register_0(); float L_702 = (float)L_701.get_single_3_63(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_703 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_704 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_703.get_register_0(); float L_705 = (float)L_704.get_single_3_63(); L_699->set_single_3_63(((float)((float)((float)il2cpp_codegen_subtract((float)L_702, (float)L_705))))); goto IL_0eca; } IL_0e67: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_706 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_707; L_707 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_706, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_708 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_709; L_709 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_708, /*hidden argument*/NULL); bool L_710; L_710 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_707, (Type_t *)L_709, /*hidden argument*/NULL); if (!L_710) { goto IL_0eca; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_711 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_712 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_713 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_712.get_register_0(); double L_714 = (double)L_713.get_double_0_64(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_715 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_716 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_715.get_register_0(); double L_717 = (double)L_716.get_double_0_64(); L_711->set_double_0_64(((double)((double)((double)il2cpp_codegen_subtract((double)L_714, (double)L_717))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_718 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_719 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_720 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_719.get_register_0(); double L_721 = (double)L_720.get_double_1_65(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_722 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_723 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_722.get_register_0(); double L_724 = (double)L_723.get_double_1_65(); L_718->set_double_1_65(((double)((double)((double)il2cpp_codegen_subtract((double)L_721, (double)L_724))))); } IL_0eca: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_725 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_725; } } // System.Numerics.Vector`1 System.Numerics.Vector`1::op_Multiply(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_1_op_Multiply_mDBB52667AD8D2B500187BC44953B224309C98E2E_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_op_Multiply_mDBB52667AD8D2B500187BC44953B224309C98E2E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; int32_t V_1 = 0; int8_t* V_2 = NULL; int32_t V_3 = 0; uint16_t* V_4 = NULL; int32_t V_5 = 0; int16_t* V_6 = NULL; int32_t V_7 = 0; uint32_t* V_8 = NULL; int32_t V_9 = 0; int32_t* V_10 = NULL; int32_t V_11 = 0; uint64_t* V_12 = NULL; int32_t V_13 = 0; int64_t* V_14 = NULL; int32_t V_15 = 0; float* V_16 = NULL; int32_t V_17 = 0; double* V_18 = NULL; int32_t V_19 = 0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 V_20; memset((&V_20), 0, sizeof(V_20)); { bool L_0; L_0 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_0) { goto IL_0439; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_2, (Type_t *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0068; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_6; L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); int8_t* L_7 = (int8_t*) alloca(((uintptr_t)L_6)); memset(L_7, 0, ((uintptr_t)L_6)); V_0 = (uint8_t*)(L_7); V_1 = (int32_t)0; goto IL_0059; } IL_0032: { uint8_t* L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_1; uint8_t L_11; L_11 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_12 = V_1; uint8_t L_13; L_13 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_14; L_14 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((uint8_t)L_11, (uint8_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); uint8_t L_15 = L_14; RuntimeObject * L_16 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_15); *((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9))) = (int8_t)((*(uint8_t*)((uint8_t*)UnBox(L_16, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))); int32_t L_17 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0059: { int32_t L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_19; L_19 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0032; } } { uint8_t* L_20 = V_0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_21; memset((&L_21), 0, sizeof(L_21)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_21), (void*)(void*)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_21; } IL_0068: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23; L_23 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_22, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_25; L_25 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); bool L_26; L_26 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_23, (Type_t *)L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00c6; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_27; L_27 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); int8_t* L_28 = (int8_t*) alloca(((uintptr_t)L_27)); memset(L_28, 0, ((uintptr_t)L_27)); V_2 = (int8_t*)(L_28); V_3 = (int32_t)0; goto IL_00b7; } IL_0090: { int8_t* L_29 = V_2; int32_t L_30 = V_3; int32_t L_31 = V_3; uint8_t L_32; L_32 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_31, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_33 = V_3; uint8_t L_34; L_34 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_35; L_35 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((uint8_t)L_32, (uint8_t)L_34, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); uint8_t L_36 = L_35; RuntimeObject * L_37 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_36); *((int8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)L_30))) = (int8_t)((*(int8_t*)((int8_t*)UnBox(L_37, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))); int32_t L_38 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00b7: { int32_t L_39 = V_3; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_40; L_40 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_0090; } } { int8_t* L_41 = V_2; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_42; memset((&L_42), 0, sizeof(L_42)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_42), (void*)(void*)L_41, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_42; } IL_00c6: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_43 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_44; L_44 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_43, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_45 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_46; L_46 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_45, /*hidden argument*/NULL); bool L_47; L_47 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_44, (Type_t *)L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0133; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_48; L_48 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_48) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Multiply_mDBB52667AD8D2B500187BC44953B224309C98E2E_RuntimeMethod_var); int8_t* L_49 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_48), (int32_t)2))); memset(L_49, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_48), (int32_t)2))); V_4 = (uint16_t*)(L_49); V_5 = (int32_t)0; goto IL_0122; } IL_00f2: { uint16_t* L_50 = V_4; int32_t L_51 = V_5; int32_t L_52 = V_5; uint8_t L_53; L_53 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_52, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_54 = V_5; uint8_t L_55; L_55 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_54, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_56; L_56 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((uint8_t)L_53, (uint8_t)L_55, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); uint8_t L_57 = L_56; RuntimeObject * L_58 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_57); *((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_50, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_51), (int32_t)2))))) = (int16_t)((*(uint16_t*)((uint16_t*)UnBox(L_58, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))); int32_t L_59 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0122: { int32_t L_60 = V_5; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_61; L_61 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_00f2; } } { uint16_t* L_62 = V_4; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_63; memset((&L_63), 0, sizeof(L_63)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_63), (void*)(void*)L_62, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_63; } IL_0133: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_64 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65; L_65 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_64, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_66 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_67; L_67 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_66, /*hidden argument*/NULL); bool L_68; L_68 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_65, (Type_t *)L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01a0; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_69; L_69 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_69) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Multiply_mDBB52667AD8D2B500187BC44953B224309C98E2E_RuntimeMethod_var); int8_t* L_70 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_69), (int32_t)2))); memset(L_70, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_69), (int32_t)2))); V_6 = (int16_t*)(L_70); V_7 = (int32_t)0; goto IL_018f; } IL_015f: { int16_t* L_71 = V_6; int32_t L_72 = V_7; int32_t L_73 = V_7; uint8_t L_74; L_74 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_75 = V_7; uint8_t L_76; L_76 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_75, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_77; L_77 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((uint8_t)L_74, (uint8_t)L_76, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); uint8_t L_78 = L_77; RuntimeObject * L_79 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_78); *((int16_t*)((int16_t*)il2cpp_codegen_add((intptr_t)L_71, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_72), (int32_t)2))))) = (int16_t)((*(int16_t*)((int16_t*)UnBox(L_79, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))); int32_t L_80 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); } IL_018f: { int32_t L_81 = V_7; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_82; L_82 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_81) < ((int32_t)L_82))) { goto IL_015f; } } { int16_t* L_83 = V_6; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_84; memset((&L_84), 0, sizeof(L_84)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_84), (void*)(void*)L_83, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_84; } IL_01a0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_85 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_86; L_86 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_85, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_87 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_88; L_88 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_87, /*hidden argument*/NULL); bool L_89; L_89 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_86, (Type_t *)L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_020d; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_90; L_90 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_90) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Multiply_mDBB52667AD8D2B500187BC44953B224309C98E2E_RuntimeMethod_var); int8_t* L_91 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_90), (int32_t)4))); memset(L_91, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_90), (int32_t)4))); V_8 = (uint32_t*)(L_91); V_9 = (int32_t)0; goto IL_01fc; } IL_01cc: { uint32_t* L_92 = V_8; int32_t L_93 = V_9; int32_t L_94 = V_9; uint8_t L_95; L_95 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_94, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_96 = V_9; uint8_t L_97; L_97 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_96, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_98; L_98 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((uint8_t)L_95, (uint8_t)L_97, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); uint8_t L_99 = L_98; RuntimeObject * L_100 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_99); *((int32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_92, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_93), (int32_t)4))))) = (int32_t)((*(uint32_t*)((uint32_t*)UnBox(L_100, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))); int32_t L_101 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)); } IL_01fc: { int32_t L_102 = V_9; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_103; L_103 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_102) < ((int32_t)L_103))) { goto IL_01cc; } } { uint32_t* L_104 = V_8; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_105; memset((&L_105), 0, sizeof(L_105)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_105), (void*)(void*)L_104, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_105; } IL_020d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_106 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_107; L_107 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_106, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_108 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_109; L_109 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_108, /*hidden argument*/NULL); bool L_110; L_110 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_107, (Type_t *)L_109, /*hidden argument*/NULL); if (!L_110) { goto IL_027a; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_111; L_111 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_111) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Multiply_mDBB52667AD8D2B500187BC44953B224309C98E2E_RuntimeMethod_var); int8_t* L_112 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_111), (int32_t)4))); memset(L_112, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_111), (int32_t)4))); V_10 = (int32_t*)(L_112); V_11 = (int32_t)0; goto IL_0269; } IL_0239: { int32_t* L_113 = V_10; int32_t L_114 = V_11; int32_t L_115 = V_11; uint8_t L_116; L_116 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_115, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_117 = V_11; uint8_t L_118; L_118 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_117, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_119; L_119 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((uint8_t)L_116, (uint8_t)L_118, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); uint8_t L_120 = L_119; RuntimeObject * L_121 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_120); *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_113, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_114), (int32_t)4))))) = (int32_t)((*(int32_t*)((int32_t*)UnBox(L_121, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); int32_t L_122 = V_11; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1)); } IL_0269: { int32_t L_123 = V_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_124; L_124 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_123) < ((int32_t)L_124))) { goto IL_0239; } } { int32_t* L_125 = V_10; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_126; memset((&L_126), 0, sizeof(L_126)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_126), (void*)(void*)L_125, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_126; } IL_027a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_127 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_128; L_128 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_127, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_129 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_130; L_130 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_129, /*hidden argument*/NULL); bool L_131; L_131 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_128, (Type_t *)L_130, /*hidden argument*/NULL); if (!L_131) { goto IL_02e7; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_132; L_132 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_132) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Multiply_mDBB52667AD8D2B500187BC44953B224309C98E2E_RuntimeMethod_var); int8_t* L_133 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_132), (int32_t)8))); memset(L_133, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_132), (int32_t)8))); V_12 = (uint64_t*)(L_133); V_13 = (int32_t)0; goto IL_02d6; } IL_02a6: { uint64_t* L_134 = V_12; int32_t L_135 = V_13; int32_t L_136 = V_13; uint8_t L_137; L_137 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_136, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_138 = V_13; uint8_t L_139; L_139 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_138, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_140; L_140 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((uint8_t)L_137, (uint8_t)L_139, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); uint8_t L_141 = L_140; RuntimeObject * L_142 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_141); *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_134, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_135), (int32_t)8))))) = (int64_t)((*(uint64_t*)((uint64_t*)UnBox(L_142, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))); int32_t L_143 = V_13; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)1)); } IL_02d6: { int32_t L_144 = V_13; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_145; L_145 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_144) < ((int32_t)L_145))) { goto IL_02a6; } } { uint64_t* L_146 = V_12; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_147; memset((&L_147), 0, sizeof(L_147)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_147), (void*)(void*)L_146, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_147; } IL_02e7: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_148 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_149; L_149 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_148, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_150 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_151; L_151 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_150, /*hidden argument*/NULL); bool L_152; L_152 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_149, (Type_t *)L_151, /*hidden argument*/NULL); if (!L_152) { goto IL_0354; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_153; L_153 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_153) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Multiply_mDBB52667AD8D2B500187BC44953B224309C98E2E_RuntimeMethod_var); int8_t* L_154 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_153), (int32_t)8))); memset(L_154, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_153), (int32_t)8))); V_14 = (int64_t*)(L_154); V_15 = (int32_t)0; goto IL_0343; } IL_0313: { int64_t* L_155 = V_14; int32_t L_156 = V_15; int32_t L_157 = V_15; uint8_t L_158; L_158 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_157, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_159 = V_15; uint8_t L_160; L_160 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_159, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_161; L_161 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((uint8_t)L_158, (uint8_t)L_160, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); uint8_t L_162 = L_161; RuntimeObject * L_163 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_162); *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_155, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_156), (int32_t)8))))) = (int64_t)((*(int64_t*)((int64_t*)UnBox(L_163, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); int32_t L_164 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_164, (int32_t)1)); } IL_0343: { int32_t L_165 = V_15; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_166; L_166 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_165) < ((int32_t)L_166))) { goto IL_0313; } } { int64_t* L_167 = V_14; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_168; memset((&L_168), 0, sizeof(L_168)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_168), (void*)(void*)L_167, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_168; } IL_0354: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_169 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_170; L_170 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_169, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_171 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_172; L_172 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_171, /*hidden argument*/NULL); bool L_173; L_173 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_170, (Type_t *)L_172, /*hidden argument*/NULL); if (!L_173) { goto IL_03c1; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_174; L_174 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_174) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Multiply_mDBB52667AD8D2B500187BC44953B224309C98E2E_RuntimeMethod_var); int8_t* L_175 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_174), (int32_t)4))); memset(L_175, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_174), (int32_t)4))); V_16 = (float*)(L_175); V_17 = (int32_t)0; goto IL_03b0; } IL_0380: { float* L_176 = V_16; int32_t L_177 = V_17; int32_t L_178 = V_17; uint8_t L_179; L_179 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_178, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_180 = V_17; uint8_t L_181; L_181 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_180, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_182; L_182 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((uint8_t)L_179, (uint8_t)L_181, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); uint8_t L_183 = L_182; RuntimeObject * L_184 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_183); *((float*)((float*)il2cpp_codegen_add((intptr_t)L_176, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_177), (int32_t)4))))) = (float)((*(float*)((float*)UnBox(L_184, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); int32_t L_185 = V_17; V_17 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)1)); } IL_03b0: { int32_t L_186 = V_17; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_187; L_187 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_186) < ((int32_t)L_187))) { goto IL_0380; } } { float* L_188 = V_16; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_189; memset((&L_189), 0, sizeof(L_189)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_189), (void*)(void*)L_188, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_189; } IL_03c1: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_190 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_191; L_191 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_190, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_192 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_193; L_193 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_192, /*hidden argument*/NULL); bool L_194; L_194 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_191, (Type_t *)L_193, /*hidden argument*/NULL); if (!L_194) { goto IL_042e; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_195; L_195 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_195) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_op_Multiply_mDBB52667AD8D2B500187BC44953B224309C98E2E_RuntimeMethod_var); int8_t* L_196 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_195), (int32_t)8))); memset(L_196, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_195), (int32_t)8))); V_18 = (double*)(L_196); V_19 = (int32_t)0; goto IL_041d; } IL_03ed: { double* L_197 = V_18; int32_t L_198 = V_19; int32_t L_199 = V_19; uint8_t L_200; L_200 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_199, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_201 = V_19; uint8_t L_202; L_202 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_201, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); uint8_t L_203; L_203 = (( uint8_t (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)->methodPointer)((uint8_t)L_200, (uint8_t)L_202, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13)); uint8_t L_204 = L_203; RuntimeObject * L_205 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_204); *((double*)((double*)il2cpp_codegen_add((intptr_t)L_197, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_198), (int32_t)8))))) = (double)((*(double*)((double*)UnBox(L_205, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); int32_t L_206 = V_19; V_19 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)1)); } IL_041d: { int32_t L_207 = V_19; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_208; L_208 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_207) < ((int32_t)L_208))) { goto IL_03ed; } } { double* L_209 = V_18; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_210; memset((&L_210), 0, sizeof(L_210)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_210), (void*)(void*)L_209, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_210; } IL_042e: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_211; L_211 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_212 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_212, (String_t*)L_211, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_212, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_op_Multiply_mDBB52667AD8D2B500187BC44953B224309C98E2E_RuntimeMethod_var))); } IL_0439: { il2cpp_codegen_initobj((&V_20), sizeof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_213 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_214; L_214 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_213, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_215 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_216; L_216 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_215, /*hidden argument*/NULL); bool L_217; L_217 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_214, (Type_t *)L_216, /*hidden argument*/NULL); if (!L_217) { goto IL_06a4; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_218 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_219 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_220 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_219.get_register_0(); uint8_t L_221 = (uint8_t)L_220.get_byte_0_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_222 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_223 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_222.get_register_0(); uint8_t L_224 = (uint8_t)L_223.get_byte_0_0(); L_218->set_byte_0_0((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_221, (int32_t)L_224))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_225 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_226 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_227 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_226.get_register_0(); uint8_t L_228 = (uint8_t)L_227.get_byte_1_1(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_229 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_230 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_229.get_register_0(); uint8_t L_231 = (uint8_t)L_230.get_byte_1_1(); L_225->set_byte_1_1((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_228, (int32_t)L_231))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_232 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_233 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_234 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_233.get_register_0(); uint8_t L_235 = (uint8_t)L_234.get_byte_2_2(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_236 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_237 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_236.get_register_0(); uint8_t L_238 = (uint8_t)L_237.get_byte_2_2(); L_232->set_byte_2_2((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_235, (int32_t)L_238))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_239 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_240 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_241 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_240.get_register_0(); uint8_t L_242 = (uint8_t)L_241.get_byte_3_3(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_243 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_244 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_243.get_register_0(); uint8_t L_245 = (uint8_t)L_244.get_byte_3_3(); L_239->set_byte_3_3((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_242, (int32_t)L_245))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_246 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_247 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_248 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_247.get_register_0(); uint8_t L_249 = (uint8_t)L_248.get_byte_4_4(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_250 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_251 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_250.get_register_0(); uint8_t L_252 = (uint8_t)L_251.get_byte_4_4(); L_246->set_byte_4_4((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_249, (int32_t)L_252))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_253 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_254 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_255 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_254.get_register_0(); uint8_t L_256 = (uint8_t)L_255.get_byte_5_5(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_257 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_258 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_257.get_register_0(); uint8_t L_259 = (uint8_t)L_258.get_byte_5_5(); L_253->set_byte_5_5((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_256, (int32_t)L_259))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_260 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_261 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_262 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_261.get_register_0(); uint8_t L_263 = (uint8_t)L_262.get_byte_6_6(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_264 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_265 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_264.get_register_0(); uint8_t L_266 = (uint8_t)L_265.get_byte_6_6(); L_260->set_byte_6_6((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_263, (int32_t)L_266))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_267 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_268 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_269 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_268.get_register_0(); uint8_t L_270 = (uint8_t)L_269.get_byte_7_7(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_271 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_272 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_271.get_register_0(); uint8_t L_273 = (uint8_t)L_272.get_byte_7_7(); L_267->set_byte_7_7((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_270, (int32_t)L_273))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_274 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_275 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_276 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_275.get_register_0(); uint8_t L_277 = (uint8_t)L_276.get_byte_8_8(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_278 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_279 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_278.get_register_0(); uint8_t L_280 = (uint8_t)L_279.get_byte_8_8(); L_274->set_byte_8_8((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_277, (int32_t)L_280))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_281 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_282 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_283 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_282.get_register_0(); uint8_t L_284 = (uint8_t)L_283.get_byte_9_9(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_285 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_286 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_285.get_register_0(); uint8_t L_287 = (uint8_t)L_286.get_byte_9_9(); L_281->set_byte_9_9((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_284, (int32_t)L_287))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_288 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_289 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_290 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_289.get_register_0(); uint8_t L_291 = (uint8_t)L_290.get_byte_10_10(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_292 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_293 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_292.get_register_0(); uint8_t L_294 = (uint8_t)L_293.get_byte_10_10(); L_288->set_byte_10_10((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_291, (int32_t)L_294))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_295 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_296 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_297 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_296.get_register_0(); uint8_t L_298 = (uint8_t)L_297.get_byte_11_11(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_299 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_300 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_299.get_register_0(); uint8_t L_301 = (uint8_t)L_300.get_byte_11_11(); L_295->set_byte_11_11((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_298, (int32_t)L_301))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_302 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_303 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_304 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_303.get_register_0(); uint8_t L_305 = (uint8_t)L_304.get_byte_12_12(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_306 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_307 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_306.get_register_0(); uint8_t L_308 = (uint8_t)L_307.get_byte_12_12(); L_302->set_byte_12_12((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_305, (int32_t)L_308))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_309 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_310 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_311 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_310.get_register_0(); uint8_t L_312 = (uint8_t)L_311.get_byte_13_13(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_313 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_314 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_313.get_register_0(); uint8_t L_315 = (uint8_t)L_314.get_byte_13_13(); L_309->set_byte_13_13((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_312, (int32_t)L_315))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_316 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_317 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_318 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_317.get_register_0(); uint8_t L_319 = (uint8_t)L_318.get_byte_14_14(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_320 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_321 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_320.get_register_0(); uint8_t L_322 = (uint8_t)L_321.get_byte_14_14(); L_316->set_byte_14_14((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_319, (int32_t)L_322))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_323 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_324 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_325 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_324.get_register_0(); uint8_t L_326 = (uint8_t)L_325.get_byte_15_15(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_327 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_328 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_327.get_register_0(); uint8_t L_329 = (uint8_t)L_328.get_byte_15_15(); L_323->set_byte_15_15((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_326, (int32_t)L_329))))); goto IL_0eca; } IL_06a4: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_330 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_331; L_331 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_330, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_332 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_333; L_333 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_332, /*hidden argument*/NULL); bool L_334; L_334 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_331, (Type_t *)L_333, /*hidden argument*/NULL); if (!L_334) { goto IL_0907; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_335 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_336 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_337 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_336.get_register_0(); int8_t L_338 = (int8_t)L_337.get_sbyte_0_16(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_339 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_340 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_339.get_register_0(); int8_t L_341 = (int8_t)L_340.get_sbyte_0_16(); L_335->set_sbyte_0_16(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_338, (int32_t)L_341))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_342 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_343 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_344 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_343.get_register_0(); int8_t L_345 = (int8_t)L_344.get_sbyte_1_17(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_346 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_347 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_346.get_register_0(); int8_t L_348 = (int8_t)L_347.get_sbyte_1_17(); L_342->set_sbyte_1_17(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_345, (int32_t)L_348))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_349 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_350 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_351 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_350.get_register_0(); int8_t L_352 = (int8_t)L_351.get_sbyte_2_18(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_353 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_354 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_353.get_register_0(); int8_t L_355 = (int8_t)L_354.get_sbyte_2_18(); L_349->set_sbyte_2_18(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_352, (int32_t)L_355))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_356 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_357 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_358 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_357.get_register_0(); int8_t L_359 = (int8_t)L_358.get_sbyte_3_19(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_360 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_361 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_360.get_register_0(); int8_t L_362 = (int8_t)L_361.get_sbyte_3_19(); L_356->set_sbyte_3_19(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_359, (int32_t)L_362))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_363 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_364 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_365 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_364.get_register_0(); int8_t L_366 = (int8_t)L_365.get_sbyte_4_20(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_367 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_368 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_367.get_register_0(); int8_t L_369 = (int8_t)L_368.get_sbyte_4_20(); L_363->set_sbyte_4_20(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_366, (int32_t)L_369))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_370 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_371 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_372 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_371.get_register_0(); int8_t L_373 = (int8_t)L_372.get_sbyte_5_21(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_374 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_375 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_374.get_register_0(); int8_t L_376 = (int8_t)L_375.get_sbyte_5_21(); L_370->set_sbyte_5_21(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_373, (int32_t)L_376))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_377 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_378 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_379 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_378.get_register_0(); int8_t L_380 = (int8_t)L_379.get_sbyte_6_22(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_381 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_382 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_381.get_register_0(); int8_t L_383 = (int8_t)L_382.get_sbyte_6_22(); L_377->set_sbyte_6_22(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_380, (int32_t)L_383))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_384 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_385 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_386 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_385.get_register_0(); int8_t L_387 = (int8_t)L_386.get_sbyte_7_23(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_388 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_389 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_388.get_register_0(); int8_t L_390 = (int8_t)L_389.get_sbyte_7_23(); L_384->set_sbyte_7_23(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_387, (int32_t)L_390))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_391 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_392 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_393 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_392.get_register_0(); int8_t L_394 = (int8_t)L_393.get_sbyte_8_24(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_395 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_396 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_395.get_register_0(); int8_t L_397 = (int8_t)L_396.get_sbyte_8_24(); L_391->set_sbyte_8_24(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_394, (int32_t)L_397))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_398 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_399 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_400 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_399.get_register_0(); int8_t L_401 = (int8_t)L_400.get_sbyte_9_25(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_402 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_403 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_402.get_register_0(); int8_t L_404 = (int8_t)L_403.get_sbyte_9_25(); L_398->set_sbyte_9_25(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_401, (int32_t)L_404))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_405 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_406 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_407 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_406.get_register_0(); int8_t L_408 = (int8_t)L_407.get_sbyte_10_26(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_409 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_410 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_409.get_register_0(); int8_t L_411 = (int8_t)L_410.get_sbyte_10_26(); L_405->set_sbyte_10_26(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_408, (int32_t)L_411))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_412 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_413 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_414 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_413.get_register_0(); int8_t L_415 = (int8_t)L_414.get_sbyte_11_27(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_416 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_417 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_416.get_register_0(); int8_t L_418 = (int8_t)L_417.get_sbyte_11_27(); L_412->set_sbyte_11_27(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_415, (int32_t)L_418))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_419 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_420 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_421 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_420.get_register_0(); int8_t L_422 = (int8_t)L_421.get_sbyte_12_28(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_423 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_424 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_423.get_register_0(); int8_t L_425 = (int8_t)L_424.get_sbyte_12_28(); L_419->set_sbyte_12_28(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_422, (int32_t)L_425))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_426 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_427 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_428 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_427.get_register_0(); int8_t L_429 = (int8_t)L_428.get_sbyte_13_29(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_430 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_431 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_430.get_register_0(); int8_t L_432 = (int8_t)L_431.get_sbyte_13_29(); L_426->set_sbyte_13_29(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_429, (int32_t)L_432))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_433 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_434 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_435 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_434.get_register_0(); int8_t L_436 = (int8_t)L_435.get_sbyte_14_30(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_437 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_438 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_437.get_register_0(); int8_t L_439 = (int8_t)L_438.get_sbyte_14_30(); L_433->set_sbyte_14_30(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_436, (int32_t)L_439))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_440 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_441 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_442 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_441.get_register_0(); int8_t L_443 = (int8_t)L_442.get_sbyte_15_31(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_444 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_445 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_444.get_register_0(); int8_t L_446 = (int8_t)L_445.get_sbyte_15_31(); L_440->set_sbyte_15_31(((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_443, (int32_t)L_446))))); goto IL_0eca; } IL_0907: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_447 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_448; L_448 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_447, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_449 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_450; L_450 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_449, /*hidden argument*/NULL); bool L_451; L_451 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_448, (Type_t *)L_450, /*hidden argument*/NULL); if (!L_451) { goto IL_0a4a; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_452 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_453 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_454 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_453.get_register_0(); uint16_t L_455 = (uint16_t)L_454.get_uint16_0_32(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_456 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_457 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_456.get_register_0(); uint16_t L_458 = (uint16_t)L_457.get_uint16_0_32(); L_452->set_uint16_0_32((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_455, (int32_t)L_458))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_459 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_460 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_461 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_460.get_register_0(); uint16_t L_462 = (uint16_t)L_461.get_uint16_1_33(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_463 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_464 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_463.get_register_0(); uint16_t L_465 = (uint16_t)L_464.get_uint16_1_33(); L_459->set_uint16_1_33((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_462, (int32_t)L_465))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_466 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_467 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_468 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_467.get_register_0(); uint16_t L_469 = (uint16_t)L_468.get_uint16_2_34(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_470 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_471 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_470.get_register_0(); uint16_t L_472 = (uint16_t)L_471.get_uint16_2_34(); L_466->set_uint16_2_34((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_469, (int32_t)L_472))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_473 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_474 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_475 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_474.get_register_0(); uint16_t L_476 = (uint16_t)L_475.get_uint16_3_35(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_477 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_478 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_477.get_register_0(); uint16_t L_479 = (uint16_t)L_478.get_uint16_3_35(); L_473->set_uint16_3_35((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_476, (int32_t)L_479))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_480 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_481 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_482 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_481.get_register_0(); uint16_t L_483 = (uint16_t)L_482.get_uint16_4_36(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_484 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_485 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_484.get_register_0(); uint16_t L_486 = (uint16_t)L_485.get_uint16_4_36(); L_480->set_uint16_4_36((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_483, (int32_t)L_486))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_487 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_488 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_489 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_488.get_register_0(); uint16_t L_490 = (uint16_t)L_489.get_uint16_5_37(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_491 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_492 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_491.get_register_0(); uint16_t L_493 = (uint16_t)L_492.get_uint16_5_37(); L_487->set_uint16_5_37((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_490, (int32_t)L_493))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_494 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_495 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_496 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_495.get_register_0(); uint16_t L_497 = (uint16_t)L_496.get_uint16_6_38(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_498 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_499 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_498.get_register_0(); uint16_t L_500 = (uint16_t)L_499.get_uint16_6_38(); L_494->set_uint16_6_38((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_497, (int32_t)L_500))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_501 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_502 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_503 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_502.get_register_0(); uint16_t L_504 = (uint16_t)L_503.get_uint16_7_39(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_505 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_506 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_505.get_register_0(); uint16_t L_507 = (uint16_t)L_506.get_uint16_7_39(); L_501->set_uint16_7_39((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_504, (int32_t)L_507))))); goto IL_0eca; } IL_0a4a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_508 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_509; L_509 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_508, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_510 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_511; L_511 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_510, /*hidden argument*/NULL); bool L_512; L_512 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_509, (Type_t *)L_511, /*hidden argument*/NULL); if (!L_512) { goto IL_0b8d; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_513 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_514 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_515 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_514.get_register_0(); int16_t L_516 = (int16_t)L_515.get_int16_0_40(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_517 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_518 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_517.get_register_0(); int16_t L_519 = (int16_t)L_518.get_int16_0_40(); L_513->set_int16_0_40(((int16_t)((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_516, (int32_t)L_519))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_520 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_521 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_522 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_521.get_register_0(); int16_t L_523 = (int16_t)L_522.get_int16_1_41(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_524 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_525 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_524.get_register_0(); int16_t L_526 = (int16_t)L_525.get_int16_1_41(); L_520->set_int16_1_41(((int16_t)((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_523, (int32_t)L_526))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_527 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_528 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_529 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_528.get_register_0(); int16_t L_530 = (int16_t)L_529.get_int16_2_42(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_531 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_532 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_531.get_register_0(); int16_t L_533 = (int16_t)L_532.get_int16_2_42(); L_527->set_int16_2_42(((int16_t)((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_530, (int32_t)L_533))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_534 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_535 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_536 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_535.get_register_0(); int16_t L_537 = (int16_t)L_536.get_int16_3_43(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_538 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_539 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_538.get_register_0(); int16_t L_540 = (int16_t)L_539.get_int16_3_43(); L_534->set_int16_3_43(((int16_t)((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_537, (int32_t)L_540))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_541 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_542 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_543 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_542.get_register_0(); int16_t L_544 = (int16_t)L_543.get_int16_4_44(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_545 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_546 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_545.get_register_0(); int16_t L_547 = (int16_t)L_546.get_int16_4_44(); L_541->set_int16_4_44(((int16_t)((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_544, (int32_t)L_547))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_548 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_549 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_550 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_549.get_register_0(); int16_t L_551 = (int16_t)L_550.get_int16_5_45(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_552 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_553 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_552.get_register_0(); int16_t L_554 = (int16_t)L_553.get_int16_5_45(); L_548->set_int16_5_45(((int16_t)((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_551, (int32_t)L_554))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_555 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_556 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_557 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_556.get_register_0(); int16_t L_558 = (int16_t)L_557.get_int16_6_46(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_559 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_560 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_559.get_register_0(); int16_t L_561 = (int16_t)L_560.get_int16_6_46(); L_555->set_int16_6_46(((int16_t)((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_558, (int32_t)L_561))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_562 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_563 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_564 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_563.get_register_0(); int16_t L_565 = (int16_t)L_564.get_int16_7_47(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_566 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_567 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_566.get_register_0(); int16_t L_568 = (int16_t)L_567.get_int16_7_47(); L_562->set_int16_7_47(((int16_t)((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_565, (int32_t)L_568))))); goto IL_0eca; } IL_0b8d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_569 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_570; L_570 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_569, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_571 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_572; L_572 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_571, /*hidden argument*/NULL); bool L_573; L_573 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_570, (Type_t *)L_572, /*hidden argument*/NULL); if (!L_573) { goto IL_0c3c; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_574 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_575 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_576 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_575.get_register_0(); uint32_t L_577 = (uint32_t)L_576.get_uint32_0_48(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_578 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_579 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_578.get_register_0(); uint32_t L_580 = (uint32_t)L_579.get_uint32_0_48(); L_574->set_uint32_0_48(((int32_t)il2cpp_codegen_multiply((int32_t)L_577, (int32_t)L_580))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_581 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_582 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_583 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_582.get_register_0(); uint32_t L_584 = (uint32_t)L_583.get_uint32_1_49(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_585 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_586 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_585.get_register_0(); uint32_t L_587 = (uint32_t)L_586.get_uint32_1_49(); L_581->set_uint32_1_49(((int32_t)il2cpp_codegen_multiply((int32_t)L_584, (int32_t)L_587))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_588 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_589 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_590 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_589.get_register_0(); uint32_t L_591 = (uint32_t)L_590.get_uint32_2_50(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_592 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_593 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_592.get_register_0(); uint32_t L_594 = (uint32_t)L_593.get_uint32_2_50(); L_588->set_uint32_2_50(((int32_t)il2cpp_codegen_multiply((int32_t)L_591, (int32_t)L_594))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_595 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_596 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_597 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_596.get_register_0(); uint32_t L_598 = (uint32_t)L_597.get_uint32_3_51(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_599 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_600 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_599.get_register_0(); uint32_t L_601 = (uint32_t)L_600.get_uint32_3_51(); L_595->set_uint32_3_51(((int32_t)il2cpp_codegen_multiply((int32_t)L_598, (int32_t)L_601))); goto IL_0eca; } IL_0c3c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_602 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_603; L_603 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_602, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_604 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_605; L_605 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_604, /*hidden argument*/NULL); bool L_606; L_606 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_603, (Type_t *)L_605, /*hidden argument*/NULL); if (!L_606) { goto IL_0ceb; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_607 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_608 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_609 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_608.get_register_0(); int32_t L_610 = (int32_t)L_609.get_int32_0_52(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_611 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_612 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_611.get_register_0(); int32_t L_613 = (int32_t)L_612.get_int32_0_52(); L_607->set_int32_0_52(((int32_t)il2cpp_codegen_multiply((int32_t)L_610, (int32_t)L_613))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_614 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_615 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_616 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_615.get_register_0(); int32_t L_617 = (int32_t)L_616.get_int32_1_53(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_618 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_619 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_618.get_register_0(); int32_t L_620 = (int32_t)L_619.get_int32_1_53(); L_614->set_int32_1_53(((int32_t)il2cpp_codegen_multiply((int32_t)L_617, (int32_t)L_620))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_621 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_622 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_623 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_622.get_register_0(); int32_t L_624 = (int32_t)L_623.get_int32_2_54(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_625 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_626 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_625.get_register_0(); int32_t L_627 = (int32_t)L_626.get_int32_2_54(); L_621->set_int32_2_54(((int32_t)il2cpp_codegen_multiply((int32_t)L_624, (int32_t)L_627))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_628 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_629 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_630 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_629.get_register_0(); int32_t L_631 = (int32_t)L_630.get_int32_3_55(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_632 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_633 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_632.get_register_0(); int32_t L_634 = (int32_t)L_633.get_int32_3_55(); L_628->set_int32_3_55(((int32_t)il2cpp_codegen_multiply((int32_t)L_631, (int32_t)L_634))); goto IL_0eca; } IL_0ceb: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_635 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_636; L_636 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_635, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_637 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_638; L_638 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_637, /*hidden argument*/NULL); bool L_639; L_639 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_636, (Type_t *)L_638, /*hidden argument*/NULL); if (!L_639) { goto IL_0d51; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_640 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_641 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_642 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_641.get_register_0(); uint64_t L_643 = (uint64_t)L_642.get_uint64_0_56(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_644 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_645 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_644.get_register_0(); uint64_t L_646 = (uint64_t)L_645.get_uint64_0_56(); L_640->set_uint64_0_56(((int64_t)il2cpp_codegen_multiply((int64_t)L_643, (int64_t)L_646))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_647 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_648 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_649 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_648.get_register_0(); uint64_t L_650 = (uint64_t)L_649.get_uint64_1_57(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_651 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_652 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_651.get_register_0(); uint64_t L_653 = (uint64_t)L_652.get_uint64_1_57(); L_647->set_uint64_1_57(((int64_t)il2cpp_codegen_multiply((int64_t)L_650, (int64_t)L_653))); goto IL_0eca; } IL_0d51: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_654 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_655; L_655 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_654, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_656 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_657; L_657 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_656, /*hidden argument*/NULL); bool L_658; L_658 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_655, (Type_t *)L_657, /*hidden argument*/NULL); if (!L_658) { goto IL_0db7; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_659 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_660 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_661 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_660.get_register_0(); int64_t L_662 = (int64_t)L_661.get_int64_0_58(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_663 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_664 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_663.get_register_0(); int64_t L_665 = (int64_t)L_664.get_int64_0_58(); L_659->set_int64_0_58(((int64_t)il2cpp_codegen_multiply((int64_t)L_662, (int64_t)L_665))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_666 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_667 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_668 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_667.get_register_0(); int64_t L_669 = (int64_t)L_668.get_int64_1_59(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_670 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_671 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_670.get_register_0(); int64_t L_672 = (int64_t)L_671.get_int64_1_59(); L_666->set_int64_1_59(((int64_t)il2cpp_codegen_multiply((int64_t)L_669, (int64_t)L_672))); goto IL_0eca; } IL_0db7: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_673 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_674; L_674 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_673, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_675 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_676; L_676 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_675, /*hidden argument*/NULL); bool L_677; L_677 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_674, (Type_t *)L_676, /*hidden argument*/NULL); if (!L_677) { goto IL_0e67; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_678 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_679 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_680 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_679.get_register_0(); float L_681 = (float)L_680.get_single_0_60(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_682 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_683 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_682.get_register_0(); float L_684 = (float)L_683.get_single_0_60(); L_678->set_single_0_60(((float)((float)((float)il2cpp_codegen_multiply((float)L_681, (float)L_684))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_685 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_686 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_687 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_686.get_register_0(); float L_688 = (float)L_687.get_single_1_61(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_689 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_690 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_689.get_register_0(); float L_691 = (float)L_690.get_single_1_61(); L_685->set_single_1_61(((float)((float)((float)il2cpp_codegen_multiply((float)L_688, (float)L_691))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_692 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_693 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_694 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_693.get_register_0(); float L_695 = (float)L_694.get_single_2_62(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_696 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_697 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_696.get_register_0(); float L_698 = (float)L_697.get_single_2_62(); L_692->set_single_2_62(((float)((float)((float)il2cpp_codegen_multiply((float)L_695, (float)L_698))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_699 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_700 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_701 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_700.get_register_0(); float L_702 = (float)L_701.get_single_3_63(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_703 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_704 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_703.get_register_0(); float L_705 = (float)L_704.get_single_3_63(); L_699->set_single_3_63(((float)((float)((float)il2cpp_codegen_multiply((float)L_702, (float)L_705))))); goto IL_0eca; } IL_0e67: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_706 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_707; L_707 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_706, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_708 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_709; L_709 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_708, /*hidden argument*/NULL); bool L_710; L_710 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_707, (Type_t *)L_709, /*hidden argument*/NULL); if (!L_710) { goto IL_0eca; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_711 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_712 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_713 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_712.get_register_0(); double L_714 = (double)L_713.get_double_0_64(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_715 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_716 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_715.get_register_0(); double L_717 = (double)L_716.get_double_0_64(); L_711->set_double_0_64(((double)((double)((double)il2cpp_codegen_multiply((double)L_714, (double)L_717))))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_718 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_719 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_720 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_719.get_register_0(); double L_721 = (double)L_720.get_double_1_65(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_722 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_723 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_722.get_register_0(); double L_724 = (double)L_723.get_double_1_65(); L_718->set_double_1_65(((double)((double)((double)il2cpp_codegen_multiply((double)L_721, (double)L_724))))); } IL_0eca: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_725 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_725; } } // System.Numerics.Vector`1 System.Numerics.Vector`1::op_BitwiseAnd(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_1_op_BitwiseAnd_m4F5308AC5E34BB9914745A96B0AC8827E1324407_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Count_mB9B9FBA8081FEAC89627204CC5B39AF6EA919795_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 V_0; memset((&V_0), 0, sizeof(V_0)); int64_t* V_1 = NULL; int64_t* V_2 = NULL; int64_t* V_3 = NULL; int32_t V_4 = 0; { il2cpp_codegen_initobj((&V_0), sizeof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )); bool L_0; L_0 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_0) { goto IL_0068; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_0)->get_address_of_register_0(); int64_t* L_2 = (int64_t*)L_1->get_address_of_int64_0_58(); V_1 = (int64_t*)((uintptr_t)L_2); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_3 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&___left0)->get_address_of_register_0(); int64_t* L_4 = (int64_t*)L_3->get_address_of_int64_0_58(); V_2 = (int64_t*)((uintptr_t)L_4); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_5 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&___right1)->get_address_of_register_0(); int64_t* L_6 = (int64_t*)L_5->get_address_of_int64_0_58(); V_3 = (int64_t*)((uintptr_t)L_6); V_4 = (int32_t)0; goto IL_005d; } IL_003e: { int64_t* L_7 = V_1; int32_t L_8 = V_4; int64_t* L_9 = V_2; int32_t L_10 = V_4; int64_t L_11 = *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_10), (int32_t)8))))); int64_t* L_12 = V_3; int32_t L_13 = V_4; int64_t L_14 = *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)8))))); *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_8), (int32_t)8))))) = (int64_t)((int64_t)((int64_t)L_11&(int64_t)L_14)); int32_t L_15 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005d: { int32_t L_16 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7_il2cpp_TypeInfo_var); int32_t L_17; L_17 = Vector_1_get_Count_mB9B9FBA8081FEAC89627204CC5B39AF6EA919795_inline(/*hidden argument*/Vector_1_get_Count_mB9B9FBA8081FEAC89627204CC5B39AF6EA919795_RuntimeMethod_var); if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_003e; } } { goto IL_00ae; } IL_0068: { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_18 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_0)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_19 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_20 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_19.get_register_0(); int64_t L_21 = (int64_t)L_20.get_int64_0_58(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_22 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_23 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_22.get_register_0(); int64_t L_24 = (int64_t)L_23.get_int64_0_58(); L_18->set_int64_0_58(((int64_t)((int64_t)L_21&(int64_t)L_24))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_25 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_0)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_26 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_27 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_26.get_register_0(); int64_t L_28 = (int64_t)L_27.get_int64_1_59(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_29 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_30 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_29.get_register_0(); int64_t L_31 = (int64_t)L_30.get_int64_1_59(); L_25->set_int64_1_59(((int64_t)((int64_t)L_28&(int64_t)L_31))); } IL_00ae: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_32 = V_0; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_32; } } // System.Numerics.Vector`1 System.Numerics.Vector`1::op_BitwiseOr(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_1_op_BitwiseOr_mD633F7507B13F34B253A780C400257CFE747273B_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_get_Count_mB9B9FBA8081FEAC89627204CC5B39AF6EA919795_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 V_0; memset((&V_0), 0, sizeof(V_0)); int64_t* V_1 = NULL; int64_t* V_2 = NULL; int64_t* V_3 = NULL; int32_t V_4 = 0; { il2cpp_codegen_initobj((&V_0), sizeof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )); bool L_0; L_0 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_0) { goto IL_0068; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_0)->get_address_of_register_0(); int64_t* L_2 = (int64_t*)L_1->get_address_of_int64_0_58(); V_1 = (int64_t*)((uintptr_t)L_2); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_3 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&___left0)->get_address_of_register_0(); int64_t* L_4 = (int64_t*)L_3->get_address_of_int64_0_58(); V_2 = (int64_t*)((uintptr_t)L_4); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_5 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&___right1)->get_address_of_register_0(); int64_t* L_6 = (int64_t*)L_5->get_address_of_int64_0_58(); V_3 = (int64_t*)((uintptr_t)L_6); V_4 = (int32_t)0; goto IL_005d; } IL_003e: { int64_t* L_7 = V_1; int32_t L_8 = V_4; int64_t* L_9 = V_2; int32_t L_10 = V_4; int64_t L_11 = *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_10), (int32_t)8))))); int64_t* L_12 = V_3; int32_t L_13 = V_4; int64_t L_14 = *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)8))))); *((int64_t*)((int64_t*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_8), (int32_t)8))))) = (int64_t)((int64_t)((int64_t)L_11|(int64_t)L_14)); int32_t L_15 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005d: { int32_t L_16 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7_il2cpp_TypeInfo_var); int32_t L_17; L_17 = Vector_1_get_Count_mB9B9FBA8081FEAC89627204CC5B39AF6EA919795_inline(/*hidden argument*/Vector_1_get_Count_mB9B9FBA8081FEAC89627204CC5B39AF6EA919795_RuntimeMethod_var); if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_003e; } } { goto IL_00ae; } IL_0068: { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_18 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_0)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_19 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_20 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_19.get_register_0(); int64_t L_21 = (int64_t)L_20.get_int64_0_58(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_22 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_23 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_22.get_register_0(); int64_t L_24 = (int64_t)L_23.get_int64_0_58(); L_18->set_int64_0_58(((int64_t)((int64_t)L_21|(int64_t)L_24))); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_25 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_0)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_26 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_27 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_26.get_register_0(); int64_t L_28 = (int64_t)L_27.get_int64_1_59(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_29 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_30 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_29.get_register_0(); int64_t L_31 = (int64_t)L_30.get_int64_1_59(); L_25->set_int64_1_59(((int64_t)((int64_t)L_28|(int64_t)L_31))); } IL_00ae: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_32 = V_0; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_32; } } // System.Boolean System.Numerics.Vector`1::op_Equality(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_op_Equality_m012FE1D2B2ED8B5F8D4549A411460DC3976BADCA_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_0 = ___right1; bool L_1; L_1 = Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (bool)L_1; } } // System.Boolean System.Numerics.Vector`1::op_Inequality(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_op_Inequality_m285E975C7403CC4A46F009C0A619ED851BA023BA_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_0 = ___left0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1 = ___right1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_2; L_2 = (( bool (*) (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_0, (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Numerics.Vector`1 System.Numerics.Vector`1::op_Explicit(System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_1_op_Explicit_m688928402091214A6791FA636E860D893E61DBCC_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_0 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&___value0)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1; memset((&L_1), 0, sizeof(L_1)); Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D((&L_1), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)L_0, /*hidden argument*/Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D_RuntimeMethod_var); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1; } } // System.Numerics.Vector`1 System.Numerics.Vector`1::op_Explicit(System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 Vector_1_op_Explicit_mEC41CCA2A2C86926A790DD04F09C56FD6AD73AAE_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1__ctor_m5368272803BB8756FB2A0DCD54CAB7210352224F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_0 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&___value0)->get_address_of_register_0(); Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 L_1; memset((&L_1), 0, sizeof(L_1)); Vector_1__ctor_m5368272803BB8756FB2A0DCD54CAB7210352224F((&L_1), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)L_0, /*hidden argument*/Vector_1__ctor_m5368272803BB8756FB2A0DCD54CAB7210352224F_RuntimeMethod_var); return (Vector_1_t3B9FABEBF3444E9CB57AF7335A2E06E3B0A902A6 )L_1; } } // System.Numerics.Vector`1 System.Numerics.Vector`1::op_Explicit(System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 Vector_1_op_Explicit_m174CFE2000316BF5D408102A10B9A05FCC30BB4A_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1__ctor_mCF5ABFE5B2248BFE9962B2C6B86F02A7A248921A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_0 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&___value0)->get_address_of_register_0(); Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 L_1; memset((&L_1), 0, sizeof(L_1)); Vector_1__ctor_mCF5ABFE5B2248BFE9962B2C6B86F02A7A248921A((&L_1), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)L_0, /*hidden argument*/Vector_1__ctor_mCF5ABFE5B2248BFE9962B2C6B86F02A7A248921A_RuntimeMethod_var); return (Vector_1_t5D73B2C615B5EAB38E12DF0872A8DEF5F2432175 )L_1; } } // System.Numerics.Vector`1 System.Numerics.Vector`1::op_Explicit(System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 Vector_1_op_Explicit_m087D45B302722F603E5A88DE96506883A3186D41_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1__ctor_m3F22443ECC58EC2207EFCC786F179E96514739DB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_0 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&___value0)->get_address_of_register_0(); Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 L_1; memset((&L_1), 0, sizeof(L_1)); Vector_1__ctor_m3F22443ECC58EC2207EFCC786F179E96514739DB((&L_1), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)L_0, /*hidden argument*/Vector_1__ctor_m3F22443ECC58EC2207EFCC786F179E96514739DB_RuntimeMethod_var); return (Vector_1_t3BC46A02E4C9502F33074980C7CD3DC2BDCCB319 )L_1; } } // System.Numerics.Vector`1 System.Numerics.Vector`1::op_Explicit(System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC Vector_1_op_Explicit_m73BBB33E253C08DDAF90D7AA63DCAFAAEFF21662_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1__ctor_m5846AA1B80481D58F0A618A634A4454CDDE905F9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_0 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&___value0)->get_address_of_register_0(); Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC L_1; memset((&L_1), 0, sizeof(L_1)); Vector_1__ctor_m5846AA1B80481D58F0A618A634A4454CDDE905F9((&L_1), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)L_0, /*hidden argument*/Vector_1__ctor_m5846AA1B80481D58F0A618A634A4454CDDE905F9_RuntimeMethod_var); return (Vector_1_t232525D385CA45B83C248E46A8D6DCD6369A40DC )L_1; } } // System.Numerics.Vector`1 System.Numerics.Vector`1::Equals(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_1_Equals_m81271ABBAB8ED312BB9B4F6772115BA3AF5C6BD2_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_Equals_m81271ABBAB8ED312BB9B4F6772115BA3AF5C6BD2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; int32_t V_1 = 0; int8_t* V_2 = NULL; int32_t V_3 = 0; uint16_t* V_4 = NULL; int32_t V_5 = 0; int16_t* V_6 = NULL; int32_t V_7 = 0; uint32_t* V_8 = NULL; int32_t V_9 = 0; int32_t* V_10 = NULL; int32_t V_11 = 0; uint64_t* V_12 = NULL; int32_t V_13 = 0; int64_t* V_14 = NULL; int32_t V_15 = 0; float* V_16 = NULL; int32_t V_17 = 0; double* V_18 = NULL; int32_t V_19 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 V_20; memset((&V_20), 0, sizeof(V_20)); uint8_t* G_B5_0 = NULL; uint8_t* G_B4_0 = NULL; int32_t G_B6_0 = 0; uint8_t* G_B6_1 = NULL; int8_t* G_B13_0 = NULL; int8_t* G_B12_0 = NULL; int32_t G_B14_0 = 0; int8_t* G_B14_1 = NULL; uint16_t* G_B21_0 = NULL; uint16_t* G_B20_0 = NULL; int32_t G_B22_0 = 0; uint16_t* G_B22_1 = NULL; int16_t* G_B29_0 = NULL; int16_t* G_B28_0 = NULL; int32_t G_B30_0 = 0; int16_t* G_B30_1 = NULL; uint32_t* G_B37_0 = NULL; uint32_t* G_B36_0 = NULL; uint32_t G_B38_0 = 0; uint32_t* G_B38_1 = NULL; int32_t* G_B45_0 = NULL; int32_t* G_B44_0 = NULL; int32_t G_B46_0 = 0; int32_t* G_B46_1 = NULL; uint64_t* G_B53_0 = NULL; uint64_t* G_B52_0 = NULL; uint64_t G_B54_0 = 0; uint64_t* G_B54_1 = NULL; int64_t* G_B61_0 = NULL; int64_t* G_B60_0 = NULL; int64_t G_B62_0 = 0; int64_t* G_B62_1 = NULL; float* G_B69_0 = NULL; float* G_B68_0 = NULL; float G_B70_0 = 0.0f; float* G_B70_1 = NULL; double* G_B77_0 = NULL; double* G_B76_0 = NULL; double G_B78_0 = 0.0; double* G_B78_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B85_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B84_0 = NULL; int32_t G_B86_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B86_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B88_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B87_0 = NULL; int32_t G_B89_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B89_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B91_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B90_0 = NULL; int32_t G_B92_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B92_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B94_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B93_0 = NULL; int32_t G_B95_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B95_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B97_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B96_0 = NULL; int32_t G_B98_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B98_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B100_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B99_0 = NULL; int32_t G_B101_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B101_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B103_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B102_0 = NULL; int32_t G_B104_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B104_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B106_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B105_0 = NULL; int32_t G_B107_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B107_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B109_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B108_0 = NULL; int32_t G_B110_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B110_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B112_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B111_0 = NULL; int32_t G_B113_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B113_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B115_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B114_0 = NULL; int32_t G_B116_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B116_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B118_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B117_0 = NULL; int32_t G_B119_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B119_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B121_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B120_0 = NULL; int32_t G_B122_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B122_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B124_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B123_0 = NULL; int32_t G_B125_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B125_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B127_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B126_0 = NULL; int32_t G_B128_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B128_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B130_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B129_0 = NULL; int32_t G_B131_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B131_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B135_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B134_0 = NULL; int32_t G_B136_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B136_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B138_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B137_0 = NULL; int32_t G_B139_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B139_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B141_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B140_0 = NULL; int32_t G_B142_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B142_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B144_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B143_0 = NULL; int32_t G_B145_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B145_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B147_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B146_0 = NULL; int32_t G_B148_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B148_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B150_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B149_0 = NULL; int32_t G_B151_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B151_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B153_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B152_0 = NULL; int32_t G_B154_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B154_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B156_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B155_0 = NULL; int32_t G_B157_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B157_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B159_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B158_0 = NULL; int32_t G_B160_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B160_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B162_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B161_0 = NULL; int32_t G_B163_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B163_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B165_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B164_0 = NULL; int32_t G_B166_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B166_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B168_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B167_0 = NULL; int32_t G_B169_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B169_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B171_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B170_0 = NULL; int32_t G_B172_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B172_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B174_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B173_0 = NULL; int32_t G_B175_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B175_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B177_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B176_0 = NULL; int32_t G_B178_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B178_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B180_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B179_0 = NULL; int32_t G_B181_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B181_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B185_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B184_0 = NULL; int32_t G_B186_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B186_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B188_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B187_0 = NULL; int32_t G_B189_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B189_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B191_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B190_0 = NULL; int32_t G_B192_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B192_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B194_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B193_0 = NULL; int32_t G_B195_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B195_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B197_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B196_0 = NULL; int32_t G_B198_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B198_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B200_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B199_0 = NULL; int32_t G_B201_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B201_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B203_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B202_0 = NULL; int32_t G_B204_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B204_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B206_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B205_0 = NULL; int32_t G_B207_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B207_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B211_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B210_0 = NULL; int32_t G_B212_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B212_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B214_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B213_0 = NULL; int32_t G_B215_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B215_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B217_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B216_0 = NULL; int32_t G_B218_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B218_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B220_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B219_0 = NULL; int32_t G_B221_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B221_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B223_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B222_0 = NULL; int32_t G_B224_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B224_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B226_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B225_0 = NULL; int32_t G_B227_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B227_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B229_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B228_0 = NULL; int32_t G_B230_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B230_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B232_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B231_0 = NULL; int32_t G_B233_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B233_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B237_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B236_0 = NULL; uint32_t G_B238_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B238_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B240_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B239_0 = NULL; uint32_t G_B241_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B241_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B243_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B242_0 = NULL; uint32_t G_B244_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B244_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B246_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B245_0 = NULL; uint32_t G_B247_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B247_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B251_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B250_0 = NULL; int32_t G_B252_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B252_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B254_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B253_0 = NULL; int32_t G_B255_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B255_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B257_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B256_0 = NULL; int32_t G_B258_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B258_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B260_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B259_0 = NULL; int32_t G_B261_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B261_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B265_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B264_0 = NULL; uint64_t G_B266_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B266_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B268_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B267_0 = NULL; uint64_t G_B269_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B269_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B273_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B272_0 = NULL; int64_t G_B274_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B274_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B276_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B275_0 = NULL; int64_t G_B277_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B277_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B281_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B280_0 = NULL; float G_B282_0 = 0.0f; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B282_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B284_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B283_0 = NULL; float G_B285_0 = 0.0f; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B285_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B287_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B286_0 = NULL; float G_B288_0 = 0.0f; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B288_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B290_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B289_0 = NULL; float G_B291_0 = 0.0f; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B291_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B295_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B294_0 = NULL; double G_B296_0 = 0.0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B296_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B298_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B297_0 = NULL; double G_B299_0 = 0.0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B299_1 = NULL; { bool L_0; L_0 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_0) { goto IL_0447; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_2, (Type_t *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0068; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_6; L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); int8_t* L_7 = (int8_t*) alloca(((uintptr_t)L_6)); memset(L_7, 0, ((uintptr_t)L_6)); V_0 = (uint8_t*)(L_7); V_1 = (int32_t)0; goto IL_0059; } IL_0032: { uint8_t* L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_1; uint8_t L_11; L_11 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_12 = V_1; uint8_t L_13; L_13 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_14; L_14 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((uint8_t)L_11, (uint8_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); G_B4_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9)); if (L_14) { G_B5_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9)); goto IL_004f; } } { G_B6_0 = 0; G_B6_1 = G_B4_0; goto IL_0054; } IL_004f: { uint8_t L_15; L_15 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B6_0 = ((int32_t)(L_15)); G_B6_1 = G_B5_0; } IL_0054: { *((int8_t*)G_B6_1) = (int8_t)G_B6_0; int32_t L_16 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0059: { int32_t L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_18; L_18 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_0032; } } { uint8_t* L_19 = V_0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_20; memset((&L_20), 0, sizeof(L_20)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_20), (void*)(void*)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_20; } IL_0068: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_21, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_23 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_24; L_24 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_23, /*hidden argument*/NULL); bool L_25; L_25 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_22, (Type_t *)L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00c6; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_26; L_26 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); int8_t* L_27 = (int8_t*) alloca(((uintptr_t)L_26)); memset(L_27, 0, ((uintptr_t)L_26)); V_2 = (int8_t*)(L_27); V_3 = (int32_t)0; goto IL_00b7; } IL_0090: { int8_t* L_28 = V_2; int32_t L_29 = V_3; int32_t L_30 = V_3; uint8_t L_31; L_31 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_30, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_32 = V_3; uint8_t L_33; L_33 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_34; L_34 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((uint8_t)L_31, (uint8_t)L_33, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); G_B12_0 = ((int8_t*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)L_29)); if (L_34) { G_B13_0 = ((int8_t*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)L_29)); goto IL_00ad; } } { G_B14_0 = 0; G_B14_1 = G_B12_0; goto IL_00b2; } IL_00ad: { int8_t L_35; L_35 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B14_0 = ((int32_t)(L_35)); G_B14_1 = G_B13_0; } IL_00b2: { *((int8_t*)G_B14_1) = (int8_t)G_B14_0; int32_t L_36 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b7: { int32_t L_37 = V_3; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_38; L_38 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_0090; } } { int8_t* L_39 = V_2; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_40; memset((&L_40), 0, sizeof(L_40)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_40), (void*)(void*)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_40; } IL_00c6: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_41 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42; L_42 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_41, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_43 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_44; L_44 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_43, /*hidden argument*/NULL); bool L_45; L_45 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_42, (Type_t *)L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_0133; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_46; L_46 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_46) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Equals_m81271ABBAB8ED312BB9B4F6772115BA3AF5C6BD2_RuntimeMethod_var); int8_t* L_47 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_46), (int32_t)2))); memset(L_47, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_46), (int32_t)2))); V_4 = (uint16_t*)(L_47); V_5 = (int32_t)0; goto IL_0122; } IL_00f2: { uint16_t* L_48 = V_4; int32_t L_49 = V_5; int32_t L_50 = V_5; uint8_t L_51; L_51 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_50, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_52 = V_5; uint8_t L_53; L_53 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_52, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_54; L_54 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((uint8_t)L_51, (uint8_t)L_53, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); G_B20_0 = ((uint16_t*)il2cpp_codegen_add((intptr_t)L_48, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_49), (int32_t)2)))); if (L_54) { G_B21_0 = ((uint16_t*)il2cpp_codegen_add((intptr_t)L_48, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_49), (int32_t)2)))); goto IL_0116; } } { G_B22_0 = 0; G_B22_1 = G_B20_0; goto IL_011b; } IL_0116: { uint16_t L_55; L_55 = ConstantHelper_GetUInt16WithAllBitsSet_m6BC81A6D0805883E62E3BD9B5A196F563B16FFEA_inline(/*hidden argument*/NULL); G_B22_0 = ((int32_t)(L_55)); G_B22_1 = G_B21_0; } IL_011b: { *((int16_t*)G_B22_1) = (int16_t)G_B22_0; int32_t L_56 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); } IL_0122: { int32_t L_57 = V_5; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_58; L_58 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_57) < ((int32_t)L_58))) { goto IL_00f2; } } { uint16_t* L_59 = V_4; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_60; memset((&L_60), 0, sizeof(L_60)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_60), (void*)(void*)L_59, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_60; } IL_0133: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_61 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_62; L_62 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_61, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_63 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_64; L_64 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_63, /*hidden argument*/NULL); bool L_65; L_65 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_62, (Type_t *)L_64, /*hidden argument*/NULL); if (!L_65) { goto IL_01a0; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_66; L_66 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_66) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Equals_m81271ABBAB8ED312BB9B4F6772115BA3AF5C6BD2_RuntimeMethod_var); int8_t* L_67 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_66), (int32_t)2))); memset(L_67, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_66), (int32_t)2))); V_6 = (int16_t*)(L_67); V_7 = (int32_t)0; goto IL_018f; } IL_015f: { int16_t* L_68 = V_6; int32_t L_69 = V_7; int32_t L_70 = V_7; uint8_t L_71; L_71 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_70, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_72 = V_7; uint8_t L_73; L_73 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_72, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_74; L_74 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((uint8_t)L_71, (uint8_t)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); G_B28_0 = ((int16_t*)il2cpp_codegen_add((intptr_t)L_68, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_69), (int32_t)2)))); if (L_74) { G_B29_0 = ((int16_t*)il2cpp_codegen_add((intptr_t)L_68, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_69), (int32_t)2)))); goto IL_0183; } } { G_B30_0 = 0; G_B30_1 = G_B28_0; goto IL_0188; } IL_0183: { int16_t L_75; L_75 = ConstantHelper_GetInt16WithAllBitsSet_m996824CAE155A7996EF9F1FA14611324CE8DF3BA_inline(/*hidden argument*/NULL); G_B30_0 = ((int32_t)(L_75)); G_B30_1 = G_B29_0; } IL_0188: { *((int16_t*)G_B30_1) = (int16_t)G_B30_0; int32_t L_76 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_018f: { int32_t L_77 = V_7; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_78; L_78 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_77) < ((int32_t)L_78))) { goto IL_015f; } } { int16_t* L_79 = V_6; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_80; memset((&L_80), 0, sizeof(L_80)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_80), (void*)(void*)L_79, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_80; } IL_01a0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_81 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_82; L_82 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_81, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_83 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_84; L_84 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_83, /*hidden argument*/NULL); bool L_85; L_85 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_82, (Type_t *)L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_020d; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_86; L_86 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_86) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Equals_m81271ABBAB8ED312BB9B4F6772115BA3AF5C6BD2_RuntimeMethod_var); int8_t* L_87 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_86), (int32_t)4))); memset(L_87, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_86), (int32_t)4))); V_8 = (uint32_t*)(L_87); V_9 = (int32_t)0; goto IL_01fc; } IL_01cc: { uint32_t* L_88 = V_8; int32_t L_89 = V_9; int32_t L_90 = V_9; uint8_t L_91; L_91 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_90, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_92 = V_9; uint8_t L_93; L_93 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_92, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_94; L_94 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((uint8_t)L_91, (uint8_t)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); G_B36_0 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_88, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_89), (int32_t)4)))); if (L_94) { G_B37_0 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_88, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_89), (int32_t)4)))); goto IL_01f0; } } { G_B38_0 = ((uint32_t)(0)); G_B38_1 = G_B36_0; goto IL_01f5; } IL_01f0: { uint32_t L_95; L_95 = ConstantHelper_GetUInt32WithAllBitsSet_mF9264BB241E20A8A05FF9E0C06F6F81F0E1B1C8A_inline(/*hidden argument*/NULL); G_B38_0 = L_95; G_B38_1 = G_B37_0; } IL_01f5: { *((int32_t*)G_B38_1) = (int32_t)G_B38_0; int32_t L_96 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); } IL_01fc: { int32_t L_97 = V_9; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_98; L_98 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_97) < ((int32_t)L_98))) { goto IL_01cc; } } { uint32_t* L_99 = V_8; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_100; memset((&L_100), 0, sizeof(L_100)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_100), (void*)(void*)L_99, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_100; } IL_020d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_101 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_102; L_102 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_101, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_103 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_104; L_104 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_103, /*hidden argument*/NULL); bool L_105; L_105 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_102, (Type_t *)L_104, /*hidden argument*/NULL); if (!L_105) { goto IL_027a; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_106; L_106 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_106) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Equals_m81271ABBAB8ED312BB9B4F6772115BA3AF5C6BD2_RuntimeMethod_var); int8_t* L_107 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_106), (int32_t)4))); memset(L_107, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_106), (int32_t)4))); V_10 = (int32_t*)(L_107); V_11 = (int32_t)0; goto IL_0269; } IL_0239: { int32_t* L_108 = V_10; int32_t L_109 = V_11; int32_t L_110 = V_11; uint8_t L_111; L_111 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_110, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_112 = V_11; uint8_t L_113; L_113 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_112, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_114; L_114 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((uint8_t)L_111, (uint8_t)L_113, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); G_B44_0 = ((int32_t*)il2cpp_codegen_add((intptr_t)L_108, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_109), (int32_t)4)))); if (L_114) { G_B45_0 = ((int32_t*)il2cpp_codegen_add((intptr_t)L_108, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_109), (int32_t)4)))); goto IL_025d; } } { G_B46_0 = 0; G_B46_1 = G_B44_0; goto IL_0262; } IL_025d: { int32_t L_115; L_115 = ConstantHelper_GetInt32WithAllBitsSet_mCD59C2ABC660E81C63629C36496ABDCD4E55C76E_inline(/*hidden argument*/NULL); G_B46_0 = L_115; G_B46_1 = G_B45_0; } IL_0262: { *((int32_t*)G_B46_1) = (int32_t)G_B46_0; int32_t L_116 = V_11; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); } IL_0269: { int32_t L_117 = V_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_118; L_118 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_117) < ((int32_t)L_118))) { goto IL_0239; } } { int32_t* L_119 = V_10; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_120; memset((&L_120), 0, sizeof(L_120)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_120), (void*)(void*)L_119, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_120; } IL_027a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_121 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_122; L_122 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_121, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_123 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_124; L_124 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_123, /*hidden argument*/NULL); bool L_125; L_125 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_122, (Type_t *)L_124, /*hidden argument*/NULL); if (!L_125) { goto IL_02e8; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_126; L_126 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_126) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Equals_m81271ABBAB8ED312BB9B4F6772115BA3AF5C6BD2_RuntimeMethod_var); int8_t* L_127 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_126), (int32_t)8))); memset(L_127, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_126), (int32_t)8))); V_12 = (uint64_t*)(L_127); V_13 = (int32_t)0; goto IL_02d7; } IL_02a6: { uint64_t* L_128 = V_12; int32_t L_129 = V_13; int32_t L_130 = V_13; uint8_t L_131; L_131 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_130, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_132 = V_13; uint8_t L_133; L_133 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_132, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_134; L_134 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((uint8_t)L_131, (uint8_t)L_133, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); G_B52_0 = ((uint64_t*)il2cpp_codegen_add((intptr_t)L_128, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_129), (int32_t)8)))); if (L_134) { G_B53_0 = ((uint64_t*)il2cpp_codegen_add((intptr_t)L_128, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_129), (int32_t)8)))); goto IL_02cb; } } { G_B54_0 = ((uint64_t)(((int64_t)((int64_t)0)))); G_B54_1 = G_B52_0; goto IL_02d0; } IL_02cb: { uint64_t L_135; L_135 = ConstantHelper_GetUInt64WithAllBitsSet_m6BE10E8A52D5EB5FDA506D564F08A6323CCB28B0_inline(/*hidden argument*/NULL); G_B54_0 = L_135; G_B54_1 = G_B53_0; } IL_02d0: { *((int64_t*)G_B54_1) = (int64_t)G_B54_0; int32_t L_136 = V_13; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)1)); } IL_02d7: { int32_t L_137 = V_13; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_138; L_138 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_137) < ((int32_t)L_138))) { goto IL_02a6; } } { uint64_t* L_139 = V_12; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_140; memset((&L_140), 0, sizeof(L_140)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_140), (void*)(void*)L_139, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_140; } IL_02e8: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_141 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_142; L_142 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_141, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_143 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_144; L_144 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_143, /*hidden argument*/NULL); bool L_145; L_145 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_142, (Type_t *)L_144, /*hidden argument*/NULL); if (!L_145) { goto IL_0356; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_146; L_146 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_146) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Equals_m81271ABBAB8ED312BB9B4F6772115BA3AF5C6BD2_RuntimeMethod_var); int8_t* L_147 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_146), (int32_t)8))); memset(L_147, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_146), (int32_t)8))); V_14 = (int64_t*)(L_147); V_15 = (int32_t)0; goto IL_0345; } IL_0314: { int64_t* L_148 = V_14; int32_t L_149 = V_15; int32_t L_150 = V_15; uint8_t L_151; L_151 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_150, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_152 = V_15; uint8_t L_153; L_153 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_152, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_154; L_154 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((uint8_t)L_151, (uint8_t)L_153, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); G_B60_0 = ((int64_t*)il2cpp_codegen_add((intptr_t)L_148, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_149), (int32_t)8)))); if (L_154) { G_B61_0 = ((int64_t*)il2cpp_codegen_add((intptr_t)L_148, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_149), (int32_t)8)))); goto IL_0339; } } { G_B62_0 = ((int64_t)((int64_t)0)); G_B62_1 = G_B60_0; goto IL_033e; } IL_0339: { int64_t L_155; L_155 = ConstantHelper_GetInt64WithAllBitsSet_m92CD89D686AC24C659A4E6560F08097CDFB776E4_inline(/*hidden argument*/NULL); G_B62_0 = L_155; G_B62_1 = G_B61_0; } IL_033e: { *((int64_t*)G_B62_1) = (int64_t)G_B62_0; int32_t L_156 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)1)); } IL_0345: { int32_t L_157 = V_15; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_158; L_158 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_157) < ((int32_t)L_158))) { goto IL_0314; } } { int64_t* L_159 = V_14; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_160; memset((&L_160), 0, sizeof(L_160)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_160), (void*)(void*)L_159, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_160; } IL_0356: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_161 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_162; L_162 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_161, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_163 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_164; L_164 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_163, /*hidden argument*/NULL); bool L_165; L_165 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_162, (Type_t *)L_164, /*hidden argument*/NULL); if (!L_165) { goto IL_03c7; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_166; L_166 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_166) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Equals_m81271ABBAB8ED312BB9B4F6772115BA3AF5C6BD2_RuntimeMethod_var); int8_t* L_167 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_166), (int32_t)4))); memset(L_167, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_166), (int32_t)4))); V_16 = (float*)(L_167); V_17 = (int32_t)0; goto IL_03b6; } IL_0382: { float* L_168 = V_16; int32_t L_169 = V_17; int32_t L_170 = V_17; uint8_t L_171; L_171 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_170, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_172 = V_17; uint8_t L_173; L_173 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_172, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_174; L_174 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((uint8_t)L_171, (uint8_t)L_173, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); G_B68_0 = ((float*)il2cpp_codegen_add((intptr_t)L_168, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_169), (int32_t)4)))); if (L_174) { G_B69_0 = ((float*)il2cpp_codegen_add((intptr_t)L_168, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_169), (int32_t)4)))); goto IL_03aa; } } { G_B70_0 = (0.0f); G_B70_1 = G_B68_0; goto IL_03af; } IL_03aa: { float L_175; L_175 = ConstantHelper_GetSingleWithAllBitsSet_mBBFCC36D478F698EC003C47B7BF4825BE8C697A1_inline(/*hidden argument*/NULL); G_B70_0 = L_175; G_B70_1 = G_B69_0; } IL_03af: { *((float*)G_B70_1) = (float)G_B70_0; int32_t L_176 = V_17; V_17 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)1)); } IL_03b6: { int32_t L_177 = V_17; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_178; L_178 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_177) < ((int32_t)L_178))) { goto IL_0382; } } { float* L_179 = V_16; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_180; memset((&L_180), 0, sizeof(L_180)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_180), (void*)(void*)L_179, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_180; } IL_03c7: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_181 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_182; L_182 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_181, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_183 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_184; L_184 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_183, /*hidden argument*/NULL); bool L_185; L_185 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_182, (Type_t *)L_184, /*hidden argument*/NULL); if (!L_185) { goto IL_043c; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_186; L_186 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_186) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Equals_m81271ABBAB8ED312BB9B4F6772115BA3AF5C6BD2_RuntimeMethod_var); int8_t* L_187 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_186), (int32_t)8))); memset(L_187, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_186), (int32_t)8))); V_18 = (double*)(L_187); V_19 = (int32_t)0; goto IL_042b; } IL_03f3: { double* L_188 = V_18; int32_t L_189 = V_19; int32_t L_190 = V_19; uint8_t L_191; L_191 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_190, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_192 = V_19; uint8_t L_193; L_193 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_192, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_194; L_194 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)->methodPointer)((uint8_t)L_191, (uint8_t)L_193, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8)); G_B76_0 = ((double*)il2cpp_codegen_add((intptr_t)L_188, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_189), (int32_t)8)))); if (L_194) { G_B77_0 = ((double*)il2cpp_codegen_add((intptr_t)L_188, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_189), (int32_t)8)))); goto IL_041f; } } { G_B78_0 = (0.0); G_B78_1 = G_B76_0; goto IL_0424; } IL_041f: { double L_195; L_195 = ConstantHelper_GetDoubleWithAllBitsSet_m996D27D3A1B9C7A7CD7363D753D37C13B5DF4E04_inline(/*hidden argument*/NULL); G_B78_0 = L_195; G_B78_1 = G_B77_0; } IL_0424: { *((double*)G_B78_1) = (double)G_B78_0; int32_t L_196 = V_19; V_19 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_196, (int32_t)1)); } IL_042b: { int32_t L_197 = V_19; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_198; L_198 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_197) < ((int32_t)L_198))) { goto IL_03f3; } } { double* L_199 = V_18; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_200; memset((&L_200), 0, sizeof(L_200)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_200), (void*)(void*)L_199, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_200; } IL_043c: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_201; L_201 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_202 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_202, (String_t*)L_201, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_202, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_Equals_m81271ABBAB8ED312BB9B4F6772115BA3AF5C6BD2_RuntimeMethod_var))); } IL_0447: { il2cpp_codegen_initobj((&V_20), sizeof(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_203 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_204; L_204 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_203, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_205 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_206; L_206 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_205, /*hidden argument*/NULL); bool L_207; L_207 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_204, (Type_t *)L_206, /*hidden argument*/NULL); if (!L_207) { goto IL_06e5; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_208 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_209 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_208.get_register_0(); uint8_t L_210 = (uint8_t)L_209.get_byte_0_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_211 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_212 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_211.get_register_0(); uint8_t L_213 = (uint8_t)L_212.get_byte_0_0(); G_B84_0 = (&V_20); if ((((int32_t)L_210) == ((int32_t)L_213))) { G_B85_0 = (&V_20); goto IL_048a; } } { G_B86_0 = 0; G_B86_1 = G_B84_0; goto IL_048f; } IL_048a: { uint8_t L_214; L_214 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B86_0 = ((int32_t)(L_214)); G_B86_1 = G_B85_0; } IL_048f: { G_B86_1->set_byte_0_0((uint8_t)G_B86_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_215 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_216 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_215.get_register_0(); uint8_t L_217 = (uint8_t)L_216.get_byte_1_1(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_218 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_219 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_218.get_register_0(); uint8_t L_220 = (uint8_t)L_219.get_byte_1_1(); G_B87_0 = (&V_20); if ((((int32_t)L_217) == ((int32_t)L_220))) { G_B88_0 = (&V_20); goto IL_04b1; } } { G_B89_0 = 0; G_B89_1 = G_B87_0; goto IL_04b6; } IL_04b1: { uint8_t L_221; L_221 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B89_0 = ((int32_t)(L_221)); G_B89_1 = G_B88_0; } IL_04b6: { G_B89_1->set_byte_1_1((uint8_t)G_B89_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_222 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_223 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_222.get_register_0(); uint8_t L_224 = (uint8_t)L_223.get_byte_2_2(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_225 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_226 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_225.get_register_0(); uint8_t L_227 = (uint8_t)L_226.get_byte_2_2(); G_B90_0 = (&V_20); if ((((int32_t)L_224) == ((int32_t)L_227))) { G_B91_0 = (&V_20); goto IL_04d8; } } { G_B92_0 = 0; G_B92_1 = G_B90_0; goto IL_04dd; } IL_04d8: { uint8_t L_228; L_228 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B92_0 = ((int32_t)(L_228)); G_B92_1 = G_B91_0; } IL_04dd: { G_B92_1->set_byte_2_2((uint8_t)G_B92_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_229 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_230 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_229.get_register_0(); uint8_t L_231 = (uint8_t)L_230.get_byte_3_3(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_232 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_233 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_232.get_register_0(); uint8_t L_234 = (uint8_t)L_233.get_byte_3_3(); G_B93_0 = (&V_20); if ((((int32_t)L_231) == ((int32_t)L_234))) { G_B94_0 = (&V_20); goto IL_04ff; } } { G_B95_0 = 0; G_B95_1 = G_B93_0; goto IL_0504; } IL_04ff: { uint8_t L_235; L_235 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B95_0 = ((int32_t)(L_235)); G_B95_1 = G_B94_0; } IL_0504: { G_B95_1->set_byte_3_3((uint8_t)G_B95_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_236 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_237 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_236.get_register_0(); uint8_t L_238 = (uint8_t)L_237.get_byte_4_4(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_239 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_240 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_239.get_register_0(); uint8_t L_241 = (uint8_t)L_240.get_byte_4_4(); G_B96_0 = (&V_20); if ((((int32_t)L_238) == ((int32_t)L_241))) { G_B97_0 = (&V_20); goto IL_0526; } } { G_B98_0 = 0; G_B98_1 = G_B96_0; goto IL_052b; } IL_0526: { uint8_t L_242; L_242 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B98_0 = ((int32_t)(L_242)); G_B98_1 = G_B97_0; } IL_052b: { G_B98_1->set_byte_4_4((uint8_t)G_B98_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_243 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_244 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_243.get_register_0(); uint8_t L_245 = (uint8_t)L_244.get_byte_5_5(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_246 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_247 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_246.get_register_0(); uint8_t L_248 = (uint8_t)L_247.get_byte_5_5(); G_B99_0 = (&V_20); if ((((int32_t)L_245) == ((int32_t)L_248))) { G_B100_0 = (&V_20); goto IL_054d; } } { G_B101_0 = 0; G_B101_1 = G_B99_0; goto IL_0552; } IL_054d: { uint8_t L_249; L_249 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B101_0 = ((int32_t)(L_249)); G_B101_1 = G_B100_0; } IL_0552: { G_B101_1->set_byte_5_5((uint8_t)G_B101_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_250 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_251 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_250.get_register_0(); uint8_t L_252 = (uint8_t)L_251.get_byte_6_6(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_253 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_254 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_253.get_register_0(); uint8_t L_255 = (uint8_t)L_254.get_byte_6_6(); G_B102_0 = (&V_20); if ((((int32_t)L_252) == ((int32_t)L_255))) { G_B103_0 = (&V_20); goto IL_0574; } } { G_B104_0 = 0; G_B104_1 = G_B102_0; goto IL_0579; } IL_0574: { uint8_t L_256; L_256 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B104_0 = ((int32_t)(L_256)); G_B104_1 = G_B103_0; } IL_0579: { G_B104_1->set_byte_6_6((uint8_t)G_B104_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_257 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_258 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_257.get_register_0(); uint8_t L_259 = (uint8_t)L_258.get_byte_7_7(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_260 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_261 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_260.get_register_0(); uint8_t L_262 = (uint8_t)L_261.get_byte_7_7(); G_B105_0 = (&V_20); if ((((int32_t)L_259) == ((int32_t)L_262))) { G_B106_0 = (&V_20); goto IL_059b; } } { G_B107_0 = 0; G_B107_1 = G_B105_0; goto IL_05a0; } IL_059b: { uint8_t L_263; L_263 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B107_0 = ((int32_t)(L_263)); G_B107_1 = G_B106_0; } IL_05a0: { G_B107_1->set_byte_7_7((uint8_t)G_B107_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_264 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_265 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_264.get_register_0(); uint8_t L_266 = (uint8_t)L_265.get_byte_8_8(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_267 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_268 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_267.get_register_0(); uint8_t L_269 = (uint8_t)L_268.get_byte_8_8(); G_B108_0 = (&V_20); if ((((int32_t)L_266) == ((int32_t)L_269))) { G_B109_0 = (&V_20); goto IL_05c2; } } { G_B110_0 = 0; G_B110_1 = G_B108_0; goto IL_05c7; } IL_05c2: { uint8_t L_270; L_270 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B110_0 = ((int32_t)(L_270)); G_B110_1 = G_B109_0; } IL_05c7: { G_B110_1->set_byte_8_8((uint8_t)G_B110_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_271 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_272 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_271.get_register_0(); uint8_t L_273 = (uint8_t)L_272.get_byte_9_9(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_274 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_275 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_274.get_register_0(); uint8_t L_276 = (uint8_t)L_275.get_byte_9_9(); G_B111_0 = (&V_20); if ((((int32_t)L_273) == ((int32_t)L_276))) { G_B112_0 = (&V_20); goto IL_05e9; } } { G_B113_0 = 0; G_B113_1 = G_B111_0; goto IL_05ee; } IL_05e9: { uint8_t L_277; L_277 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B113_0 = ((int32_t)(L_277)); G_B113_1 = G_B112_0; } IL_05ee: { G_B113_1->set_byte_9_9((uint8_t)G_B113_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_278 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_279 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_278.get_register_0(); uint8_t L_280 = (uint8_t)L_279.get_byte_10_10(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_281 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_282 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_281.get_register_0(); uint8_t L_283 = (uint8_t)L_282.get_byte_10_10(); G_B114_0 = (&V_20); if ((((int32_t)L_280) == ((int32_t)L_283))) { G_B115_0 = (&V_20); goto IL_0610; } } { G_B116_0 = 0; G_B116_1 = G_B114_0; goto IL_0615; } IL_0610: { uint8_t L_284; L_284 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B116_0 = ((int32_t)(L_284)); G_B116_1 = G_B115_0; } IL_0615: { G_B116_1->set_byte_10_10((uint8_t)G_B116_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_285 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_286 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_285.get_register_0(); uint8_t L_287 = (uint8_t)L_286.get_byte_11_11(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_288 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_289 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_288.get_register_0(); uint8_t L_290 = (uint8_t)L_289.get_byte_11_11(); G_B117_0 = (&V_20); if ((((int32_t)L_287) == ((int32_t)L_290))) { G_B118_0 = (&V_20); goto IL_0637; } } { G_B119_0 = 0; G_B119_1 = G_B117_0; goto IL_063c; } IL_0637: { uint8_t L_291; L_291 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B119_0 = ((int32_t)(L_291)); G_B119_1 = G_B118_0; } IL_063c: { G_B119_1->set_byte_11_11((uint8_t)G_B119_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_292 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_293 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_292.get_register_0(); uint8_t L_294 = (uint8_t)L_293.get_byte_12_12(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_295 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_296 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_295.get_register_0(); uint8_t L_297 = (uint8_t)L_296.get_byte_12_12(); G_B120_0 = (&V_20); if ((((int32_t)L_294) == ((int32_t)L_297))) { G_B121_0 = (&V_20); goto IL_065e; } } { G_B122_0 = 0; G_B122_1 = G_B120_0; goto IL_0663; } IL_065e: { uint8_t L_298; L_298 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B122_0 = ((int32_t)(L_298)); G_B122_1 = G_B121_0; } IL_0663: { G_B122_1->set_byte_12_12((uint8_t)G_B122_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_299 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_300 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_299.get_register_0(); uint8_t L_301 = (uint8_t)L_300.get_byte_13_13(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_302 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_303 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_302.get_register_0(); uint8_t L_304 = (uint8_t)L_303.get_byte_13_13(); G_B123_0 = (&V_20); if ((((int32_t)L_301) == ((int32_t)L_304))) { G_B124_0 = (&V_20); goto IL_0685; } } { G_B125_0 = 0; G_B125_1 = G_B123_0; goto IL_068a; } IL_0685: { uint8_t L_305; L_305 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B125_0 = ((int32_t)(L_305)); G_B125_1 = G_B124_0; } IL_068a: { G_B125_1->set_byte_13_13((uint8_t)G_B125_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_306 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_307 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_306.get_register_0(); uint8_t L_308 = (uint8_t)L_307.get_byte_14_14(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_309 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_310 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_309.get_register_0(); uint8_t L_311 = (uint8_t)L_310.get_byte_14_14(); G_B126_0 = (&V_20); if ((((int32_t)L_308) == ((int32_t)L_311))) { G_B127_0 = (&V_20); goto IL_06ac; } } { G_B128_0 = 0; G_B128_1 = G_B126_0; goto IL_06b1; } IL_06ac: { uint8_t L_312; L_312 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B128_0 = ((int32_t)(L_312)); G_B128_1 = G_B127_0; } IL_06b1: { G_B128_1->set_byte_14_14((uint8_t)G_B128_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_313 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_314 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_313.get_register_0(); uint8_t L_315 = (uint8_t)L_314.get_byte_15_15(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_316 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_317 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_316.get_register_0(); uint8_t L_318 = (uint8_t)L_317.get_byte_15_15(); G_B129_0 = (&V_20); if ((((int32_t)L_315) == ((int32_t)L_318))) { G_B130_0 = (&V_20); goto IL_06d3; } } { G_B131_0 = 0; G_B131_1 = G_B129_0; goto IL_06d8; } IL_06d3: { uint8_t L_319; L_319 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); G_B131_0 = ((int32_t)(L_319)); G_B131_1 = G_B130_0; } IL_06d8: { G_B131_1->set_byte_15_15((uint8_t)G_B131_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_320; memset((&L_320), 0, sizeof(L_320)); Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D((&L_320), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_320; } IL_06e5: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_321 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_322; L_322 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_321, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_323 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_324; L_324 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_323, /*hidden argument*/NULL); bool L_325; L_325 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_322, (Type_t *)L_324, /*hidden argument*/NULL); if (!L_325) { goto IL_097b; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_326 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_327 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_326.get_register_0(); int8_t L_328 = (int8_t)L_327.get_sbyte_0_16(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_329 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_330 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_329.get_register_0(); int8_t L_331 = (int8_t)L_330.get_sbyte_0_16(); G_B134_0 = (&V_20); if ((((int32_t)L_328) == ((int32_t)L_331))) { G_B135_0 = (&V_20); goto IL_0720; } } { G_B136_0 = 0; G_B136_1 = G_B134_0; goto IL_0725; } IL_0720: { int8_t L_332; L_332 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B136_0 = ((int32_t)(L_332)); G_B136_1 = G_B135_0; } IL_0725: { G_B136_1->set_sbyte_0_16((int8_t)G_B136_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_333 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_334 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_333.get_register_0(); int8_t L_335 = (int8_t)L_334.get_sbyte_1_17(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_336 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_337 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_336.get_register_0(); int8_t L_338 = (int8_t)L_337.get_sbyte_1_17(); G_B137_0 = (&V_20); if ((((int32_t)L_335) == ((int32_t)L_338))) { G_B138_0 = (&V_20); goto IL_0747; } } { G_B139_0 = 0; G_B139_1 = G_B137_0; goto IL_074c; } IL_0747: { int8_t L_339; L_339 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B139_0 = ((int32_t)(L_339)); G_B139_1 = G_B138_0; } IL_074c: { G_B139_1->set_sbyte_1_17((int8_t)G_B139_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_340 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_341 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_340.get_register_0(); int8_t L_342 = (int8_t)L_341.get_sbyte_2_18(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_343 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_344 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_343.get_register_0(); int8_t L_345 = (int8_t)L_344.get_sbyte_2_18(); G_B140_0 = (&V_20); if ((((int32_t)L_342) == ((int32_t)L_345))) { G_B141_0 = (&V_20); goto IL_076e; } } { G_B142_0 = 0; G_B142_1 = G_B140_0; goto IL_0773; } IL_076e: { int8_t L_346; L_346 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B142_0 = ((int32_t)(L_346)); G_B142_1 = G_B141_0; } IL_0773: { G_B142_1->set_sbyte_2_18((int8_t)G_B142_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_347 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_348 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_347.get_register_0(); int8_t L_349 = (int8_t)L_348.get_sbyte_3_19(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_350 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_351 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_350.get_register_0(); int8_t L_352 = (int8_t)L_351.get_sbyte_3_19(); G_B143_0 = (&V_20); if ((((int32_t)L_349) == ((int32_t)L_352))) { G_B144_0 = (&V_20); goto IL_0795; } } { G_B145_0 = 0; G_B145_1 = G_B143_0; goto IL_079a; } IL_0795: { int8_t L_353; L_353 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B145_0 = ((int32_t)(L_353)); G_B145_1 = G_B144_0; } IL_079a: { G_B145_1->set_sbyte_3_19((int8_t)G_B145_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_354 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_355 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_354.get_register_0(); int8_t L_356 = (int8_t)L_355.get_sbyte_4_20(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_357 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_358 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_357.get_register_0(); int8_t L_359 = (int8_t)L_358.get_sbyte_4_20(); G_B146_0 = (&V_20); if ((((int32_t)L_356) == ((int32_t)L_359))) { G_B147_0 = (&V_20); goto IL_07bc; } } { G_B148_0 = 0; G_B148_1 = G_B146_0; goto IL_07c1; } IL_07bc: { int8_t L_360; L_360 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B148_0 = ((int32_t)(L_360)); G_B148_1 = G_B147_0; } IL_07c1: { G_B148_1->set_sbyte_4_20((int8_t)G_B148_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_361 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_362 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_361.get_register_0(); int8_t L_363 = (int8_t)L_362.get_sbyte_5_21(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_364 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_365 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_364.get_register_0(); int8_t L_366 = (int8_t)L_365.get_sbyte_5_21(); G_B149_0 = (&V_20); if ((((int32_t)L_363) == ((int32_t)L_366))) { G_B150_0 = (&V_20); goto IL_07e3; } } { G_B151_0 = 0; G_B151_1 = G_B149_0; goto IL_07e8; } IL_07e3: { int8_t L_367; L_367 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B151_0 = ((int32_t)(L_367)); G_B151_1 = G_B150_0; } IL_07e8: { G_B151_1->set_sbyte_5_21((int8_t)G_B151_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_368 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_369 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_368.get_register_0(); int8_t L_370 = (int8_t)L_369.get_sbyte_6_22(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_371 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_372 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_371.get_register_0(); int8_t L_373 = (int8_t)L_372.get_sbyte_6_22(); G_B152_0 = (&V_20); if ((((int32_t)L_370) == ((int32_t)L_373))) { G_B153_0 = (&V_20); goto IL_080a; } } { G_B154_0 = 0; G_B154_1 = G_B152_0; goto IL_080f; } IL_080a: { int8_t L_374; L_374 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B154_0 = ((int32_t)(L_374)); G_B154_1 = G_B153_0; } IL_080f: { G_B154_1->set_sbyte_6_22((int8_t)G_B154_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_375 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_376 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_375.get_register_0(); int8_t L_377 = (int8_t)L_376.get_sbyte_7_23(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_378 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_379 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_378.get_register_0(); int8_t L_380 = (int8_t)L_379.get_sbyte_7_23(); G_B155_0 = (&V_20); if ((((int32_t)L_377) == ((int32_t)L_380))) { G_B156_0 = (&V_20); goto IL_0831; } } { G_B157_0 = 0; G_B157_1 = G_B155_0; goto IL_0836; } IL_0831: { int8_t L_381; L_381 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B157_0 = ((int32_t)(L_381)); G_B157_1 = G_B156_0; } IL_0836: { G_B157_1->set_sbyte_7_23((int8_t)G_B157_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_382 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_383 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_382.get_register_0(); int8_t L_384 = (int8_t)L_383.get_sbyte_8_24(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_385 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_386 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_385.get_register_0(); int8_t L_387 = (int8_t)L_386.get_sbyte_8_24(); G_B158_0 = (&V_20); if ((((int32_t)L_384) == ((int32_t)L_387))) { G_B159_0 = (&V_20); goto IL_0858; } } { G_B160_0 = 0; G_B160_1 = G_B158_0; goto IL_085d; } IL_0858: { int8_t L_388; L_388 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B160_0 = ((int32_t)(L_388)); G_B160_1 = G_B159_0; } IL_085d: { G_B160_1->set_sbyte_8_24((int8_t)G_B160_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_389 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_390 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_389.get_register_0(); int8_t L_391 = (int8_t)L_390.get_sbyte_9_25(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_392 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_393 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_392.get_register_0(); int8_t L_394 = (int8_t)L_393.get_sbyte_9_25(); G_B161_0 = (&V_20); if ((((int32_t)L_391) == ((int32_t)L_394))) { G_B162_0 = (&V_20); goto IL_087f; } } { G_B163_0 = 0; G_B163_1 = G_B161_0; goto IL_0884; } IL_087f: { int8_t L_395; L_395 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B163_0 = ((int32_t)(L_395)); G_B163_1 = G_B162_0; } IL_0884: { G_B163_1->set_sbyte_9_25((int8_t)G_B163_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_396 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_397 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_396.get_register_0(); int8_t L_398 = (int8_t)L_397.get_sbyte_10_26(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_399 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_400 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_399.get_register_0(); int8_t L_401 = (int8_t)L_400.get_sbyte_10_26(); G_B164_0 = (&V_20); if ((((int32_t)L_398) == ((int32_t)L_401))) { G_B165_0 = (&V_20); goto IL_08a6; } } { G_B166_0 = 0; G_B166_1 = G_B164_0; goto IL_08ab; } IL_08a6: { int8_t L_402; L_402 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B166_0 = ((int32_t)(L_402)); G_B166_1 = G_B165_0; } IL_08ab: { G_B166_1->set_sbyte_10_26((int8_t)G_B166_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_403 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_404 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_403.get_register_0(); int8_t L_405 = (int8_t)L_404.get_sbyte_11_27(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_406 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_407 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_406.get_register_0(); int8_t L_408 = (int8_t)L_407.get_sbyte_11_27(); G_B167_0 = (&V_20); if ((((int32_t)L_405) == ((int32_t)L_408))) { G_B168_0 = (&V_20); goto IL_08cd; } } { G_B169_0 = 0; G_B169_1 = G_B167_0; goto IL_08d2; } IL_08cd: { int8_t L_409; L_409 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B169_0 = ((int32_t)(L_409)); G_B169_1 = G_B168_0; } IL_08d2: { G_B169_1->set_sbyte_11_27((int8_t)G_B169_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_410 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_411 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_410.get_register_0(); int8_t L_412 = (int8_t)L_411.get_sbyte_12_28(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_413 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_414 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_413.get_register_0(); int8_t L_415 = (int8_t)L_414.get_sbyte_12_28(); G_B170_0 = (&V_20); if ((((int32_t)L_412) == ((int32_t)L_415))) { G_B171_0 = (&V_20); goto IL_08f4; } } { G_B172_0 = 0; G_B172_1 = G_B170_0; goto IL_08f9; } IL_08f4: { int8_t L_416; L_416 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B172_0 = ((int32_t)(L_416)); G_B172_1 = G_B171_0; } IL_08f9: { G_B172_1->set_sbyte_12_28((int8_t)G_B172_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_417 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_418 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_417.get_register_0(); int8_t L_419 = (int8_t)L_418.get_sbyte_13_29(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_420 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_421 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_420.get_register_0(); int8_t L_422 = (int8_t)L_421.get_sbyte_13_29(); G_B173_0 = (&V_20); if ((((int32_t)L_419) == ((int32_t)L_422))) { G_B174_0 = (&V_20); goto IL_091b; } } { G_B175_0 = 0; G_B175_1 = G_B173_0; goto IL_0920; } IL_091b: { int8_t L_423; L_423 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B175_0 = ((int32_t)(L_423)); G_B175_1 = G_B174_0; } IL_0920: { G_B175_1->set_sbyte_13_29((int8_t)G_B175_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_424 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_425 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_424.get_register_0(); int8_t L_426 = (int8_t)L_425.get_sbyte_14_30(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_427 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_428 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_427.get_register_0(); int8_t L_429 = (int8_t)L_428.get_sbyte_14_30(); G_B176_0 = (&V_20); if ((((int32_t)L_426) == ((int32_t)L_429))) { G_B177_0 = (&V_20); goto IL_0942; } } { G_B178_0 = 0; G_B178_1 = G_B176_0; goto IL_0947; } IL_0942: { int8_t L_430; L_430 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B178_0 = ((int32_t)(L_430)); G_B178_1 = G_B177_0; } IL_0947: { G_B178_1->set_sbyte_14_30((int8_t)G_B178_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_431 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_432 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_431.get_register_0(); int8_t L_433 = (int8_t)L_432.get_sbyte_15_31(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_434 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_435 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_434.get_register_0(); int8_t L_436 = (int8_t)L_435.get_sbyte_15_31(); G_B179_0 = (&V_20); if ((((int32_t)L_433) == ((int32_t)L_436))) { G_B180_0 = (&V_20); goto IL_0969; } } { G_B181_0 = 0; G_B181_1 = G_B179_0; goto IL_096e; } IL_0969: { int8_t L_437; L_437 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); G_B181_0 = ((int32_t)(L_437)); G_B181_1 = G_B180_0; } IL_096e: { G_B181_1->set_sbyte_15_31((int8_t)G_B181_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_438; memset((&L_438), 0, sizeof(L_438)); Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D((&L_438), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_438; } IL_097b: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_439 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_440; L_440 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_439, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_441 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_442; L_442 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_441, /*hidden argument*/NULL); bool L_443; L_443 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_440, (Type_t *)L_442, /*hidden argument*/NULL); if (!L_443) { goto IL_0ad9; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_444 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_445 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_444.get_register_0(); uint16_t L_446 = (uint16_t)L_445.get_uint16_0_32(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_447 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_448 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_447.get_register_0(); uint16_t L_449 = (uint16_t)L_448.get_uint16_0_32(); G_B184_0 = (&V_20); if ((((int32_t)L_446) == ((int32_t)L_449))) { G_B185_0 = (&V_20); goto IL_09b6; } } { G_B186_0 = 0; G_B186_1 = G_B184_0; goto IL_09bb; } IL_09b6: { uint16_t L_450; L_450 = ConstantHelper_GetUInt16WithAllBitsSet_m6BC81A6D0805883E62E3BD9B5A196F563B16FFEA_inline(/*hidden argument*/NULL); G_B186_0 = ((int32_t)(L_450)); G_B186_1 = G_B185_0; } IL_09bb: { G_B186_1->set_uint16_0_32((uint16_t)G_B186_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_451 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_452 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_451.get_register_0(); uint16_t L_453 = (uint16_t)L_452.get_uint16_1_33(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_454 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_455 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_454.get_register_0(); uint16_t L_456 = (uint16_t)L_455.get_uint16_1_33(); G_B187_0 = (&V_20); if ((((int32_t)L_453) == ((int32_t)L_456))) { G_B188_0 = (&V_20); goto IL_09dd; } } { G_B189_0 = 0; G_B189_1 = G_B187_0; goto IL_09e2; } IL_09dd: { uint16_t L_457; L_457 = ConstantHelper_GetUInt16WithAllBitsSet_m6BC81A6D0805883E62E3BD9B5A196F563B16FFEA_inline(/*hidden argument*/NULL); G_B189_0 = ((int32_t)(L_457)); G_B189_1 = G_B188_0; } IL_09e2: { G_B189_1->set_uint16_1_33((uint16_t)G_B189_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_458 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_459 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_458.get_register_0(); uint16_t L_460 = (uint16_t)L_459.get_uint16_2_34(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_461 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_462 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_461.get_register_0(); uint16_t L_463 = (uint16_t)L_462.get_uint16_2_34(); G_B190_0 = (&V_20); if ((((int32_t)L_460) == ((int32_t)L_463))) { G_B191_0 = (&V_20); goto IL_0a04; } } { G_B192_0 = 0; G_B192_1 = G_B190_0; goto IL_0a09; } IL_0a04: { uint16_t L_464; L_464 = ConstantHelper_GetUInt16WithAllBitsSet_m6BC81A6D0805883E62E3BD9B5A196F563B16FFEA_inline(/*hidden argument*/NULL); G_B192_0 = ((int32_t)(L_464)); G_B192_1 = G_B191_0; } IL_0a09: { G_B192_1->set_uint16_2_34((uint16_t)G_B192_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_465 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_466 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_465.get_register_0(); uint16_t L_467 = (uint16_t)L_466.get_uint16_3_35(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_468 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_469 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_468.get_register_0(); uint16_t L_470 = (uint16_t)L_469.get_uint16_3_35(); G_B193_0 = (&V_20); if ((((int32_t)L_467) == ((int32_t)L_470))) { G_B194_0 = (&V_20); goto IL_0a2b; } } { G_B195_0 = 0; G_B195_1 = G_B193_0; goto IL_0a30; } IL_0a2b: { uint16_t L_471; L_471 = ConstantHelper_GetUInt16WithAllBitsSet_m6BC81A6D0805883E62E3BD9B5A196F563B16FFEA_inline(/*hidden argument*/NULL); G_B195_0 = ((int32_t)(L_471)); G_B195_1 = G_B194_0; } IL_0a30: { G_B195_1->set_uint16_3_35((uint16_t)G_B195_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_472 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_473 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_472.get_register_0(); uint16_t L_474 = (uint16_t)L_473.get_uint16_4_36(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_475 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_476 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_475.get_register_0(); uint16_t L_477 = (uint16_t)L_476.get_uint16_4_36(); G_B196_0 = (&V_20); if ((((int32_t)L_474) == ((int32_t)L_477))) { G_B197_0 = (&V_20); goto IL_0a52; } } { G_B198_0 = 0; G_B198_1 = G_B196_0; goto IL_0a57; } IL_0a52: { uint16_t L_478; L_478 = ConstantHelper_GetUInt16WithAllBitsSet_m6BC81A6D0805883E62E3BD9B5A196F563B16FFEA_inline(/*hidden argument*/NULL); G_B198_0 = ((int32_t)(L_478)); G_B198_1 = G_B197_0; } IL_0a57: { G_B198_1->set_uint16_4_36((uint16_t)G_B198_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_479 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_480 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_479.get_register_0(); uint16_t L_481 = (uint16_t)L_480.get_uint16_5_37(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_482 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_483 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_482.get_register_0(); uint16_t L_484 = (uint16_t)L_483.get_uint16_5_37(); G_B199_0 = (&V_20); if ((((int32_t)L_481) == ((int32_t)L_484))) { G_B200_0 = (&V_20); goto IL_0a79; } } { G_B201_0 = 0; G_B201_1 = G_B199_0; goto IL_0a7e; } IL_0a79: { uint16_t L_485; L_485 = ConstantHelper_GetUInt16WithAllBitsSet_m6BC81A6D0805883E62E3BD9B5A196F563B16FFEA_inline(/*hidden argument*/NULL); G_B201_0 = ((int32_t)(L_485)); G_B201_1 = G_B200_0; } IL_0a7e: { G_B201_1->set_uint16_5_37((uint16_t)G_B201_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_486 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_487 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_486.get_register_0(); uint16_t L_488 = (uint16_t)L_487.get_uint16_6_38(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_489 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_490 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_489.get_register_0(); uint16_t L_491 = (uint16_t)L_490.get_uint16_6_38(); G_B202_0 = (&V_20); if ((((int32_t)L_488) == ((int32_t)L_491))) { G_B203_0 = (&V_20); goto IL_0aa0; } } { G_B204_0 = 0; G_B204_1 = G_B202_0; goto IL_0aa5; } IL_0aa0: { uint16_t L_492; L_492 = ConstantHelper_GetUInt16WithAllBitsSet_m6BC81A6D0805883E62E3BD9B5A196F563B16FFEA_inline(/*hidden argument*/NULL); G_B204_0 = ((int32_t)(L_492)); G_B204_1 = G_B203_0; } IL_0aa5: { G_B204_1->set_uint16_6_38((uint16_t)G_B204_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_493 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_494 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_493.get_register_0(); uint16_t L_495 = (uint16_t)L_494.get_uint16_7_39(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_496 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_497 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_496.get_register_0(); uint16_t L_498 = (uint16_t)L_497.get_uint16_7_39(); G_B205_0 = (&V_20); if ((((int32_t)L_495) == ((int32_t)L_498))) { G_B206_0 = (&V_20); goto IL_0ac7; } } { G_B207_0 = 0; G_B207_1 = G_B205_0; goto IL_0acc; } IL_0ac7: { uint16_t L_499; L_499 = ConstantHelper_GetUInt16WithAllBitsSet_m6BC81A6D0805883E62E3BD9B5A196F563B16FFEA_inline(/*hidden argument*/NULL); G_B207_0 = ((int32_t)(L_499)); G_B207_1 = G_B206_0; } IL_0acc: { G_B207_1->set_uint16_7_39((uint16_t)G_B207_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_500; memset((&L_500), 0, sizeof(L_500)); Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D((&L_500), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_500; } IL_0ad9: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_501 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_502; L_502 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_501, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_503 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_504; L_504 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_503, /*hidden argument*/NULL); bool L_505; L_505 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_502, (Type_t *)L_504, /*hidden argument*/NULL); if (!L_505) { goto IL_0c37; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_506 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_507 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_506.get_register_0(); int16_t L_508 = (int16_t)L_507.get_int16_0_40(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_509 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_510 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_509.get_register_0(); int16_t L_511 = (int16_t)L_510.get_int16_0_40(); G_B210_0 = (&V_20); if ((((int32_t)L_508) == ((int32_t)L_511))) { G_B211_0 = (&V_20); goto IL_0b14; } } { G_B212_0 = 0; G_B212_1 = G_B210_0; goto IL_0b19; } IL_0b14: { int16_t L_512; L_512 = ConstantHelper_GetInt16WithAllBitsSet_m996824CAE155A7996EF9F1FA14611324CE8DF3BA_inline(/*hidden argument*/NULL); G_B212_0 = ((int32_t)(L_512)); G_B212_1 = G_B211_0; } IL_0b19: { G_B212_1->set_int16_0_40((int16_t)G_B212_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_513 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_514 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_513.get_register_0(); int16_t L_515 = (int16_t)L_514.get_int16_1_41(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_516 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_517 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_516.get_register_0(); int16_t L_518 = (int16_t)L_517.get_int16_1_41(); G_B213_0 = (&V_20); if ((((int32_t)L_515) == ((int32_t)L_518))) { G_B214_0 = (&V_20); goto IL_0b3b; } } { G_B215_0 = 0; G_B215_1 = G_B213_0; goto IL_0b40; } IL_0b3b: { int16_t L_519; L_519 = ConstantHelper_GetInt16WithAllBitsSet_m996824CAE155A7996EF9F1FA14611324CE8DF3BA_inline(/*hidden argument*/NULL); G_B215_0 = ((int32_t)(L_519)); G_B215_1 = G_B214_0; } IL_0b40: { G_B215_1->set_int16_1_41((int16_t)G_B215_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_520 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_521 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_520.get_register_0(); int16_t L_522 = (int16_t)L_521.get_int16_2_42(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_523 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_524 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_523.get_register_0(); int16_t L_525 = (int16_t)L_524.get_int16_2_42(); G_B216_0 = (&V_20); if ((((int32_t)L_522) == ((int32_t)L_525))) { G_B217_0 = (&V_20); goto IL_0b62; } } { G_B218_0 = 0; G_B218_1 = G_B216_0; goto IL_0b67; } IL_0b62: { int16_t L_526; L_526 = ConstantHelper_GetInt16WithAllBitsSet_m996824CAE155A7996EF9F1FA14611324CE8DF3BA_inline(/*hidden argument*/NULL); G_B218_0 = ((int32_t)(L_526)); G_B218_1 = G_B217_0; } IL_0b67: { G_B218_1->set_int16_2_42((int16_t)G_B218_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_527 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_528 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_527.get_register_0(); int16_t L_529 = (int16_t)L_528.get_int16_3_43(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_530 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_531 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_530.get_register_0(); int16_t L_532 = (int16_t)L_531.get_int16_3_43(); G_B219_0 = (&V_20); if ((((int32_t)L_529) == ((int32_t)L_532))) { G_B220_0 = (&V_20); goto IL_0b89; } } { G_B221_0 = 0; G_B221_1 = G_B219_0; goto IL_0b8e; } IL_0b89: { int16_t L_533; L_533 = ConstantHelper_GetInt16WithAllBitsSet_m996824CAE155A7996EF9F1FA14611324CE8DF3BA_inline(/*hidden argument*/NULL); G_B221_0 = ((int32_t)(L_533)); G_B221_1 = G_B220_0; } IL_0b8e: { G_B221_1->set_int16_3_43((int16_t)G_B221_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_534 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_535 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_534.get_register_0(); int16_t L_536 = (int16_t)L_535.get_int16_4_44(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_537 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_538 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_537.get_register_0(); int16_t L_539 = (int16_t)L_538.get_int16_4_44(); G_B222_0 = (&V_20); if ((((int32_t)L_536) == ((int32_t)L_539))) { G_B223_0 = (&V_20); goto IL_0bb0; } } { G_B224_0 = 0; G_B224_1 = G_B222_0; goto IL_0bb5; } IL_0bb0: { int16_t L_540; L_540 = ConstantHelper_GetInt16WithAllBitsSet_m996824CAE155A7996EF9F1FA14611324CE8DF3BA_inline(/*hidden argument*/NULL); G_B224_0 = ((int32_t)(L_540)); G_B224_1 = G_B223_0; } IL_0bb5: { G_B224_1->set_int16_4_44((int16_t)G_B224_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_541 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_542 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_541.get_register_0(); int16_t L_543 = (int16_t)L_542.get_int16_5_45(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_544 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_545 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_544.get_register_0(); int16_t L_546 = (int16_t)L_545.get_int16_5_45(); G_B225_0 = (&V_20); if ((((int32_t)L_543) == ((int32_t)L_546))) { G_B226_0 = (&V_20); goto IL_0bd7; } } { G_B227_0 = 0; G_B227_1 = G_B225_0; goto IL_0bdc; } IL_0bd7: { int16_t L_547; L_547 = ConstantHelper_GetInt16WithAllBitsSet_m996824CAE155A7996EF9F1FA14611324CE8DF3BA_inline(/*hidden argument*/NULL); G_B227_0 = ((int32_t)(L_547)); G_B227_1 = G_B226_0; } IL_0bdc: { G_B227_1->set_int16_5_45((int16_t)G_B227_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_548 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_549 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_548.get_register_0(); int16_t L_550 = (int16_t)L_549.get_int16_6_46(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_551 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_552 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_551.get_register_0(); int16_t L_553 = (int16_t)L_552.get_int16_6_46(); G_B228_0 = (&V_20); if ((((int32_t)L_550) == ((int32_t)L_553))) { G_B229_0 = (&V_20); goto IL_0bfe; } } { G_B230_0 = 0; G_B230_1 = G_B228_0; goto IL_0c03; } IL_0bfe: { int16_t L_554; L_554 = ConstantHelper_GetInt16WithAllBitsSet_m996824CAE155A7996EF9F1FA14611324CE8DF3BA_inline(/*hidden argument*/NULL); G_B230_0 = ((int32_t)(L_554)); G_B230_1 = G_B229_0; } IL_0c03: { G_B230_1->set_int16_6_46((int16_t)G_B230_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_555 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_556 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_555.get_register_0(); int16_t L_557 = (int16_t)L_556.get_int16_7_47(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_558 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_559 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_558.get_register_0(); int16_t L_560 = (int16_t)L_559.get_int16_7_47(); G_B231_0 = (&V_20); if ((((int32_t)L_557) == ((int32_t)L_560))) { G_B232_0 = (&V_20); goto IL_0c25; } } { G_B233_0 = 0; G_B233_1 = G_B231_0; goto IL_0c2a; } IL_0c25: { int16_t L_561; L_561 = ConstantHelper_GetInt16WithAllBitsSet_m996824CAE155A7996EF9F1FA14611324CE8DF3BA_inline(/*hidden argument*/NULL); G_B233_0 = ((int32_t)(L_561)); G_B233_1 = G_B232_0; } IL_0c2a: { G_B233_1->set_int16_7_47((int16_t)G_B233_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_562; memset((&L_562), 0, sizeof(L_562)); Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D((&L_562), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_562; } IL_0c37: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_563 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_564; L_564 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_563, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_565 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_566; L_566 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_565, /*hidden argument*/NULL); bool L_567; L_567 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_564, (Type_t *)L_566, /*hidden argument*/NULL); if (!L_567) { goto IL_0cf9; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_568 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_569 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_568.get_register_0(); uint32_t L_570 = (uint32_t)L_569.get_uint32_0_48(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_571 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_572 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_571.get_register_0(); uint32_t L_573 = (uint32_t)L_572.get_uint32_0_48(); G_B236_0 = (&V_20); if ((((int32_t)L_570) == ((int32_t)L_573))) { G_B237_0 = (&V_20); goto IL_0c72; } } { G_B238_0 = ((uint32_t)(0)); G_B238_1 = G_B236_0; goto IL_0c77; } IL_0c72: { uint32_t L_574; L_574 = ConstantHelper_GetUInt32WithAllBitsSet_mF9264BB241E20A8A05FF9E0C06F6F81F0E1B1C8A_inline(/*hidden argument*/NULL); G_B238_0 = L_574; G_B238_1 = G_B237_0; } IL_0c77: { G_B238_1->set_uint32_0_48(G_B238_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_575 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_576 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_575.get_register_0(); uint32_t L_577 = (uint32_t)L_576.get_uint32_1_49(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_578 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_579 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_578.get_register_0(); uint32_t L_580 = (uint32_t)L_579.get_uint32_1_49(); G_B239_0 = (&V_20); if ((((int32_t)L_577) == ((int32_t)L_580))) { G_B240_0 = (&V_20); goto IL_0c99; } } { G_B241_0 = ((uint32_t)(0)); G_B241_1 = G_B239_0; goto IL_0c9e; } IL_0c99: { uint32_t L_581; L_581 = ConstantHelper_GetUInt32WithAllBitsSet_mF9264BB241E20A8A05FF9E0C06F6F81F0E1B1C8A_inline(/*hidden argument*/NULL); G_B241_0 = L_581; G_B241_1 = G_B240_0; } IL_0c9e: { G_B241_1->set_uint32_1_49(G_B241_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_582 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_583 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_582.get_register_0(); uint32_t L_584 = (uint32_t)L_583.get_uint32_2_50(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_585 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_586 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_585.get_register_0(); uint32_t L_587 = (uint32_t)L_586.get_uint32_2_50(); G_B242_0 = (&V_20); if ((((int32_t)L_584) == ((int32_t)L_587))) { G_B243_0 = (&V_20); goto IL_0cc0; } } { G_B244_0 = ((uint32_t)(0)); G_B244_1 = G_B242_0; goto IL_0cc5; } IL_0cc0: { uint32_t L_588; L_588 = ConstantHelper_GetUInt32WithAllBitsSet_mF9264BB241E20A8A05FF9E0C06F6F81F0E1B1C8A_inline(/*hidden argument*/NULL); G_B244_0 = L_588; G_B244_1 = G_B243_0; } IL_0cc5: { G_B244_1->set_uint32_2_50(G_B244_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_589 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_590 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_589.get_register_0(); uint32_t L_591 = (uint32_t)L_590.get_uint32_3_51(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_592 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_593 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_592.get_register_0(); uint32_t L_594 = (uint32_t)L_593.get_uint32_3_51(); G_B245_0 = (&V_20); if ((((int32_t)L_591) == ((int32_t)L_594))) { G_B246_0 = (&V_20); goto IL_0ce7; } } { G_B247_0 = ((uint32_t)(0)); G_B247_1 = G_B245_0; goto IL_0cec; } IL_0ce7: { uint32_t L_595; L_595 = ConstantHelper_GetUInt32WithAllBitsSet_mF9264BB241E20A8A05FF9E0C06F6F81F0E1B1C8A_inline(/*hidden argument*/NULL); G_B247_0 = L_595; G_B247_1 = G_B246_0; } IL_0cec: { G_B247_1->set_uint32_3_51(G_B247_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_596; memset((&L_596), 0, sizeof(L_596)); Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D((&L_596), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_596; } IL_0cf9: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_597 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_598; L_598 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_597, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_599 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_600; L_600 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_599, /*hidden argument*/NULL); bool L_601; L_601 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_598, (Type_t *)L_600, /*hidden argument*/NULL); if (!L_601) { goto IL_0dbb; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_602 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_603 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_602.get_register_0(); int32_t L_604 = (int32_t)L_603.get_int32_0_52(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_605 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_606 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_605.get_register_0(); int32_t L_607 = (int32_t)L_606.get_int32_0_52(); G_B250_0 = (&V_20); if ((((int32_t)L_604) == ((int32_t)L_607))) { G_B251_0 = (&V_20); goto IL_0d34; } } { G_B252_0 = 0; G_B252_1 = G_B250_0; goto IL_0d39; } IL_0d34: { int32_t L_608; L_608 = ConstantHelper_GetInt32WithAllBitsSet_mCD59C2ABC660E81C63629C36496ABDCD4E55C76E_inline(/*hidden argument*/NULL); G_B252_0 = L_608; G_B252_1 = G_B251_0; } IL_0d39: { G_B252_1->set_int32_0_52(G_B252_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_609 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_610 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_609.get_register_0(); int32_t L_611 = (int32_t)L_610.get_int32_1_53(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_612 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_613 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_612.get_register_0(); int32_t L_614 = (int32_t)L_613.get_int32_1_53(); G_B253_0 = (&V_20); if ((((int32_t)L_611) == ((int32_t)L_614))) { G_B254_0 = (&V_20); goto IL_0d5b; } } { G_B255_0 = 0; G_B255_1 = G_B253_0; goto IL_0d60; } IL_0d5b: { int32_t L_615; L_615 = ConstantHelper_GetInt32WithAllBitsSet_mCD59C2ABC660E81C63629C36496ABDCD4E55C76E_inline(/*hidden argument*/NULL); G_B255_0 = L_615; G_B255_1 = G_B254_0; } IL_0d60: { G_B255_1->set_int32_1_53(G_B255_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_616 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_617 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_616.get_register_0(); int32_t L_618 = (int32_t)L_617.get_int32_2_54(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_619 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_620 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_619.get_register_0(); int32_t L_621 = (int32_t)L_620.get_int32_2_54(); G_B256_0 = (&V_20); if ((((int32_t)L_618) == ((int32_t)L_621))) { G_B257_0 = (&V_20); goto IL_0d82; } } { G_B258_0 = 0; G_B258_1 = G_B256_0; goto IL_0d87; } IL_0d82: { int32_t L_622; L_622 = ConstantHelper_GetInt32WithAllBitsSet_mCD59C2ABC660E81C63629C36496ABDCD4E55C76E_inline(/*hidden argument*/NULL); G_B258_0 = L_622; G_B258_1 = G_B257_0; } IL_0d87: { G_B258_1->set_int32_2_54(G_B258_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_623 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_624 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_623.get_register_0(); int32_t L_625 = (int32_t)L_624.get_int32_3_55(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_626 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_627 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_626.get_register_0(); int32_t L_628 = (int32_t)L_627.get_int32_3_55(); G_B259_0 = (&V_20); if ((((int32_t)L_625) == ((int32_t)L_628))) { G_B260_0 = (&V_20); goto IL_0da9; } } { G_B261_0 = 0; G_B261_1 = G_B259_0; goto IL_0dae; } IL_0da9: { int32_t L_629; L_629 = ConstantHelper_GetInt32WithAllBitsSet_mCD59C2ABC660E81C63629C36496ABDCD4E55C76E_inline(/*hidden argument*/NULL); G_B261_0 = L_629; G_B261_1 = G_B260_0; } IL_0dae: { G_B261_1->set_int32_3_55(G_B261_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_630; memset((&L_630), 0, sizeof(L_630)); Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D((&L_630), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_630; } IL_0dbb: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_631 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_632; L_632 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_631, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_633 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_634; L_634 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_633, /*hidden argument*/NULL); bool L_635; L_635 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_632, (Type_t *)L_634, /*hidden argument*/NULL); if (!L_635) { goto IL_0e2e; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_636 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_637 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_636.get_register_0(); uint64_t L_638 = (uint64_t)L_637.get_uint64_0_56(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_639 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_640 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_639.get_register_0(); uint64_t L_641 = (uint64_t)L_640.get_uint64_0_56(); G_B264_0 = (&V_20); if ((((int64_t)L_638) == ((int64_t)L_641))) { G_B265_0 = (&V_20); goto IL_0df4; } } { G_B266_0 = ((uint64_t)(((int64_t)((int64_t)0)))); G_B266_1 = G_B264_0; goto IL_0df9; } IL_0df4: { uint64_t L_642; L_642 = ConstantHelper_GetUInt64WithAllBitsSet_m6BE10E8A52D5EB5FDA506D564F08A6323CCB28B0_inline(/*hidden argument*/NULL); G_B266_0 = L_642; G_B266_1 = G_B265_0; } IL_0df9: { G_B266_1->set_uint64_0_56(G_B266_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_643 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_644 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_643.get_register_0(); uint64_t L_645 = (uint64_t)L_644.get_uint64_1_57(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_646 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_647 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_646.get_register_0(); uint64_t L_648 = (uint64_t)L_647.get_uint64_1_57(); G_B267_0 = (&V_20); if ((((int64_t)L_645) == ((int64_t)L_648))) { G_B268_0 = (&V_20); goto IL_0e1c; } } { G_B269_0 = ((uint64_t)(((int64_t)((int64_t)0)))); G_B269_1 = G_B267_0; goto IL_0e21; } IL_0e1c: { uint64_t L_649; L_649 = ConstantHelper_GetUInt64WithAllBitsSet_m6BE10E8A52D5EB5FDA506D564F08A6323CCB28B0_inline(/*hidden argument*/NULL); G_B269_0 = L_649; G_B269_1 = G_B268_0; } IL_0e21: { G_B269_1->set_uint64_1_57(G_B269_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_650; memset((&L_650), 0, sizeof(L_650)); Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D((&L_650), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_650; } IL_0e2e: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_651 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_652; L_652 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_651, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_653 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_654; L_654 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_653, /*hidden argument*/NULL); bool L_655; L_655 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_652, (Type_t *)L_654, /*hidden argument*/NULL); if (!L_655) { goto IL_0ea1; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_656 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_657 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_656.get_register_0(); int64_t L_658 = (int64_t)L_657.get_int64_0_58(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_659 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_660 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_659.get_register_0(); int64_t L_661 = (int64_t)L_660.get_int64_0_58(); G_B272_0 = (&V_20); if ((((int64_t)L_658) == ((int64_t)L_661))) { G_B273_0 = (&V_20); goto IL_0e67; } } { G_B274_0 = ((int64_t)((int64_t)0)); G_B274_1 = G_B272_0; goto IL_0e6c; } IL_0e67: { int64_t L_662; L_662 = ConstantHelper_GetInt64WithAllBitsSet_m92CD89D686AC24C659A4E6560F08097CDFB776E4_inline(/*hidden argument*/NULL); G_B274_0 = L_662; G_B274_1 = G_B273_0; } IL_0e6c: { G_B274_1->set_int64_0_58(G_B274_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_663 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_664 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_663.get_register_0(); int64_t L_665 = (int64_t)L_664.get_int64_1_59(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_666 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_667 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_666.get_register_0(); int64_t L_668 = (int64_t)L_667.get_int64_1_59(); G_B275_0 = (&V_20); if ((((int64_t)L_665) == ((int64_t)L_668))) { G_B276_0 = (&V_20); goto IL_0e8f; } } { G_B277_0 = ((int64_t)((int64_t)0)); G_B277_1 = G_B275_0; goto IL_0e94; } IL_0e8f: { int64_t L_669; L_669 = ConstantHelper_GetInt64WithAllBitsSet_m92CD89D686AC24C659A4E6560F08097CDFB776E4_inline(/*hidden argument*/NULL); G_B277_0 = L_669; G_B277_1 = G_B276_0; } IL_0e94: { G_B277_1->set_int64_1_59(G_B277_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_670; memset((&L_670), 0, sizeof(L_670)); Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D((&L_670), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_670; } IL_0ea1: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_671 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_672; L_672 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_671, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_673 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_674; L_674 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_673, /*hidden argument*/NULL); bool L_675; L_675 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_672, (Type_t *)L_674, /*hidden argument*/NULL); if (!L_675) { goto IL_0f73; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_676 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_677 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_676.get_register_0(); float L_678 = (float)L_677.get_single_0_60(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_679 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_680 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_679.get_register_0(); float L_681 = (float)L_680.get_single_0_60(); G_B280_0 = (&V_20); if ((((float)L_678) == ((float)L_681))) { G_B281_0 = (&V_20); goto IL_0ee0; } } { G_B282_0 = (0.0f); G_B282_1 = G_B280_0; goto IL_0ee5; } IL_0ee0: { float L_682; L_682 = ConstantHelper_GetSingleWithAllBitsSet_mBBFCC36D478F698EC003C47B7BF4825BE8C697A1_inline(/*hidden argument*/NULL); G_B282_0 = L_682; G_B282_1 = G_B281_0; } IL_0ee5: { G_B282_1->set_single_0_60(G_B282_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_683 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_684 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_683.get_register_0(); float L_685 = (float)L_684.get_single_1_61(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_686 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_687 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_686.get_register_0(); float L_688 = (float)L_687.get_single_1_61(); G_B283_0 = (&V_20); if ((((float)L_685) == ((float)L_688))) { G_B284_0 = (&V_20); goto IL_0f0b; } } { G_B285_0 = (0.0f); G_B285_1 = G_B283_0; goto IL_0f10; } IL_0f0b: { float L_689; L_689 = ConstantHelper_GetSingleWithAllBitsSet_mBBFCC36D478F698EC003C47B7BF4825BE8C697A1_inline(/*hidden argument*/NULL); G_B285_0 = L_689; G_B285_1 = G_B284_0; } IL_0f10: { G_B285_1->set_single_1_61(G_B285_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_690 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_691 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_690.get_register_0(); float L_692 = (float)L_691.get_single_2_62(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_693 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_694 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_693.get_register_0(); float L_695 = (float)L_694.get_single_2_62(); G_B286_0 = (&V_20); if ((((float)L_692) == ((float)L_695))) { G_B287_0 = (&V_20); goto IL_0f36; } } { G_B288_0 = (0.0f); G_B288_1 = G_B286_0; goto IL_0f3b; } IL_0f36: { float L_696; L_696 = ConstantHelper_GetSingleWithAllBitsSet_mBBFCC36D478F698EC003C47B7BF4825BE8C697A1_inline(/*hidden argument*/NULL); G_B288_0 = L_696; G_B288_1 = G_B287_0; } IL_0f3b: { G_B288_1->set_single_2_62(G_B288_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_697 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_698 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_697.get_register_0(); float L_699 = (float)L_698.get_single_3_63(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_700 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_701 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_700.get_register_0(); float L_702 = (float)L_701.get_single_3_63(); G_B289_0 = (&V_20); if ((((float)L_699) == ((float)L_702))) { G_B290_0 = (&V_20); goto IL_0f61; } } { G_B291_0 = (0.0f); G_B291_1 = G_B289_0; goto IL_0f66; } IL_0f61: { float L_703; L_703 = ConstantHelper_GetSingleWithAllBitsSet_mBBFCC36D478F698EC003C47B7BF4825BE8C697A1_inline(/*hidden argument*/NULL); G_B291_0 = L_703; G_B291_1 = G_B290_0; } IL_0f66: { G_B291_1->set_single_3_63(G_B291_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_704; memset((&L_704), 0, sizeof(L_704)); Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D((&L_704), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_704; } IL_0f73: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_705 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_706; L_706 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_705, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_707 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_708; L_708 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_707, /*hidden argument*/NULL); bool L_709; L_709 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_706, (Type_t *)L_708, /*hidden argument*/NULL); if (!L_709) { goto IL_0ff4; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_710 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_711 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_710.get_register_0(); double L_712 = (double)L_711.get_double_0_64(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_713 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_714 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_713.get_register_0(); double L_715 = (double)L_714.get_double_0_64(); G_B294_0 = (&V_20); if ((((double)L_712) == ((double)L_715))) { G_B295_0 = (&V_20); goto IL_0fb3; } } { G_B296_0 = (0.0); G_B296_1 = G_B294_0; goto IL_0fb8; } IL_0fb3: { double L_716; L_716 = ConstantHelper_GetDoubleWithAllBitsSet_m996D27D3A1B9C7A7CD7363D753D37C13B5DF4E04_inline(/*hidden argument*/NULL); G_B296_0 = L_716; G_B296_1 = G_B295_0; } IL_0fb8: { G_B296_1->set_double_0_64(G_B296_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_717 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_718 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_717.get_register_0(); double L_719 = (double)L_718.get_double_1_65(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_720 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_721 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_720.get_register_0(); double L_722 = (double)L_721.get_double_1_65(); G_B297_0 = (&V_20); if ((((double)L_719) == ((double)L_722))) { G_B298_0 = (&V_20); goto IL_0fe2; } } { G_B299_0 = (0.0); G_B299_1 = G_B297_0; goto IL_0fe7; } IL_0fe2: { double L_723; L_723 = ConstantHelper_GetDoubleWithAllBitsSet_m996D27D3A1B9C7A7CD7363D753D37C13B5DF4E04_inline(/*hidden argument*/NULL); G_B299_0 = L_723; G_B299_1 = G_B298_0; } IL_0fe7: { G_B299_1->set_double_1_65(G_B299_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_724; memset((&L_724), 0, sizeof(L_724)); Vector_1__ctor_m64ADC5FC46641BB7D9992C1D7914E87C3262269D((&L_724), (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 15)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_724; } IL_0ff4: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_725; L_725 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_726 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_726, (String_t*)L_725, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_726, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_Equals_m81271ABBAB8ED312BB9B4F6772115BA3AF5C6BD2_RuntimeMethod_var))); } } // System.Numerics.Vector`1 System.Numerics.Vector`1::Min(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_1_Min_mC72D69DC3B2B5C49E828ADACB57C9B0106E48AAD_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_Min_mC72D69DC3B2B5C49E828ADACB57C9B0106E48AAD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; int32_t V_1 = 0; int8_t* V_2 = NULL; int32_t V_3 = 0; uint16_t* V_4 = NULL; int32_t V_5 = 0; int16_t* V_6 = NULL; int32_t V_7 = 0; uint32_t* V_8 = NULL; int32_t V_9 = 0; int32_t* V_10 = NULL; int32_t V_11 = 0; uint64_t* V_12 = NULL; int32_t V_13 = 0; int64_t* V_14 = NULL; int32_t V_15 = 0; float* V_16 = NULL; int32_t V_17 = 0; double* V_18 = NULL; int32_t V_19 = 0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 V_20; memset((&V_20), 0, sizeof(V_20)); uint8_t* G_B5_0 = NULL; uint8_t* G_B4_0 = NULL; uint8_t G_B6_0 = 0x0; uint8_t* G_B6_1 = NULL; int8_t* G_B13_0 = NULL; int8_t* G_B12_0 = NULL; int8_t G_B14_0 = 0x0; int8_t* G_B14_1 = NULL; uint16_t* G_B21_0 = NULL; uint16_t* G_B20_0 = NULL; uint16_t G_B22_0 = 0; uint16_t* G_B22_1 = NULL; int16_t* G_B29_0 = NULL; int16_t* G_B28_0 = NULL; int16_t G_B30_0 = 0; int16_t* G_B30_1 = NULL; uint32_t* G_B37_0 = NULL; uint32_t* G_B36_0 = NULL; uint32_t G_B38_0 = 0; uint32_t* G_B38_1 = NULL; int32_t* G_B45_0 = NULL; int32_t* G_B44_0 = NULL; int32_t G_B46_0 = 0; int32_t* G_B46_1 = NULL; uint64_t* G_B53_0 = NULL; uint64_t* G_B52_0 = NULL; uint64_t G_B54_0 = 0; uint64_t* G_B54_1 = NULL; int64_t* G_B61_0 = NULL; int64_t* G_B60_0 = NULL; int64_t G_B62_0 = 0; int64_t* G_B62_1 = NULL; float* G_B69_0 = NULL; float* G_B68_0 = NULL; float G_B70_0 = 0.0f; float* G_B70_1 = NULL; double* G_B77_0 = NULL; double* G_B76_0 = NULL; double G_B78_0 = 0.0; double* G_B78_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B85_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B84_0 = NULL; uint8_t G_B86_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B86_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B88_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B87_0 = NULL; uint8_t G_B89_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B89_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B91_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B90_0 = NULL; uint8_t G_B92_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B92_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B94_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B93_0 = NULL; uint8_t G_B95_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B95_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B97_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B96_0 = NULL; uint8_t G_B98_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B98_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B100_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B99_0 = NULL; uint8_t G_B101_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B101_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B103_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B102_0 = NULL; uint8_t G_B104_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B104_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B106_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B105_0 = NULL; uint8_t G_B107_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B107_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B109_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B108_0 = NULL; uint8_t G_B110_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B110_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B112_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B111_0 = NULL; uint8_t G_B113_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B113_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B115_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B114_0 = NULL; uint8_t G_B116_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B116_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B118_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B117_0 = NULL; uint8_t G_B119_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B119_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B121_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B120_0 = NULL; uint8_t G_B122_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B122_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B124_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B123_0 = NULL; uint8_t G_B125_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B125_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B127_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B126_0 = NULL; uint8_t G_B128_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B128_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B130_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B129_0 = NULL; uint8_t G_B131_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B131_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B135_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B134_0 = NULL; int8_t G_B136_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B136_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B138_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B137_0 = NULL; int8_t G_B139_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B139_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B141_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B140_0 = NULL; int8_t G_B142_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B142_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B144_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B143_0 = NULL; int8_t G_B145_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B145_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B147_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B146_0 = NULL; int8_t G_B148_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B148_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B150_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B149_0 = NULL; int8_t G_B151_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B151_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B153_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B152_0 = NULL; int8_t G_B154_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B154_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B156_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B155_0 = NULL; int8_t G_B157_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B157_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B159_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B158_0 = NULL; int8_t G_B160_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B160_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B162_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B161_0 = NULL; int8_t G_B163_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B163_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B165_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B164_0 = NULL; int8_t G_B166_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B166_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B168_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B167_0 = NULL; int8_t G_B169_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B169_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B171_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B170_0 = NULL; int8_t G_B172_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B172_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B174_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B173_0 = NULL; int8_t G_B175_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B175_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B177_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B176_0 = NULL; int8_t G_B178_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B178_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B180_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B179_0 = NULL; int8_t G_B181_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B181_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B185_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B184_0 = NULL; uint16_t G_B186_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B186_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B188_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B187_0 = NULL; uint16_t G_B189_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B189_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B191_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B190_0 = NULL; uint16_t G_B192_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B192_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B194_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B193_0 = NULL; uint16_t G_B195_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B195_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B197_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B196_0 = NULL; uint16_t G_B198_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B198_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B200_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B199_0 = NULL; uint16_t G_B201_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B201_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B203_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B202_0 = NULL; uint16_t G_B204_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B204_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B206_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B205_0 = NULL; uint16_t G_B207_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B207_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B211_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B210_0 = NULL; int16_t G_B212_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B212_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B214_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B213_0 = NULL; int16_t G_B215_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B215_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B217_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B216_0 = NULL; int16_t G_B218_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B218_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B220_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B219_0 = NULL; int16_t G_B221_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B221_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B223_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B222_0 = NULL; int16_t G_B224_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B224_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B226_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B225_0 = NULL; int16_t G_B227_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B227_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B229_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B228_0 = NULL; int16_t G_B230_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B230_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B232_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B231_0 = NULL; int16_t G_B233_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B233_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B237_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B236_0 = NULL; uint32_t G_B238_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B238_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B240_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B239_0 = NULL; uint32_t G_B241_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B241_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B243_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B242_0 = NULL; uint32_t G_B244_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B244_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B246_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B245_0 = NULL; uint32_t G_B247_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B247_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B251_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B250_0 = NULL; int32_t G_B252_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B252_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B254_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B253_0 = NULL; int32_t G_B255_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B255_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B257_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B256_0 = NULL; int32_t G_B258_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B258_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B260_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B259_0 = NULL; int32_t G_B261_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B261_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B265_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B264_0 = NULL; uint64_t G_B266_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B266_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B268_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B267_0 = NULL; uint64_t G_B269_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B269_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B273_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B272_0 = NULL; int64_t G_B274_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B274_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B276_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B275_0 = NULL; int64_t G_B277_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B277_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B281_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B280_0 = NULL; float G_B282_0 = 0.0f; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B282_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B284_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B283_0 = NULL; float G_B285_0 = 0.0f; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B285_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B287_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B286_0 = NULL; float G_B288_0 = 0.0f; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B288_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B290_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B289_0 = NULL; float G_B291_0 = 0.0f; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B291_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B295_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B294_0 = NULL; double G_B296_0 = 0.0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B296_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B298_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B297_0 = NULL; double G_B299_0 = 0.0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B299_1 = NULL; { bool L_0; L_0 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_0) { goto IL_0575; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_2, (Type_t *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0086; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_6; L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); int8_t* L_7 = (int8_t*) alloca(((uintptr_t)L_6)); memset(L_7, 0, ((uintptr_t)L_6)); V_0 = (uint8_t*)(L_7); V_1 = (int32_t)0; goto IL_0077; } IL_0032: { uint8_t* L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_1; uint8_t L_11; L_11 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_12 = V_1; uint8_t L_13; L_13 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_14; L_14 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((uint8_t)L_11, (uint8_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); G_B4_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9)); if (L_14) { G_B5_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9)); goto IL_0060; } } { int32_t L_15 = V_1; uint8_t L_16; L_16 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_17 = L_16; RuntimeObject * L_18 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_17); G_B6_0 = ((*(uint8_t*)((uint8_t*)UnBox(L_18, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))); G_B6_1 = G_B4_0; goto IL_0072; } IL_0060: { int32_t L_19 = V_1; uint8_t L_20; L_20 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_21 = L_20; RuntimeObject * L_22 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_21); G_B6_0 = ((*(uint8_t*)((uint8_t*)UnBox(L_22, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))); G_B6_1 = G_B5_0; } IL_0072: { *((int8_t*)G_B6_1) = (int8_t)G_B6_0; int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0077: { int32_t L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_25; L_25 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0032; } } { uint8_t* L_26 = V_0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_27; memset((&L_27), 0, sizeof(L_27)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_27), (void*)(void*)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_27; } IL_0086: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_29; L_29 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_28, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_30 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_31; L_31 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_30, /*hidden argument*/NULL); bool L_32; L_32 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_29, (Type_t *)L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0102; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_33; L_33 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); int8_t* L_34 = (int8_t*) alloca(((uintptr_t)L_33)); memset(L_34, 0, ((uintptr_t)L_33)); V_2 = (int8_t*)(L_34); V_3 = (int32_t)0; goto IL_00f3; } IL_00ae: { int8_t* L_35 = V_2; int32_t L_36 = V_3; int32_t L_37 = V_3; uint8_t L_38; L_38 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_37, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_39 = V_3; uint8_t L_40; L_40 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_41; L_41 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((uint8_t)L_38, (uint8_t)L_40, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); G_B12_0 = ((int8_t*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)L_36)); if (L_41) { G_B13_0 = ((int8_t*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)L_36)); goto IL_00dc; } } { int32_t L_42 = V_3; uint8_t L_43; L_43 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_42, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_44 = L_43; RuntimeObject * L_45 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_44); G_B14_0 = ((*(int8_t*)((int8_t*)UnBox(L_45, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))); G_B14_1 = G_B12_0; goto IL_00ee; } IL_00dc: { int32_t L_46 = V_3; uint8_t L_47; L_47 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_46, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_48 = L_47; RuntimeObject * L_49 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_48); G_B14_0 = ((*(int8_t*)((int8_t*)UnBox(L_49, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))); G_B14_1 = G_B13_0; } IL_00ee: { *((int8_t*)G_B14_1) = (int8_t)G_B14_0; int32_t L_50 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00f3: { int32_t L_51 = V_3; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_52; L_52 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_00ae; } } { int8_t* L_53 = V_2; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_54; memset((&L_54), 0, sizeof(L_54)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_54), (void*)(void*)L_53, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_54; } IL_0102: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_55 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56; L_56 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_55, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_57 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_58; L_58 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_57, /*hidden argument*/NULL); bool L_59; L_59 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_56, (Type_t *)L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_018f; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_60; L_60 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_60) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Min_mC72D69DC3B2B5C49E828ADACB57C9B0106E48AAD_RuntimeMethod_var); int8_t* L_61 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_60), (int32_t)2))); memset(L_61, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_60), (int32_t)2))); V_4 = (uint16_t*)(L_61); V_5 = (int32_t)0; goto IL_017e; } IL_012e: { uint16_t* L_62 = V_4; int32_t L_63 = V_5; int32_t L_64 = V_5; uint8_t L_65; L_65 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_64, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_66 = V_5; uint8_t L_67; L_67 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_66, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_68; L_68 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((uint8_t)L_65, (uint8_t)L_67, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); G_B20_0 = ((uint16_t*)il2cpp_codegen_add((intptr_t)L_62, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_63), (int32_t)2)))); if (L_68) { G_B21_0 = ((uint16_t*)il2cpp_codegen_add((intptr_t)L_62, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_63), (int32_t)2)))); goto IL_0164; } } { int32_t L_69 = V_5; uint8_t L_70; L_70 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_69, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_71 = L_70; RuntimeObject * L_72 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_71); G_B22_0 = ((*(uint16_t*)((uint16_t*)UnBox(L_72, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))); G_B22_1 = G_B20_0; goto IL_0177; } IL_0164: { int32_t L_73 = V_5; uint8_t L_74; L_74 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_75 = L_74; RuntimeObject * L_76 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_75); G_B22_0 = ((*(uint16_t*)((uint16_t*)UnBox(L_76, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))); G_B22_1 = G_B21_0; } IL_0177: { *((int16_t*)G_B22_1) = (int16_t)G_B22_0; int32_t L_77 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); } IL_017e: { int32_t L_78 = V_5; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_79; L_79 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_78) < ((int32_t)L_79))) { goto IL_012e; } } { uint16_t* L_80 = V_4; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_81; memset((&L_81), 0, sizeof(L_81)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_81), (void*)(void*)L_80, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_81; } IL_018f: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_82 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_83; L_83 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_82, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_84 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_85; L_85 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_84, /*hidden argument*/NULL); bool L_86; L_86 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_83, (Type_t *)L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_021c; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_87; L_87 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_87) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Min_mC72D69DC3B2B5C49E828ADACB57C9B0106E48AAD_RuntimeMethod_var); int8_t* L_88 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_87), (int32_t)2))); memset(L_88, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_87), (int32_t)2))); V_6 = (int16_t*)(L_88); V_7 = (int32_t)0; goto IL_020b; } IL_01bb: { int16_t* L_89 = V_6; int32_t L_90 = V_7; int32_t L_91 = V_7; uint8_t L_92; L_92 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_91, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_93 = V_7; uint8_t L_94; L_94 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_95; L_95 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((uint8_t)L_92, (uint8_t)L_94, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); G_B28_0 = ((int16_t*)il2cpp_codegen_add((intptr_t)L_89, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_90), (int32_t)2)))); if (L_95) { G_B29_0 = ((int16_t*)il2cpp_codegen_add((intptr_t)L_89, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_90), (int32_t)2)))); goto IL_01f1; } } { int32_t L_96 = V_7; uint8_t L_97; L_97 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_96, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_98 = L_97; RuntimeObject * L_99 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_98); G_B30_0 = ((*(int16_t*)((int16_t*)UnBox(L_99, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))); G_B30_1 = G_B28_0; goto IL_0204; } IL_01f1: { int32_t L_100 = V_7; uint8_t L_101; L_101 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_100, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_102 = L_101; RuntimeObject * L_103 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_102); G_B30_0 = ((*(int16_t*)((int16_t*)UnBox(L_103, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))); G_B30_1 = G_B29_0; } IL_0204: { *((int16_t*)G_B30_1) = (int16_t)G_B30_0; int32_t L_104 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)); } IL_020b: { int32_t L_105 = V_7; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_106; L_106 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_105) < ((int32_t)L_106))) { goto IL_01bb; } } { int16_t* L_107 = V_6; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_108; memset((&L_108), 0, sizeof(L_108)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_108), (void*)(void*)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_108; } IL_021c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_109 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_110; L_110 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_109, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_111 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_112; L_112 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_111, /*hidden argument*/NULL); bool L_113; L_113 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_110, (Type_t *)L_112, /*hidden argument*/NULL); if (!L_113) { goto IL_02a9; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_114; L_114 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_114) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Min_mC72D69DC3B2B5C49E828ADACB57C9B0106E48AAD_RuntimeMethod_var); int8_t* L_115 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_114), (int32_t)4))); memset(L_115, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_114), (int32_t)4))); V_8 = (uint32_t*)(L_115); V_9 = (int32_t)0; goto IL_0298; } IL_0248: { uint32_t* L_116 = V_8; int32_t L_117 = V_9; int32_t L_118 = V_9; uint8_t L_119; L_119 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_118, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_120 = V_9; uint8_t L_121; L_121 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_120, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_122; L_122 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((uint8_t)L_119, (uint8_t)L_121, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); G_B36_0 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_116, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_117), (int32_t)4)))); if (L_122) { G_B37_0 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_116, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_117), (int32_t)4)))); goto IL_027e; } } { int32_t L_123 = V_9; uint8_t L_124; L_124 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_123, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_125 = L_124; RuntimeObject * L_126 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_125); G_B38_0 = ((*(uint32_t*)((uint32_t*)UnBox(L_126, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))); G_B38_1 = G_B36_0; goto IL_0291; } IL_027e: { int32_t L_127 = V_9; uint8_t L_128; L_128 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_127, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_129 = L_128; RuntimeObject * L_130 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_129); G_B38_0 = ((*(uint32_t*)((uint32_t*)UnBox(L_130, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))); G_B38_1 = G_B37_0; } IL_0291: { *((int32_t*)G_B38_1) = (int32_t)G_B38_0; int32_t L_131 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1)); } IL_0298: { int32_t L_132 = V_9; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_133; L_133 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_132) < ((int32_t)L_133))) { goto IL_0248; } } { uint32_t* L_134 = V_8; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_135; memset((&L_135), 0, sizeof(L_135)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_135), (void*)(void*)L_134, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_135; } IL_02a9: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_136 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_137; L_137 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_136, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_138 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_139; L_139 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_138, /*hidden argument*/NULL); bool L_140; L_140 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_137, (Type_t *)L_139, /*hidden argument*/NULL); if (!L_140) { goto IL_0336; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_141; L_141 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_141) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Min_mC72D69DC3B2B5C49E828ADACB57C9B0106E48AAD_RuntimeMethod_var); int8_t* L_142 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_141), (int32_t)4))); memset(L_142, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_141), (int32_t)4))); V_10 = (int32_t*)(L_142); V_11 = (int32_t)0; goto IL_0325; } IL_02d5: { int32_t* L_143 = V_10; int32_t L_144 = V_11; int32_t L_145 = V_11; uint8_t L_146; L_146 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_147 = V_11; uint8_t L_148; L_148 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_147, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_149; L_149 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((uint8_t)L_146, (uint8_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); G_B44_0 = ((int32_t*)il2cpp_codegen_add((intptr_t)L_143, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_144), (int32_t)4)))); if (L_149) { G_B45_0 = ((int32_t*)il2cpp_codegen_add((intptr_t)L_143, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_144), (int32_t)4)))); goto IL_030b; } } { int32_t L_150 = V_11; uint8_t L_151; L_151 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_150, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_152 = L_151; RuntimeObject * L_153 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_152); G_B46_0 = ((*(int32_t*)((int32_t*)UnBox(L_153, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); G_B46_1 = G_B44_0; goto IL_031e; } IL_030b: { int32_t L_154 = V_11; uint8_t L_155; L_155 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_154, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_156 = L_155; RuntimeObject * L_157 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_156); G_B46_0 = ((*(int32_t*)((int32_t*)UnBox(L_157, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); G_B46_1 = G_B45_0; } IL_031e: { *((int32_t*)G_B46_1) = (int32_t)G_B46_0; int32_t L_158 = V_11; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_158, (int32_t)1)); } IL_0325: { int32_t L_159 = V_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_160; L_160 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_159) < ((int32_t)L_160))) { goto IL_02d5; } } { int32_t* L_161 = V_10; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_162; memset((&L_162), 0, sizeof(L_162)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_162), (void*)(void*)L_161, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_162; } IL_0336: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_163 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_164; L_164 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_163, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_165 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_166; L_166 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_165, /*hidden argument*/NULL); bool L_167; L_167 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_164, (Type_t *)L_166, /*hidden argument*/NULL); if (!L_167) { goto IL_03c3; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_168; L_168 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_168) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Min_mC72D69DC3B2B5C49E828ADACB57C9B0106E48AAD_RuntimeMethod_var); int8_t* L_169 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_168), (int32_t)8))); memset(L_169, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_168), (int32_t)8))); V_12 = (uint64_t*)(L_169); V_13 = (int32_t)0; goto IL_03b2; } IL_0362: { uint64_t* L_170 = V_12; int32_t L_171 = V_13; int32_t L_172 = V_13; uint8_t L_173; L_173 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_172, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_174 = V_13; uint8_t L_175; L_175 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_174, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_176; L_176 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((uint8_t)L_173, (uint8_t)L_175, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); G_B52_0 = ((uint64_t*)il2cpp_codegen_add((intptr_t)L_170, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_171), (int32_t)8)))); if (L_176) { G_B53_0 = ((uint64_t*)il2cpp_codegen_add((intptr_t)L_170, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_171), (int32_t)8)))); goto IL_0398; } } { int32_t L_177 = V_13; uint8_t L_178; L_178 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_177, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_179 = L_178; RuntimeObject * L_180 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_179); G_B54_0 = ((*(uint64_t*)((uint64_t*)UnBox(L_180, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))); G_B54_1 = G_B52_0; goto IL_03ab; } IL_0398: { int32_t L_181 = V_13; uint8_t L_182; L_182 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_181, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_183 = L_182; RuntimeObject * L_184 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_183); G_B54_0 = ((*(uint64_t*)((uint64_t*)UnBox(L_184, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))); G_B54_1 = G_B53_0; } IL_03ab: { *((int64_t*)G_B54_1) = (int64_t)G_B54_0; int32_t L_185 = V_13; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)1)); } IL_03b2: { int32_t L_186 = V_13; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_187; L_187 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_186) < ((int32_t)L_187))) { goto IL_0362; } } { uint64_t* L_188 = V_12; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_189; memset((&L_189), 0, sizeof(L_189)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_189), (void*)(void*)L_188, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_189; } IL_03c3: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_190 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_191; L_191 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_190, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_192 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_193; L_193 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_192, /*hidden argument*/NULL); bool L_194; L_194 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_191, (Type_t *)L_193, /*hidden argument*/NULL); if (!L_194) { goto IL_0450; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_195; L_195 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_195) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Min_mC72D69DC3B2B5C49E828ADACB57C9B0106E48AAD_RuntimeMethod_var); int8_t* L_196 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_195), (int32_t)8))); memset(L_196, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_195), (int32_t)8))); V_14 = (int64_t*)(L_196); V_15 = (int32_t)0; goto IL_043f; } IL_03ef: { int64_t* L_197 = V_14; int32_t L_198 = V_15; int32_t L_199 = V_15; uint8_t L_200; L_200 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_199, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_201 = V_15; uint8_t L_202; L_202 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_201, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_203; L_203 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((uint8_t)L_200, (uint8_t)L_202, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); G_B60_0 = ((int64_t*)il2cpp_codegen_add((intptr_t)L_197, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_198), (int32_t)8)))); if (L_203) { G_B61_0 = ((int64_t*)il2cpp_codegen_add((intptr_t)L_197, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_198), (int32_t)8)))); goto IL_0425; } } { int32_t L_204 = V_15; uint8_t L_205; L_205 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_204, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_206 = L_205; RuntimeObject * L_207 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_206); G_B62_0 = ((*(int64_t*)((int64_t*)UnBox(L_207, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); G_B62_1 = G_B60_0; goto IL_0438; } IL_0425: { int32_t L_208 = V_15; uint8_t L_209; L_209 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_208, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_210 = L_209; RuntimeObject * L_211 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_210); G_B62_0 = ((*(int64_t*)((int64_t*)UnBox(L_211, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); G_B62_1 = G_B61_0; } IL_0438: { *((int64_t*)G_B62_1) = (int64_t)G_B62_0; int32_t L_212 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_212, (int32_t)1)); } IL_043f: { int32_t L_213 = V_15; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_214; L_214 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_213) < ((int32_t)L_214))) { goto IL_03ef; } } { int64_t* L_215 = V_14; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_216; memset((&L_216), 0, sizeof(L_216)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_216), (void*)(void*)L_215, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_216; } IL_0450: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_217 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_218; L_218 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_217, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_219 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_220; L_220 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_219, /*hidden argument*/NULL); bool L_221; L_221 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_218, (Type_t *)L_220, /*hidden argument*/NULL); if (!L_221) { goto IL_04dd; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_222; L_222 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_222) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Min_mC72D69DC3B2B5C49E828ADACB57C9B0106E48AAD_RuntimeMethod_var); int8_t* L_223 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_222), (int32_t)4))); memset(L_223, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_222), (int32_t)4))); V_16 = (float*)(L_223); V_17 = (int32_t)0; goto IL_04cc; } IL_047c: { float* L_224 = V_16; int32_t L_225 = V_17; int32_t L_226 = V_17; uint8_t L_227; L_227 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_226, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_228 = V_17; uint8_t L_229; L_229 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_228, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_230; L_230 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((uint8_t)L_227, (uint8_t)L_229, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); G_B68_0 = ((float*)il2cpp_codegen_add((intptr_t)L_224, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_225), (int32_t)4)))); if (L_230) { G_B69_0 = ((float*)il2cpp_codegen_add((intptr_t)L_224, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_225), (int32_t)4)))); goto IL_04b2; } } { int32_t L_231 = V_17; uint8_t L_232; L_232 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_231, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_233 = L_232; RuntimeObject * L_234 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_233); G_B70_0 = ((*(float*)((float*)UnBox(L_234, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); G_B70_1 = G_B68_0; goto IL_04c5; } IL_04b2: { int32_t L_235 = V_17; uint8_t L_236; L_236 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_235, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_237 = L_236; RuntimeObject * L_238 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_237); G_B70_0 = ((*(float*)((float*)UnBox(L_238, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); G_B70_1 = G_B69_0; } IL_04c5: { *((float*)G_B70_1) = (float)G_B70_0; int32_t L_239 = V_17; V_17 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_239, (int32_t)1)); } IL_04cc: { int32_t L_240 = V_17; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_241; L_241 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_240) < ((int32_t)L_241))) { goto IL_047c; } } { float* L_242 = V_16; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_243; memset((&L_243), 0, sizeof(L_243)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_243), (void*)(void*)L_242, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_243; } IL_04dd: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_244 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_245; L_245 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_244, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_246 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_247; L_247 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_246, /*hidden argument*/NULL); bool L_248; L_248 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_245, (Type_t *)L_247, /*hidden argument*/NULL); if (!L_248) { goto IL_056a; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_249; L_249 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_249) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Min_mC72D69DC3B2B5C49E828ADACB57C9B0106E48AAD_RuntimeMethod_var); int8_t* L_250 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_249), (int32_t)8))); memset(L_250, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_249), (int32_t)8))); V_18 = (double*)(L_250); V_19 = (int32_t)0; goto IL_0559; } IL_0509: { double* L_251 = V_18; int32_t L_252 = V_19; int32_t L_253 = V_19; uint8_t L_254; L_254 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_253, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_255 = V_19; uint8_t L_256; L_256 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_255, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_257; L_257 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)->methodPointer)((uint8_t)L_254, (uint8_t)L_256, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 16)); G_B76_0 = ((double*)il2cpp_codegen_add((intptr_t)L_251, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_252), (int32_t)8)))); if (L_257) { G_B77_0 = ((double*)il2cpp_codegen_add((intptr_t)L_251, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_252), (int32_t)8)))); goto IL_053f; } } { int32_t L_258 = V_19; uint8_t L_259; L_259 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_258, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_260 = L_259; RuntimeObject * L_261 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_260); G_B78_0 = ((*(double*)((double*)UnBox(L_261, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); G_B78_1 = G_B76_0; goto IL_0552; } IL_053f: { int32_t L_262 = V_19; uint8_t L_263; L_263 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_262, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_264 = L_263; RuntimeObject * L_265 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_264); G_B78_0 = ((*(double*)((double*)UnBox(L_265, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); G_B78_1 = G_B77_0; } IL_0552: { *((double*)G_B78_1) = (double)G_B78_0; int32_t L_266 = V_19; V_19 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_266, (int32_t)1)); } IL_0559: { int32_t L_267 = V_19; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_268; L_268 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_267) < ((int32_t)L_268))) { goto IL_0509; } } { double* L_269 = V_18; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_270; memset((&L_270), 0, sizeof(L_270)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_270), (void*)(void*)L_269, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_270; } IL_056a: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_271; L_271 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_272 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_272, (String_t*)L_271, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_272, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_Min_mC72D69DC3B2B5C49E828ADACB57C9B0106E48AAD_RuntimeMethod_var))); } IL_0575: { il2cpp_codegen_initobj((&V_20), sizeof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_273 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_274; L_274 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_273, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_275 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_276; L_276 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_275, /*hidden argument*/NULL); bool L_277; L_277 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_274, (Type_t *)L_276, /*hidden argument*/NULL); if (!L_277) { goto IL_095e; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_278 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_279 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_280 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_279.get_register_0(); uint8_t L_281 = (uint8_t)L_280.get_byte_0_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_282 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_283 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_282.get_register_0(); uint8_t L_284 = (uint8_t)L_283.get_byte_0_0(); G_B84_0 = L_278; if ((((int32_t)L_281) < ((int32_t)L_284))) { G_B85_0 = L_278; goto IL_05c7; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_285 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_286 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_285.get_register_0(); uint8_t L_287 = (uint8_t)L_286.get_byte_0_0(); G_B86_0 = L_287; G_B86_1 = G_B84_0; goto IL_05d2; } IL_05c7: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_288 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_289 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_288.get_register_0(); uint8_t L_290 = (uint8_t)L_289.get_byte_0_0(); G_B86_0 = L_290; G_B86_1 = G_B85_0; } IL_05d2: { G_B86_1->set_byte_0_0(G_B86_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_291 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_292 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_293 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_292.get_register_0(); uint8_t L_294 = (uint8_t)L_293.get_byte_1_1(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_295 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_296 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_295.get_register_0(); uint8_t L_297 = (uint8_t)L_296.get_byte_1_1(); G_B87_0 = L_291; if ((((int32_t)L_294) < ((int32_t)L_297))) { G_B88_0 = L_291; goto IL_0603; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_298 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_299 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_298.get_register_0(); uint8_t L_300 = (uint8_t)L_299.get_byte_1_1(); G_B89_0 = L_300; G_B89_1 = G_B87_0; goto IL_060e; } IL_0603: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_301 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_302 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_301.get_register_0(); uint8_t L_303 = (uint8_t)L_302.get_byte_1_1(); G_B89_0 = L_303; G_B89_1 = G_B88_0; } IL_060e: { G_B89_1->set_byte_1_1(G_B89_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_304 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_305 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_306 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_305.get_register_0(); uint8_t L_307 = (uint8_t)L_306.get_byte_2_2(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_308 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_309 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_308.get_register_0(); uint8_t L_310 = (uint8_t)L_309.get_byte_2_2(); G_B90_0 = L_304; if ((((int32_t)L_307) < ((int32_t)L_310))) { G_B91_0 = L_304; goto IL_063f; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_311 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_312 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_311.get_register_0(); uint8_t L_313 = (uint8_t)L_312.get_byte_2_2(); G_B92_0 = L_313; G_B92_1 = G_B90_0; goto IL_064a; } IL_063f: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_314 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_315 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_314.get_register_0(); uint8_t L_316 = (uint8_t)L_315.get_byte_2_2(); G_B92_0 = L_316; G_B92_1 = G_B91_0; } IL_064a: { G_B92_1->set_byte_2_2(G_B92_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_317 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_318 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_319 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_318.get_register_0(); uint8_t L_320 = (uint8_t)L_319.get_byte_3_3(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_321 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_322 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_321.get_register_0(); uint8_t L_323 = (uint8_t)L_322.get_byte_3_3(); G_B93_0 = L_317; if ((((int32_t)L_320) < ((int32_t)L_323))) { G_B94_0 = L_317; goto IL_067b; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_324 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_325 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_324.get_register_0(); uint8_t L_326 = (uint8_t)L_325.get_byte_3_3(); G_B95_0 = L_326; G_B95_1 = G_B93_0; goto IL_0686; } IL_067b: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_327 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_328 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_327.get_register_0(); uint8_t L_329 = (uint8_t)L_328.get_byte_3_3(); G_B95_0 = L_329; G_B95_1 = G_B94_0; } IL_0686: { G_B95_1->set_byte_3_3(G_B95_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_330 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_331 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_332 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_331.get_register_0(); uint8_t L_333 = (uint8_t)L_332.get_byte_4_4(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_334 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_335 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_334.get_register_0(); uint8_t L_336 = (uint8_t)L_335.get_byte_4_4(); G_B96_0 = L_330; if ((((int32_t)L_333) < ((int32_t)L_336))) { G_B97_0 = L_330; goto IL_06b7; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_337 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_338 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_337.get_register_0(); uint8_t L_339 = (uint8_t)L_338.get_byte_4_4(); G_B98_0 = L_339; G_B98_1 = G_B96_0; goto IL_06c2; } IL_06b7: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_340 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_341 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_340.get_register_0(); uint8_t L_342 = (uint8_t)L_341.get_byte_4_4(); G_B98_0 = L_342; G_B98_1 = G_B97_0; } IL_06c2: { G_B98_1->set_byte_4_4(G_B98_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_343 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_344 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_345 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_344.get_register_0(); uint8_t L_346 = (uint8_t)L_345.get_byte_5_5(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_347 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_348 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_347.get_register_0(); uint8_t L_349 = (uint8_t)L_348.get_byte_5_5(); G_B99_0 = L_343; if ((((int32_t)L_346) < ((int32_t)L_349))) { G_B100_0 = L_343; goto IL_06f3; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_350 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_351 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_350.get_register_0(); uint8_t L_352 = (uint8_t)L_351.get_byte_5_5(); G_B101_0 = L_352; G_B101_1 = G_B99_0; goto IL_06fe; } IL_06f3: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_353 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_354 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_353.get_register_0(); uint8_t L_355 = (uint8_t)L_354.get_byte_5_5(); G_B101_0 = L_355; G_B101_1 = G_B100_0; } IL_06fe: { G_B101_1->set_byte_5_5(G_B101_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_356 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_357 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_358 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_357.get_register_0(); uint8_t L_359 = (uint8_t)L_358.get_byte_6_6(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_360 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_361 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_360.get_register_0(); uint8_t L_362 = (uint8_t)L_361.get_byte_6_6(); G_B102_0 = L_356; if ((((int32_t)L_359) < ((int32_t)L_362))) { G_B103_0 = L_356; goto IL_072f; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_363 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_364 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_363.get_register_0(); uint8_t L_365 = (uint8_t)L_364.get_byte_6_6(); G_B104_0 = L_365; G_B104_1 = G_B102_0; goto IL_073a; } IL_072f: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_366 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_367 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_366.get_register_0(); uint8_t L_368 = (uint8_t)L_367.get_byte_6_6(); G_B104_0 = L_368; G_B104_1 = G_B103_0; } IL_073a: { G_B104_1->set_byte_6_6(G_B104_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_369 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_370 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_371 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_370.get_register_0(); uint8_t L_372 = (uint8_t)L_371.get_byte_7_7(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_373 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_374 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_373.get_register_0(); uint8_t L_375 = (uint8_t)L_374.get_byte_7_7(); G_B105_0 = L_369; if ((((int32_t)L_372) < ((int32_t)L_375))) { G_B106_0 = L_369; goto IL_076b; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_376 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_377 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_376.get_register_0(); uint8_t L_378 = (uint8_t)L_377.get_byte_7_7(); G_B107_0 = L_378; G_B107_1 = G_B105_0; goto IL_0776; } IL_076b: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_379 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_380 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_379.get_register_0(); uint8_t L_381 = (uint8_t)L_380.get_byte_7_7(); G_B107_0 = L_381; G_B107_1 = G_B106_0; } IL_0776: { G_B107_1->set_byte_7_7(G_B107_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_382 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_383 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_384 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_383.get_register_0(); uint8_t L_385 = (uint8_t)L_384.get_byte_8_8(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_386 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_387 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_386.get_register_0(); uint8_t L_388 = (uint8_t)L_387.get_byte_8_8(); G_B108_0 = L_382; if ((((int32_t)L_385) < ((int32_t)L_388))) { G_B109_0 = L_382; goto IL_07a7; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_389 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_390 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_389.get_register_0(); uint8_t L_391 = (uint8_t)L_390.get_byte_8_8(); G_B110_0 = L_391; G_B110_1 = G_B108_0; goto IL_07b2; } IL_07a7: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_392 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_393 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_392.get_register_0(); uint8_t L_394 = (uint8_t)L_393.get_byte_8_8(); G_B110_0 = L_394; G_B110_1 = G_B109_0; } IL_07b2: { G_B110_1->set_byte_8_8(G_B110_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_395 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_396 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_397 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_396.get_register_0(); uint8_t L_398 = (uint8_t)L_397.get_byte_9_9(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_399 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_400 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_399.get_register_0(); uint8_t L_401 = (uint8_t)L_400.get_byte_9_9(); G_B111_0 = L_395; if ((((int32_t)L_398) < ((int32_t)L_401))) { G_B112_0 = L_395; goto IL_07e3; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_402 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_403 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_402.get_register_0(); uint8_t L_404 = (uint8_t)L_403.get_byte_9_9(); G_B113_0 = L_404; G_B113_1 = G_B111_0; goto IL_07ee; } IL_07e3: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_405 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_406 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_405.get_register_0(); uint8_t L_407 = (uint8_t)L_406.get_byte_9_9(); G_B113_0 = L_407; G_B113_1 = G_B112_0; } IL_07ee: { G_B113_1->set_byte_9_9(G_B113_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_408 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_409 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_410 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_409.get_register_0(); uint8_t L_411 = (uint8_t)L_410.get_byte_10_10(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_412 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_413 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_412.get_register_0(); uint8_t L_414 = (uint8_t)L_413.get_byte_10_10(); G_B114_0 = L_408; if ((((int32_t)L_411) < ((int32_t)L_414))) { G_B115_0 = L_408; goto IL_081f; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_415 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_416 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_415.get_register_0(); uint8_t L_417 = (uint8_t)L_416.get_byte_10_10(); G_B116_0 = L_417; G_B116_1 = G_B114_0; goto IL_082a; } IL_081f: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_418 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_419 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_418.get_register_0(); uint8_t L_420 = (uint8_t)L_419.get_byte_10_10(); G_B116_0 = L_420; G_B116_1 = G_B115_0; } IL_082a: { G_B116_1->set_byte_10_10(G_B116_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_421 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_422 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_423 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_422.get_register_0(); uint8_t L_424 = (uint8_t)L_423.get_byte_11_11(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_425 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_426 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_425.get_register_0(); uint8_t L_427 = (uint8_t)L_426.get_byte_11_11(); G_B117_0 = L_421; if ((((int32_t)L_424) < ((int32_t)L_427))) { G_B118_0 = L_421; goto IL_085b; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_428 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_429 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_428.get_register_0(); uint8_t L_430 = (uint8_t)L_429.get_byte_11_11(); G_B119_0 = L_430; G_B119_1 = G_B117_0; goto IL_0866; } IL_085b: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_431 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_432 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_431.get_register_0(); uint8_t L_433 = (uint8_t)L_432.get_byte_11_11(); G_B119_0 = L_433; G_B119_1 = G_B118_0; } IL_0866: { G_B119_1->set_byte_11_11(G_B119_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_434 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_435 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_436 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_435.get_register_0(); uint8_t L_437 = (uint8_t)L_436.get_byte_12_12(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_438 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_439 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_438.get_register_0(); uint8_t L_440 = (uint8_t)L_439.get_byte_12_12(); G_B120_0 = L_434; if ((((int32_t)L_437) < ((int32_t)L_440))) { G_B121_0 = L_434; goto IL_0897; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_441 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_442 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_441.get_register_0(); uint8_t L_443 = (uint8_t)L_442.get_byte_12_12(); G_B122_0 = L_443; G_B122_1 = G_B120_0; goto IL_08a2; } IL_0897: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_444 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_445 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_444.get_register_0(); uint8_t L_446 = (uint8_t)L_445.get_byte_12_12(); G_B122_0 = L_446; G_B122_1 = G_B121_0; } IL_08a2: { G_B122_1->set_byte_12_12(G_B122_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_447 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_448 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_449 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_448.get_register_0(); uint8_t L_450 = (uint8_t)L_449.get_byte_13_13(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_451 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_452 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_451.get_register_0(); uint8_t L_453 = (uint8_t)L_452.get_byte_13_13(); G_B123_0 = L_447; if ((((int32_t)L_450) < ((int32_t)L_453))) { G_B124_0 = L_447; goto IL_08d3; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_454 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_455 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_454.get_register_0(); uint8_t L_456 = (uint8_t)L_455.get_byte_13_13(); G_B125_0 = L_456; G_B125_1 = G_B123_0; goto IL_08de; } IL_08d3: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_457 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_458 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_457.get_register_0(); uint8_t L_459 = (uint8_t)L_458.get_byte_13_13(); G_B125_0 = L_459; G_B125_1 = G_B124_0; } IL_08de: { G_B125_1->set_byte_13_13(G_B125_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_460 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_461 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_462 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_461.get_register_0(); uint8_t L_463 = (uint8_t)L_462.get_byte_14_14(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_464 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_465 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_464.get_register_0(); uint8_t L_466 = (uint8_t)L_465.get_byte_14_14(); G_B126_0 = L_460; if ((((int32_t)L_463) < ((int32_t)L_466))) { G_B127_0 = L_460; goto IL_090f; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_467 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_468 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_467.get_register_0(); uint8_t L_469 = (uint8_t)L_468.get_byte_14_14(); G_B128_0 = L_469; G_B128_1 = G_B126_0; goto IL_091a; } IL_090f: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_470 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_471 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_470.get_register_0(); uint8_t L_472 = (uint8_t)L_471.get_byte_14_14(); G_B128_0 = L_472; G_B128_1 = G_B127_0; } IL_091a: { G_B128_1->set_byte_14_14(G_B128_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_473 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_474 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_475 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_474.get_register_0(); uint8_t L_476 = (uint8_t)L_475.get_byte_15_15(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_477 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_478 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_477.get_register_0(); uint8_t L_479 = (uint8_t)L_478.get_byte_15_15(); G_B129_0 = L_473; if ((((int32_t)L_476) < ((int32_t)L_479))) { G_B130_0 = L_473; goto IL_094b; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_480 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_481 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_480.get_register_0(); uint8_t L_482 = (uint8_t)L_481.get_byte_15_15(); G_B131_0 = L_482; G_B131_1 = G_B129_0; goto IL_0956; } IL_094b: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_483 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_484 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_483.get_register_0(); uint8_t L_485 = (uint8_t)L_484.get_byte_15_15(); G_B131_0 = L_485; G_B131_1 = G_B130_0; } IL_0956: { G_B131_1->set_byte_15_15(G_B131_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_486 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_486; } IL_095e: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_487 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_488; L_488 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_487, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_489 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_490; L_490 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_489, /*hidden argument*/NULL); bool L_491; L_491 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_488, (Type_t *)L_490, /*hidden argument*/NULL); if (!L_491) { goto IL_0d3f; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_492 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_493 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_494 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_493.get_register_0(); int8_t L_495 = (int8_t)L_494.get_sbyte_0_16(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_496 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_497 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_496.get_register_0(); int8_t L_498 = (int8_t)L_497.get_sbyte_0_16(); G_B134_0 = L_492; if ((((int32_t)L_495) < ((int32_t)L_498))) { G_B135_0 = L_492; goto IL_09a8; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_499 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_500 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_499.get_register_0(); int8_t L_501 = (int8_t)L_500.get_sbyte_0_16(); G_B136_0 = L_501; G_B136_1 = G_B134_0; goto IL_09b3; } IL_09a8: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_502 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_503 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_502.get_register_0(); int8_t L_504 = (int8_t)L_503.get_sbyte_0_16(); G_B136_0 = L_504; G_B136_1 = G_B135_0; } IL_09b3: { G_B136_1->set_sbyte_0_16(G_B136_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_505 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_506 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_507 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_506.get_register_0(); int8_t L_508 = (int8_t)L_507.get_sbyte_1_17(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_509 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_510 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_509.get_register_0(); int8_t L_511 = (int8_t)L_510.get_sbyte_1_17(); G_B137_0 = L_505; if ((((int32_t)L_508) < ((int32_t)L_511))) { G_B138_0 = L_505; goto IL_09e4; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_512 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_513 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_512.get_register_0(); int8_t L_514 = (int8_t)L_513.get_sbyte_1_17(); G_B139_0 = L_514; G_B139_1 = G_B137_0; goto IL_09ef; } IL_09e4: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_515 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_516 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_515.get_register_0(); int8_t L_517 = (int8_t)L_516.get_sbyte_1_17(); G_B139_0 = L_517; G_B139_1 = G_B138_0; } IL_09ef: { G_B139_1->set_sbyte_1_17(G_B139_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_518 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_519 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_520 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_519.get_register_0(); int8_t L_521 = (int8_t)L_520.get_sbyte_2_18(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_522 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_523 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_522.get_register_0(); int8_t L_524 = (int8_t)L_523.get_sbyte_2_18(); G_B140_0 = L_518; if ((((int32_t)L_521) < ((int32_t)L_524))) { G_B141_0 = L_518; goto IL_0a20; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_525 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_526 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_525.get_register_0(); int8_t L_527 = (int8_t)L_526.get_sbyte_2_18(); G_B142_0 = L_527; G_B142_1 = G_B140_0; goto IL_0a2b; } IL_0a20: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_528 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_529 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_528.get_register_0(); int8_t L_530 = (int8_t)L_529.get_sbyte_2_18(); G_B142_0 = L_530; G_B142_1 = G_B141_0; } IL_0a2b: { G_B142_1->set_sbyte_2_18(G_B142_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_531 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_532 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_533 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_532.get_register_0(); int8_t L_534 = (int8_t)L_533.get_sbyte_3_19(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_535 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_536 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_535.get_register_0(); int8_t L_537 = (int8_t)L_536.get_sbyte_3_19(); G_B143_0 = L_531; if ((((int32_t)L_534) < ((int32_t)L_537))) { G_B144_0 = L_531; goto IL_0a5c; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_538 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_539 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_538.get_register_0(); int8_t L_540 = (int8_t)L_539.get_sbyte_3_19(); G_B145_0 = L_540; G_B145_1 = G_B143_0; goto IL_0a67; } IL_0a5c: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_541 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_542 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_541.get_register_0(); int8_t L_543 = (int8_t)L_542.get_sbyte_3_19(); G_B145_0 = L_543; G_B145_1 = G_B144_0; } IL_0a67: { G_B145_1->set_sbyte_3_19(G_B145_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_544 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_545 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_546 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_545.get_register_0(); int8_t L_547 = (int8_t)L_546.get_sbyte_4_20(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_548 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_549 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_548.get_register_0(); int8_t L_550 = (int8_t)L_549.get_sbyte_4_20(); G_B146_0 = L_544; if ((((int32_t)L_547) < ((int32_t)L_550))) { G_B147_0 = L_544; goto IL_0a98; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_551 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_552 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_551.get_register_0(); int8_t L_553 = (int8_t)L_552.get_sbyte_4_20(); G_B148_0 = L_553; G_B148_1 = G_B146_0; goto IL_0aa3; } IL_0a98: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_554 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_555 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_554.get_register_0(); int8_t L_556 = (int8_t)L_555.get_sbyte_4_20(); G_B148_0 = L_556; G_B148_1 = G_B147_0; } IL_0aa3: { G_B148_1->set_sbyte_4_20(G_B148_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_557 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_558 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_559 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_558.get_register_0(); int8_t L_560 = (int8_t)L_559.get_sbyte_5_21(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_561 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_562 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_561.get_register_0(); int8_t L_563 = (int8_t)L_562.get_sbyte_5_21(); G_B149_0 = L_557; if ((((int32_t)L_560) < ((int32_t)L_563))) { G_B150_0 = L_557; goto IL_0ad4; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_564 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_565 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_564.get_register_0(); int8_t L_566 = (int8_t)L_565.get_sbyte_5_21(); G_B151_0 = L_566; G_B151_1 = G_B149_0; goto IL_0adf; } IL_0ad4: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_567 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_568 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_567.get_register_0(); int8_t L_569 = (int8_t)L_568.get_sbyte_5_21(); G_B151_0 = L_569; G_B151_1 = G_B150_0; } IL_0adf: { G_B151_1->set_sbyte_5_21(G_B151_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_570 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_571 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_572 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_571.get_register_0(); int8_t L_573 = (int8_t)L_572.get_sbyte_6_22(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_574 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_575 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_574.get_register_0(); int8_t L_576 = (int8_t)L_575.get_sbyte_6_22(); G_B152_0 = L_570; if ((((int32_t)L_573) < ((int32_t)L_576))) { G_B153_0 = L_570; goto IL_0b10; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_577 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_578 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_577.get_register_0(); int8_t L_579 = (int8_t)L_578.get_sbyte_6_22(); G_B154_0 = L_579; G_B154_1 = G_B152_0; goto IL_0b1b; } IL_0b10: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_580 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_581 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_580.get_register_0(); int8_t L_582 = (int8_t)L_581.get_sbyte_6_22(); G_B154_0 = L_582; G_B154_1 = G_B153_0; } IL_0b1b: { G_B154_1->set_sbyte_6_22(G_B154_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_583 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_584 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_585 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_584.get_register_0(); int8_t L_586 = (int8_t)L_585.get_sbyte_7_23(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_587 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_588 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_587.get_register_0(); int8_t L_589 = (int8_t)L_588.get_sbyte_7_23(); G_B155_0 = L_583; if ((((int32_t)L_586) < ((int32_t)L_589))) { G_B156_0 = L_583; goto IL_0b4c; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_590 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_591 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_590.get_register_0(); int8_t L_592 = (int8_t)L_591.get_sbyte_7_23(); G_B157_0 = L_592; G_B157_1 = G_B155_0; goto IL_0b57; } IL_0b4c: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_593 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_594 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_593.get_register_0(); int8_t L_595 = (int8_t)L_594.get_sbyte_7_23(); G_B157_0 = L_595; G_B157_1 = G_B156_0; } IL_0b57: { G_B157_1->set_sbyte_7_23(G_B157_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_596 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_597 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_598 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_597.get_register_0(); int8_t L_599 = (int8_t)L_598.get_sbyte_8_24(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_600 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_601 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_600.get_register_0(); int8_t L_602 = (int8_t)L_601.get_sbyte_8_24(); G_B158_0 = L_596; if ((((int32_t)L_599) < ((int32_t)L_602))) { G_B159_0 = L_596; goto IL_0b88; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_603 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_604 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_603.get_register_0(); int8_t L_605 = (int8_t)L_604.get_sbyte_8_24(); G_B160_0 = L_605; G_B160_1 = G_B158_0; goto IL_0b93; } IL_0b88: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_606 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_607 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_606.get_register_0(); int8_t L_608 = (int8_t)L_607.get_sbyte_8_24(); G_B160_0 = L_608; G_B160_1 = G_B159_0; } IL_0b93: { G_B160_1->set_sbyte_8_24(G_B160_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_609 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_610 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_611 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_610.get_register_0(); int8_t L_612 = (int8_t)L_611.get_sbyte_9_25(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_613 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_614 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_613.get_register_0(); int8_t L_615 = (int8_t)L_614.get_sbyte_9_25(); G_B161_0 = L_609; if ((((int32_t)L_612) < ((int32_t)L_615))) { G_B162_0 = L_609; goto IL_0bc4; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_616 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_617 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_616.get_register_0(); int8_t L_618 = (int8_t)L_617.get_sbyte_9_25(); G_B163_0 = L_618; G_B163_1 = G_B161_0; goto IL_0bcf; } IL_0bc4: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_619 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_620 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_619.get_register_0(); int8_t L_621 = (int8_t)L_620.get_sbyte_9_25(); G_B163_0 = L_621; G_B163_1 = G_B162_0; } IL_0bcf: { G_B163_1->set_sbyte_9_25(G_B163_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_622 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_623 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_624 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_623.get_register_0(); int8_t L_625 = (int8_t)L_624.get_sbyte_10_26(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_626 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_627 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_626.get_register_0(); int8_t L_628 = (int8_t)L_627.get_sbyte_10_26(); G_B164_0 = L_622; if ((((int32_t)L_625) < ((int32_t)L_628))) { G_B165_0 = L_622; goto IL_0c00; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_629 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_630 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_629.get_register_0(); int8_t L_631 = (int8_t)L_630.get_sbyte_10_26(); G_B166_0 = L_631; G_B166_1 = G_B164_0; goto IL_0c0b; } IL_0c00: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_632 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_633 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_632.get_register_0(); int8_t L_634 = (int8_t)L_633.get_sbyte_10_26(); G_B166_0 = L_634; G_B166_1 = G_B165_0; } IL_0c0b: { G_B166_1->set_sbyte_10_26(G_B166_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_635 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_636 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_637 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_636.get_register_0(); int8_t L_638 = (int8_t)L_637.get_sbyte_11_27(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_639 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_640 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_639.get_register_0(); int8_t L_641 = (int8_t)L_640.get_sbyte_11_27(); G_B167_0 = L_635; if ((((int32_t)L_638) < ((int32_t)L_641))) { G_B168_0 = L_635; goto IL_0c3c; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_642 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_643 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_642.get_register_0(); int8_t L_644 = (int8_t)L_643.get_sbyte_11_27(); G_B169_0 = L_644; G_B169_1 = G_B167_0; goto IL_0c47; } IL_0c3c: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_645 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_646 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_645.get_register_0(); int8_t L_647 = (int8_t)L_646.get_sbyte_11_27(); G_B169_0 = L_647; G_B169_1 = G_B168_0; } IL_0c47: { G_B169_1->set_sbyte_11_27(G_B169_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_648 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_649 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_650 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_649.get_register_0(); int8_t L_651 = (int8_t)L_650.get_sbyte_12_28(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_652 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_653 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_652.get_register_0(); int8_t L_654 = (int8_t)L_653.get_sbyte_12_28(); G_B170_0 = L_648; if ((((int32_t)L_651) < ((int32_t)L_654))) { G_B171_0 = L_648; goto IL_0c78; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_655 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_656 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_655.get_register_0(); int8_t L_657 = (int8_t)L_656.get_sbyte_12_28(); G_B172_0 = L_657; G_B172_1 = G_B170_0; goto IL_0c83; } IL_0c78: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_658 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_659 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_658.get_register_0(); int8_t L_660 = (int8_t)L_659.get_sbyte_12_28(); G_B172_0 = L_660; G_B172_1 = G_B171_0; } IL_0c83: { G_B172_1->set_sbyte_12_28(G_B172_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_661 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_662 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_663 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_662.get_register_0(); int8_t L_664 = (int8_t)L_663.get_sbyte_13_29(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_665 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_666 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_665.get_register_0(); int8_t L_667 = (int8_t)L_666.get_sbyte_13_29(); G_B173_0 = L_661; if ((((int32_t)L_664) < ((int32_t)L_667))) { G_B174_0 = L_661; goto IL_0cb4; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_668 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_669 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_668.get_register_0(); int8_t L_670 = (int8_t)L_669.get_sbyte_13_29(); G_B175_0 = L_670; G_B175_1 = G_B173_0; goto IL_0cbf; } IL_0cb4: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_671 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_672 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_671.get_register_0(); int8_t L_673 = (int8_t)L_672.get_sbyte_13_29(); G_B175_0 = L_673; G_B175_1 = G_B174_0; } IL_0cbf: { G_B175_1->set_sbyte_13_29(G_B175_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_674 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_675 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_676 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_675.get_register_0(); int8_t L_677 = (int8_t)L_676.get_sbyte_14_30(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_678 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_679 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_678.get_register_0(); int8_t L_680 = (int8_t)L_679.get_sbyte_14_30(); G_B176_0 = L_674; if ((((int32_t)L_677) < ((int32_t)L_680))) { G_B177_0 = L_674; goto IL_0cf0; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_681 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_682 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_681.get_register_0(); int8_t L_683 = (int8_t)L_682.get_sbyte_14_30(); G_B178_0 = L_683; G_B178_1 = G_B176_0; goto IL_0cfb; } IL_0cf0: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_684 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_685 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_684.get_register_0(); int8_t L_686 = (int8_t)L_685.get_sbyte_14_30(); G_B178_0 = L_686; G_B178_1 = G_B177_0; } IL_0cfb: { G_B178_1->set_sbyte_14_30(G_B178_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_687 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_688 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_689 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_688.get_register_0(); int8_t L_690 = (int8_t)L_689.get_sbyte_15_31(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_691 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_692 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_691.get_register_0(); int8_t L_693 = (int8_t)L_692.get_sbyte_15_31(); G_B179_0 = L_687; if ((((int32_t)L_690) < ((int32_t)L_693))) { G_B180_0 = L_687; goto IL_0d2c; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_694 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_695 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_694.get_register_0(); int8_t L_696 = (int8_t)L_695.get_sbyte_15_31(); G_B181_0 = L_696; G_B181_1 = G_B179_0; goto IL_0d37; } IL_0d2c: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_697 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_698 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_697.get_register_0(); int8_t L_699 = (int8_t)L_698.get_sbyte_15_31(); G_B181_0 = L_699; G_B181_1 = G_B180_0; } IL_0d37: { G_B181_1->set_sbyte_15_31(G_B181_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_700 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_700; } IL_0d3f: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_701 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_702; L_702 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_701, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_703 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_704; L_704 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_703, /*hidden argument*/NULL); bool L_705; L_705 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_702, (Type_t *)L_704, /*hidden argument*/NULL); if (!L_705) { goto IL_0f40; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_706 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_707 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_708 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_707.get_register_0(); uint16_t L_709 = (uint16_t)L_708.get_uint16_0_32(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_710 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_711 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_710.get_register_0(); uint16_t L_712 = (uint16_t)L_711.get_uint16_0_32(); G_B184_0 = L_706; if ((((int32_t)L_709) < ((int32_t)L_712))) { G_B185_0 = L_706; goto IL_0d89; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_713 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_714 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_713.get_register_0(); uint16_t L_715 = (uint16_t)L_714.get_uint16_0_32(); G_B186_0 = L_715; G_B186_1 = G_B184_0; goto IL_0d94; } IL_0d89: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_716 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_717 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_716.get_register_0(); uint16_t L_718 = (uint16_t)L_717.get_uint16_0_32(); G_B186_0 = L_718; G_B186_1 = G_B185_0; } IL_0d94: { G_B186_1->set_uint16_0_32(G_B186_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_719 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_720 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_721 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_720.get_register_0(); uint16_t L_722 = (uint16_t)L_721.get_uint16_1_33(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_723 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_724 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_723.get_register_0(); uint16_t L_725 = (uint16_t)L_724.get_uint16_1_33(); G_B187_0 = L_719; if ((((int32_t)L_722) < ((int32_t)L_725))) { G_B188_0 = L_719; goto IL_0dc5; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_726 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_727 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_726.get_register_0(); uint16_t L_728 = (uint16_t)L_727.get_uint16_1_33(); G_B189_0 = L_728; G_B189_1 = G_B187_0; goto IL_0dd0; } IL_0dc5: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_729 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_730 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_729.get_register_0(); uint16_t L_731 = (uint16_t)L_730.get_uint16_1_33(); G_B189_0 = L_731; G_B189_1 = G_B188_0; } IL_0dd0: { G_B189_1->set_uint16_1_33(G_B189_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_732 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_733 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_734 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_733.get_register_0(); uint16_t L_735 = (uint16_t)L_734.get_uint16_2_34(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_736 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_737 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_736.get_register_0(); uint16_t L_738 = (uint16_t)L_737.get_uint16_2_34(); G_B190_0 = L_732; if ((((int32_t)L_735) < ((int32_t)L_738))) { G_B191_0 = L_732; goto IL_0e01; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_739 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_740 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_739.get_register_0(); uint16_t L_741 = (uint16_t)L_740.get_uint16_2_34(); G_B192_0 = L_741; G_B192_1 = G_B190_0; goto IL_0e0c; } IL_0e01: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_742 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_743 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_742.get_register_0(); uint16_t L_744 = (uint16_t)L_743.get_uint16_2_34(); G_B192_0 = L_744; G_B192_1 = G_B191_0; } IL_0e0c: { G_B192_1->set_uint16_2_34(G_B192_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_745 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_746 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_747 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_746.get_register_0(); uint16_t L_748 = (uint16_t)L_747.get_uint16_3_35(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_749 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_750 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_749.get_register_0(); uint16_t L_751 = (uint16_t)L_750.get_uint16_3_35(); G_B193_0 = L_745; if ((((int32_t)L_748) < ((int32_t)L_751))) { G_B194_0 = L_745; goto IL_0e3d; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_752 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_753 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_752.get_register_0(); uint16_t L_754 = (uint16_t)L_753.get_uint16_3_35(); G_B195_0 = L_754; G_B195_1 = G_B193_0; goto IL_0e48; } IL_0e3d: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_755 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_756 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_755.get_register_0(); uint16_t L_757 = (uint16_t)L_756.get_uint16_3_35(); G_B195_0 = L_757; G_B195_1 = G_B194_0; } IL_0e48: { G_B195_1->set_uint16_3_35(G_B195_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_758 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_759 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_760 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_759.get_register_0(); uint16_t L_761 = (uint16_t)L_760.get_uint16_4_36(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_762 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_763 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_762.get_register_0(); uint16_t L_764 = (uint16_t)L_763.get_uint16_4_36(); G_B196_0 = L_758; if ((((int32_t)L_761) < ((int32_t)L_764))) { G_B197_0 = L_758; goto IL_0e79; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_765 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_766 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_765.get_register_0(); uint16_t L_767 = (uint16_t)L_766.get_uint16_4_36(); G_B198_0 = L_767; G_B198_1 = G_B196_0; goto IL_0e84; } IL_0e79: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_768 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_769 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_768.get_register_0(); uint16_t L_770 = (uint16_t)L_769.get_uint16_4_36(); G_B198_0 = L_770; G_B198_1 = G_B197_0; } IL_0e84: { G_B198_1->set_uint16_4_36(G_B198_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_771 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_772 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_773 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_772.get_register_0(); uint16_t L_774 = (uint16_t)L_773.get_uint16_5_37(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_775 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_776 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_775.get_register_0(); uint16_t L_777 = (uint16_t)L_776.get_uint16_5_37(); G_B199_0 = L_771; if ((((int32_t)L_774) < ((int32_t)L_777))) { G_B200_0 = L_771; goto IL_0eb5; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_778 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_779 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_778.get_register_0(); uint16_t L_780 = (uint16_t)L_779.get_uint16_5_37(); G_B201_0 = L_780; G_B201_1 = G_B199_0; goto IL_0ec0; } IL_0eb5: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_781 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_782 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_781.get_register_0(); uint16_t L_783 = (uint16_t)L_782.get_uint16_5_37(); G_B201_0 = L_783; G_B201_1 = G_B200_0; } IL_0ec0: { G_B201_1->set_uint16_5_37(G_B201_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_784 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_785 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_786 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_785.get_register_0(); uint16_t L_787 = (uint16_t)L_786.get_uint16_6_38(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_788 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_789 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_788.get_register_0(); uint16_t L_790 = (uint16_t)L_789.get_uint16_6_38(); G_B202_0 = L_784; if ((((int32_t)L_787) < ((int32_t)L_790))) { G_B203_0 = L_784; goto IL_0ef1; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_791 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_792 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_791.get_register_0(); uint16_t L_793 = (uint16_t)L_792.get_uint16_6_38(); G_B204_0 = L_793; G_B204_1 = G_B202_0; goto IL_0efc; } IL_0ef1: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_794 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_795 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_794.get_register_0(); uint16_t L_796 = (uint16_t)L_795.get_uint16_6_38(); G_B204_0 = L_796; G_B204_1 = G_B203_0; } IL_0efc: { G_B204_1->set_uint16_6_38(G_B204_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_797 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_798 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_799 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_798.get_register_0(); uint16_t L_800 = (uint16_t)L_799.get_uint16_7_39(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_801 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_802 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_801.get_register_0(); uint16_t L_803 = (uint16_t)L_802.get_uint16_7_39(); G_B205_0 = L_797; if ((((int32_t)L_800) < ((int32_t)L_803))) { G_B206_0 = L_797; goto IL_0f2d; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_804 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_805 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_804.get_register_0(); uint16_t L_806 = (uint16_t)L_805.get_uint16_7_39(); G_B207_0 = L_806; G_B207_1 = G_B205_0; goto IL_0f38; } IL_0f2d: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_807 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_808 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_807.get_register_0(); uint16_t L_809 = (uint16_t)L_808.get_uint16_7_39(); G_B207_0 = L_809; G_B207_1 = G_B206_0; } IL_0f38: { G_B207_1->set_uint16_7_39(G_B207_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_810 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_810; } IL_0f40: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_811 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_812; L_812 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_811, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_813 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_814; L_814 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_813, /*hidden argument*/NULL); bool L_815; L_815 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_812, (Type_t *)L_814, /*hidden argument*/NULL); if (!L_815) { goto IL_1141; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_816 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_817 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_818 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_817.get_register_0(); int16_t L_819 = (int16_t)L_818.get_int16_0_40(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_820 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_821 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_820.get_register_0(); int16_t L_822 = (int16_t)L_821.get_int16_0_40(); G_B210_0 = L_816; if ((((int32_t)L_819) < ((int32_t)L_822))) { G_B211_0 = L_816; goto IL_0f8a; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_823 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_824 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_823.get_register_0(); int16_t L_825 = (int16_t)L_824.get_int16_0_40(); G_B212_0 = L_825; G_B212_1 = G_B210_0; goto IL_0f95; } IL_0f8a: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_826 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_827 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_826.get_register_0(); int16_t L_828 = (int16_t)L_827.get_int16_0_40(); G_B212_0 = L_828; G_B212_1 = G_B211_0; } IL_0f95: { G_B212_1->set_int16_0_40(G_B212_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_829 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_830 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_831 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_830.get_register_0(); int16_t L_832 = (int16_t)L_831.get_int16_1_41(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_833 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_834 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_833.get_register_0(); int16_t L_835 = (int16_t)L_834.get_int16_1_41(); G_B213_0 = L_829; if ((((int32_t)L_832) < ((int32_t)L_835))) { G_B214_0 = L_829; goto IL_0fc6; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_836 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_837 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_836.get_register_0(); int16_t L_838 = (int16_t)L_837.get_int16_1_41(); G_B215_0 = L_838; G_B215_1 = G_B213_0; goto IL_0fd1; } IL_0fc6: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_839 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_840 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_839.get_register_0(); int16_t L_841 = (int16_t)L_840.get_int16_1_41(); G_B215_0 = L_841; G_B215_1 = G_B214_0; } IL_0fd1: { G_B215_1->set_int16_1_41(G_B215_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_842 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_843 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_844 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_843.get_register_0(); int16_t L_845 = (int16_t)L_844.get_int16_2_42(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_846 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_847 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_846.get_register_0(); int16_t L_848 = (int16_t)L_847.get_int16_2_42(); G_B216_0 = L_842; if ((((int32_t)L_845) < ((int32_t)L_848))) { G_B217_0 = L_842; goto IL_1002; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_849 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_850 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_849.get_register_0(); int16_t L_851 = (int16_t)L_850.get_int16_2_42(); G_B218_0 = L_851; G_B218_1 = G_B216_0; goto IL_100d; } IL_1002: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_852 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_853 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_852.get_register_0(); int16_t L_854 = (int16_t)L_853.get_int16_2_42(); G_B218_0 = L_854; G_B218_1 = G_B217_0; } IL_100d: { G_B218_1->set_int16_2_42(G_B218_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_855 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_856 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_857 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_856.get_register_0(); int16_t L_858 = (int16_t)L_857.get_int16_3_43(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_859 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_860 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_859.get_register_0(); int16_t L_861 = (int16_t)L_860.get_int16_3_43(); G_B219_0 = L_855; if ((((int32_t)L_858) < ((int32_t)L_861))) { G_B220_0 = L_855; goto IL_103e; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_862 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_863 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_862.get_register_0(); int16_t L_864 = (int16_t)L_863.get_int16_3_43(); G_B221_0 = L_864; G_B221_1 = G_B219_0; goto IL_1049; } IL_103e: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_865 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_866 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_865.get_register_0(); int16_t L_867 = (int16_t)L_866.get_int16_3_43(); G_B221_0 = L_867; G_B221_1 = G_B220_0; } IL_1049: { G_B221_1->set_int16_3_43(G_B221_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_868 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_869 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_870 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_869.get_register_0(); int16_t L_871 = (int16_t)L_870.get_int16_4_44(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_872 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_873 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_872.get_register_0(); int16_t L_874 = (int16_t)L_873.get_int16_4_44(); G_B222_0 = L_868; if ((((int32_t)L_871) < ((int32_t)L_874))) { G_B223_0 = L_868; goto IL_107a; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_875 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_876 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_875.get_register_0(); int16_t L_877 = (int16_t)L_876.get_int16_4_44(); G_B224_0 = L_877; G_B224_1 = G_B222_0; goto IL_1085; } IL_107a: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_878 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_879 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_878.get_register_0(); int16_t L_880 = (int16_t)L_879.get_int16_4_44(); G_B224_0 = L_880; G_B224_1 = G_B223_0; } IL_1085: { G_B224_1->set_int16_4_44(G_B224_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_881 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_882 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_883 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_882.get_register_0(); int16_t L_884 = (int16_t)L_883.get_int16_5_45(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_885 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_886 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_885.get_register_0(); int16_t L_887 = (int16_t)L_886.get_int16_5_45(); G_B225_0 = L_881; if ((((int32_t)L_884) < ((int32_t)L_887))) { G_B226_0 = L_881; goto IL_10b6; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_888 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_889 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_888.get_register_0(); int16_t L_890 = (int16_t)L_889.get_int16_5_45(); G_B227_0 = L_890; G_B227_1 = G_B225_0; goto IL_10c1; } IL_10b6: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_891 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_892 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_891.get_register_0(); int16_t L_893 = (int16_t)L_892.get_int16_5_45(); G_B227_0 = L_893; G_B227_1 = G_B226_0; } IL_10c1: { G_B227_1->set_int16_5_45(G_B227_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_894 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_895 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_896 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_895.get_register_0(); int16_t L_897 = (int16_t)L_896.get_int16_6_46(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_898 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_899 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_898.get_register_0(); int16_t L_900 = (int16_t)L_899.get_int16_6_46(); G_B228_0 = L_894; if ((((int32_t)L_897) < ((int32_t)L_900))) { G_B229_0 = L_894; goto IL_10f2; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_901 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_902 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_901.get_register_0(); int16_t L_903 = (int16_t)L_902.get_int16_6_46(); G_B230_0 = L_903; G_B230_1 = G_B228_0; goto IL_10fd; } IL_10f2: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_904 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_905 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_904.get_register_0(); int16_t L_906 = (int16_t)L_905.get_int16_6_46(); G_B230_0 = L_906; G_B230_1 = G_B229_0; } IL_10fd: { G_B230_1->set_int16_6_46(G_B230_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_907 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_908 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_909 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_908.get_register_0(); int16_t L_910 = (int16_t)L_909.get_int16_7_47(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_911 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_912 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_911.get_register_0(); int16_t L_913 = (int16_t)L_912.get_int16_7_47(); G_B231_0 = L_907; if ((((int32_t)L_910) < ((int32_t)L_913))) { G_B232_0 = L_907; goto IL_112e; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_914 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_915 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_914.get_register_0(); int16_t L_916 = (int16_t)L_915.get_int16_7_47(); G_B233_0 = L_916; G_B233_1 = G_B231_0; goto IL_1139; } IL_112e: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_917 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_918 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_917.get_register_0(); int16_t L_919 = (int16_t)L_918.get_int16_7_47(); G_B233_0 = L_919; G_B233_1 = G_B232_0; } IL_1139: { G_B233_1->set_int16_7_47(G_B233_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_920 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_920; } IL_1141: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_921 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_922; L_922 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_921, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_923 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_924; L_924 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_923, /*hidden argument*/NULL); bool L_925; L_925 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_922, (Type_t *)L_924, /*hidden argument*/NULL); if (!L_925) { goto IL_1252; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_926 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_927 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_928 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_927.get_register_0(); uint32_t L_929 = (uint32_t)L_928.get_uint32_0_48(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_930 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_931 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_930.get_register_0(); uint32_t L_932 = (uint32_t)L_931.get_uint32_0_48(); G_B236_0 = L_926; if ((!(((uint32_t)L_929) >= ((uint32_t)L_932)))) { G_B237_0 = L_926; goto IL_118b; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_933 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_934 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_933.get_register_0(); uint32_t L_935 = (uint32_t)L_934.get_uint32_0_48(); G_B238_0 = L_935; G_B238_1 = G_B236_0; goto IL_1196; } IL_118b: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_936 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_937 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_936.get_register_0(); uint32_t L_938 = (uint32_t)L_937.get_uint32_0_48(); G_B238_0 = L_938; G_B238_1 = G_B237_0; } IL_1196: { G_B238_1->set_uint32_0_48(G_B238_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_939 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_940 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_941 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_940.get_register_0(); uint32_t L_942 = (uint32_t)L_941.get_uint32_1_49(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_943 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_944 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_943.get_register_0(); uint32_t L_945 = (uint32_t)L_944.get_uint32_1_49(); G_B239_0 = L_939; if ((!(((uint32_t)L_942) >= ((uint32_t)L_945)))) { G_B240_0 = L_939; goto IL_11c7; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_946 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_947 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_946.get_register_0(); uint32_t L_948 = (uint32_t)L_947.get_uint32_1_49(); G_B241_0 = L_948; G_B241_1 = G_B239_0; goto IL_11d2; } IL_11c7: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_949 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_950 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_949.get_register_0(); uint32_t L_951 = (uint32_t)L_950.get_uint32_1_49(); G_B241_0 = L_951; G_B241_1 = G_B240_0; } IL_11d2: { G_B241_1->set_uint32_1_49(G_B241_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_952 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_953 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_954 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_953.get_register_0(); uint32_t L_955 = (uint32_t)L_954.get_uint32_2_50(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_956 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_957 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_956.get_register_0(); uint32_t L_958 = (uint32_t)L_957.get_uint32_2_50(); G_B242_0 = L_952; if ((!(((uint32_t)L_955) >= ((uint32_t)L_958)))) { G_B243_0 = L_952; goto IL_1203; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_959 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_960 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_959.get_register_0(); uint32_t L_961 = (uint32_t)L_960.get_uint32_2_50(); G_B244_0 = L_961; G_B244_1 = G_B242_0; goto IL_120e; } IL_1203: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_962 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_963 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_962.get_register_0(); uint32_t L_964 = (uint32_t)L_963.get_uint32_2_50(); G_B244_0 = L_964; G_B244_1 = G_B243_0; } IL_120e: { G_B244_1->set_uint32_2_50(G_B244_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_965 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_966 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_967 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_966.get_register_0(); uint32_t L_968 = (uint32_t)L_967.get_uint32_3_51(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_969 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_970 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_969.get_register_0(); uint32_t L_971 = (uint32_t)L_970.get_uint32_3_51(); G_B245_0 = L_965; if ((!(((uint32_t)L_968) >= ((uint32_t)L_971)))) { G_B246_0 = L_965; goto IL_123f; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_972 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_973 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_972.get_register_0(); uint32_t L_974 = (uint32_t)L_973.get_uint32_3_51(); G_B247_0 = L_974; G_B247_1 = G_B245_0; goto IL_124a; } IL_123f: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_975 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_976 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_975.get_register_0(); uint32_t L_977 = (uint32_t)L_976.get_uint32_3_51(); G_B247_0 = L_977; G_B247_1 = G_B246_0; } IL_124a: { G_B247_1->set_uint32_3_51(G_B247_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_978 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_978; } IL_1252: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_979 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_980; L_980 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_979, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_981 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_982; L_982 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_981, /*hidden argument*/NULL); bool L_983; L_983 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_980, (Type_t *)L_982, /*hidden argument*/NULL); if (!L_983) { goto IL_1363; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_984 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_985 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_986 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_985.get_register_0(); int32_t L_987 = (int32_t)L_986.get_int32_0_52(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_988 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_989 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_988.get_register_0(); int32_t L_990 = (int32_t)L_989.get_int32_0_52(); G_B250_0 = L_984; if ((((int32_t)L_987) < ((int32_t)L_990))) { G_B251_0 = L_984; goto IL_129c; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_991 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_992 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_991.get_register_0(); int32_t L_993 = (int32_t)L_992.get_int32_0_52(); G_B252_0 = L_993; G_B252_1 = G_B250_0; goto IL_12a7; } IL_129c: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_994 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_995 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_994.get_register_0(); int32_t L_996 = (int32_t)L_995.get_int32_0_52(); G_B252_0 = L_996; G_B252_1 = G_B251_0; } IL_12a7: { G_B252_1->set_int32_0_52(G_B252_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_997 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_998 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_999 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_998.get_register_0(); int32_t L_1000 = (int32_t)L_999.get_int32_1_53(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1001 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1002 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1001.get_register_0(); int32_t L_1003 = (int32_t)L_1002.get_int32_1_53(); G_B253_0 = L_997; if ((((int32_t)L_1000) < ((int32_t)L_1003))) { G_B254_0 = L_997; goto IL_12d8; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1004 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1005 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1004.get_register_0(); int32_t L_1006 = (int32_t)L_1005.get_int32_1_53(); G_B255_0 = L_1006; G_B255_1 = G_B253_0; goto IL_12e3; } IL_12d8: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1007 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1008 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1007.get_register_0(); int32_t L_1009 = (int32_t)L_1008.get_int32_1_53(); G_B255_0 = L_1009; G_B255_1 = G_B254_0; } IL_12e3: { G_B255_1->set_int32_1_53(G_B255_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1010 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1011 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1012 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1011.get_register_0(); int32_t L_1013 = (int32_t)L_1012.get_int32_2_54(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1014 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1015 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1014.get_register_0(); int32_t L_1016 = (int32_t)L_1015.get_int32_2_54(); G_B256_0 = L_1010; if ((((int32_t)L_1013) < ((int32_t)L_1016))) { G_B257_0 = L_1010; goto IL_1314; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1017 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1018 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1017.get_register_0(); int32_t L_1019 = (int32_t)L_1018.get_int32_2_54(); G_B258_0 = L_1019; G_B258_1 = G_B256_0; goto IL_131f; } IL_1314: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1020 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1021 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1020.get_register_0(); int32_t L_1022 = (int32_t)L_1021.get_int32_2_54(); G_B258_0 = L_1022; G_B258_1 = G_B257_0; } IL_131f: { G_B258_1->set_int32_2_54(G_B258_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1023 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1024 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1025 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1024.get_register_0(); int32_t L_1026 = (int32_t)L_1025.get_int32_3_55(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1027 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1028 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1027.get_register_0(); int32_t L_1029 = (int32_t)L_1028.get_int32_3_55(); G_B259_0 = L_1023; if ((((int32_t)L_1026) < ((int32_t)L_1029))) { G_B260_0 = L_1023; goto IL_1350; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1030 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1031 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1030.get_register_0(); int32_t L_1032 = (int32_t)L_1031.get_int32_3_55(); G_B261_0 = L_1032; G_B261_1 = G_B259_0; goto IL_135b; } IL_1350: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1033 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1034 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1033.get_register_0(); int32_t L_1035 = (int32_t)L_1034.get_int32_3_55(); G_B261_0 = L_1035; G_B261_1 = G_B260_0; } IL_135b: { G_B261_1->set_int32_3_55(G_B261_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1036 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1036; } IL_1363: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1037 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1038; L_1038 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1037, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1039 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_1040; L_1040 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1039, /*hidden argument*/NULL); bool L_1041; L_1041 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1038, (Type_t *)L_1040, /*hidden argument*/NULL); if (!L_1041) { goto IL_13f9; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1042 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1043 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1044 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1043.get_register_0(); uint64_t L_1045 = (uint64_t)L_1044.get_uint64_0_56(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1046 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1047 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1046.get_register_0(); uint64_t L_1048 = (uint64_t)L_1047.get_uint64_0_56(); G_B264_0 = L_1042; if ((!(((uint64_t)L_1045) >= ((uint64_t)L_1048)))) { G_B265_0 = L_1042; goto IL_13aa; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1049 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1050 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1049.get_register_0(); uint64_t L_1051 = (uint64_t)L_1050.get_uint64_0_56(); G_B266_0 = L_1051; G_B266_1 = G_B264_0; goto IL_13b5; } IL_13aa: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1052 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1053 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1052.get_register_0(); uint64_t L_1054 = (uint64_t)L_1053.get_uint64_0_56(); G_B266_0 = L_1054; G_B266_1 = G_B265_0; } IL_13b5: { G_B266_1->set_uint64_0_56(G_B266_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1055 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1056 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1057 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1056.get_register_0(); uint64_t L_1058 = (uint64_t)L_1057.get_uint64_1_57(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1059 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1060 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1059.get_register_0(); uint64_t L_1061 = (uint64_t)L_1060.get_uint64_1_57(); G_B267_0 = L_1055; if ((!(((uint64_t)L_1058) >= ((uint64_t)L_1061)))) { G_B268_0 = L_1055; goto IL_13e6; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1062 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1063 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1062.get_register_0(); uint64_t L_1064 = (uint64_t)L_1063.get_uint64_1_57(); G_B269_0 = L_1064; G_B269_1 = G_B267_0; goto IL_13f1; } IL_13e6: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1065 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1066 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1065.get_register_0(); uint64_t L_1067 = (uint64_t)L_1066.get_uint64_1_57(); G_B269_0 = L_1067; G_B269_1 = G_B268_0; } IL_13f1: { G_B269_1->set_uint64_1_57(G_B269_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1068 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1068; } IL_13f9: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1069 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1070; L_1070 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1069, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1071 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_1072; L_1072 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1071, /*hidden argument*/NULL); bool L_1073; L_1073 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1070, (Type_t *)L_1072, /*hidden argument*/NULL); if (!L_1073) { goto IL_148f; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1074 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1075 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1076 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1075.get_register_0(); int64_t L_1077 = (int64_t)L_1076.get_int64_0_58(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1078 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1079 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1078.get_register_0(); int64_t L_1080 = (int64_t)L_1079.get_int64_0_58(); G_B272_0 = L_1074; if ((((int64_t)L_1077) < ((int64_t)L_1080))) { G_B273_0 = L_1074; goto IL_1440; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1081 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1082 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1081.get_register_0(); int64_t L_1083 = (int64_t)L_1082.get_int64_0_58(); G_B274_0 = L_1083; G_B274_1 = G_B272_0; goto IL_144b; } IL_1440: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1084 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1085 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1084.get_register_0(); int64_t L_1086 = (int64_t)L_1085.get_int64_0_58(); G_B274_0 = L_1086; G_B274_1 = G_B273_0; } IL_144b: { G_B274_1->set_int64_0_58(G_B274_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1087 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1088 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1089 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1088.get_register_0(); int64_t L_1090 = (int64_t)L_1089.get_int64_1_59(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1091 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1092 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1091.get_register_0(); int64_t L_1093 = (int64_t)L_1092.get_int64_1_59(); G_B275_0 = L_1087; if ((((int64_t)L_1090) < ((int64_t)L_1093))) { G_B276_0 = L_1087; goto IL_147c; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1094 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1095 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1094.get_register_0(); int64_t L_1096 = (int64_t)L_1095.get_int64_1_59(); G_B277_0 = L_1096; G_B277_1 = G_B275_0; goto IL_1487; } IL_147c: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1097 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1098 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1097.get_register_0(); int64_t L_1099 = (int64_t)L_1098.get_int64_1_59(); G_B277_0 = L_1099; G_B277_1 = G_B276_0; } IL_1487: { G_B277_1->set_int64_1_59(G_B277_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1100 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1100; } IL_148f: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1101 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1102; L_1102 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1101, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1103 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_1104; L_1104 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1103, /*hidden argument*/NULL); bool L_1105; L_1105 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1102, (Type_t *)L_1104, /*hidden argument*/NULL); if (!L_1105) { goto IL_15a0; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1106 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1107 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1108 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1107.get_register_0(); float L_1109 = (float)L_1108.get_single_0_60(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1110 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1111 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1110.get_register_0(); float L_1112 = (float)L_1111.get_single_0_60(); G_B280_0 = L_1106; if ((((float)L_1109) < ((float)L_1112))) { G_B281_0 = L_1106; goto IL_14d9; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1113 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1114 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1113.get_register_0(); float L_1115 = (float)L_1114.get_single_0_60(); G_B282_0 = L_1115; G_B282_1 = G_B280_0; goto IL_14e4; } IL_14d9: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1116 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1117 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1116.get_register_0(); float L_1118 = (float)L_1117.get_single_0_60(); G_B282_0 = L_1118; G_B282_1 = G_B281_0; } IL_14e4: { G_B282_1->set_single_0_60(G_B282_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1119 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1120 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1121 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1120.get_register_0(); float L_1122 = (float)L_1121.get_single_1_61(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1123 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1124 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1123.get_register_0(); float L_1125 = (float)L_1124.get_single_1_61(); G_B283_0 = L_1119; if ((((float)L_1122) < ((float)L_1125))) { G_B284_0 = L_1119; goto IL_1515; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1126 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1127 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1126.get_register_0(); float L_1128 = (float)L_1127.get_single_1_61(); G_B285_0 = L_1128; G_B285_1 = G_B283_0; goto IL_1520; } IL_1515: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1129 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1130 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1129.get_register_0(); float L_1131 = (float)L_1130.get_single_1_61(); G_B285_0 = L_1131; G_B285_1 = G_B284_0; } IL_1520: { G_B285_1->set_single_1_61(G_B285_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1132 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1133 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1134 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1133.get_register_0(); float L_1135 = (float)L_1134.get_single_2_62(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1136 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1137 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1136.get_register_0(); float L_1138 = (float)L_1137.get_single_2_62(); G_B286_0 = L_1132; if ((((float)L_1135) < ((float)L_1138))) { G_B287_0 = L_1132; goto IL_1551; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1139 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1140 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1139.get_register_0(); float L_1141 = (float)L_1140.get_single_2_62(); G_B288_0 = L_1141; G_B288_1 = G_B286_0; goto IL_155c; } IL_1551: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1142 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1143 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1142.get_register_0(); float L_1144 = (float)L_1143.get_single_2_62(); G_B288_0 = L_1144; G_B288_1 = G_B287_0; } IL_155c: { G_B288_1->set_single_2_62(G_B288_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1145 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1146 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1147 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1146.get_register_0(); float L_1148 = (float)L_1147.get_single_3_63(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1149 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1150 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1149.get_register_0(); float L_1151 = (float)L_1150.get_single_3_63(); G_B289_0 = L_1145; if ((((float)L_1148) < ((float)L_1151))) { G_B290_0 = L_1145; goto IL_158d; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1152 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1153 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1152.get_register_0(); float L_1154 = (float)L_1153.get_single_3_63(); G_B291_0 = L_1154; G_B291_1 = G_B289_0; goto IL_1598; } IL_158d: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1155 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1156 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1155.get_register_0(); float L_1157 = (float)L_1156.get_single_3_63(); G_B291_0 = L_1157; G_B291_1 = G_B290_0; } IL_1598: { G_B291_1->set_single_3_63(G_B291_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1158 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1158; } IL_15a0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1159 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1160; L_1160 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1159, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1161 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_1162; L_1162 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1161, /*hidden argument*/NULL); bool L_1163; L_1163 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1160, (Type_t *)L_1162, /*hidden argument*/NULL); if (!L_1163) { goto IL_1636; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1164 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1165 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1166 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1165.get_register_0(); double L_1167 = (double)L_1166.get_double_0_64(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1168 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1169 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1168.get_register_0(); double L_1170 = (double)L_1169.get_double_0_64(); G_B294_0 = L_1164; if ((((double)L_1167) < ((double)L_1170))) { G_B295_0 = L_1164; goto IL_15e7; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1171 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1172 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1171.get_register_0(); double L_1173 = (double)L_1172.get_double_0_64(); G_B296_0 = L_1173; G_B296_1 = G_B294_0; goto IL_15f2; } IL_15e7: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1174 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1175 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1174.get_register_0(); double L_1176 = (double)L_1175.get_double_0_64(); G_B296_0 = L_1176; G_B296_1 = G_B295_0; } IL_15f2: { G_B296_1->set_double_0_64(G_B296_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1177 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1178 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1179 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1178.get_register_0(); double L_1180 = (double)L_1179.get_double_1_65(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1181 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1182 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1181.get_register_0(); double L_1183 = (double)L_1182.get_double_1_65(); G_B297_0 = L_1177; if ((((double)L_1180) < ((double)L_1183))) { G_B298_0 = L_1177; goto IL_1623; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1184 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1185 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1184.get_register_0(); double L_1186 = (double)L_1185.get_double_1_65(); G_B299_0 = L_1186; G_B299_1 = G_B297_0; goto IL_162e; } IL_1623: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1187 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1188 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1187.get_register_0(); double L_1189 = (double)L_1188.get_double_1_65(); G_B299_0 = L_1189; G_B299_1 = G_B298_0; } IL_162e: { G_B299_1->set_double_1_65(G_B299_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1190 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1190; } IL_1636: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_1191; L_1191 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1192 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1192, (String_t*)L_1191, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1192, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_Min_mC72D69DC3B2B5C49E828ADACB57C9B0106E48AAD_RuntimeMethod_var))); } } // System.Numerics.Vector`1 System.Numerics.Vector`1::Max(System.Numerics.Vector`1,System.Numerics.Vector`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 Vector_1_Max_m9E64B0B23BADF1BE66F2AB8C5AD913107EB56E57_gshared (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___left0, Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector_1_Max_m9E64B0B23BADF1BE66F2AB8C5AD913107EB56E57_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; int32_t V_1 = 0; int8_t* V_2 = NULL; int32_t V_3 = 0; uint16_t* V_4 = NULL; int32_t V_5 = 0; int16_t* V_6 = NULL; int32_t V_7 = 0; uint32_t* V_8 = NULL; int32_t V_9 = 0; int32_t* V_10 = NULL; int32_t V_11 = 0; uint64_t* V_12 = NULL; int32_t V_13 = 0; int64_t* V_14 = NULL; int32_t V_15 = 0; float* V_16 = NULL; int32_t V_17 = 0; double* V_18 = NULL; int32_t V_19 = 0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 V_20; memset((&V_20), 0, sizeof(V_20)); uint8_t* G_B5_0 = NULL; uint8_t* G_B4_0 = NULL; uint8_t G_B6_0 = 0x0; uint8_t* G_B6_1 = NULL; int8_t* G_B13_0 = NULL; int8_t* G_B12_0 = NULL; int8_t G_B14_0 = 0x0; int8_t* G_B14_1 = NULL; uint16_t* G_B21_0 = NULL; uint16_t* G_B20_0 = NULL; uint16_t G_B22_0 = 0; uint16_t* G_B22_1 = NULL; int16_t* G_B29_0 = NULL; int16_t* G_B28_0 = NULL; int16_t G_B30_0 = 0; int16_t* G_B30_1 = NULL; uint32_t* G_B37_0 = NULL; uint32_t* G_B36_0 = NULL; uint32_t G_B38_0 = 0; uint32_t* G_B38_1 = NULL; int32_t* G_B45_0 = NULL; int32_t* G_B44_0 = NULL; int32_t G_B46_0 = 0; int32_t* G_B46_1 = NULL; uint64_t* G_B53_0 = NULL; uint64_t* G_B52_0 = NULL; uint64_t G_B54_0 = 0; uint64_t* G_B54_1 = NULL; int64_t* G_B61_0 = NULL; int64_t* G_B60_0 = NULL; int64_t G_B62_0 = 0; int64_t* G_B62_1 = NULL; float* G_B69_0 = NULL; float* G_B68_0 = NULL; float G_B70_0 = 0.0f; float* G_B70_1 = NULL; double* G_B77_0 = NULL; double* G_B76_0 = NULL; double G_B78_0 = 0.0; double* G_B78_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B85_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B84_0 = NULL; uint8_t G_B86_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B86_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B88_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B87_0 = NULL; uint8_t G_B89_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B89_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B91_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B90_0 = NULL; uint8_t G_B92_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B92_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B94_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B93_0 = NULL; uint8_t G_B95_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B95_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B97_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B96_0 = NULL; uint8_t G_B98_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B98_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B100_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B99_0 = NULL; uint8_t G_B101_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B101_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B103_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B102_0 = NULL; uint8_t G_B104_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B104_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B106_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B105_0 = NULL; uint8_t G_B107_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B107_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B109_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B108_0 = NULL; uint8_t G_B110_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B110_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B112_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B111_0 = NULL; uint8_t G_B113_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B113_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B115_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B114_0 = NULL; uint8_t G_B116_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B116_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B118_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B117_0 = NULL; uint8_t G_B119_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B119_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B121_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B120_0 = NULL; uint8_t G_B122_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B122_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B124_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B123_0 = NULL; uint8_t G_B125_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B125_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B127_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B126_0 = NULL; uint8_t G_B128_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B128_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B130_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B129_0 = NULL; uint8_t G_B131_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B131_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B135_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B134_0 = NULL; int8_t G_B136_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B136_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B138_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B137_0 = NULL; int8_t G_B139_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B139_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B141_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B140_0 = NULL; int8_t G_B142_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B142_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B144_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B143_0 = NULL; int8_t G_B145_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B145_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B147_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B146_0 = NULL; int8_t G_B148_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B148_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B150_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B149_0 = NULL; int8_t G_B151_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B151_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B153_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B152_0 = NULL; int8_t G_B154_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B154_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B156_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B155_0 = NULL; int8_t G_B157_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B157_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B159_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B158_0 = NULL; int8_t G_B160_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B160_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B162_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B161_0 = NULL; int8_t G_B163_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B163_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B165_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B164_0 = NULL; int8_t G_B166_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B166_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B168_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B167_0 = NULL; int8_t G_B169_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B169_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B171_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B170_0 = NULL; int8_t G_B172_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B172_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B174_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B173_0 = NULL; int8_t G_B175_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B175_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B177_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B176_0 = NULL; int8_t G_B178_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B178_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B180_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B179_0 = NULL; int8_t G_B181_0 = 0x0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B181_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B185_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B184_0 = NULL; uint16_t G_B186_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B186_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B188_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B187_0 = NULL; uint16_t G_B189_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B189_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B191_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B190_0 = NULL; uint16_t G_B192_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B192_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B194_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B193_0 = NULL; uint16_t G_B195_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B195_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B197_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B196_0 = NULL; uint16_t G_B198_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B198_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B200_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B199_0 = NULL; uint16_t G_B201_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B201_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B203_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B202_0 = NULL; uint16_t G_B204_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B204_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B206_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B205_0 = NULL; uint16_t G_B207_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B207_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B211_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B210_0 = NULL; int16_t G_B212_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B212_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B214_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B213_0 = NULL; int16_t G_B215_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B215_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B217_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B216_0 = NULL; int16_t G_B218_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B218_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B220_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B219_0 = NULL; int16_t G_B221_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B221_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B223_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B222_0 = NULL; int16_t G_B224_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B224_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B226_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B225_0 = NULL; int16_t G_B227_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B227_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B229_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B228_0 = NULL; int16_t G_B230_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B230_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B232_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B231_0 = NULL; int16_t G_B233_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B233_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B237_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B236_0 = NULL; uint32_t G_B238_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B238_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B240_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B239_0 = NULL; uint32_t G_B241_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B241_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B243_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B242_0 = NULL; uint32_t G_B244_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B244_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B246_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B245_0 = NULL; uint32_t G_B247_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B247_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B251_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B250_0 = NULL; int32_t G_B252_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B252_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B254_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B253_0 = NULL; int32_t G_B255_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B255_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B257_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B256_0 = NULL; int32_t G_B258_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B258_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B260_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B259_0 = NULL; int32_t G_B261_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B261_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B265_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B264_0 = NULL; uint64_t G_B266_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B266_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B268_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B267_0 = NULL; uint64_t G_B269_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B269_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B273_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B272_0 = NULL; int64_t G_B274_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B274_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B276_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B275_0 = NULL; int64_t G_B277_0 = 0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B277_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B281_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B280_0 = NULL; float G_B282_0 = 0.0f; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B282_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B284_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B283_0 = NULL; float G_B285_0 = 0.0f; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B285_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B287_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B286_0 = NULL; float G_B288_0 = 0.0f; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B288_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B290_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B289_0 = NULL; float G_B291_0 = 0.0f; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B291_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B295_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B294_0 = NULL; double G_B296_0 = 0.0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B296_1 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B298_0 = NULL; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B297_0 = NULL; double G_B299_0 = 0.0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * G_B299_1 = NULL; { bool L_0; L_0 = Vector_get_IsHardwareAccelerated_mB84D27741489DA479C0DAE61A7B37219DB4EC257(/*hidden argument*/NULL); if (!L_0) { goto IL_0575; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_2, (Type_t *)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0086; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_6; L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); int8_t* L_7 = (int8_t*) alloca(((uintptr_t)L_6)); memset(L_7, 0, ((uintptr_t)L_6)); V_0 = (uint8_t*)(L_7); V_1 = (int32_t)0; goto IL_0077; } IL_0032: { uint8_t* L_8 = V_0; int32_t L_9 = V_1; int32_t L_10 = V_1; uint8_t L_11; L_11 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_12 = V_1; uint8_t L_13; L_13 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_14; L_14 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((uint8_t)L_11, (uint8_t)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); G_B4_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9)); if (L_14) { G_B5_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9)); goto IL_0060; } } { int32_t L_15 = V_1; uint8_t L_16; L_16 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_17 = L_16; RuntimeObject * L_18 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_17); G_B6_0 = ((*(uint8_t*)((uint8_t*)UnBox(L_18, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))); G_B6_1 = G_B4_0; goto IL_0072; } IL_0060: { int32_t L_19 = V_1; uint8_t L_20; L_20 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_19, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_21 = L_20; RuntimeObject * L_22 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_21); G_B6_0 = ((*(uint8_t*)((uint8_t*)UnBox(L_22, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))); G_B6_1 = G_B5_0; } IL_0072: { *((int8_t*)G_B6_1) = (int8_t)G_B6_0; int32_t L_23 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0077: { int32_t L_24 = V_1; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_25; L_25 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_24) < ((int32_t)L_25))) { goto IL_0032; } } { uint8_t* L_26 = V_0; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_27; memset((&L_27), 0, sizeof(L_27)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_27), (void*)(void*)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_27; } IL_0086: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_29; L_29 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_28, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_30 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_31; L_31 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_30, /*hidden argument*/NULL); bool L_32; L_32 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_29, (Type_t *)L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0102; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_33; L_33 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); int8_t* L_34 = (int8_t*) alloca(((uintptr_t)L_33)); memset(L_34, 0, ((uintptr_t)L_33)); V_2 = (int8_t*)(L_34); V_3 = (int32_t)0; goto IL_00f3; } IL_00ae: { int8_t* L_35 = V_2; int32_t L_36 = V_3; int32_t L_37 = V_3; uint8_t L_38; L_38 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_37, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_39 = V_3; uint8_t L_40; L_40 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_39, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_41; L_41 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((uint8_t)L_38, (uint8_t)L_40, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); G_B12_0 = ((int8_t*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)L_36)); if (L_41) { G_B13_0 = ((int8_t*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)L_36)); goto IL_00dc; } } { int32_t L_42 = V_3; uint8_t L_43; L_43 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_42, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_44 = L_43; RuntimeObject * L_45 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_44); G_B14_0 = ((*(int8_t*)((int8_t*)UnBox(L_45, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))); G_B14_1 = G_B12_0; goto IL_00ee; } IL_00dc: { int32_t L_46 = V_3; uint8_t L_47; L_47 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_46, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_48 = L_47; RuntimeObject * L_49 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_48); G_B14_0 = ((*(int8_t*)((int8_t*)UnBox(L_49, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))); G_B14_1 = G_B13_0; } IL_00ee: { *((int8_t*)G_B14_1) = (int8_t)G_B14_0; int32_t L_50 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00f3: { int32_t L_51 = V_3; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_52; L_52 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_00ae; } } { int8_t* L_53 = V_2; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_54; memset((&L_54), 0, sizeof(L_54)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_54), (void*)(void*)L_53, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_54; } IL_0102: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_55 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56; L_56 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_55, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_57 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_58; L_58 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_57, /*hidden argument*/NULL); bool L_59; L_59 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_56, (Type_t *)L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_018f; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_60; L_60 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_60) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Max_m9E64B0B23BADF1BE66F2AB8C5AD913107EB56E57_RuntimeMethod_var); int8_t* L_61 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_60), (int32_t)2))); memset(L_61, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_60), (int32_t)2))); V_4 = (uint16_t*)(L_61); V_5 = (int32_t)0; goto IL_017e; } IL_012e: { uint16_t* L_62 = V_4; int32_t L_63 = V_5; int32_t L_64 = V_5; uint8_t L_65; L_65 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_64, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_66 = V_5; uint8_t L_67; L_67 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_66, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_68; L_68 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((uint8_t)L_65, (uint8_t)L_67, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); G_B20_0 = ((uint16_t*)il2cpp_codegen_add((intptr_t)L_62, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_63), (int32_t)2)))); if (L_68) { G_B21_0 = ((uint16_t*)il2cpp_codegen_add((intptr_t)L_62, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_63), (int32_t)2)))); goto IL_0164; } } { int32_t L_69 = V_5; uint8_t L_70; L_70 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_69, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_71 = L_70; RuntimeObject * L_72 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_71); G_B22_0 = ((*(uint16_t*)((uint16_t*)UnBox(L_72, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))); G_B22_1 = G_B20_0; goto IL_0177; } IL_0164: { int32_t L_73 = V_5; uint8_t L_74; L_74 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_73, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_75 = L_74; RuntimeObject * L_76 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_75); G_B22_0 = ((*(uint16_t*)((uint16_t*)UnBox(L_76, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))); G_B22_1 = G_B21_0; } IL_0177: { *((int16_t*)G_B22_1) = (int16_t)G_B22_0; int32_t L_77 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); } IL_017e: { int32_t L_78 = V_5; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_79; L_79 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_78) < ((int32_t)L_79))) { goto IL_012e; } } { uint16_t* L_80 = V_4; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_81; memset((&L_81), 0, sizeof(L_81)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_81), (void*)(void*)L_80, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_81; } IL_018f: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_82 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_83; L_83 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_82, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_84 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_85; L_85 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_84, /*hidden argument*/NULL); bool L_86; L_86 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_83, (Type_t *)L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_021c; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_87; L_87 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_87) * (uintptr_t)2 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Max_m9E64B0B23BADF1BE66F2AB8C5AD913107EB56E57_RuntimeMethod_var); int8_t* L_88 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_87), (int32_t)2))); memset(L_88, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_87), (int32_t)2))); V_6 = (int16_t*)(L_88); V_7 = (int32_t)0; goto IL_020b; } IL_01bb: { int16_t* L_89 = V_6; int32_t L_90 = V_7; int32_t L_91 = V_7; uint8_t L_92; L_92 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_91, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_93 = V_7; uint8_t L_94; L_94 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_95; L_95 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((uint8_t)L_92, (uint8_t)L_94, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); G_B28_0 = ((int16_t*)il2cpp_codegen_add((intptr_t)L_89, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_90), (int32_t)2)))); if (L_95) { G_B29_0 = ((int16_t*)il2cpp_codegen_add((intptr_t)L_89, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_90), (int32_t)2)))); goto IL_01f1; } } { int32_t L_96 = V_7; uint8_t L_97; L_97 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_96, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_98 = L_97; RuntimeObject * L_99 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_98); G_B30_0 = ((*(int16_t*)((int16_t*)UnBox(L_99, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))); G_B30_1 = G_B28_0; goto IL_0204; } IL_01f1: { int32_t L_100 = V_7; uint8_t L_101; L_101 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_100, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_102 = L_101; RuntimeObject * L_103 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_102); G_B30_0 = ((*(int16_t*)((int16_t*)UnBox(L_103, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))); G_B30_1 = G_B29_0; } IL_0204: { *((int16_t*)G_B30_1) = (int16_t)G_B30_0; int32_t L_104 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)); } IL_020b: { int32_t L_105 = V_7; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_106; L_106 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_105) < ((int32_t)L_106))) { goto IL_01bb; } } { int16_t* L_107 = V_6; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_108; memset((&L_108), 0, sizeof(L_108)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_108), (void*)(void*)L_107, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_108; } IL_021c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_109 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_110; L_110 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_109, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_111 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_112; L_112 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_111, /*hidden argument*/NULL); bool L_113; L_113 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_110, (Type_t *)L_112, /*hidden argument*/NULL); if (!L_113) { goto IL_02a9; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_114; L_114 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_114) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Max_m9E64B0B23BADF1BE66F2AB8C5AD913107EB56E57_RuntimeMethod_var); int8_t* L_115 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_114), (int32_t)4))); memset(L_115, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_114), (int32_t)4))); V_8 = (uint32_t*)(L_115); V_9 = (int32_t)0; goto IL_0298; } IL_0248: { uint32_t* L_116 = V_8; int32_t L_117 = V_9; int32_t L_118 = V_9; uint8_t L_119; L_119 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_118, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_120 = V_9; uint8_t L_121; L_121 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_120, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_122; L_122 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((uint8_t)L_119, (uint8_t)L_121, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); G_B36_0 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_116, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_117), (int32_t)4)))); if (L_122) { G_B37_0 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_116, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_117), (int32_t)4)))); goto IL_027e; } } { int32_t L_123 = V_9; uint8_t L_124; L_124 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_123, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_125 = L_124; RuntimeObject * L_126 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_125); G_B38_0 = ((*(uint32_t*)((uint32_t*)UnBox(L_126, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))); G_B38_1 = G_B36_0; goto IL_0291; } IL_027e: { int32_t L_127 = V_9; uint8_t L_128; L_128 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_127, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_129 = L_128; RuntimeObject * L_130 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_129); G_B38_0 = ((*(uint32_t*)((uint32_t*)UnBox(L_130, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))); G_B38_1 = G_B37_0; } IL_0291: { *((int32_t*)G_B38_1) = (int32_t)G_B38_0; int32_t L_131 = V_9; V_9 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1)); } IL_0298: { int32_t L_132 = V_9; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_133; L_133 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_132) < ((int32_t)L_133))) { goto IL_0248; } } { uint32_t* L_134 = V_8; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_135; memset((&L_135), 0, sizeof(L_135)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_135), (void*)(void*)L_134, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_135; } IL_02a9: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_136 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_137; L_137 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_136, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_138 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_139; L_139 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_138, /*hidden argument*/NULL); bool L_140; L_140 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_137, (Type_t *)L_139, /*hidden argument*/NULL); if (!L_140) { goto IL_0336; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_141; L_141 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_141) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Max_m9E64B0B23BADF1BE66F2AB8C5AD913107EB56E57_RuntimeMethod_var); int8_t* L_142 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_141), (int32_t)4))); memset(L_142, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_141), (int32_t)4))); V_10 = (int32_t*)(L_142); V_11 = (int32_t)0; goto IL_0325; } IL_02d5: { int32_t* L_143 = V_10; int32_t L_144 = V_11; int32_t L_145 = V_11; uint8_t L_146; L_146 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_145, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_147 = V_11; uint8_t L_148; L_148 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_147, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_149; L_149 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((uint8_t)L_146, (uint8_t)L_148, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); G_B44_0 = ((int32_t*)il2cpp_codegen_add((intptr_t)L_143, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_144), (int32_t)4)))); if (L_149) { G_B45_0 = ((int32_t*)il2cpp_codegen_add((intptr_t)L_143, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_144), (int32_t)4)))); goto IL_030b; } } { int32_t L_150 = V_11; uint8_t L_151; L_151 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_150, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_152 = L_151; RuntimeObject * L_153 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_152); G_B46_0 = ((*(int32_t*)((int32_t*)UnBox(L_153, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); G_B46_1 = G_B44_0; goto IL_031e; } IL_030b: { int32_t L_154 = V_11; uint8_t L_155; L_155 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_154, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_156 = L_155; RuntimeObject * L_157 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_156); G_B46_0 = ((*(int32_t*)((int32_t*)UnBox(L_157, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); G_B46_1 = G_B45_0; } IL_031e: { *((int32_t*)G_B46_1) = (int32_t)G_B46_0; int32_t L_158 = V_11; V_11 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_158, (int32_t)1)); } IL_0325: { int32_t L_159 = V_11; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_160; L_160 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_159) < ((int32_t)L_160))) { goto IL_02d5; } } { int32_t* L_161 = V_10; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_162; memset((&L_162), 0, sizeof(L_162)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_162), (void*)(void*)L_161, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_162; } IL_0336: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_163 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_164; L_164 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_163, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_165 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_166; L_166 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_165, /*hidden argument*/NULL); bool L_167; L_167 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_164, (Type_t *)L_166, /*hidden argument*/NULL); if (!L_167) { goto IL_03c3; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_168; L_168 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_168) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Max_m9E64B0B23BADF1BE66F2AB8C5AD913107EB56E57_RuntimeMethod_var); int8_t* L_169 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_168), (int32_t)8))); memset(L_169, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_168), (int32_t)8))); V_12 = (uint64_t*)(L_169); V_13 = (int32_t)0; goto IL_03b2; } IL_0362: { uint64_t* L_170 = V_12; int32_t L_171 = V_13; int32_t L_172 = V_13; uint8_t L_173; L_173 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_172, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_174 = V_13; uint8_t L_175; L_175 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_174, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_176; L_176 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((uint8_t)L_173, (uint8_t)L_175, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); G_B52_0 = ((uint64_t*)il2cpp_codegen_add((intptr_t)L_170, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_171), (int32_t)8)))); if (L_176) { G_B53_0 = ((uint64_t*)il2cpp_codegen_add((intptr_t)L_170, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_171), (int32_t)8)))); goto IL_0398; } } { int32_t L_177 = V_13; uint8_t L_178; L_178 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_177, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_179 = L_178; RuntimeObject * L_180 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_179); G_B54_0 = ((*(uint64_t*)((uint64_t*)UnBox(L_180, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))); G_B54_1 = G_B52_0; goto IL_03ab; } IL_0398: { int32_t L_181 = V_13; uint8_t L_182; L_182 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_181, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_183 = L_182; RuntimeObject * L_184 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_183); G_B54_0 = ((*(uint64_t*)((uint64_t*)UnBox(L_184, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))); G_B54_1 = G_B53_0; } IL_03ab: { *((int64_t*)G_B54_1) = (int64_t)G_B54_0; int32_t L_185 = V_13; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_185, (int32_t)1)); } IL_03b2: { int32_t L_186 = V_13; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_187; L_187 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_186) < ((int32_t)L_187))) { goto IL_0362; } } { uint64_t* L_188 = V_12; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_189; memset((&L_189), 0, sizeof(L_189)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_189), (void*)(void*)L_188, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_189; } IL_03c3: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_190 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_191; L_191 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_190, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_192 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_193; L_193 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_192, /*hidden argument*/NULL); bool L_194; L_194 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_191, (Type_t *)L_193, /*hidden argument*/NULL); if (!L_194) { goto IL_0450; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_195; L_195 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_195) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Max_m9E64B0B23BADF1BE66F2AB8C5AD913107EB56E57_RuntimeMethod_var); int8_t* L_196 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_195), (int32_t)8))); memset(L_196, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_195), (int32_t)8))); V_14 = (int64_t*)(L_196); V_15 = (int32_t)0; goto IL_043f; } IL_03ef: { int64_t* L_197 = V_14; int32_t L_198 = V_15; int32_t L_199 = V_15; uint8_t L_200; L_200 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_199, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_201 = V_15; uint8_t L_202; L_202 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_201, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_203; L_203 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((uint8_t)L_200, (uint8_t)L_202, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); G_B60_0 = ((int64_t*)il2cpp_codegen_add((intptr_t)L_197, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_198), (int32_t)8)))); if (L_203) { G_B61_0 = ((int64_t*)il2cpp_codegen_add((intptr_t)L_197, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_198), (int32_t)8)))); goto IL_0425; } } { int32_t L_204 = V_15; uint8_t L_205; L_205 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_204, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_206 = L_205; RuntimeObject * L_207 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_206); G_B62_0 = ((*(int64_t*)((int64_t*)UnBox(L_207, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); G_B62_1 = G_B60_0; goto IL_0438; } IL_0425: { int32_t L_208 = V_15; uint8_t L_209; L_209 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_208, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_210 = L_209; RuntimeObject * L_211 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_210); G_B62_0 = ((*(int64_t*)((int64_t*)UnBox(L_211, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); G_B62_1 = G_B61_0; } IL_0438: { *((int64_t*)G_B62_1) = (int64_t)G_B62_0; int32_t L_212 = V_15; V_15 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_212, (int32_t)1)); } IL_043f: { int32_t L_213 = V_15; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_214; L_214 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_213) < ((int32_t)L_214))) { goto IL_03ef; } } { int64_t* L_215 = V_14; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_216; memset((&L_216), 0, sizeof(L_216)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_216), (void*)(void*)L_215, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_216; } IL_0450: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_217 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_218; L_218 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_217, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_219 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_220; L_220 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_219, /*hidden argument*/NULL); bool L_221; L_221 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_218, (Type_t *)L_220, /*hidden argument*/NULL); if (!L_221) { goto IL_04dd; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_222; L_222 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_222) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Max_m9E64B0B23BADF1BE66F2AB8C5AD913107EB56E57_RuntimeMethod_var); int8_t* L_223 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_222), (int32_t)4))); memset(L_223, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_222), (int32_t)4))); V_16 = (float*)(L_223); V_17 = (int32_t)0; goto IL_04cc; } IL_047c: { float* L_224 = V_16; int32_t L_225 = V_17; int32_t L_226 = V_17; uint8_t L_227; L_227 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_226, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_228 = V_17; uint8_t L_229; L_229 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_228, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_230; L_230 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((uint8_t)L_227, (uint8_t)L_229, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); G_B68_0 = ((float*)il2cpp_codegen_add((intptr_t)L_224, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_225), (int32_t)4)))); if (L_230) { G_B69_0 = ((float*)il2cpp_codegen_add((intptr_t)L_224, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_225), (int32_t)4)))); goto IL_04b2; } } { int32_t L_231 = V_17; uint8_t L_232; L_232 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_231, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_233 = L_232; RuntimeObject * L_234 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_233); G_B70_0 = ((*(float*)((float*)UnBox(L_234, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); G_B70_1 = G_B68_0; goto IL_04c5; } IL_04b2: { int32_t L_235 = V_17; uint8_t L_236; L_236 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_235, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_237 = L_236; RuntimeObject * L_238 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_237); G_B70_0 = ((*(float*)((float*)UnBox(L_238, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); G_B70_1 = G_B69_0; } IL_04c5: { *((float*)G_B70_1) = (float)G_B70_0; int32_t L_239 = V_17; V_17 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_239, (int32_t)1)); } IL_04cc: { int32_t L_240 = V_17; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_241; L_241 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_240) < ((int32_t)L_241))) { goto IL_047c; } } { float* L_242 = V_16; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_243; memset((&L_243), 0, sizeof(L_243)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_243), (void*)(void*)L_242, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_243; } IL_04dd: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_244 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_245; L_245 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_244, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_246 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_247; L_247 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_246, /*hidden argument*/NULL); bool L_248; L_248 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_245, (Type_t *)L_247, /*hidden argument*/NULL); if (!L_248) { goto IL_056a; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_249; L_249 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((uintptr_t)((uintptr_t)L_249) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Vector_1_Max_m9E64B0B23BADF1BE66F2AB8C5AD913107EB56E57_RuntimeMethod_var); int8_t* L_250 = (int8_t*) alloca(((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_249), (int32_t)8))); memset(L_250, 0, ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_249), (int32_t)8))); V_18 = (double*)(L_250); V_19 = (int32_t)0; goto IL_0559; } IL_0509: { double* L_251 = V_18; int32_t L_252 = V_19; int32_t L_253 = V_19; uint8_t L_254; L_254 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_253, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); int32_t L_255 = V_19; uint8_t L_256; L_256 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_255, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); bool L_257; L_257 = (( bool (*) (uint8_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)->methodPointer)((uint8_t)L_254, (uint8_t)L_256, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 17)); G_B76_0 = ((double*)il2cpp_codegen_add((intptr_t)L_251, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_252), (int32_t)8)))); if (L_257) { G_B77_0 = ((double*)il2cpp_codegen_add((intptr_t)L_251, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_252), (int32_t)8)))); goto IL_053f; } } { int32_t L_258 = V_19; uint8_t L_259; L_259 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___right1), (int32_t)L_258, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_260 = L_259; RuntimeObject * L_261 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_260); G_B78_0 = ((*(double*)((double*)UnBox(L_261, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); G_B78_1 = G_B76_0; goto IL_0552; } IL_053f: { int32_t L_262 = V_19; uint8_t L_263; L_263 = Vector_1_get_Item_m9D94714E00D5B88038766F4FF6B78546D11BD893((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(&___left0), (int32_t)L_262, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)); uint8_t L_264 = L_263; RuntimeObject * L_265 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_264); G_B78_0 = ((*(double*)((double*)UnBox(L_265, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); G_B78_1 = G_B77_0; } IL_0552: { *((double*)G_B78_1) = (double)G_B78_0; int32_t L_266 = V_19; V_19 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_266, (int32_t)1)); } IL_0559: { int32_t L_267 = V_19; IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_268; L_268 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)); if ((((int32_t)L_267) < ((int32_t)L_268))) { goto IL_0509; } } { double* L_269 = V_18; Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_270; memset((&L_270), 0, sizeof(L_270)); Vector_1__ctor_m1C7A6324F91F14623C191218D68EDF4D0C1D0165((&L_270), (void*)(void*)L_269, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11)); return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_270; } IL_056a: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_271; L_271 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_272 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_272, (String_t*)L_271, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_272, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_Max_m9E64B0B23BADF1BE66F2AB8C5AD913107EB56E57_RuntimeMethod_var))); } IL_0575: { il2cpp_codegen_initobj((&V_20), sizeof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_273 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_274; L_274 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_273, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_275 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_276; L_276 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_275, /*hidden argument*/NULL); bool L_277; L_277 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_274, (Type_t *)L_276, /*hidden argument*/NULL); if (!L_277) { goto IL_095e; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_278 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_279 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_280 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_279.get_register_0(); uint8_t L_281 = (uint8_t)L_280.get_byte_0_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_282 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_283 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_282.get_register_0(); uint8_t L_284 = (uint8_t)L_283.get_byte_0_0(); G_B84_0 = L_278; if ((((int32_t)L_281) > ((int32_t)L_284))) { G_B85_0 = L_278; goto IL_05c7; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_285 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_286 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_285.get_register_0(); uint8_t L_287 = (uint8_t)L_286.get_byte_0_0(); G_B86_0 = L_287; G_B86_1 = G_B84_0; goto IL_05d2; } IL_05c7: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_288 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_289 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_288.get_register_0(); uint8_t L_290 = (uint8_t)L_289.get_byte_0_0(); G_B86_0 = L_290; G_B86_1 = G_B85_0; } IL_05d2: { G_B86_1->set_byte_0_0(G_B86_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_291 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_292 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_293 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_292.get_register_0(); uint8_t L_294 = (uint8_t)L_293.get_byte_1_1(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_295 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_296 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_295.get_register_0(); uint8_t L_297 = (uint8_t)L_296.get_byte_1_1(); G_B87_0 = L_291; if ((((int32_t)L_294) > ((int32_t)L_297))) { G_B88_0 = L_291; goto IL_0603; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_298 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_299 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_298.get_register_0(); uint8_t L_300 = (uint8_t)L_299.get_byte_1_1(); G_B89_0 = L_300; G_B89_1 = G_B87_0; goto IL_060e; } IL_0603: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_301 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_302 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_301.get_register_0(); uint8_t L_303 = (uint8_t)L_302.get_byte_1_1(); G_B89_0 = L_303; G_B89_1 = G_B88_0; } IL_060e: { G_B89_1->set_byte_1_1(G_B89_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_304 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_305 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_306 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_305.get_register_0(); uint8_t L_307 = (uint8_t)L_306.get_byte_2_2(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_308 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_309 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_308.get_register_0(); uint8_t L_310 = (uint8_t)L_309.get_byte_2_2(); G_B90_0 = L_304; if ((((int32_t)L_307) > ((int32_t)L_310))) { G_B91_0 = L_304; goto IL_063f; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_311 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_312 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_311.get_register_0(); uint8_t L_313 = (uint8_t)L_312.get_byte_2_2(); G_B92_0 = L_313; G_B92_1 = G_B90_0; goto IL_064a; } IL_063f: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_314 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_315 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_314.get_register_0(); uint8_t L_316 = (uint8_t)L_315.get_byte_2_2(); G_B92_0 = L_316; G_B92_1 = G_B91_0; } IL_064a: { G_B92_1->set_byte_2_2(G_B92_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_317 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_318 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_319 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_318.get_register_0(); uint8_t L_320 = (uint8_t)L_319.get_byte_3_3(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_321 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_322 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_321.get_register_0(); uint8_t L_323 = (uint8_t)L_322.get_byte_3_3(); G_B93_0 = L_317; if ((((int32_t)L_320) > ((int32_t)L_323))) { G_B94_0 = L_317; goto IL_067b; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_324 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_325 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_324.get_register_0(); uint8_t L_326 = (uint8_t)L_325.get_byte_3_3(); G_B95_0 = L_326; G_B95_1 = G_B93_0; goto IL_0686; } IL_067b: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_327 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_328 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_327.get_register_0(); uint8_t L_329 = (uint8_t)L_328.get_byte_3_3(); G_B95_0 = L_329; G_B95_1 = G_B94_0; } IL_0686: { G_B95_1->set_byte_3_3(G_B95_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_330 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_331 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_332 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_331.get_register_0(); uint8_t L_333 = (uint8_t)L_332.get_byte_4_4(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_334 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_335 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_334.get_register_0(); uint8_t L_336 = (uint8_t)L_335.get_byte_4_4(); G_B96_0 = L_330; if ((((int32_t)L_333) > ((int32_t)L_336))) { G_B97_0 = L_330; goto IL_06b7; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_337 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_338 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_337.get_register_0(); uint8_t L_339 = (uint8_t)L_338.get_byte_4_4(); G_B98_0 = L_339; G_B98_1 = G_B96_0; goto IL_06c2; } IL_06b7: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_340 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_341 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_340.get_register_0(); uint8_t L_342 = (uint8_t)L_341.get_byte_4_4(); G_B98_0 = L_342; G_B98_1 = G_B97_0; } IL_06c2: { G_B98_1->set_byte_4_4(G_B98_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_343 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_344 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_345 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_344.get_register_0(); uint8_t L_346 = (uint8_t)L_345.get_byte_5_5(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_347 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_348 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_347.get_register_0(); uint8_t L_349 = (uint8_t)L_348.get_byte_5_5(); G_B99_0 = L_343; if ((((int32_t)L_346) > ((int32_t)L_349))) { G_B100_0 = L_343; goto IL_06f3; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_350 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_351 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_350.get_register_0(); uint8_t L_352 = (uint8_t)L_351.get_byte_5_5(); G_B101_0 = L_352; G_B101_1 = G_B99_0; goto IL_06fe; } IL_06f3: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_353 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_354 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_353.get_register_0(); uint8_t L_355 = (uint8_t)L_354.get_byte_5_5(); G_B101_0 = L_355; G_B101_1 = G_B100_0; } IL_06fe: { G_B101_1->set_byte_5_5(G_B101_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_356 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_357 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_358 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_357.get_register_0(); uint8_t L_359 = (uint8_t)L_358.get_byte_6_6(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_360 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_361 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_360.get_register_0(); uint8_t L_362 = (uint8_t)L_361.get_byte_6_6(); G_B102_0 = L_356; if ((((int32_t)L_359) > ((int32_t)L_362))) { G_B103_0 = L_356; goto IL_072f; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_363 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_364 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_363.get_register_0(); uint8_t L_365 = (uint8_t)L_364.get_byte_6_6(); G_B104_0 = L_365; G_B104_1 = G_B102_0; goto IL_073a; } IL_072f: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_366 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_367 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_366.get_register_0(); uint8_t L_368 = (uint8_t)L_367.get_byte_6_6(); G_B104_0 = L_368; G_B104_1 = G_B103_0; } IL_073a: { G_B104_1->set_byte_6_6(G_B104_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_369 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_370 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_371 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_370.get_register_0(); uint8_t L_372 = (uint8_t)L_371.get_byte_7_7(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_373 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_374 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_373.get_register_0(); uint8_t L_375 = (uint8_t)L_374.get_byte_7_7(); G_B105_0 = L_369; if ((((int32_t)L_372) > ((int32_t)L_375))) { G_B106_0 = L_369; goto IL_076b; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_376 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_377 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_376.get_register_0(); uint8_t L_378 = (uint8_t)L_377.get_byte_7_7(); G_B107_0 = L_378; G_B107_1 = G_B105_0; goto IL_0776; } IL_076b: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_379 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_380 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_379.get_register_0(); uint8_t L_381 = (uint8_t)L_380.get_byte_7_7(); G_B107_0 = L_381; G_B107_1 = G_B106_0; } IL_0776: { G_B107_1->set_byte_7_7(G_B107_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_382 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_383 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_384 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_383.get_register_0(); uint8_t L_385 = (uint8_t)L_384.get_byte_8_8(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_386 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_387 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_386.get_register_0(); uint8_t L_388 = (uint8_t)L_387.get_byte_8_8(); G_B108_0 = L_382; if ((((int32_t)L_385) > ((int32_t)L_388))) { G_B109_0 = L_382; goto IL_07a7; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_389 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_390 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_389.get_register_0(); uint8_t L_391 = (uint8_t)L_390.get_byte_8_8(); G_B110_0 = L_391; G_B110_1 = G_B108_0; goto IL_07b2; } IL_07a7: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_392 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_393 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_392.get_register_0(); uint8_t L_394 = (uint8_t)L_393.get_byte_8_8(); G_B110_0 = L_394; G_B110_1 = G_B109_0; } IL_07b2: { G_B110_1->set_byte_8_8(G_B110_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_395 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_396 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_397 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_396.get_register_0(); uint8_t L_398 = (uint8_t)L_397.get_byte_9_9(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_399 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_400 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_399.get_register_0(); uint8_t L_401 = (uint8_t)L_400.get_byte_9_9(); G_B111_0 = L_395; if ((((int32_t)L_398) > ((int32_t)L_401))) { G_B112_0 = L_395; goto IL_07e3; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_402 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_403 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_402.get_register_0(); uint8_t L_404 = (uint8_t)L_403.get_byte_9_9(); G_B113_0 = L_404; G_B113_1 = G_B111_0; goto IL_07ee; } IL_07e3: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_405 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_406 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_405.get_register_0(); uint8_t L_407 = (uint8_t)L_406.get_byte_9_9(); G_B113_0 = L_407; G_B113_1 = G_B112_0; } IL_07ee: { G_B113_1->set_byte_9_9(G_B113_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_408 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_409 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_410 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_409.get_register_0(); uint8_t L_411 = (uint8_t)L_410.get_byte_10_10(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_412 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_413 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_412.get_register_0(); uint8_t L_414 = (uint8_t)L_413.get_byte_10_10(); G_B114_0 = L_408; if ((((int32_t)L_411) > ((int32_t)L_414))) { G_B115_0 = L_408; goto IL_081f; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_415 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_416 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_415.get_register_0(); uint8_t L_417 = (uint8_t)L_416.get_byte_10_10(); G_B116_0 = L_417; G_B116_1 = G_B114_0; goto IL_082a; } IL_081f: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_418 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_419 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_418.get_register_0(); uint8_t L_420 = (uint8_t)L_419.get_byte_10_10(); G_B116_0 = L_420; G_B116_1 = G_B115_0; } IL_082a: { G_B116_1->set_byte_10_10(G_B116_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_421 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_422 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_423 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_422.get_register_0(); uint8_t L_424 = (uint8_t)L_423.get_byte_11_11(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_425 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_426 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_425.get_register_0(); uint8_t L_427 = (uint8_t)L_426.get_byte_11_11(); G_B117_0 = L_421; if ((((int32_t)L_424) > ((int32_t)L_427))) { G_B118_0 = L_421; goto IL_085b; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_428 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_429 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_428.get_register_0(); uint8_t L_430 = (uint8_t)L_429.get_byte_11_11(); G_B119_0 = L_430; G_B119_1 = G_B117_0; goto IL_0866; } IL_085b: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_431 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_432 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_431.get_register_0(); uint8_t L_433 = (uint8_t)L_432.get_byte_11_11(); G_B119_0 = L_433; G_B119_1 = G_B118_0; } IL_0866: { G_B119_1->set_byte_11_11(G_B119_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_434 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_435 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_436 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_435.get_register_0(); uint8_t L_437 = (uint8_t)L_436.get_byte_12_12(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_438 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_439 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_438.get_register_0(); uint8_t L_440 = (uint8_t)L_439.get_byte_12_12(); G_B120_0 = L_434; if ((((int32_t)L_437) > ((int32_t)L_440))) { G_B121_0 = L_434; goto IL_0897; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_441 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_442 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_441.get_register_0(); uint8_t L_443 = (uint8_t)L_442.get_byte_12_12(); G_B122_0 = L_443; G_B122_1 = G_B120_0; goto IL_08a2; } IL_0897: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_444 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_445 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_444.get_register_0(); uint8_t L_446 = (uint8_t)L_445.get_byte_12_12(); G_B122_0 = L_446; G_B122_1 = G_B121_0; } IL_08a2: { G_B122_1->set_byte_12_12(G_B122_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_447 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_448 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_449 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_448.get_register_0(); uint8_t L_450 = (uint8_t)L_449.get_byte_13_13(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_451 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_452 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_451.get_register_0(); uint8_t L_453 = (uint8_t)L_452.get_byte_13_13(); G_B123_0 = L_447; if ((((int32_t)L_450) > ((int32_t)L_453))) { G_B124_0 = L_447; goto IL_08d3; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_454 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_455 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_454.get_register_0(); uint8_t L_456 = (uint8_t)L_455.get_byte_13_13(); G_B125_0 = L_456; G_B125_1 = G_B123_0; goto IL_08de; } IL_08d3: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_457 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_458 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_457.get_register_0(); uint8_t L_459 = (uint8_t)L_458.get_byte_13_13(); G_B125_0 = L_459; G_B125_1 = G_B124_0; } IL_08de: { G_B125_1->set_byte_13_13(G_B125_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_460 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_461 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_462 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_461.get_register_0(); uint8_t L_463 = (uint8_t)L_462.get_byte_14_14(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_464 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_465 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_464.get_register_0(); uint8_t L_466 = (uint8_t)L_465.get_byte_14_14(); G_B126_0 = L_460; if ((((int32_t)L_463) > ((int32_t)L_466))) { G_B127_0 = L_460; goto IL_090f; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_467 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_468 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_467.get_register_0(); uint8_t L_469 = (uint8_t)L_468.get_byte_14_14(); G_B128_0 = L_469; G_B128_1 = G_B126_0; goto IL_091a; } IL_090f: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_470 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_471 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_470.get_register_0(); uint8_t L_472 = (uint8_t)L_471.get_byte_14_14(); G_B128_0 = L_472; G_B128_1 = G_B127_0; } IL_091a: { G_B128_1->set_byte_14_14(G_B128_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_473 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_474 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_475 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_474.get_register_0(); uint8_t L_476 = (uint8_t)L_475.get_byte_15_15(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_477 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_478 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_477.get_register_0(); uint8_t L_479 = (uint8_t)L_478.get_byte_15_15(); G_B129_0 = L_473; if ((((int32_t)L_476) > ((int32_t)L_479))) { G_B130_0 = L_473; goto IL_094b; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_480 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_481 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_480.get_register_0(); uint8_t L_482 = (uint8_t)L_481.get_byte_15_15(); G_B131_0 = L_482; G_B131_1 = G_B129_0; goto IL_0956; } IL_094b: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_483 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_484 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_483.get_register_0(); uint8_t L_485 = (uint8_t)L_484.get_byte_15_15(); G_B131_0 = L_485; G_B131_1 = G_B130_0; } IL_0956: { G_B131_1->set_byte_15_15(G_B131_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_486 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_486; } IL_095e: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_487 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_488; L_488 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_487, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_489 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_490; L_490 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_489, /*hidden argument*/NULL); bool L_491; L_491 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_488, (Type_t *)L_490, /*hidden argument*/NULL); if (!L_491) { goto IL_0d3f; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_492 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_493 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_494 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_493.get_register_0(); int8_t L_495 = (int8_t)L_494.get_sbyte_0_16(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_496 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_497 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_496.get_register_0(); int8_t L_498 = (int8_t)L_497.get_sbyte_0_16(); G_B134_0 = L_492; if ((((int32_t)L_495) > ((int32_t)L_498))) { G_B135_0 = L_492; goto IL_09a8; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_499 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_500 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_499.get_register_0(); int8_t L_501 = (int8_t)L_500.get_sbyte_0_16(); G_B136_0 = L_501; G_B136_1 = G_B134_0; goto IL_09b3; } IL_09a8: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_502 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_503 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_502.get_register_0(); int8_t L_504 = (int8_t)L_503.get_sbyte_0_16(); G_B136_0 = L_504; G_B136_1 = G_B135_0; } IL_09b3: { G_B136_1->set_sbyte_0_16(G_B136_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_505 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_506 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_507 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_506.get_register_0(); int8_t L_508 = (int8_t)L_507.get_sbyte_1_17(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_509 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_510 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_509.get_register_0(); int8_t L_511 = (int8_t)L_510.get_sbyte_1_17(); G_B137_0 = L_505; if ((((int32_t)L_508) > ((int32_t)L_511))) { G_B138_0 = L_505; goto IL_09e4; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_512 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_513 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_512.get_register_0(); int8_t L_514 = (int8_t)L_513.get_sbyte_1_17(); G_B139_0 = L_514; G_B139_1 = G_B137_0; goto IL_09ef; } IL_09e4: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_515 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_516 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_515.get_register_0(); int8_t L_517 = (int8_t)L_516.get_sbyte_1_17(); G_B139_0 = L_517; G_B139_1 = G_B138_0; } IL_09ef: { G_B139_1->set_sbyte_1_17(G_B139_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_518 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_519 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_520 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_519.get_register_0(); int8_t L_521 = (int8_t)L_520.get_sbyte_2_18(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_522 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_523 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_522.get_register_0(); int8_t L_524 = (int8_t)L_523.get_sbyte_2_18(); G_B140_0 = L_518; if ((((int32_t)L_521) > ((int32_t)L_524))) { G_B141_0 = L_518; goto IL_0a20; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_525 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_526 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_525.get_register_0(); int8_t L_527 = (int8_t)L_526.get_sbyte_2_18(); G_B142_0 = L_527; G_B142_1 = G_B140_0; goto IL_0a2b; } IL_0a20: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_528 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_529 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_528.get_register_0(); int8_t L_530 = (int8_t)L_529.get_sbyte_2_18(); G_B142_0 = L_530; G_B142_1 = G_B141_0; } IL_0a2b: { G_B142_1->set_sbyte_2_18(G_B142_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_531 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_532 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_533 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_532.get_register_0(); int8_t L_534 = (int8_t)L_533.get_sbyte_3_19(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_535 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_536 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_535.get_register_0(); int8_t L_537 = (int8_t)L_536.get_sbyte_3_19(); G_B143_0 = L_531; if ((((int32_t)L_534) > ((int32_t)L_537))) { G_B144_0 = L_531; goto IL_0a5c; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_538 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_539 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_538.get_register_0(); int8_t L_540 = (int8_t)L_539.get_sbyte_3_19(); G_B145_0 = L_540; G_B145_1 = G_B143_0; goto IL_0a67; } IL_0a5c: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_541 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_542 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_541.get_register_0(); int8_t L_543 = (int8_t)L_542.get_sbyte_3_19(); G_B145_0 = L_543; G_B145_1 = G_B144_0; } IL_0a67: { G_B145_1->set_sbyte_3_19(G_B145_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_544 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_545 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_546 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_545.get_register_0(); int8_t L_547 = (int8_t)L_546.get_sbyte_4_20(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_548 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_549 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_548.get_register_0(); int8_t L_550 = (int8_t)L_549.get_sbyte_4_20(); G_B146_0 = L_544; if ((((int32_t)L_547) > ((int32_t)L_550))) { G_B147_0 = L_544; goto IL_0a98; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_551 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_552 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_551.get_register_0(); int8_t L_553 = (int8_t)L_552.get_sbyte_4_20(); G_B148_0 = L_553; G_B148_1 = G_B146_0; goto IL_0aa3; } IL_0a98: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_554 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_555 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_554.get_register_0(); int8_t L_556 = (int8_t)L_555.get_sbyte_4_20(); G_B148_0 = L_556; G_B148_1 = G_B147_0; } IL_0aa3: { G_B148_1->set_sbyte_4_20(G_B148_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_557 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_558 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_559 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_558.get_register_0(); int8_t L_560 = (int8_t)L_559.get_sbyte_5_21(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_561 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_562 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_561.get_register_0(); int8_t L_563 = (int8_t)L_562.get_sbyte_5_21(); G_B149_0 = L_557; if ((((int32_t)L_560) > ((int32_t)L_563))) { G_B150_0 = L_557; goto IL_0ad4; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_564 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_565 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_564.get_register_0(); int8_t L_566 = (int8_t)L_565.get_sbyte_5_21(); G_B151_0 = L_566; G_B151_1 = G_B149_0; goto IL_0adf; } IL_0ad4: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_567 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_568 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_567.get_register_0(); int8_t L_569 = (int8_t)L_568.get_sbyte_5_21(); G_B151_0 = L_569; G_B151_1 = G_B150_0; } IL_0adf: { G_B151_1->set_sbyte_5_21(G_B151_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_570 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_571 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_572 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_571.get_register_0(); int8_t L_573 = (int8_t)L_572.get_sbyte_6_22(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_574 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_575 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_574.get_register_0(); int8_t L_576 = (int8_t)L_575.get_sbyte_6_22(); G_B152_0 = L_570; if ((((int32_t)L_573) > ((int32_t)L_576))) { G_B153_0 = L_570; goto IL_0b10; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_577 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_578 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_577.get_register_0(); int8_t L_579 = (int8_t)L_578.get_sbyte_6_22(); G_B154_0 = L_579; G_B154_1 = G_B152_0; goto IL_0b1b; } IL_0b10: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_580 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_581 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_580.get_register_0(); int8_t L_582 = (int8_t)L_581.get_sbyte_6_22(); G_B154_0 = L_582; G_B154_1 = G_B153_0; } IL_0b1b: { G_B154_1->set_sbyte_6_22(G_B154_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_583 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_584 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_585 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_584.get_register_0(); int8_t L_586 = (int8_t)L_585.get_sbyte_7_23(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_587 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_588 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_587.get_register_0(); int8_t L_589 = (int8_t)L_588.get_sbyte_7_23(); G_B155_0 = L_583; if ((((int32_t)L_586) > ((int32_t)L_589))) { G_B156_0 = L_583; goto IL_0b4c; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_590 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_591 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_590.get_register_0(); int8_t L_592 = (int8_t)L_591.get_sbyte_7_23(); G_B157_0 = L_592; G_B157_1 = G_B155_0; goto IL_0b57; } IL_0b4c: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_593 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_594 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_593.get_register_0(); int8_t L_595 = (int8_t)L_594.get_sbyte_7_23(); G_B157_0 = L_595; G_B157_1 = G_B156_0; } IL_0b57: { G_B157_1->set_sbyte_7_23(G_B157_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_596 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_597 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_598 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_597.get_register_0(); int8_t L_599 = (int8_t)L_598.get_sbyte_8_24(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_600 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_601 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_600.get_register_0(); int8_t L_602 = (int8_t)L_601.get_sbyte_8_24(); G_B158_0 = L_596; if ((((int32_t)L_599) > ((int32_t)L_602))) { G_B159_0 = L_596; goto IL_0b88; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_603 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_604 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_603.get_register_0(); int8_t L_605 = (int8_t)L_604.get_sbyte_8_24(); G_B160_0 = L_605; G_B160_1 = G_B158_0; goto IL_0b93; } IL_0b88: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_606 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_607 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_606.get_register_0(); int8_t L_608 = (int8_t)L_607.get_sbyte_8_24(); G_B160_0 = L_608; G_B160_1 = G_B159_0; } IL_0b93: { G_B160_1->set_sbyte_8_24(G_B160_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_609 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_610 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_611 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_610.get_register_0(); int8_t L_612 = (int8_t)L_611.get_sbyte_9_25(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_613 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_614 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_613.get_register_0(); int8_t L_615 = (int8_t)L_614.get_sbyte_9_25(); G_B161_0 = L_609; if ((((int32_t)L_612) > ((int32_t)L_615))) { G_B162_0 = L_609; goto IL_0bc4; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_616 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_617 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_616.get_register_0(); int8_t L_618 = (int8_t)L_617.get_sbyte_9_25(); G_B163_0 = L_618; G_B163_1 = G_B161_0; goto IL_0bcf; } IL_0bc4: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_619 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_620 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_619.get_register_0(); int8_t L_621 = (int8_t)L_620.get_sbyte_9_25(); G_B163_0 = L_621; G_B163_1 = G_B162_0; } IL_0bcf: { G_B163_1->set_sbyte_9_25(G_B163_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_622 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_623 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_624 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_623.get_register_0(); int8_t L_625 = (int8_t)L_624.get_sbyte_10_26(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_626 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_627 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_626.get_register_0(); int8_t L_628 = (int8_t)L_627.get_sbyte_10_26(); G_B164_0 = L_622; if ((((int32_t)L_625) > ((int32_t)L_628))) { G_B165_0 = L_622; goto IL_0c00; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_629 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_630 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_629.get_register_0(); int8_t L_631 = (int8_t)L_630.get_sbyte_10_26(); G_B166_0 = L_631; G_B166_1 = G_B164_0; goto IL_0c0b; } IL_0c00: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_632 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_633 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_632.get_register_0(); int8_t L_634 = (int8_t)L_633.get_sbyte_10_26(); G_B166_0 = L_634; G_B166_1 = G_B165_0; } IL_0c0b: { G_B166_1->set_sbyte_10_26(G_B166_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_635 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_636 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_637 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_636.get_register_0(); int8_t L_638 = (int8_t)L_637.get_sbyte_11_27(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_639 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_640 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_639.get_register_0(); int8_t L_641 = (int8_t)L_640.get_sbyte_11_27(); G_B167_0 = L_635; if ((((int32_t)L_638) > ((int32_t)L_641))) { G_B168_0 = L_635; goto IL_0c3c; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_642 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_643 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_642.get_register_0(); int8_t L_644 = (int8_t)L_643.get_sbyte_11_27(); G_B169_0 = L_644; G_B169_1 = G_B167_0; goto IL_0c47; } IL_0c3c: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_645 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_646 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_645.get_register_0(); int8_t L_647 = (int8_t)L_646.get_sbyte_11_27(); G_B169_0 = L_647; G_B169_1 = G_B168_0; } IL_0c47: { G_B169_1->set_sbyte_11_27(G_B169_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_648 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_649 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_650 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_649.get_register_0(); int8_t L_651 = (int8_t)L_650.get_sbyte_12_28(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_652 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_653 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_652.get_register_0(); int8_t L_654 = (int8_t)L_653.get_sbyte_12_28(); G_B170_0 = L_648; if ((((int32_t)L_651) > ((int32_t)L_654))) { G_B171_0 = L_648; goto IL_0c78; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_655 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_656 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_655.get_register_0(); int8_t L_657 = (int8_t)L_656.get_sbyte_12_28(); G_B172_0 = L_657; G_B172_1 = G_B170_0; goto IL_0c83; } IL_0c78: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_658 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_659 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_658.get_register_0(); int8_t L_660 = (int8_t)L_659.get_sbyte_12_28(); G_B172_0 = L_660; G_B172_1 = G_B171_0; } IL_0c83: { G_B172_1->set_sbyte_12_28(G_B172_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_661 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_662 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_663 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_662.get_register_0(); int8_t L_664 = (int8_t)L_663.get_sbyte_13_29(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_665 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_666 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_665.get_register_0(); int8_t L_667 = (int8_t)L_666.get_sbyte_13_29(); G_B173_0 = L_661; if ((((int32_t)L_664) > ((int32_t)L_667))) { G_B174_0 = L_661; goto IL_0cb4; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_668 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_669 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_668.get_register_0(); int8_t L_670 = (int8_t)L_669.get_sbyte_13_29(); G_B175_0 = L_670; G_B175_1 = G_B173_0; goto IL_0cbf; } IL_0cb4: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_671 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_672 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_671.get_register_0(); int8_t L_673 = (int8_t)L_672.get_sbyte_13_29(); G_B175_0 = L_673; G_B175_1 = G_B174_0; } IL_0cbf: { G_B175_1->set_sbyte_13_29(G_B175_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_674 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_675 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_676 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_675.get_register_0(); int8_t L_677 = (int8_t)L_676.get_sbyte_14_30(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_678 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_679 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_678.get_register_0(); int8_t L_680 = (int8_t)L_679.get_sbyte_14_30(); G_B176_0 = L_674; if ((((int32_t)L_677) > ((int32_t)L_680))) { G_B177_0 = L_674; goto IL_0cf0; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_681 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_682 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_681.get_register_0(); int8_t L_683 = (int8_t)L_682.get_sbyte_14_30(); G_B178_0 = L_683; G_B178_1 = G_B176_0; goto IL_0cfb; } IL_0cf0: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_684 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_685 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_684.get_register_0(); int8_t L_686 = (int8_t)L_685.get_sbyte_14_30(); G_B178_0 = L_686; G_B178_1 = G_B177_0; } IL_0cfb: { G_B178_1->set_sbyte_14_30(G_B178_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_687 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_688 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_689 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_688.get_register_0(); int8_t L_690 = (int8_t)L_689.get_sbyte_15_31(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_691 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_692 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_691.get_register_0(); int8_t L_693 = (int8_t)L_692.get_sbyte_15_31(); G_B179_0 = L_687; if ((((int32_t)L_690) > ((int32_t)L_693))) { G_B180_0 = L_687; goto IL_0d2c; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_694 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_695 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_694.get_register_0(); int8_t L_696 = (int8_t)L_695.get_sbyte_15_31(); G_B181_0 = L_696; G_B181_1 = G_B179_0; goto IL_0d37; } IL_0d2c: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_697 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_698 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_697.get_register_0(); int8_t L_699 = (int8_t)L_698.get_sbyte_15_31(); G_B181_0 = L_699; G_B181_1 = G_B180_0; } IL_0d37: { G_B181_1->set_sbyte_15_31(G_B181_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_700 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_700; } IL_0d3f: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_701 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_702; L_702 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_701, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_703 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_704; L_704 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_703, /*hidden argument*/NULL); bool L_705; L_705 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_702, (Type_t *)L_704, /*hidden argument*/NULL); if (!L_705) { goto IL_0f40; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_706 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_707 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_708 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_707.get_register_0(); uint16_t L_709 = (uint16_t)L_708.get_uint16_0_32(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_710 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_711 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_710.get_register_0(); uint16_t L_712 = (uint16_t)L_711.get_uint16_0_32(); G_B184_0 = L_706; if ((((int32_t)L_709) > ((int32_t)L_712))) { G_B185_0 = L_706; goto IL_0d89; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_713 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_714 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_713.get_register_0(); uint16_t L_715 = (uint16_t)L_714.get_uint16_0_32(); G_B186_0 = L_715; G_B186_1 = G_B184_0; goto IL_0d94; } IL_0d89: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_716 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_717 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_716.get_register_0(); uint16_t L_718 = (uint16_t)L_717.get_uint16_0_32(); G_B186_0 = L_718; G_B186_1 = G_B185_0; } IL_0d94: { G_B186_1->set_uint16_0_32(G_B186_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_719 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_720 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_721 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_720.get_register_0(); uint16_t L_722 = (uint16_t)L_721.get_uint16_1_33(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_723 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_724 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_723.get_register_0(); uint16_t L_725 = (uint16_t)L_724.get_uint16_1_33(); G_B187_0 = L_719; if ((((int32_t)L_722) > ((int32_t)L_725))) { G_B188_0 = L_719; goto IL_0dc5; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_726 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_727 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_726.get_register_0(); uint16_t L_728 = (uint16_t)L_727.get_uint16_1_33(); G_B189_0 = L_728; G_B189_1 = G_B187_0; goto IL_0dd0; } IL_0dc5: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_729 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_730 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_729.get_register_0(); uint16_t L_731 = (uint16_t)L_730.get_uint16_1_33(); G_B189_0 = L_731; G_B189_1 = G_B188_0; } IL_0dd0: { G_B189_1->set_uint16_1_33(G_B189_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_732 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_733 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_734 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_733.get_register_0(); uint16_t L_735 = (uint16_t)L_734.get_uint16_2_34(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_736 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_737 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_736.get_register_0(); uint16_t L_738 = (uint16_t)L_737.get_uint16_2_34(); G_B190_0 = L_732; if ((((int32_t)L_735) > ((int32_t)L_738))) { G_B191_0 = L_732; goto IL_0e01; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_739 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_740 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_739.get_register_0(); uint16_t L_741 = (uint16_t)L_740.get_uint16_2_34(); G_B192_0 = L_741; G_B192_1 = G_B190_0; goto IL_0e0c; } IL_0e01: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_742 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_743 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_742.get_register_0(); uint16_t L_744 = (uint16_t)L_743.get_uint16_2_34(); G_B192_0 = L_744; G_B192_1 = G_B191_0; } IL_0e0c: { G_B192_1->set_uint16_2_34(G_B192_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_745 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_746 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_747 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_746.get_register_0(); uint16_t L_748 = (uint16_t)L_747.get_uint16_3_35(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_749 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_750 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_749.get_register_0(); uint16_t L_751 = (uint16_t)L_750.get_uint16_3_35(); G_B193_0 = L_745; if ((((int32_t)L_748) > ((int32_t)L_751))) { G_B194_0 = L_745; goto IL_0e3d; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_752 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_753 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_752.get_register_0(); uint16_t L_754 = (uint16_t)L_753.get_uint16_3_35(); G_B195_0 = L_754; G_B195_1 = G_B193_0; goto IL_0e48; } IL_0e3d: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_755 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_756 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_755.get_register_0(); uint16_t L_757 = (uint16_t)L_756.get_uint16_3_35(); G_B195_0 = L_757; G_B195_1 = G_B194_0; } IL_0e48: { G_B195_1->set_uint16_3_35(G_B195_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_758 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_759 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_760 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_759.get_register_0(); uint16_t L_761 = (uint16_t)L_760.get_uint16_4_36(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_762 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_763 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_762.get_register_0(); uint16_t L_764 = (uint16_t)L_763.get_uint16_4_36(); G_B196_0 = L_758; if ((((int32_t)L_761) > ((int32_t)L_764))) { G_B197_0 = L_758; goto IL_0e79; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_765 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_766 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_765.get_register_0(); uint16_t L_767 = (uint16_t)L_766.get_uint16_4_36(); G_B198_0 = L_767; G_B198_1 = G_B196_0; goto IL_0e84; } IL_0e79: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_768 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_769 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_768.get_register_0(); uint16_t L_770 = (uint16_t)L_769.get_uint16_4_36(); G_B198_0 = L_770; G_B198_1 = G_B197_0; } IL_0e84: { G_B198_1->set_uint16_4_36(G_B198_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_771 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_772 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_773 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_772.get_register_0(); uint16_t L_774 = (uint16_t)L_773.get_uint16_5_37(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_775 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_776 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_775.get_register_0(); uint16_t L_777 = (uint16_t)L_776.get_uint16_5_37(); G_B199_0 = L_771; if ((((int32_t)L_774) > ((int32_t)L_777))) { G_B200_0 = L_771; goto IL_0eb5; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_778 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_779 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_778.get_register_0(); uint16_t L_780 = (uint16_t)L_779.get_uint16_5_37(); G_B201_0 = L_780; G_B201_1 = G_B199_0; goto IL_0ec0; } IL_0eb5: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_781 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_782 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_781.get_register_0(); uint16_t L_783 = (uint16_t)L_782.get_uint16_5_37(); G_B201_0 = L_783; G_B201_1 = G_B200_0; } IL_0ec0: { G_B201_1->set_uint16_5_37(G_B201_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_784 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_785 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_786 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_785.get_register_0(); uint16_t L_787 = (uint16_t)L_786.get_uint16_6_38(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_788 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_789 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_788.get_register_0(); uint16_t L_790 = (uint16_t)L_789.get_uint16_6_38(); G_B202_0 = L_784; if ((((int32_t)L_787) > ((int32_t)L_790))) { G_B203_0 = L_784; goto IL_0ef1; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_791 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_792 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_791.get_register_0(); uint16_t L_793 = (uint16_t)L_792.get_uint16_6_38(); G_B204_0 = L_793; G_B204_1 = G_B202_0; goto IL_0efc; } IL_0ef1: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_794 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_795 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_794.get_register_0(); uint16_t L_796 = (uint16_t)L_795.get_uint16_6_38(); G_B204_0 = L_796; G_B204_1 = G_B203_0; } IL_0efc: { G_B204_1->set_uint16_6_38(G_B204_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_797 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_798 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_799 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_798.get_register_0(); uint16_t L_800 = (uint16_t)L_799.get_uint16_7_39(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_801 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_802 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_801.get_register_0(); uint16_t L_803 = (uint16_t)L_802.get_uint16_7_39(); G_B205_0 = L_797; if ((((int32_t)L_800) > ((int32_t)L_803))) { G_B206_0 = L_797; goto IL_0f2d; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_804 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_805 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_804.get_register_0(); uint16_t L_806 = (uint16_t)L_805.get_uint16_7_39(); G_B207_0 = L_806; G_B207_1 = G_B205_0; goto IL_0f38; } IL_0f2d: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_807 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_808 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_807.get_register_0(); uint16_t L_809 = (uint16_t)L_808.get_uint16_7_39(); G_B207_0 = L_809; G_B207_1 = G_B206_0; } IL_0f38: { G_B207_1->set_uint16_7_39(G_B207_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_810 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_810; } IL_0f40: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_811 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_812; L_812 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_811, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_813 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_814; L_814 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_813, /*hidden argument*/NULL); bool L_815; L_815 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_812, (Type_t *)L_814, /*hidden argument*/NULL); if (!L_815) { goto IL_1141; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_816 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_817 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_818 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_817.get_register_0(); int16_t L_819 = (int16_t)L_818.get_int16_0_40(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_820 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_821 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_820.get_register_0(); int16_t L_822 = (int16_t)L_821.get_int16_0_40(); G_B210_0 = L_816; if ((((int32_t)L_819) > ((int32_t)L_822))) { G_B211_0 = L_816; goto IL_0f8a; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_823 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_824 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_823.get_register_0(); int16_t L_825 = (int16_t)L_824.get_int16_0_40(); G_B212_0 = L_825; G_B212_1 = G_B210_0; goto IL_0f95; } IL_0f8a: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_826 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_827 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_826.get_register_0(); int16_t L_828 = (int16_t)L_827.get_int16_0_40(); G_B212_0 = L_828; G_B212_1 = G_B211_0; } IL_0f95: { G_B212_1->set_int16_0_40(G_B212_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_829 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_830 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_831 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_830.get_register_0(); int16_t L_832 = (int16_t)L_831.get_int16_1_41(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_833 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_834 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_833.get_register_0(); int16_t L_835 = (int16_t)L_834.get_int16_1_41(); G_B213_0 = L_829; if ((((int32_t)L_832) > ((int32_t)L_835))) { G_B214_0 = L_829; goto IL_0fc6; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_836 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_837 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_836.get_register_0(); int16_t L_838 = (int16_t)L_837.get_int16_1_41(); G_B215_0 = L_838; G_B215_1 = G_B213_0; goto IL_0fd1; } IL_0fc6: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_839 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_840 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_839.get_register_0(); int16_t L_841 = (int16_t)L_840.get_int16_1_41(); G_B215_0 = L_841; G_B215_1 = G_B214_0; } IL_0fd1: { G_B215_1->set_int16_1_41(G_B215_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_842 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_843 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_844 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_843.get_register_0(); int16_t L_845 = (int16_t)L_844.get_int16_2_42(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_846 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_847 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_846.get_register_0(); int16_t L_848 = (int16_t)L_847.get_int16_2_42(); G_B216_0 = L_842; if ((((int32_t)L_845) > ((int32_t)L_848))) { G_B217_0 = L_842; goto IL_1002; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_849 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_850 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_849.get_register_0(); int16_t L_851 = (int16_t)L_850.get_int16_2_42(); G_B218_0 = L_851; G_B218_1 = G_B216_0; goto IL_100d; } IL_1002: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_852 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_853 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_852.get_register_0(); int16_t L_854 = (int16_t)L_853.get_int16_2_42(); G_B218_0 = L_854; G_B218_1 = G_B217_0; } IL_100d: { G_B218_1->set_int16_2_42(G_B218_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_855 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_856 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_857 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_856.get_register_0(); int16_t L_858 = (int16_t)L_857.get_int16_3_43(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_859 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_860 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_859.get_register_0(); int16_t L_861 = (int16_t)L_860.get_int16_3_43(); G_B219_0 = L_855; if ((((int32_t)L_858) > ((int32_t)L_861))) { G_B220_0 = L_855; goto IL_103e; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_862 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_863 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_862.get_register_0(); int16_t L_864 = (int16_t)L_863.get_int16_3_43(); G_B221_0 = L_864; G_B221_1 = G_B219_0; goto IL_1049; } IL_103e: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_865 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_866 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_865.get_register_0(); int16_t L_867 = (int16_t)L_866.get_int16_3_43(); G_B221_0 = L_867; G_B221_1 = G_B220_0; } IL_1049: { G_B221_1->set_int16_3_43(G_B221_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_868 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_869 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_870 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_869.get_register_0(); int16_t L_871 = (int16_t)L_870.get_int16_4_44(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_872 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_873 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_872.get_register_0(); int16_t L_874 = (int16_t)L_873.get_int16_4_44(); G_B222_0 = L_868; if ((((int32_t)L_871) > ((int32_t)L_874))) { G_B223_0 = L_868; goto IL_107a; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_875 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_876 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_875.get_register_0(); int16_t L_877 = (int16_t)L_876.get_int16_4_44(); G_B224_0 = L_877; G_B224_1 = G_B222_0; goto IL_1085; } IL_107a: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_878 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_879 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_878.get_register_0(); int16_t L_880 = (int16_t)L_879.get_int16_4_44(); G_B224_0 = L_880; G_B224_1 = G_B223_0; } IL_1085: { G_B224_1->set_int16_4_44(G_B224_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_881 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_882 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_883 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_882.get_register_0(); int16_t L_884 = (int16_t)L_883.get_int16_5_45(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_885 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_886 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_885.get_register_0(); int16_t L_887 = (int16_t)L_886.get_int16_5_45(); G_B225_0 = L_881; if ((((int32_t)L_884) > ((int32_t)L_887))) { G_B226_0 = L_881; goto IL_10b6; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_888 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_889 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_888.get_register_0(); int16_t L_890 = (int16_t)L_889.get_int16_5_45(); G_B227_0 = L_890; G_B227_1 = G_B225_0; goto IL_10c1; } IL_10b6: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_891 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_892 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_891.get_register_0(); int16_t L_893 = (int16_t)L_892.get_int16_5_45(); G_B227_0 = L_893; G_B227_1 = G_B226_0; } IL_10c1: { G_B227_1->set_int16_5_45(G_B227_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_894 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_895 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_896 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_895.get_register_0(); int16_t L_897 = (int16_t)L_896.get_int16_6_46(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_898 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_899 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_898.get_register_0(); int16_t L_900 = (int16_t)L_899.get_int16_6_46(); G_B228_0 = L_894; if ((((int32_t)L_897) > ((int32_t)L_900))) { G_B229_0 = L_894; goto IL_10f2; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_901 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_902 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_901.get_register_0(); int16_t L_903 = (int16_t)L_902.get_int16_6_46(); G_B230_0 = L_903; G_B230_1 = G_B228_0; goto IL_10fd; } IL_10f2: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_904 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_905 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_904.get_register_0(); int16_t L_906 = (int16_t)L_905.get_int16_6_46(); G_B230_0 = L_906; G_B230_1 = G_B229_0; } IL_10fd: { G_B230_1->set_int16_6_46(G_B230_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_907 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_908 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_909 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_908.get_register_0(); int16_t L_910 = (int16_t)L_909.get_int16_7_47(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_911 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_912 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_911.get_register_0(); int16_t L_913 = (int16_t)L_912.get_int16_7_47(); G_B231_0 = L_907; if ((((int32_t)L_910) > ((int32_t)L_913))) { G_B232_0 = L_907; goto IL_112e; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_914 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_915 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_914.get_register_0(); int16_t L_916 = (int16_t)L_915.get_int16_7_47(); G_B233_0 = L_916; G_B233_1 = G_B231_0; goto IL_1139; } IL_112e: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_917 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_918 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_917.get_register_0(); int16_t L_919 = (int16_t)L_918.get_int16_7_47(); G_B233_0 = L_919; G_B233_1 = G_B232_0; } IL_1139: { G_B233_1->set_int16_7_47(G_B233_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_920 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_920; } IL_1141: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_921 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_922; L_922 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_921, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_923 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_924; L_924 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_923, /*hidden argument*/NULL); bool L_925; L_925 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_922, (Type_t *)L_924, /*hidden argument*/NULL); if (!L_925) { goto IL_1252; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_926 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_927 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_928 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_927.get_register_0(); uint32_t L_929 = (uint32_t)L_928.get_uint32_0_48(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_930 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_931 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_930.get_register_0(); uint32_t L_932 = (uint32_t)L_931.get_uint32_0_48(); G_B236_0 = L_926; if ((!(((uint32_t)L_929) <= ((uint32_t)L_932)))) { G_B237_0 = L_926; goto IL_118b; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_933 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_934 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_933.get_register_0(); uint32_t L_935 = (uint32_t)L_934.get_uint32_0_48(); G_B238_0 = L_935; G_B238_1 = G_B236_0; goto IL_1196; } IL_118b: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_936 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_937 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_936.get_register_0(); uint32_t L_938 = (uint32_t)L_937.get_uint32_0_48(); G_B238_0 = L_938; G_B238_1 = G_B237_0; } IL_1196: { G_B238_1->set_uint32_0_48(G_B238_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_939 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_940 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_941 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_940.get_register_0(); uint32_t L_942 = (uint32_t)L_941.get_uint32_1_49(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_943 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_944 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_943.get_register_0(); uint32_t L_945 = (uint32_t)L_944.get_uint32_1_49(); G_B239_0 = L_939; if ((!(((uint32_t)L_942) <= ((uint32_t)L_945)))) { G_B240_0 = L_939; goto IL_11c7; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_946 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_947 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_946.get_register_0(); uint32_t L_948 = (uint32_t)L_947.get_uint32_1_49(); G_B241_0 = L_948; G_B241_1 = G_B239_0; goto IL_11d2; } IL_11c7: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_949 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_950 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_949.get_register_0(); uint32_t L_951 = (uint32_t)L_950.get_uint32_1_49(); G_B241_0 = L_951; G_B241_1 = G_B240_0; } IL_11d2: { G_B241_1->set_uint32_1_49(G_B241_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_952 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_953 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_954 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_953.get_register_0(); uint32_t L_955 = (uint32_t)L_954.get_uint32_2_50(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_956 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_957 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_956.get_register_0(); uint32_t L_958 = (uint32_t)L_957.get_uint32_2_50(); G_B242_0 = L_952; if ((!(((uint32_t)L_955) <= ((uint32_t)L_958)))) { G_B243_0 = L_952; goto IL_1203; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_959 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_960 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_959.get_register_0(); uint32_t L_961 = (uint32_t)L_960.get_uint32_2_50(); G_B244_0 = L_961; G_B244_1 = G_B242_0; goto IL_120e; } IL_1203: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_962 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_963 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_962.get_register_0(); uint32_t L_964 = (uint32_t)L_963.get_uint32_2_50(); G_B244_0 = L_964; G_B244_1 = G_B243_0; } IL_120e: { G_B244_1->set_uint32_2_50(G_B244_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_965 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_966 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_967 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_966.get_register_0(); uint32_t L_968 = (uint32_t)L_967.get_uint32_3_51(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_969 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_970 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_969.get_register_0(); uint32_t L_971 = (uint32_t)L_970.get_uint32_3_51(); G_B245_0 = L_965; if ((!(((uint32_t)L_968) <= ((uint32_t)L_971)))) { G_B246_0 = L_965; goto IL_123f; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_972 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_973 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_972.get_register_0(); uint32_t L_974 = (uint32_t)L_973.get_uint32_3_51(); G_B247_0 = L_974; G_B247_1 = G_B245_0; goto IL_124a; } IL_123f: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_975 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_976 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_975.get_register_0(); uint32_t L_977 = (uint32_t)L_976.get_uint32_3_51(); G_B247_0 = L_977; G_B247_1 = G_B246_0; } IL_124a: { G_B247_1->set_uint32_3_51(G_B247_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_978 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_978; } IL_1252: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_979 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_980; L_980 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_979, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_981 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_982; L_982 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_981, /*hidden argument*/NULL); bool L_983; L_983 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_980, (Type_t *)L_982, /*hidden argument*/NULL); if (!L_983) { goto IL_1363; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_984 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_985 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_986 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_985.get_register_0(); int32_t L_987 = (int32_t)L_986.get_int32_0_52(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_988 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_989 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_988.get_register_0(); int32_t L_990 = (int32_t)L_989.get_int32_0_52(); G_B250_0 = L_984; if ((((int32_t)L_987) > ((int32_t)L_990))) { G_B251_0 = L_984; goto IL_129c; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_991 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_992 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_991.get_register_0(); int32_t L_993 = (int32_t)L_992.get_int32_0_52(); G_B252_0 = L_993; G_B252_1 = G_B250_0; goto IL_12a7; } IL_129c: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_994 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_995 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_994.get_register_0(); int32_t L_996 = (int32_t)L_995.get_int32_0_52(); G_B252_0 = L_996; G_B252_1 = G_B251_0; } IL_12a7: { G_B252_1->set_int32_0_52(G_B252_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_997 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_998 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_999 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_998.get_register_0(); int32_t L_1000 = (int32_t)L_999.get_int32_1_53(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1001 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1002 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1001.get_register_0(); int32_t L_1003 = (int32_t)L_1002.get_int32_1_53(); G_B253_0 = L_997; if ((((int32_t)L_1000) > ((int32_t)L_1003))) { G_B254_0 = L_997; goto IL_12d8; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1004 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1005 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1004.get_register_0(); int32_t L_1006 = (int32_t)L_1005.get_int32_1_53(); G_B255_0 = L_1006; G_B255_1 = G_B253_0; goto IL_12e3; } IL_12d8: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1007 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1008 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1007.get_register_0(); int32_t L_1009 = (int32_t)L_1008.get_int32_1_53(); G_B255_0 = L_1009; G_B255_1 = G_B254_0; } IL_12e3: { G_B255_1->set_int32_1_53(G_B255_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1010 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1011 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1012 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1011.get_register_0(); int32_t L_1013 = (int32_t)L_1012.get_int32_2_54(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1014 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1015 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1014.get_register_0(); int32_t L_1016 = (int32_t)L_1015.get_int32_2_54(); G_B256_0 = L_1010; if ((((int32_t)L_1013) > ((int32_t)L_1016))) { G_B257_0 = L_1010; goto IL_1314; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1017 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1018 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1017.get_register_0(); int32_t L_1019 = (int32_t)L_1018.get_int32_2_54(); G_B258_0 = L_1019; G_B258_1 = G_B256_0; goto IL_131f; } IL_1314: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1020 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1021 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1020.get_register_0(); int32_t L_1022 = (int32_t)L_1021.get_int32_2_54(); G_B258_0 = L_1022; G_B258_1 = G_B257_0; } IL_131f: { G_B258_1->set_int32_2_54(G_B258_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1023 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1024 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1025 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1024.get_register_0(); int32_t L_1026 = (int32_t)L_1025.get_int32_3_55(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1027 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1028 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1027.get_register_0(); int32_t L_1029 = (int32_t)L_1028.get_int32_3_55(); G_B259_0 = L_1023; if ((((int32_t)L_1026) > ((int32_t)L_1029))) { G_B260_0 = L_1023; goto IL_1350; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1030 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1031 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1030.get_register_0(); int32_t L_1032 = (int32_t)L_1031.get_int32_3_55(); G_B261_0 = L_1032; G_B261_1 = G_B259_0; goto IL_135b; } IL_1350: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1033 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1034 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1033.get_register_0(); int32_t L_1035 = (int32_t)L_1034.get_int32_3_55(); G_B261_0 = L_1035; G_B261_1 = G_B260_0; } IL_135b: { G_B261_1->set_int32_3_55(G_B261_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1036 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1036; } IL_1363: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1037 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1038; L_1038 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1037, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1039 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_1040; L_1040 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1039, /*hidden argument*/NULL); bool L_1041; L_1041 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1038, (Type_t *)L_1040, /*hidden argument*/NULL); if (!L_1041) { goto IL_13f9; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1042 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1043 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1044 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1043.get_register_0(); uint64_t L_1045 = (uint64_t)L_1044.get_uint64_0_56(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1046 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1047 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1046.get_register_0(); uint64_t L_1048 = (uint64_t)L_1047.get_uint64_0_56(); G_B264_0 = L_1042; if ((!(((uint64_t)L_1045) <= ((uint64_t)L_1048)))) { G_B265_0 = L_1042; goto IL_13aa; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1049 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1050 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1049.get_register_0(); uint64_t L_1051 = (uint64_t)L_1050.get_uint64_0_56(); G_B266_0 = L_1051; G_B266_1 = G_B264_0; goto IL_13b5; } IL_13aa: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1052 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1053 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1052.get_register_0(); uint64_t L_1054 = (uint64_t)L_1053.get_uint64_0_56(); G_B266_0 = L_1054; G_B266_1 = G_B265_0; } IL_13b5: { G_B266_1->set_uint64_0_56(G_B266_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1055 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1056 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1057 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1056.get_register_0(); uint64_t L_1058 = (uint64_t)L_1057.get_uint64_1_57(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1059 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1060 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1059.get_register_0(); uint64_t L_1061 = (uint64_t)L_1060.get_uint64_1_57(); G_B267_0 = L_1055; if ((!(((uint64_t)L_1058) <= ((uint64_t)L_1061)))) { G_B268_0 = L_1055; goto IL_13e6; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1062 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1063 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1062.get_register_0(); uint64_t L_1064 = (uint64_t)L_1063.get_uint64_1_57(); G_B269_0 = L_1064; G_B269_1 = G_B267_0; goto IL_13f1; } IL_13e6: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1065 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1066 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1065.get_register_0(); uint64_t L_1067 = (uint64_t)L_1066.get_uint64_1_57(); G_B269_0 = L_1067; G_B269_1 = G_B268_0; } IL_13f1: { G_B269_1->set_uint64_1_57(G_B269_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1068 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1068; } IL_13f9: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1069 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1070; L_1070 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1069, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1071 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_1072; L_1072 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1071, /*hidden argument*/NULL); bool L_1073; L_1073 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1070, (Type_t *)L_1072, /*hidden argument*/NULL); if (!L_1073) { goto IL_148f; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1074 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1075 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1076 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1075.get_register_0(); int64_t L_1077 = (int64_t)L_1076.get_int64_0_58(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1078 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1079 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1078.get_register_0(); int64_t L_1080 = (int64_t)L_1079.get_int64_0_58(); G_B272_0 = L_1074; if ((((int64_t)L_1077) > ((int64_t)L_1080))) { G_B273_0 = L_1074; goto IL_1440; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1081 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1082 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1081.get_register_0(); int64_t L_1083 = (int64_t)L_1082.get_int64_0_58(); G_B274_0 = L_1083; G_B274_1 = G_B272_0; goto IL_144b; } IL_1440: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1084 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1085 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1084.get_register_0(); int64_t L_1086 = (int64_t)L_1085.get_int64_0_58(); G_B274_0 = L_1086; G_B274_1 = G_B273_0; } IL_144b: { G_B274_1->set_int64_0_58(G_B274_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1087 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1088 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1089 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1088.get_register_0(); int64_t L_1090 = (int64_t)L_1089.get_int64_1_59(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1091 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1092 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1091.get_register_0(); int64_t L_1093 = (int64_t)L_1092.get_int64_1_59(); G_B275_0 = L_1087; if ((((int64_t)L_1090) > ((int64_t)L_1093))) { G_B276_0 = L_1087; goto IL_147c; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1094 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1095 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1094.get_register_0(); int64_t L_1096 = (int64_t)L_1095.get_int64_1_59(); G_B277_0 = L_1096; G_B277_1 = G_B275_0; goto IL_1487; } IL_147c: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1097 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1098 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1097.get_register_0(); int64_t L_1099 = (int64_t)L_1098.get_int64_1_59(); G_B277_0 = L_1099; G_B277_1 = G_B276_0; } IL_1487: { G_B277_1->set_int64_1_59(G_B277_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1100 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1100; } IL_148f: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1101 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1102; L_1102 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1101, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1103 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_1104; L_1104 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1103, /*hidden argument*/NULL); bool L_1105; L_1105 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1102, (Type_t *)L_1104, /*hidden argument*/NULL); if (!L_1105) { goto IL_15a0; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1106 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1107 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1108 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1107.get_register_0(); float L_1109 = (float)L_1108.get_single_0_60(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1110 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1111 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1110.get_register_0(); float L_1112 = (float)L_1111.get_single_0_60(); G_B280_0 = L_1106; if ((((float)L_1109) > ((float)L_1112))) { G_B281_0 = L_1106; goto IL_14d9; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1113 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1114 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1113.get_register_0(); float L_1115 = (float)L_1114.get_single_0_60(); G_B282_0 = L_1115; G_B282_1 = G_B280_0; goto IL_14e4; } IL_14d9: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1116 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1117 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1116.get_register_0(); float L_1118 = (float)L_1117.get_single_0_60(); G_B282_0 = L_1118; G_B282_1 = G_B281_0; } IL_14e4: { G_B282_1->set_single_0_60(G_B282_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1119 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1120 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1121 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1120.get_register_0(); float L_1122 = (float)L_1121.get_single_1_61(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1123 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1124 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1123.get_register_0(); float L_1125 = (float)L_1124.get_single_1_61(); G_B283_0 = L_1119; if ((((float)L_1122) > ((float)L_1125))) { G_B284_0 = L_1119; goto IL_1515; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1126 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1127 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1126.get_register_0(); float L_1128 = (float)L_1127.get_single_1_61(); G_B285_0 = L_1128; G_B285_1 = G_B283_0; goto IL_1520; } IL_1515: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1129 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1130 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1129.get_register_0(); float L_1131 = (float)L_1130.get_single_1_61(); G_B285_0 = L_1131; G_B285_1 = G_B284_0; } IL_1520: { G_B285_1->set_single_1_61(G_B285_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1132 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1133 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1134 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1133.get_register_0(); float L_1135 = (float)L_1134.get_single_2_62(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1136 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1137 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1136.get_register_0(); float L_1138 = (float)L_1137.get_single_2_62(); G_B286_0 = L_1132; if ((((float)L_1135) > ((float)L_1138))) { G_B287_0 = L_1132; goto IL_1551; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1139 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1140 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1139.get_register_0(); float L_1141 = (float)L_1140.get_single_2_62(); G_B288_0 = L_1141; G_B288_1 = G_B286_0; goto IL_155c; } IL_1551: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1142 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1143 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1142.get_register_0(); float L_1144 = (float)L_1143.get_single_2_62(); G_B288_0 = L_1144; G_B288_1 = G_B287_0; } IL_155c: { G_B288_1->set_single_2_62(G_B288_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1145 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1146 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1147 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1146.get_register_0(); float L_1148 = (float)L_1147.get_single_3_63(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1149 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1150 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1149.get_register_0(); float L_1151 = (float)L_1150.get_single_3_63(); G_B289_0 = L_1145; if ((((float)L_1148) > ((float)L_1151))) { G_B290_0 = L_1145; goto IL_158d; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1152 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1153 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1152.get_register_0(); float L_1154 = (float)L_1153.get_single_3_63(); G_B291_0 = L_1154; G_B291_1 = G_B289_0; goto IL_1598; } IL_158d: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1155 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1156 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1155.get_register_0(); float L_1157 = (float)L_1156.get_single_3_63(); G_B291_0 = L_1157; G_B291_1 = G_B290_0; } IL_1598: { G_B291_1->set_single_3_63(G_B291_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1158 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1158; } IL_15a0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1159 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1160; L_1160 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1159, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1161 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_1162; L_1162 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1161, /*hidden argument*/NULL); bool L_1163; L_1163 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1160, (Type_t *)L_1162, /*hidden argument*/NULL); if (!L_1163) { goto IL_1636; } } { Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1164 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1165 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1166 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1165.get_register_0(); double L_1167 = (double)L_1166.get_double_0_64(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1168 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1169 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1168.get_register_0(); double L_1170 = (double)L_1169.get_double_0_64(); G_B294_0 = L_1164; if ((((double)L_1167) > ((double)L_1170))) { G_B295_0 = L_1164; goto IL_15e7; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1171 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1172 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1171.get_register_0(); double L_1173 = (double)L_1172.get_double_0_64(); G_B296_0 = L_1173; G_B296_1 = G_B294_0; goto IL_15f2; } IL_15e7: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1174 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1175 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1174.get_register_0(); double L_1176 = (double)L_1175.get_double_0_64(); G_B296_0 = L_1176; G_B296_1 = G_B295_0; } IL_15f2: { G_B296_1->set_double_0_64(G_B296_0); Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 * L_1177 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 *)(&V_20)->get_address_of_register_0(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1178 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1179 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1178.get_register_0(); double L_1180 = (double)L_1179.get_double_1_65(); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1181 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1182 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1181.get_register_0(); double L_1183 = (double)L_1182.get_double_1_65(); G_B297_0 = L_1177; if ((((double)L_1180) > ((double)L_1183))) { G_B298_0 = L_1177; goto IL_1623; } } { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1184 = ___right1; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1185 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1184.get_register_0(); double L_1186 = (double)L_1185.get_double_1_65(); G_B299_0 = L_1186; G_B299_1 = G_B297_0; goto IL_162e; } IL_1623: { Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1187 = ___left0; Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 L_1188 = (Register_t19097C9A08DECC7DAF323B8306744FA61744C7A2 )L_1187.get_register_0(); double L_1189 = (double)L_1188.get_double_1_65(); G_B299_0 = L_1189; G_B299_1 = G_B298_0; } IL_162e: { G_B299_1->set_double_1_65(G_B299_0); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_1190 = V_20; return (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )L_1190; } IL_1636: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_1191; L_1191 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_1192 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_1192, (String_t*)L_1191, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1192, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_Max_m9E64B0B23BADF1BE66F2AB8C5AD913107EB56E57_RuntimeMethod_var))); } } // System.Boolean System.Numerics.Vector`1::ScalarEquals(T,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_ScalarEquals_m960E6C4F398050EB7FE3DB981D946121BBAF299F_gshared (uint8_t ___left0, uint8_t ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0034; } } { uint8_t L_5 = ___left0; uint8_t L_6 = L_5; RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_6); uint8_t L_8 = ___right1; uint8_t L_9 = L_8; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_9); return (bool)((((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_7, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))) == ((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_10, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_0034: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_11, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_13, /*hidden argument*/NULL); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_12, (Type_t *)L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0068; } } { uint8_t L_16 = ___left0; uint8_t L_17 = L_16; RuntimeObject * L_18 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_17); uint8_t L_19 = ___right1; uint8_t L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_20); return (bool)((((int32_t)((*(int8_t*)((int8_t*)UnBox(L_18, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))) == ((int32_t)((*(int8_t*)((int8_t*)UnBox(L_21, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_0068: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23; L_23 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_22, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_25; L_25 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); bool L_26; L_26 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_23, (Type_t *)L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_009c; } } { uint8_t L_27 = ___left0; uint8_t L_28 = L_27; RuntimeObject * L_29 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_28); uint8_t L_30 = ___right1; uint8_t L_31 = L_30; RuntimeObject * L_32 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_31); return (bool)((((int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_29, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))) == ((int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_32, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_009c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_33 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34; L_34 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_33, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_35 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_36; L_36 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_35, /*hidden argument*/NULL); bool L_37; L_37 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_34, (Type_t *)L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00d0; } } { uint8_t L_38 = ___left0; uint8_t L_39 = L_38; RuntimeObject * L_40 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_39); uint8_t L_41 = ___right1; uint8_t L_42 = L_41; RuntimeObject * L_43 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_42); return (bool)((((int32_t)((*(int16_t*)((int16_t*)UnBox(L_40, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))) == ((int32_t)((*(int16_t*)((int16_t*)UnBox(L_43, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_00d0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45; L_45 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_44, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_46 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_47; L_47 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_46, /*hidden argument*/NULL); bool L_48; L_48 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_45, (Type_t *)L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_0104; } } { uint8_t L_49 = ___left0; uint8_t L_50 = L_49; RuntimeObject * L_51 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_50); uint8_t L_52 = ___right1; uint8_t L_53 = L_52; RuntimeObject * L_54 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_53); return (bool)((((int32_t)((*(uint32_t*)((uint32_t*)UnBox(L_51, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))))) == ((int32_t)((*(uint32_t*)((uint32_t*)UnBox(L_54, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_0104: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_55 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56; L_56 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_55, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_57 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_58; L_58 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_57, /*hidden argument*/NULL); bool L_59; L_59 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_56, (Type_t *)L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0138; } } { uint8_t L_60 = ___left0; uint8_t L_61 = L_60; RuntimeObject * L_62 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_61); uint8_t L_63 = ___right1; uint8_t L_64 = L_63; RuntimeObject * L_65 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_64); return (bool)((((int32_t)((*(int32_t*)((int32_t*)UnBox(L_62, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))) == ((int32_t)((*(int32_t*)((int32_t*)UnBox(L_65, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_0138: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_66 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_67; L_67 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_66, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_68 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_69; L_69 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_68, /*hidden argument*/NULL); bool L_70; L_70 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_67, (Type_t *)L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_016c; } } { uint8_t L_71 = ___left0; uint8_t L_72 = L_71; RuntimeObject * L_73 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_72); uint8_t L_74 = ___right1; uint8_t L_75 = L_74; RuntimeObject * L_76 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_75); return (bool)((((int64_t)((*(uint64_t*)((uint64_t*)UnBox(L_73, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))))) == ((int64_t)((*(uint64_t*)((uint64_t*)UnBox(L_76, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_016c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_77 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_78; L_78 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_77, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_79 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_80; L_80 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_79, /*hidden argument*/NULL); bool L_81; L_81 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_78, (Type_t *)L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_01a0; } } { uint8_t L_82 = ___left0; uint8_t L_83 = L_82; RuntimeObject * L_84 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_83); uint8_t L_85 = ___right1; uint8_t L_86 = L_85; RuntimeObject * L_87 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_86); return (bool)((((int64_t)((*(int64_t*)((int64_t*)UnBox(L_84, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))))) == ((int64_t)((*(int64_t*)((int64_t*)UnBox(L_87, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_01a0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_88 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_89; L_89 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_88, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_90 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_91; L_91 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_90, /*hidden argument*/NULL); bool L_92; L_92 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_89, (Type_t *)L_91, /*hidden argument*/NULL); if (!L_92) { goto IL_01d4; } } { uint8_t L_93 = ___left0; uint8_t L_94 = L_93; RuntimeObject * L_95 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_94); uint8_t L_96 = ___right1; uint8_t L_97 = L_96; RuntimeObject * L_98 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_97); return (bool)((((float)((*(float*)((float*)UnBox(L_95, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))) == ((float)((*(float*)((float*)UnBox(L_98, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_01d4: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_99 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_100; L_100 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_99, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_101 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_102; L_102 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_101, /*hidden argument*/NULL); bool L_103; L_103 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_100, (Type_t *)L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_0208; } } { uint8_t L_104 = ___left0; uint8_t L_105 = L_104; RuntimeObject * L_106 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_105); uint8_t L_107 = ___right1; uint8_t L_108 = L_107; RuntimeObject * L_109 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_108); return (bool)((((double)((*(double*)((double*)UnBox(L_106, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))) == ((double)((*(double*)((double*)UnBox(L_109, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_0208: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_110; L_110 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_111 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_111, (String_t*)L_110, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_111, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ScalarEquals_m960E6C4F398050EB7FE3DB981D946121BBAF299F_RuntimeMethod_var))); } } // System.Boolean System.Numerics.Vector`1::ScalarLessThan(T,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_ScalarLessThan_mAB62090B57CDD3EDB89C7D1F2EBF8954C7545F83_gshared (uint8_t ___left0, uint8_t ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0034; } } { uint8_t L_5 = ___left0; uint8_t L_6 = L_5; RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_6); uint8_t L_8 = ___right1; uint8_t L_9 = L_8; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_9); return (bool)((((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_7, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))) < ((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_10, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_0034: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_11, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_13, /*hidden argument*/NULL); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_12, (Type_t *)L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0068; } } { uint8_t L_16 = ___left0; uint8_t L_17 = L_16; RuntimeObject * L_18 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_17); uint8_t L_19 = ___right1; uint8_t L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_20); return (bool)((((int32_t)((*(int8_t*)((int8_t*)UnBox(L_18, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))) < ((int32_t)((*(int8_t*)((int8_t*)UnBox(L_21, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_0068: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23; L_23 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_22, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_25; L_25 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); bool L_26; L_26 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_23, (Type_t *)L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_009c; } } { uint8_t L_27 = ___left0; uint8_t L_28 = L_27; RuntimeObject * L_29 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_28); uint8_t L_30 = ___right1; uint8_t L_31 = L_30; RuntimeObject * L_32 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_31); return (bool)((((int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_29, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))) < ((int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_32, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_009c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_33 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34; L_34 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_33, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_35 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_36; L_36 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_35, /*hidden argument*/NULL); bool L_37; L_37 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_34, (Type_t *)L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00d0; } } { uint8_t L_38 = ___left0; uint8_t L_39 = L_38; RuntimeObject * L_40 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_39); uint8_t L_41 = ___right1; uint8_t L_42 = L_41; RuntimeObject * L_43 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_42); return (bool)((((int32_t)((*(int16_t*)((int16_t*)UnBox(L_40, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))) < ((int32_t)((*(int16_t*)((int16_t*)UnBox(L_43, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_00d0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45; L_45 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_44, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_46 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_47; L_47 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_46, /*hidden argument*/NULL); bool L_48; L_48 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_45, (Type_t *)L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_0104; } } { uint8_t L_49 = ___left0; uint8_t L_50 = L_49; RuntimeObject * L_51 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_50); uint8_t L_52 = ___right1; uint8_t L_53 = L_52; RuntimeObject * L_54 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_53); return (bool)((!(((uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_51, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))))) >= ((uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_54, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))))))? 1 : 0); } IL_0104: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_55 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56; L_56 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_55, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_57 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_58; L_58 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_57, /*hidden argument*/NULL); bool L_59; L_59 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_56, (Type_t *)L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0138; } } { uint8_t L_60 = ___left0; uint8_t L_61 = L_60; RuntimeObject * L_62 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_61); uint8_t L_63 = ___right1; uint8_t L_64 = L_63; RuntimeObject * L_65 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_64); return (bool)((((int32_t)((*(int32_t*)((int32_t*)UnBox(L_62, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))) < ((int32_t)((*(int32_t*)((int32_t*)UnBox(L_65, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_0138: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_66 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_67; L_67 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_66, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_68 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_69; L_69 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_68, /*hidden argument*/NULL); bool L_70; L_70 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_67, (Type_t *)L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_016c; } } { uint8_t L_71 = ___left0; uint8_t L_72 = L_71; RuntimeObject * L_73 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_72); uint8_t L_74 = ___right1; uint8_t L_75 = L_74; RuntimeObject * L_76 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_75); return (bool)((!(((uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_73, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))))) >= ((uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_76, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))))))? 1 : 0); } IL_016c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_77 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_78; L_78 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_77, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_79 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_80; L_80 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_79, /*hidden argument*/NULL); bool L_81; L_81 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_78, (Type_t *)L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_01a0; } } { uint8_t L_82 = ___left0; uint8_t L_83 = L_82; RuntimeObject * L_84 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_83); uint8_t L_85 = ___right1; uint8_t L_86 = L_85; RuntimeObject * L_87 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_86); return (bool)((((int64_t)((*(int64_t*)((int64_t*)UnBox(L_84, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))))) < ((int64_t)((*(int64_t*)((int64_t*)UnBox(L_87, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_01a0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_88 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_89; L_89 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_88, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_90 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_91; L_91 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_90, /*hidden argument*/NULL); bool L_92; L_92 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_89, (Type_t *)L_91, /*hidden argument*/NULL); if (!L_92) { goto IL_01d4; } } { uint8_t L_93 = ___left0; uint8_t L_94 = L_93; RuntimeObject * L_95 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_94); uint8_t L_96 = ___right1; uint8_t L_97 = L_96; RuntimeObject * L_98 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_97); return (bool)((((float)((*(float*)((float*)UnBox(L_95, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))) < ((float)((*(float*)((float*)UnBox(L_98, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_01d4: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_99 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_100; L_100 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_99, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_101 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_102; L_102 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_101, /*hidden argument*/NULL); bool L_103; L_103 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_100, (Type_t *)L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_0208; } } { uint8_t L_104 = ___left0; uint8_t L_105 = L_104; RuntimeObject * L_106 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_105); uint8_t L_107 = ___right1; uint8_t L_108 = L_107; RuntimeObject * L_109 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_108); return (bool)((((double)((*(double*)((double*)UnBox(L_106, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))) < ((double)((*(double*)((double*)UnBox(L_109, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_0208: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_110; L_110 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_111 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_111, (String_t*)L_110, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_111, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ScalarLessThan_mAB62090B57CDD3EDB89C7D1F2EBF8954C7545F83_RuntimeMethod_var))); } } // System.Boolean System.Numerics.Vector`1::ScalarGreaterThan(T,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector_1_ScalarGreaterThan_m517D15FE0E44D4346D391696C6A962F380568E56_gshared (uint8_t ___left0, uint8_t ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0034; } } { uint8_t L_5 = ___left0; uint8_t L_6 = L_5; RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_6); uint8_t L_8 = ___right1; uint8_t L_9 = L_8; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_9); return (bool)((((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_7, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))) > ((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_10, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_0034: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_11, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_13, /*hidden argument*/NULL); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_12, (Type_t *)L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0068; } } { uint8_t L_16 = ___left0; uint8_t L_17 = L_16; RuntimeObject * L_18 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_17); uint8_t L_19 = ___right1; uint8_t L_20 = L_19; RuntimeObject * L_21 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_20); return (bool)((((int32_t)((*(int8_t*)((int8_t*)UnBox(L_18, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))) > ((int32_t)((*(int8_t*)((int8_t*)UnBox(L_21, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_0068: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_22 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_23; L_23 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_22, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_25; L_25 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); bool L_26; L_26 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_23, (Type_t *)L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_009c; } } { uint8_t L_27 = ___left0; uint8_t L_28 = L_27; RuntimeObject * L_29 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_28); uint8_t L_30 = ___right1; uint8_t L_31 = L_30; RuntimeObject * L_32 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_31); return (bool)((((int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_29, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))) > ((int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_32, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_009c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_33 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34; L_34 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_33, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_35 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_36; L_36 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_35, /*hidden argument*/NULL); bool L_37; L_37 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_34, (Type_t *)L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00d0; } } { uint8_t L_38 = ___left0; uint8_t L_39 = L_38; RuntimeObject * L_40 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_39); uint8_t L_41 = ___right1; uint8_t L_42 = L_41; RuntimeObject * L_43 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_42); return (bool)((((int32_t)((*(int16_t*)((int16_t*)UnBox(L_40, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))) > ((int32_t)((*(int16_t*)((int16_t*)UnBox(L_43, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_00d0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45; L_45 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_44, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_46 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_47; L_47 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_46, /*hidden argument*/NULL); bool L_48; L_48 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_45, (Type_t *)L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_0104; } } { uint8_t L_49 = ___left0; uint8_t L_50 = L_49; RuntimeObject * L_51 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_50); uint8_t L_52 = ___right1; uint8_t L_53 = L_52; RuntimeObject * L_54 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_53); return (bool)((!(((uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_51, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))))) <= ((uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_54, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))))))? 1 : 0); } IL_0104: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_55 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56; L_56 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_55, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_57 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_58; L_58 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_57, /*hidden argument*/NULL); bool L_59; L_59 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_56, (Type_t *)L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0138; } } { uint8_t L_60 = ___left0; uint8_t L_61 = L_60; RuntimeObject * L_62 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_61); uint8_t L_63 = ___right1; uint8_t L_64 = L_63; RuntimeObject * L_65 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_64); return (bool)((((int32_t)((*(int32_t*)((int32_t*)UnBox(L_62, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))) > ((int32_t)((*(int32_t*)((int32_t*)UnBox(L_65, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_0138: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_66 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_67; L_67 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_66, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_68 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_69; L_69 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_68, /*hidden argument*/NULL); bool L_70; L_70 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_67, (Type_t *)L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_016c; } } { uint8_t L_71 = ___left0; uint8_t L_72 = L_71; RuntimeObject * L_73 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_72); uint8_t L_74 = ___right1; uint8_t L_75 = L_74; RuntimeObject * L_76 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_75); return (bool)((!(((uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_73, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))))) <= ((uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_76, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))))))? 1 : 0); } IL_016c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_77 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_78; L_78 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_77, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_79 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_80; L_80 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_79, /*hidden argument*/NULL); bool L_81; L_81 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_78, (Type_t *)L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_01a0; } } { uint8_t L_82 = ___left0; uint8_t L_83 = L_82; RuntimeObject * L_84 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_83); uint8_t L_85 = ___right1; uint8_t L_86 = L_85; RuntimeObject * L_87 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_86); return (bool)((((int64_t)((*(int64_t*)((int64_t*)UnBox(L_84, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))))) > ((int64_t)((*(int64_t*)((int64_t*)UnBox(L_87, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_01a0: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_88 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_89; L_89 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_88, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_90 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_91; L_91 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_90, /*hidden argument*/NULL); bool L_92; L_92 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_89, (Type_t *)L_91, /*hidden argument*/NULL); if (!L_92) { goto IL_01d4; } } { uint8_t L_93 = ___left0; uint8_t L_94 = L_93; RuntimeObject * L_95 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_94); uint8_t L_96 = ___right1; uint8_t L_97 = L_96; RuntimeObject * L_98 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_97); return (bool)((((float)((*(float*)((float*)UnBox(L_95, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))) > ((float)((*(float*)((float*)UnBox(L_98, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_01d4: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_99 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_100; L_100 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_99, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_101 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_102; L_102 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_101, /*hidden argument*/NULL); bool L_103; L_103 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_100, (Type_t *)L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_0208; } } { uint8_t L_104 = ___left0; uint8_t L_105 = L_104; RuntimeObject * L_106 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_105); uint8_t L_107 = ___right1; uint8_t L_108 = L_107; RuntimeObject * L_109 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_108); return (bool)((((double)((*(double*)((double*)UnBox(L_106, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))) > ((double)((*(double*)((double*)UnBox(L_109, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))))? 1 : 0); } IL_0208: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_110; L_110 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_111 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_111, (String_t*)L_110, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_111, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ScalarGreaterThan_m517D15FE0E44D4346D391696C6A962F380568E56_RuntimeMethod_var))); } } // T System.Numerics.Vector`1::ScalarAdd(T,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Vector_1_ScalarAdd_m64583FC42EDC21B39477058F733A1DB49C5E4A8D_gshared (uint8_t ___left0, uint8_t ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003e; } } { uint8_t L_5 = ___left0; uint8_t L_6 = L_5; RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_6); uint8_t L_8 = ___right1; uint8_t L_9 = L_8; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_9); uint8_t L_11 = ((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_7, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))), (int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_10, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))))))); RuntimeObject * L_12 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_11); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_12, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_003e: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_13, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_15, /*hidden argument*/NULL); bool L_17; L_17 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_14, (Type_t *)L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_007c; } } { uint8_t L_18 = ___left0; uint8_t L_19 = L_18; RuntimeObject * L_20 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_19); uint8_t L_21 = ___right1; uint8_t L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_22); int8_t L_24 = ((int8_t)((int8_t)((int32_t)il2cpp_codegen_add((int32_t)((*(int8_t*)((int8_t*)UnBox(L_20, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))), (int32_t)((*(int8_t*)((int8_t*)UnBox(L_23, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_25 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_24); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_25, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_007c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27; L_27 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_26, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_29; L_29 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_28, /*hidden argument*/NULL); bool L_30; L_30 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_27, (Type_t *)L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00ba; } } { uint8_t L_31 = ___left0; uint8_t L_32 = L_31; RuntimeObject * L_33 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_32); uint8_t L_34 = ___right1; uint8_t L_35 = L_34; RuntimeObject * L_36 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_35); uint16_t L_37 = ((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_33, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))), (int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_36, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))))))); RuntimeObject * L_38 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_37); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_38, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_00ba: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_39 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_40; L_40 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_39, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_41 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_42; L_42 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_41, /*hidden argument*/NULL); bool L_43; L_43 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_40, (Type_t *)L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00f8; } } { uint8_t L_44 = ___left0; uint8_t L_45 = L_44; RuntimeObject * L_46 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_45); uint8_t L_47 = ___right1; uint8_t L_48 = L_47; RuntimeObject * L_49 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_48); int16_t L_50 = ((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)((*(int16_t*)((int16_t*)UnBox(L_46, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))), (int32_t)((*(int16_t*)((int16_t*)UnBox(L_49, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_51 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_50); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_51, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_00f8: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_52 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_53; L_53 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_52, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_54 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_55; L_55 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_54, /*hidden argument*/NULL); bool L_56; L_56 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_53, (Type_t *)L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0135; } } { uint8_t L_57 = ___left0; uint8_t L_58 = L_57; RuntimeObject * L_59 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_58); uint8_t L_60 = ___right1; uint8_t L_61 = L_60; RuntimeObject * L_62 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_61); uint32_t L_63 = ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((*(uint32_t*)((uint32_t*)UnBox(L_59, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))), (int32_t)((*(uint32_t*)((uint32_t*)UnBox(L_62, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))))))); RuntimeObject * L_64 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_63); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_64, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0135: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_65 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66; L_66 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_65, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_67 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_68; L_68 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_67, /*hidden argument*/NULL); bool L_69; L_69 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_66, (Type_t *)L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_0172; } } { uint8_t L_70 = ___left0; uint8_t L_71 = L_70; RuntimeObject * L_72 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_71); uint8_t L_73 = ___right1; uint8_t L_74 = L_73; RuntimeObject * L_75 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_74); int32_t L_76 = ((int32_t)il2cpp_codegen_add((int32_t)((*(int32_t*)((int32_t*)UnBox(L_72, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), (int32_t)((*(int32_t*)((int32_t*)UnBox(L_75, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))))); RuntimeObject * L_77 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_76); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_77, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0172: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_78 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_79; L_79 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_78, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_80 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_81; L_81 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_80, /*hidden argument*/NULL); bool L_82; L_82 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_79, (Type_t *)L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_01af; } } { uint8_t L_83 = ___left0; uint8_t L_84 = L_83; RuntimeObject * L_85 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_84); uint8_t L_86 = ___right1; uint8_t L_87 = L_86; RuntimeObject * L_88 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_87); uint64_t L_89 = ((uint64_t)((int64_t)il2cpp_codegen_add((int64_t)((*(uint64_t*)((uint64_t*)UnBox(L_85, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))), (int64_t)((*(uint64_t*)((uint64_t*)UnBox(L_88, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))))))); RuntimeObject * L_90 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_89); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_90, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_01af: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_91 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_92; L_92 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_91, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_93 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_94; L_94 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_93, /*hidden argument*/NULL); bool L_95; L_95 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_92, (Type_t *)L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_01ec; } } { uint8_t L_96 = ___left0; uint8_t L_97 = L_96; RuntimeObject * L_98 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_97); uint8_t L_99 = ___right1; uint8_t L_100 = L_99; RuntimeObject * L_101 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_100); int64_t L_102 = ((int64_t)il2cpp_codegen_add((int64_t)((*(int64_t*)((int64_t*)UnBox(L_98, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), (int64_t)((*(int64_t*)((int64_t*)UnBox(L_101, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))))); RuntimeObject * L_103 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_102); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_103, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_01ec: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_104 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_105; L_105 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_104, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_106 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_107; L_107 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_106, /*hidden argument*/NULL); bool L_108; L_108 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_105, (Type_t *)L_107, /*hidden argument*/NULL); if (!L_108) { goto IL_022a; } } { uint8_t L_109 = ___left0; uint8_t L_110 = L_109; RuntimeObject * L_111 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_110); uint8_t L_112 = ___right1; uint8_t L_113 = L_112; RuntimeObject * L_114 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_113); float L_115 = ((float)((float)((float)il2cpp_codegen_add((float)((*(float*)((float*)UnBox(L_111, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))), (float)((*(float*)((float*)UnBox(L_114, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_116 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_115); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_116, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_022a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_117 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_118; L_118 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_117, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_119 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_120; L_120 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_119, /*hidden argument*/NULL); bool L_121; L_121 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_118, (Type_t *)L_120, /*hidden argument*/NULL); if (!L_121) { goto IL_0268; } } { uint8_t L_122 = ___left0; uint8_t L_123 = L_122; RuntimeObject * L_124 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_123); uint8_t L_125 = ___right1; uint8_t L_126 = L_125; RuntimeObject * L_127 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_126); double L_128 = ((double)((double)((double)il2cpp_codegen_add((double)((*(double*)((double*)UnBox(L_124, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), (double)((*(double*)((double*)UnBox(L_127, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_129 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_128); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_129, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0268: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_130; L_130 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_131 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_131, (String_t*)L_130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_131, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ScalarAdd_m64583FC42EDC21B39477058F733A1DB49C5E4A8D_RuntimeMethod_var))); } } // T System.Numerics.Vector`1::ScalarSubtract(T,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Vector_1_ScalarSubtract_m031BB77C714A25CDF21F2E5D0757420D16DDEB81_gshared (uint8_t ___left0, uint8_t ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003e; } } { uint8_t L_5 = ___left0; uint8_t L_6 = L_5; RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_6); uint8_t L_8 = ___right1; uint8_t L_9 = L_8; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_9); uint8_t L_11 = ((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_7, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))), (int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_10, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))))))); RuntimeObject * L_12 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_11); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_12, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_003e: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_13, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_15, /*hidden argument*/NULL); bool L_17; L_17 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_14, (Type_t *)L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_007c; } } { uint8_t L_18 = ___left0; uint8_t L_19 = L_18; RuntimeObject * L_20 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_19); uint8_t L_21 = ___right1; uint8_t L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_22); int8_t L_24 = ((int8_t)((int8_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(int8_t*)((int8_t*)UnBox(L_20, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))), (int32_t)((*(int8_t*)((int8_t*)UnBox(L_23, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_25 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_24); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_25, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_007c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27; L_27 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_26, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_29; L_29 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_28, /*hidden argument*/NULL); bool L_30; L_30 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_27, (Type_t *)L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00ba; } } { uint8_t L_31 = ___left0; uint8_t L_32 = L_31; RuntimeObject * L_33 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_32); uint8_t L_34 = ___right1; uint8_t L_35 = L_34; RuntimeObject * L_36 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_35); uint16_t L_37 = ((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_33, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))), (int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_36, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))))))); RuntimeObject * L_38 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_37); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_38, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_00ba: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_39 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_40; L_40 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_39, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_41 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_42; L_42 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_41, /*hidden argument*/NULL); bool L_43; L_43 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_40, (Type_t *)L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00f8; } } { uint8_t L_44 = ___left0; uint8_t L_45 = L_44; RuntimeObject * L_46 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_45); uint8_t L_47 = ___right1; uint8_t L_48 = L_47; RuntimeObject * L_49 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_48); int16_t L_50 = ((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(int16_t*)((int16_t*)UnBox(L_46, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))), (int32_t)((*(int16_t*)((int16_t*)UnBox(L_49, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_51 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_50); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_51, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_00f8: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_52 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_53; L_53 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_52, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_54 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_55; L_55 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_54, /*hidden argument*/NULL); bool L_56; L_56 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_53, (Type_t *)L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0135; } } { uint8_t L_57 = ___left0; uint8_t L_58 = L_57; RuntimeObject * L_59 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_58); uint8_t L_60 = ___right1; uint8_t L_61 = L_60; RuntimeObject * L_62 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_61); uint32_t L_63 = ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(uint32_t*)((uint32_t*)UnBox(L_59, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))), (int32_t)((*(uint32_t*)((uint32_t*)UnBox(L_62, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))))))); RuntimeObject * L_64 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_63); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_64, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0135: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_65 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66; L_66 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_65, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_67 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_68; L_68 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_67, /*hidden argument*/NULL); bool L_69; L_69 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_66, (Type_t *)L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_0172; } } { uint8_t L_70 = ___left0; uint8_t L_71 = L_70; RuntimeObject * L_72 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_71); uint8_t L_73 = ___right1; uint8_t L_74 = L_73; RuntimeObject * L_75 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_74); int32_t L_76 = ((int32_t)il2cpp_codegen_subtract((int32_t)((*(int32_t*)((int32_t*)UnBox(L_72, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), (int32_t)((*(int32_t*)((int32_t*)UnBox(L_75, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))))); RuntimeObject * L_77 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_76); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_77, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0172: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_78 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_79; L_79 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_78, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_80 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_81; L_81 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_80, /*hidden argument*/NULL); bool L_82; L_82 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_79, (Type_t *)L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_01af; } } { uint8_t L_83 = ___left0; uint8_t L_84 = L_83; RuntimeObject * L_85 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_84); uint8_t L_86 = ___right1; uint8_t L_87 = L_86; RuntimeObject * L_88 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_87); uint64_t L_89 = ((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((*(uint64_t*)((uint64_t*)UnBox(L_85, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))), (int64_t)((*(uint64_t*)((uint64_t*)UnBox(L_88, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))))))); RuntimeObject * L_90 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_89); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_90, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_01af: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_91 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_92; L_92 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_91, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_93 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_94; L_94 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_93, /*hidden argument*/NULL); bool L_95; L_95 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_92, (Type_t *)L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_01ec; } } { uint8_t L_96 = ___left0; uint8_t L_97 = L_96; RuntimeObject * L_98 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_97); uint8_t L_99 = ___right1; uint8_t L_100 = L_99; RuntimeObject * L_101 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_100); int64_t L_102 = ((int64_t)il2cpp_codegen_subtract((int64_t)((*(int64_t*)((int64_t*)UnBox(L_98, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), (int64_t)((*(int64_t*)((int64_t*)UnBox(L_101, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))))); RuntimeObject * L_103 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_102); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_103, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_01ec: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_104 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_105; L_105 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_104, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_106 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_107; L_107 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_106, /*hidden argument*/NULL); bool L_108; L_108 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_105, (Type_t *)L_107, /*hidden argument*/NULL); if (!L_108) { goto IL_022a; } } { uint8_t L_109 = ___left0; uint8_t L_110 = L_109; RuntimeObject * L_111 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_110); uint8_t L_112 = ___right1; uint8_t L_113 = L_112; RuntimeObject * L_114 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_113); float L_115 = ((float)((float)((float)il2cpp_codegen_subtract((float)((*(float*)((float*)UnBox(L_111, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))), (float)((*(float*)((float*)UnBox(L_114, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_116 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_115); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_116, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_022a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_117 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_118; L_118 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_117, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_119 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_120; L_120 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_119, /*hidden argument*/NULL); bool L_121; L_121 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_118, (Type_t *)L_120, /*hidden argument*/NULL); if (!L_121) { goto IL_0268; } } { uint8_t L_122 = ___left0; uint8_t L_123 = L_122; RuntimeObject * L_124 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_123); uint8_t L_125 = ___right1; uint8_t L_126 = L_125; RuntimeObject * L_127 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_126); double L_128 = ((double)((double)((double)il2cpp_codegen_subtract((double)((*(double*)((double*)UnBox(L_124, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), (double)((*(double*)((double*)UnBox(L_127, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_129 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_128); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_129, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0268: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_130; L_130 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_131 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_131, (String_t*)L_130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_131, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ScalarSubtract_m031BB77C714A25CDF21F2E5D0757420D16DDEB81_RuntimeMethod_var))); } } // T System.Numerics.Vector`1::ScalarMultiply(T,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Vector_1_ScalarMultiply_mD835D55E10BBFDFFDEAF63422875A8527CBBDBB5_gshared (uint8_t ___left0, uint8_t ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003e; } } { uint8_t L_5 = ___left0; uint8_t L_6 = L_5; RuntimeObject * L_7 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_6); uint8_t L_8 = ___right1; uint8_t L_9 = L_8; RuntimeObject * L_10 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_9); uint8_t L_11 = ((uint8_t)((int32_t)((uint8_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_7, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))), (int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_10, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))))))))); RuntimeObject * L_12 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_11); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_12, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_003e: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_13, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_15, /*hidden argument*/NULL); bool L_17; L_17 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_14, (Type_t *)L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_007c; } } { uint8_t L_18 = ___left0; uint8_t L_19 = L_18; RuntimeObject * L_20 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_19); uint8_t L_21 = ___right1; uint8_t L_22 = L_21; RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_22); int8_t L_24 = ((int8_t)((int8_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(int8_t*)((int8_t*)UnBox(L_20, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))), (int32_t)((*(int8_t*)((int8_t*)UnBox(L_23, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_25 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_24); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_25, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_007c: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27; L_27 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_26, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_29; L_29 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_28, /*hidden argument*/NULL); bool L_30; L_30 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_27, (Type_t *)L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00ba; } } { uint8_t L_31 = ___left0; uint8_t L_32 = L_31; RuntimeObject * L_33 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_32); uint8_t L_34 = ___right1; uint8_t L_35 = L_34; RuntimeObject * L_36 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_35); uint16_t L_37 = ((uint16_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_33, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))), (int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_36, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))))))))); RuntimeObject * L_38 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_37); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_38, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_00ba: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_39 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_40; L_40 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_39, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_41 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_42; L_42 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_41, /*hidden argument*/NULL); bool L_43; L_43 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_40, (Type_t *)L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00f8; } } { uint8_t L_44 = ___left0; uint8_t L_45 = L_44; RuntimeObject * L_46 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_45); uint8_t L_47 = ___right1; uint8_t L_48 = L_47; RuntimeObject * L_49 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_48); int16_t L_50 = ((int16_t)((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(int16_t*)((int16_t*)UnBox(L_46, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))), (int32_t)((*(int16_t*)((int16_t*)UnBox(L_49, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_51 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_50); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_51, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_00f8: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_52 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_53; L_53 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_52, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_54 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_55; L_55 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_54, /*hidden argument*/NULL); bool L_56; L_56 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_53, (Type_t *)L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0135; } } { uint8_t L_57 = ___left0; uint8_t L_58 = L_57; RuntimeObject * L_59 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_58); uint8_t L_60 = ___right1; uint8_t L_61 = L_60; RuntimeObject * L_62 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_61); uint32_t L_63 = ((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(uint32_t*)((uint32_t*)UnBox(L_59, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))), (int32_t)((*(uint32_t*)((uint32_t*)UnBox(L_62, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))))))); RuntimeObject * L_64 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_63); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_64, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0135: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_65 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66; L_66 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_65, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_67 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_68; L_68 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_67, /*hidden argument*/NULL); bool L_69; L_69 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_66, (Type_t *)L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_0172; } } { uint8_t L_70 = ___left0; uint8_t L_71 = L_70; RuntimeObject * L_72 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_71); uint8_t L_73 = ___right1; uint8_t L_74 = L_73; RuntimeObject * L_75 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_74); int32_t L_76 = ((int32_t)il2cpp_codegen_multiply((int32_t)((*(int32_t*)((int32_t*)UnBox(L_72, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), (int32_t)((*(int32_t*)((int32_t*)UnBox(L_75, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))))); RuntimeObject * L_77 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_76); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_77, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0172: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_78 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_79; L_79 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_78, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_80 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_81; L_81 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_80, /*hidden argument*/NULL); bool L_82; L_82 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_79, (Type_t *)L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_01af; } } { uint8_t L_83 = ___left0; uint8_t L_84 = L_83; RuntimeObject * L_85 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_84); uint8_t L_86 = ___right1; uint8_t L_87 = L_86; RuntimeObject * L_88 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_87); uint64_t L_89 = ((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((*(uint64_t*)((uint64_t*)UnBox(L_85, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))), (int64_t)((*(uint64_t*)((uint64_t*)UnBox(L_88, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))))))); RuntimeObject * L_90 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_89); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_90, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_01af: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_91 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_92; L_92 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_91, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_93 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_94; L_94 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_93, /*hidden argument*/NULL); bool L_95; L_95 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_92, (Type_t *)L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_01ec; } } { uint8_t L_96 = ___left0; uint8_t L_97 = L_96; RuntimeObject * L_98 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_97); uint8_t L_99 = ___right1; uint8_t L_100 = L_99; RuntimeObject * L_101 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_100); int64_t L_102 = ((int64_t)il2cpp_codegen_multiply((int64_t)((*(int64_t*)((int64_t*)UnBox(L_98, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), (int64_t)((*(int64_t*)((int64_t*)UnBox(L_101, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))))); RuntimeObject * L_103 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_102); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_103, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_01ec: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_104 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_105; L_105 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_104, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_106 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_107; L_107 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_106, /*hidden argument*/NULL); bool L_108; L_108 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_105, (Type_t *)L_107, /*hidden argument*/NULL); if (!L_108) { goto IL_022a; } } { uint8_t L_109 = ___left0; uint8_t L_110 = L_109; RuntimeObject * L_111 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_110); uint8_t L_112 = ___right1; uint8_t L_113 = L_112; RuntimeObject * L_114 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_113); float L_115 = ((float)((float)((float)il2cpp_codegen_multiply((float)((*(float*)((float*)UnBox(L_111, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))), (float)((*(float*)((float*)UnBox(L_114, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_116 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_115); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_116, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_022a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_117 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_118; L_118 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_117, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_119 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_120; L_120 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_119, /*hidden argument*/NULL); bool L_121; L_121 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_118, (Type_t *)L_120, /*hidden argument*/NULL); if (!L_121) { goto IL_0268; } } { uint8_t L_122 = ___left0; uint8_t L_123 = L_122; RuntimeObject * L_124 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_123); uint8_t L_125 = ___right1; uint8_t L_126 = L_125; RuntimeObject * L_127 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2), &L_126); double L_128 = ((double)((double)((double)il2cpp_codegen_multiply((double)((*(double*)((double*)UnBox(L_124, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), (double)((*(double*)((double*)UnBox(L_127, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_129 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_128); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_129, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0268: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_130; L_130 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_131 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_131, (String_t*)L_130, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_131, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_ScalarMultiply_mD835D55E10BBFDFFDEAF63422875A8527CBBDBB5_RuntimeMethod_var))); } } // T System.Numerics.Vector`1::GetOneValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Vector_1_GetOneValue_m4629437FB11F21A84BCB60B50316487F9020FDCF_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } uint8_t V_0 = 0x0; int8_t V_1 = 0x0; uint16_t V_2 = 0; int16_t V_3 = 0; uint32_t V_4 = 0; int32_t V_5 = 0; uint64_t V_6 = 0; int64_t V_7 = 0; float V_8 = 0.0f; double V_9 = 0.0; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0029; } } { V_0 = (uint8_t)1; uint8_t L_5 = V_0; uint8_t L_6 = L_5; RuntimeObject * L_7 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_6); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0029: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_10, /*hidden argument*/NULL); bool L_12; L_12 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_9, (Type_t *)L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0052; } } { V_1 = (int8_t)1; int8_t L_13 = V_1; int8_t L_14 = L_13; RuntimeObject * L_15 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_14); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_15, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0052: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17; L_17 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_16, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_18, /*hidden argument*/NULL); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_17, (Type_t *)L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_007b; } } { V_2 = (uint16_t)1; uint16_t L_21 = V_2; uint16_t L_22 = L_21; RuntimeObject * L_23 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_22); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_23, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_007b: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25; L_25 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_27; L_27 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_26, /*hidden argument*/NULL); bool L_28; L_28 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_25, (Type_t *)L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00a4; } } { V_3 = (int16_t)1; int16_t L_29 = V_3; int16_t L_30 = L_29; RuntimeObject * L_31 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_30); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_31, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_00a4: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_32 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_33; L_33 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_32, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_34 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_35; L_35 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_34, /*hidden argument*/NULL); bool L_36; L_36 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_33, (Type_t *)L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00cf; } } { V_4 = (uint32_t)1; uint32_t L_37 = V_4; uint32_t L_38 = L_37; RuntimeObject * L_39 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_38); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_39, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_00cf: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_40 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_41; L_41 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_40, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_42 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_43; L_43 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_42, /*hidden argument*/NULL); bool L_44; L_44 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_41, (Type_t *)L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_00fa; } } { V_5 = (int32_t)1; int32_t L_45 = V_5; int32_t L_46 = L_45; RuntimeObject * L_47 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_46); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_47, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_00fa: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_48 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49; L_49 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_48, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_50 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_51; L_51 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_50, /*hidden argument*/NULL); bool L_52; L_52 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_49, (Type_t *)L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_0126; } } { V_6 = (uint64_t)((int64_t)((int64_t)1)); uint64_t L_53 = V_6; uint64_t L_54 = L_53; RuntimeObject * L_55 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_54); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_55, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0126: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_56 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_57; L_57 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_56, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_58 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_59; L_59 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_58, /*hidden argument*/NULL); bool L_60; L_60 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_57, (Type_t *)L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0152; } } { V_7 = (int64_t)((int64_t)((int64_t)1)); int64_t L_61 = V_7; int64_t L_62 = L_61; RuntimeObject * L_63 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_62); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_63, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0152: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_64 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65; L_65 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_64, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_66 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_67; L_67 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_66, /*hidden argument*/NULL); bool L_68; L_68 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_65, (Type_t *)L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_0181; } } { V_8 = (float)(1.0f); float L_69 = V_8; float L_70 = L_69; RuntimeObject * L_71 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_70); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_71, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0181: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_72 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_73; L_73 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_72, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_74 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_75; L_75 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_74, /*hidden argument*/NULL); bool L_76; L_76 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_73, (Type_t *)L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_01b4; } } { V_9 = (double)(1.0); double L_77 = V_9; double L_78 = L_77; RuntimeObject * L_79 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_78); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_79, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_01b4: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_80; L_80 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_81 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_81, (String_t*)L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_GetOneValue_m4629437FB11F21A84BCB60B50316487F9020FDCF_RuntimeMethod_var))); } } // T System.Numerics.Vector`1::GetAllBitsSetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Vector_1_GetAllBitsSetValue_mAAD472541FAB9A199CAA67CCC821ED82C534B37B_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_1, (Type_t *)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002b; } } { uint8_t L_5; L_5 = ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline(/*hidden argument*/NULL); uint8_t L_6 = L_5; RuntimeObject * L_7 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_6); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_7, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_002b: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_8, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_0_0_0_var) }; Type_t * L_11; L_11 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_10, /*hidden argument*/NULL); bool L_12; L_12 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_9, (Type_t *)L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0056; } } { int8_t L_13; L_13 = ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline(/*hidden argument*/NULL); int8_t L_14 = L_13; RuntimeObject * L_15 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_14); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_15, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0056: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17; L_17 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_16, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_0_0_0_var) }; Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_18, /*hidden argument*/NULL); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_17, (Type_t *)L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0081; } } { uint16_t L_21; L_21 = ConstantHelper_GetUInt16WithAllBitsSet_m6BC81A6D0805883E62E3BD9B5A196F563B16FFEA_inline(/*hidden argument*/NULL); uint16_t L_22 = L_21; RuntimeObject * L_23 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_22); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_23, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0081: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25; L_25 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_27; L_27 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_26, /*hidden argument*/NULL); bool L_28; L_28 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_25, (Type_t *)L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00ac; } } { int16_t L_29; L_29 = ConstantHelper_GetInt16WithAllBitsSet_m996824CAE155A7996EF9F1FA14611324CE8DF3BA_inline(/*hidden argument*/NULL); int16_t L_30 = L_29; RuntimeObject * L_31 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_30); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_31, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_00ac: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_32 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_33; L_33 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_32, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_34 = { reinterpret_cast (UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_0_0_0_var) }; Type_t * L_35; L_35 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_34, /*hidden argument*/NULL); bool L_36; L_36 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_33, (Type_t *)L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00d7; } } { uint32_t L_37; L_37 = ConstantHelper_GetUInt32WithAllBitsSet_mF9264BB241E20A8A05FF9E0C06F6F81F0E1B1C8A_inline(/*hidden argument*/NULL); uint32_t L_38 = L_37; RuntimeObject * L_39 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_38); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_39, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_00d7: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_40 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_41; L_41 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_40, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_42 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_43; L_43 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_42, /*hidden argument*/NULL); bool L_44; L_44 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_41, (Type_t *)L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_0102; } } { int32_t L_45; L_45 = ConstantHelper_GetInt32WithAllBitsSet_mCD59C2ABC660E81C63629C36496ABDCD4E55C76E_inline(/*hidden argument*/NULL); int32_t L_46 = L_45; RuntimeObject * L_47 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_46); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_47, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0102: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_48 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_49; L_49 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_48, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_50 = { reinterpret_cast (UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_0_0_0_var) }; Type_t * L_51; L_51 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_50, /*hidden argument*/NULL); bool L_52; L_52 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_49, (Type_t *)L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_012d; } } { uint64_t L_53; L_53 = ConstantHelper_GetUInt64WithAllBitsSet_m6BE10E8A52D5EB5FDA506D564F08A6323CCB28B0_inline(/*hidden argument*/NULL); uint64_t L_54 = L_53; RuntimeObject * L_55 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_54); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_55, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_012d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_56 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_57; L_57 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_56, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_58 = { reinterpret_cast (Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_0_0_0_var) }; Type_t * L_59; L_59 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_58, /*hidden argument*/NULL); bool L_60; L_60 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_57, (Type_t *)L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0158; } } { int64_t L_61; L_61 = ConstantHelper_GetInt64WithAllBitsSet_m92CD89D686AC24C659A4E6560F08097CDFB776E4_inline(/*hidden argument*/NULL); int64_t L_62 = L_61; RuntimeObject * L_63 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_62); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_63, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0158: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_64 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_65; L_65 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_64, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_66 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_67; L_67 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_66, /*hidden argument*/NULL); bool L_68; L_68 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_65, (Type_t *)L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_0183; } } { float L_69; L_69 = ConstantHelper_GetSingleWithAllBitsSet_mBBFCC36D478F698EC003C47B7BF4825BE8C697A1_inline(/*hidden argument*/NULL); float L_70 = L_69; RuntimeObject * L_71 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_70); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_71, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_0183: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_72 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_73; L_73 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_72, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_74 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_75; L_75 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_74, /*hidden argument*/NULL); bool L_76; L_76 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046((Type_t *)L_73, (Type_t *)L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_01ae; } } { double L_77; L_77 = ConstantHelper_GetDoubleWithAllBitsSet_m996D27D3A1B9C7A7CD7363D753D37C13B5DF4E04_inline(/*hidden argument*/NULL); double L_78 = L_77; RuntimeObject * L_79 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_78); return (uint8_t)((*(uint8_t*)((uint8_t*)UnBox(L_79, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))); } IL_01ae: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SR_t1D25C2DEE2AD1AF6A1B38992FADA982297367269_il2cpp_TypeInfo_var))); String_t* L_80; L_80 = SR_get_Arg_TypeNotSupported_m13D86686F063FFDA1531131C28D26B8C2E716B84(/*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_81 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_81, (String_t*)L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector_1_GetAllBitsSetValue_mAAD472541FAB9A199CAA67CCC821ED82C534B37B_RuntimeMethod_var))); } } // System.Void System.Numerics.Vector`1::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector_1__cctor_mBC8432DEC32295D94FA6C3D78F8B08607BC436B4_gshared (const RuntimeMethod* method) { { int32_t L_0; L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 18)); ((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_count_1(L_0); il2cpp_codegen_initobj((((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_address_of_s_zero_2()), sizeof(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )); uint8_t L_1; L_1 = (( uint8_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 19)); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_2; memset((&L_2), 0, sizeof(L_2)); Vector_1__ctor_mD8054FA187C2F3E125B5365A8D17AA28DBBF4BB1((&L_2), (uint8_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 20)); ((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_one_3(L_2); uint8_t L_3; L_3 = (( uint8_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 21)); Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 L_4; memset((&L_4), 0, sizeof(L_4)); Vector_1__ctor_mD8054FA187C2F3E125B5365A8D17AA28DBBF4BB1((&L_4), (uint8_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 20)); ((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_allOnes_4(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NumberFormatInfo_get_NumberGroupSeparator_m1D17A9A056016A546F4C5255FA2DBEC532FC1BF1_inline (NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_numberGroupSeparator_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t ConstantHelper_GetByteWithAllBitsSet_mC621377D31994C35BC2781D56BDF1A19C243773D_inline (const RuntimeMethod* method) { uint8_t V_0 = 0x0; { V_0 = (uint8_t)0; *((int8_t*)((uintptr_t)(&V_0))) = (int8_t)((int32_t)255); uint8_t L_0 = V_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int8_t ConstantHelper_GetSByteWithAllBitsSet_m75AF740C7BDD4B3B8CDEA46816A5FE2405D73BDF_inline (const RuntimeMethod* method) { int8_t V_0 = 0x0; { V_0 = (int8_t)0; *((int8_t*)((uintptr_t)(&V_0))) = (int8_t)(-1); int8_t L_0 = V_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint16_t ConstantHelper_GetUInt16WithAllBitsSet_m6BC81A6D0805883E62E3BD9B5A196F563B16FFEA_inline (const RuntimeMethod* method) { uint16_t V_0 = 0; { V_0 = (uint16_t)0; *((int16_t*)((uintptr_t)(&V_0))) = (int16_t)((int32_t)65535); uint16_t L_0 = V_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int16_t ConstantHelper_GetInt16WithAllBitsSet_m996824CAE155A7996EF9F1FA14611324CE8DF3BA_inline (const RuntimeMethod* method) { int16_t V_0 = 0; { V_0 = (int16_t)0; *((int16_t*)((uintptr_t)(&V_0))) = (int16_t)(-1); int16_t L_0 = V_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ConstantHelper_GetUInt32WithAllBitsSet_mF9264BB241E20A8A05FF9E0C06F6F81F0E1B1C8A_inline (const RuntimeMethod* method) { uint32_t V_0 = 0; { V_0 = 0; *((int32_t*)((uintptr_t)(&V_0))) = (int32_t)(-1); uint32_t L_0 = V_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConstantHelper_GetInt32WithAllBitsSet_mCD59C2ABC660E81C63629C36496ABDCD4E55C76E_inline (const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; *((int32_t*)((uintptr_t)(&V_0))) = (int32_t)(-1); int32_t L_0 = V_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint64_t ConstantHelper_GetUInt64WithAllBitsSet_m6BE10E8A52D5EB5FDA506D564F08A6323CCB28B0_inline (const RuntimeMethod* method) { uint64_t V_0 = 0; { V_0 = ((int64_t)((int64_t)0)); *((int64_t*)((uintptr_t)(&V_0))) = (int64_t)((int64_t)((int64_t)(-1))); uint64_t L_0 = V_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t ConstantHelper_GetInt64WithAllBitsSet_m92CD89D686AC24C659A4E6560F08097CDFB776E4_inline (const RuntimeMethod* method) { int64_t V_0 = 0; { V_0 = ((int64_t)((int64_t)0)); *((int64_t*)((uintptr_t)(&V_0))) = (int64_t)((int64_t)((int64_t)(-1))); int64_t L_0 = V_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float ConstantHelper_GetSingleWithAllBitsSet_mBBFCC36D478F698EC003C47B7BF4825BE8C697A1_inline (const RuntimeMethod* method) { float V_0 = 0.0f; { V_0 = (0.0f); *((int32_t*)((uintptr_t)(&V_0))) = (int32_t)(-1); float L_0 = V_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double ConstantHelper_GetDoubleWithAllBitsSet_m996D27D3A1B9C7A7CD7363D753D37C13B5DF4E04_inline (const RuntimeMethod* method) { double V_0 = 0.0; { V_0 = (0.0); *((int64_t*)((uintptr_t)(&V_0))) = (int64_t)((int64_t)((int64_t)(-1))); double L_0 = V_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Tuple_2_get_Item1_m7BB5625DF19F4D43F6D874AA2E0ACAAD8BA46298_gshared_inline (Tuple_2_tE195A2ACBC3081F18BE32C32286161122EF29407 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_m_Item1_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Tuple_2_get_Item2_m6760FE3B6FD9EEEBFE6502DBFB726E311DD66D3C_gshared_inline (Tuple_2_tE195A2ACBC3081F18BE32C32286161122EF29407 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_Item2_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector_1_Equals_m5DBF8E55F258BCE86EC59689FF53A03863C948B8_gshared_inline (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___obj0; if (((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5)))) { goto IL_000a; } } { return (bool)0; } IL_000a: { RuntimeObject * L_1 = ___obj0; bool L_2; L_2 = Vector_1_Equals_m0C75B9AE0B960072BA4564AB452B4BD02510A862((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)__this, (Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 )((*(Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)((Vector_1_t75C6DF785DC07F38E54FA26012DDB450642541A6 *)UnBox(L_1, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)); return (bool)L_2; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector_1_get_Count_mB9B9FBA8081FEAC89627204CC5B39AF6EA919795_gshared_inline (const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)); int32_t L_0 = ((Vector_1_t1A17EF2821E12A581EB0D491FB8A1DA54E7D6DA7_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_s_count_1(); return (int32_t)L_0; } }