Home
last modified time | relevance | path

Searched refs:multiDim (Results 1 – 19 of 19) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/
H A DTypeUnifier.cs42 return RuntimeArrayTypeInfo.GetArrayTypeInfo(elementType, multiDim: false, rank: 1); in GetArrayType()
47 return RuntimeArrayTypeInfo.GetArrayTypeInfo(elementType, multiDim: true, rank: rank); in GetMultiDimArrayType()
188 …return GetArrayTypeInfo(elementType, multiDim, rank, GetRuntimeTypeHandleIfAny(elementType, multiD… in GetArrayTypeInfo()
193 Debug.Assert(multiDim || rank == 1); in GetArrayTypeInfo()
197 if (!multiDim) in GetArrayTypeInfo()
207 Debug.Assert(multiDim || rank == 1); in GetRuntimeTypeHandleIfAny()
214 if (!multiDim) in GetRuntimeTypeHandleIfAny()
232 ValidateElementType(key.ElementType, key.TypeHandle, multiDim: false, rank: 1); in Factory()
234 return new RuntimeArrayTypeInfo(key, multiDim: false, rank: 1); in Factory()
251 return new RuntimeArrayTypeInfo(key, multiDim: true, rank: _rank); in Factory()
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/module_BASE/
H A DScheduleMultiDimTestSuite.h49 TS_ASSERT_THROWS(f1.multiDim(), gum::NotFound) in test_construct()
58 TS_ASSERT_THROWS(f2.multiDim(), gum::NotFound) in test_construct()
78 TS_GUM_ASSERT_EQUALS(f4.multiDim(), pot); in test_construct()
89 TS_GUM_ASSERT_EQUALS(f5.multiDim(), *pot2.content()); in test_construct()
91 TS_GUM_ASSERT_EQUALS(f6.multiDim(), *pot2.content()); in test_construct()
92 TS_GUM_ASSERT_EQUALS(f6.multiDim(), *pot2.content()); in test_construct()
H A DScheduleCombineTestSuite.h90 TS_GUM_ASSERT_EQUALS(result1.multiDim(), *pot4.content()); in test_construct()
91 TS_GUM_ASSERT_EQUALS(result2.multiDim(), *pot5.content()); in test_construct()
107 delete &(comb2.result().multiDim()); in test_construct()
110 TS_GUM_ASSERT_EQUALS(comb3.result().multiDim(), *pot4.content()); in test_construct()
111 delete &(comb3.result().multiDim()); in test_construct()
H A DScheduleProjectTestSuite.h77 TS_GUM_ASSERT_EQUALS(*(res2->content()), res.multiDim()); in test_construct()
85 TS_GUM_ASSERT_EQUALS(res3.multiDim(), res.multiDim()); in test_construct()
92 delete &(res.multiDim()); in test_construct()
H A DSchedulerBasicTestSuite.h137 TS_GUM_ASSERT_EQUALS(result14.multiDim(), result4.multiDim()); in test_construct1()
243 TS_GUM_ASSERT_EQUALS(result14.multiDim(), result4.multiDim()); in test_construct2()
348 TS_GUM_ASSERT_EQUALS(result14.multiDim(), result4.multiDim()); in test_construct3()
430 TS_GUM_ASSERT_EQUALS(result1.multiDim(), result11.multiDim()); in test_construct4()
439 TS_GUM_ASSERT_EQUALS(result2.multiDim(), result12.multiDim()); in test_construct4()
447 TS_GUM_ASSERT_EQUALS(result3.multiDim(), result13.multiDim()); in test_construct4()
H A DScheduleProjectionBasicTestSuite.h94 TS_GUM_ASSERT_EQUALS(tt2.multiDim(), *t2); in test_construct1()
116 TS_GUM_ASSERT_EQUALS(tt2.multiDim(), *t2); in test_construct1()
132 TS_GUM_ASSERT_EQUALS(tt2.multiDim(), *t2); in test_construct1()
149 TS_GUM_ASSERT_EQUALS(tt2.multiDim(), *t2); in test_construct1()
166 TS_GUM_ASSERT_EQUALS(tt2.multiDim(), *t2); in test_construct1()
H A DScheduleCombinationBasicTestSuite.h105 TS_GUM_ASSERT_EQUALS(result14.multiDim(), result.multiDim()); in test_construct1()
171 TS_GUM_ASSERT_EQUALS(*res11, result.multiDim()); in test_construct2()
232 TS_GUM_ASSERT_EQUALS(*res11, result.multiDim()); in test_construct3()
H A DScheduleOperationTestSuite.h74 TS_GUM_ASSERT_EQUALS(*(res2->content()), res.multiDim()); in test_construct()
77 delete &(res.multiDim()); in test_construct()
H A DScheduleTestSuite.h153 TS_GUM_ASSERT_EQUALS(result14.multiDim(), result4.multiDim()); in test_construct1()
277 TS_GUM_ASSERT_EQUALS(result14.multiDim(), result4.multiDim()); in test_construct2()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/TypeInfos/
H A DRuntimeArrayTypeInfo.cs23 private RuntimeArrayTypeInfo(UnificationKey key, bool multiDim, int rank) in RuntimeArrayTypeInfo() argument
26 Debug.Assert(multiDim || rank == 1); in RuntimeArrayTypeInfo()
27 _multiDim = multiDim; in RuntimeArrayTypeInfo()
51 bool multiDim = this.IsVariableBoundArray;
88 if (!multiDim)
130 if (multiDim)
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/graphicalModels/inference/scheduler/
H A DscheduleCombine_tpl.h144 const MultiDimImplementation< GUM_SCALAR >& t1 = _table1_.multiDim(); in execute()
145 const MultiDimImplementation< GUM_SCALAR >& t2 = _table2_.multiDim(); in execute()
H A DscheduleMultiDim.h172 const MultiDimImplementation< GUM_SCALAR >& multiDim() const;
H A DscheduleDeleteMultiDim_tpl.h116 const MultiDimImplementation< GUM_SCALAR >& multidim = _table_.multiDim(); in execute()
H A DscheduleSeparatorStoreMultiDim_tpl.h122 const MultiDimImplementation< GUM_SCALAR >& multidim = _table_.multiDim(); in execute()
H A DscheduleCliqueStoreMultiDim_tpl.h120 const MultiDimImplementation< GUM_SCALAR >& multidim = _table_.multiDim(); in execute()
H A DscheduleProject_tpl.h139 const MultiDimImplementation< GUM_SCALAR >& t = _table_.multiDim(); in execute()
H A DscheduleMultiDim_tpl.h342 ScheduleMultiDim< GUM_SCALAR >::multiDim() const { in multiDim() function
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DArray.CoreRT.cs184 private static Type GetArrayTypeFromElementType(Type elementType, bool multiDim, int rank) in GetArrayTypeFromElementType() argument
189 if (multiDim) in GetArrayTypeFromElementType()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dinitsysvar.cpp501 SizeT multiDim = 5; in InitSysVar() local
513 plt->NewTag("MULTI", new DLongGDL( dimension( &multiDim, one))); in InitSysVar()