Home
last modified time | relevance | path

Searched refs:TypeArray (Results 1 – 25 of 3936) sorted by relevance

12345678910>>...158

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkCellTypes.cxx143 this->TypeArray = NULL; in vtkCellTypes()
156 if ( this->TypeArray ) in ~vtkCellTypes()
159 this->TypeArray = NULL; in ~vtkCellTypes()
179 if ( this->TypeArray ) in Allocate()
186 this->TypeArray->Delete(); in Allocate()
231 if (this->TypeArray) in SetCellTypes()
254 this->TypeArray->Squeeze(); in Squeeze()
270 if ( this->TypeArray ) in GetActualMemorySize()
287 if (this->TypeArray) in DeepCopy()
292 if (src->TypeArray) in DeepCopy()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkCellTypes.cxx145 this->TypeArray->Delete(); in vtkCellTypes()
154 if ( this->TypeArray ) in ~vtkCellTypes()
174 if ( this->TypeArray ) in Allocate()
181 this->TypeArray->Delete(); in Allocate()
242 if (this->TypeArray) in SetCellTypes()
244 this->TypeArray->Delete(); in SetCellTypes()
264 this->TypeArray->Squeeze(); in Squeeze()
280 if ( this->TypeArray ) in GetActualMemorySize()
297 if (this->TypeArray) in DeepCopy()
302 if (src->TypeArray) in DeepCopy()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkCellTypes.cxx96 this->TypeArray->Delete(); in vtkCellTypes()
105 if (this->TypeArray) in ~vtkCellTypes()
125 if (this->TypeArray) in Allocate()
132 this->TypeArray->Delete(); in Allocate()
194 if (this->TypeArray) in SetCellTypes()
196 this->TypeArray->Delete(); in SetCellTypes()
216 this->TypeArray->Squeeze(); in Squeeze()
232 if (this->TypeArray) in GetActualMemorySize()
248 if (this->TypeArray) in DeepCopy()
253 if (src->TypeArray) in DeepCopy()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Types/
H A DAggregateType.cs20 private TypeArray _pTypeArgsThis;
21 private TypeArray _pTypeArgsAll; // includes args from outer types
105 public void SetTypeArgsThis(TypeArray pTypeArgsThis) in SetTypeArgsThis()
107 TypeArray pOuterTypeArgs; in SetTypeArgsThis()
125 private void SetTypeArgsAll(TypeArray outerTypeArgs) in SetTypeArgsAll()
156 TypeArray pCheckedOuterTypeArgs = outerTypeArgs; in SetTypeArgsAll()
161 public TypeArray GetTypeArgsThis() in GetTypeArgsThis()
166 public TypeArray GetTypeArgsAll() in GetTypeArgsAll()
171 public TypeArray GetIfacesAll() in GetIfacesAll()
180 public TypeArray GetWinRTCollectionIfacesAll(SymbolLoader pSymbolLoader) in GetWinRTCollectionIfacesAll()
[all …]
H A DTypeManager.cs279 …private CType SubstType(CType typeSrc, TypeArray typeArgsCls, TypeArray typeArgsMeth, SubstTypeFla… in SubstType()
302 private CType SubstType(CType typeSrc, TypeArray typeArgsCls, TypeArray typeArgsMeth) in SubstType()
307 public TypeArray SubstTypeArray(TypeArray taSrc, SubstContext ctx) in SubstTypeArray()
334 … public TypeArray SubstTypeArray(TypeArray taSrc, TypeArray typeArgsCls, TypeArray typeArgsMeth) in SubstTypeArray()
339 …public TypeArray SubstTypeArray(TypeArray taSrc, TypeArray typeArgsCls) => SubstTypeArray(taSrc, t… in SubstTypeArray()
343 TypeArray args = type.GetTypeArgsAll(); in SubstTypeCore()
421 …public bool SubstEqualTypes(CType typeDst, CType typeSrc, TypeArray typeArgsCls, TypeArray typeArg… in SubstEqualTypes()
434 …public bool SubstEqualTypeArrays(TypeArray taDst, TypeArray taSrc, TypeArray typeArgsCls, TypeArra… in SubstEqualTypeArrays()
677 public TypeArray ConcatenateTypeArrays(TypeArray pTypeArray1, TypeArray pTypeArray2) in ConcatenateTypeArrays()
717 … public TypeArray SubstTypeArray(TypeArray taSrc, AggregateType atsCls, TypeArray typeArgsMeth) in SubstTypeArray()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Symbols/
H A DSymbolManagerBase.cs25 private Dictionary<TypeArrayKey, TypeArray> tableTypeArrays;
27 private static readonly TypeArray s_taEmpty = new TypeArray(Array.Empty<CType>());
34 this.tableTypeArrays = new Dictionary<TypeArrayKey, TypeArray>(); in BSYMMGR()
64 public static TypeArray EmptyTypeArray() in EmptyTypeArray()
69 public BetterType CompareTypes(TypeArray ta1, TypeArray ta2) in CompareTypes()
246 public TypeArray AllocParams(int ctype, CType[] prgtype) in AllocParams()
256 public TypeArray AllocParams(int ctype, TypeArray array, int offset) in AllocParams()
274 public TypeArray AllocParams(params CType[] types) in AllocParams()
281 TypeArray result; in AllocParams()
284 result = new TypeArray(types); in AllocParams()
[all …]
H A DAggregateSymbol.cs29 private TypeArray _ifaces; // The explicit base interfaces for a class or interface.
32 private TypeArray _typeVarsThis; // Type variables for this generic class, as declarations.
33 …private TypeArray _typeVarsAll; // The type variables for this generic class and all containin…
270 public TypeArray GetTypeVars() in GetTypeVars()
275 public void SetTypeVars(TypeArray typeVars) in SetTypeVars()
284 TypeArray outerTypeVars; in SetTypeVars()
302 public TypeArray GetTypeVarsAll() in GetTypeVarsAll()
327 public TypeArray GetIfaces() in GetIfaces()
332 public void SetIfaces(TypeArray ifaces) in SetIfaces()
337 public TypeArray GetIfacesAll() in GetIfacesAll()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dspv.AofA.frag.out47 9: TypeArray 6(float) 8
49 11: TypeArray 9 10
52 14: TypeArray 9 13
70 56: TypeArray 6(float) 55
71 57: TypeArray 56 10
72 58: TypeArray 57 13
74 60: TypeArray 58 59
76 62: TypeArray 60 61
78 64: TypeArray 62 63
89 93: TypeArray 92 61
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dspv.AofA.frag.out47 9: TypeArray 6(float) 8
49 11: TypeArray 9 10
52 14: TypeArray 9 13
70 56: TypeArray 6(float) 55
71 57: TypeArray 56 10
72 58: TypeArray 57 13
74 60: TypeArray 58 59
76 62: TypeArray 60 61
78 64: TypeArray 62 63
89 93: TypeArray 92 61
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/baseResults/
H A Dspv.AofA.frag.out45 9: TypeArray 6(float) 8
47 11: TypeArray 9 10
50 14: TypeArray 9 13
68 56: TypeArray 6(float) 55
69 57: TypeArray 56 10
70 58: TypeArray 57 13
72 60: TypeArray 58 59
74 62: TypeArray 60 61
76 64: TypeArray 62 63
87 93: TypeArray 92 61
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/types/
H A DTypeArray.java40 public class TypeArray extends TypeKlass { class
53 public TypeArray(Type type, int dimensions) { in TypeArray() method in TypeArray
78 if (t == null || !(t instanceof TypeArray)) { in equals()
84 TypeArray a = (TypeArray) t; in equals()
107 TypeArray a = (TypeArray) t; in compareTo()
119 public TypeArray produce() { in produce()
123 if (t instanceof TypeArray) { in produce()
127 return new TypeArray(t, dims); in produce()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/types/
H A DTypeArray.java40 public class TypeArray extends TypeKlass { class
53 public TypeArray(Type type, int dimensions) { in TypeArray() method in TypeArray
78 if (t == null || !(t instanceof TypeArray)) { in equals()
84 TypeArray a = (TypeArray) t; in equals()
107 TypeArray a = (TypeArray) t; in compareTo()
119 public TypeArray produce() { in produce()
123 if (t instanceof TypeArray) { in produce()
127 return new TypeArray(t, dims); in produce()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/types/
H A DTypeArray.java40 public class TypeArray extends TypeKlass { class
53 public TypeArray(Type type, int dimensions) { in TypeArray() method in TypeArray
78 if (t == null || !(t instanceof TypeArray)) { in equals()
84 TypeArray a = (TypeArray) t; in equals()
107 TypeArray a = (TypeArray) t; in compareTo()
119 public TypeArray produce() { in produce()
123 if (t instanceof TypeArray) { in produce()
127 return new TypeArray(t, dims); in produce()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/types/
H A DTypeArray.java40 public class TypeArray extends TypeKlass { class
53 public TypeArray(Type type, int dimensions) { in TypeArray() method in TypeArray
78 if (t == null || !(t instanceof TypeArray)) { in equals()
84 TypeArray a = (TypeArray) t; in equals()
107 TypeArray a = (TypeArray) t; in compareTo()
119 public TypeArray produce() { in produce()
123 if (t instanceof TypeArray) { in produce()
127 return new TypeArray(t, dims); in produce()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/types/
H A DTypeArray.java40 public class TypeArray extends TypeKlass { class
53 public TypeArray(Type type, int dimensions) { in TypeArray() method in TypeArray
78 if (t == null || !(t instanceof TypeArray)) { in equals()
84 TypeArray a = (TypeArray) t; in equals()
107 TypeArray a = (TypeArray) t; in compareTo()
119 public TypeArray produce() { in produce()
123 if (t instanceof TypeArray) { in produce()
127 return new TypeArray(t, dims); in produce()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/types/
H A DTypeArray.java40 public class TypeArray extends TypeKlass { class
53 public TypeArray(Type type, int dimensions) { in TypeArray() method in TypeArray
78 if (t == null || !(t instanceof TypeArray)) { in equals()
84 TypeArray a = (TypeArray) t; in equals()
107 TypeArray a = (TypeArray) t; in compareTo()
119 public TypeArray produce() { in produce()
123 if (t instanceof TypeArray) { in produce()
127 return new TypeArray(t, dims); in produce()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/types/
H A DTypeArray.java40 public class TypeArray extends TypeKlass { class
53 public TypeArray(Type type, int dimensions) { in TypeArray() method in TypeArray
78 if (t == null || !(t instanceof TypeArray)) { in equals()
84 TypeArray a = (TypeArray) t; in equals()
107 TypeArray a = (TypeArray) t; in compareTo()
119 public TypeArray produce() { in produce()
123 if (t instanceof TypeArray) { in produce()
127 return new TypeArray(t, dims); in produce()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/types/
H A DTypeArray.java40 public class TypeArray extends TypeKlass { class
53 public TypeArray(Type type, int dimensions) { in TypeArray() method in TypeArray
78 if (t == null || !(t instanceof TypeArray)) { in equals()
84 TypeArray a = (TypeArray) t; in equals()
107 TypeArray a = (TypeArray) t; in compareTo()
119 public TypeArray produce() { in produce()
123 if (t instanceof TypeArray) { in produce()
127 return new TypeArray(t, dims); in produce()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.AofA.frag.out53 9: TypeArray 6(float) 8
55 11: TypeArray 9 10
58 14: TypeArray 9 13
76 56: TypeArray 6(float) 55
77 57: TypeArray 56 10
78 58: TypeArray 57 13
80 60: TypeArray 58 59
82 62: TypeArray 60 61
84 64: TypeArray 62 63
95 93: TypeArray 92 61
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.AofA.frag.out53 9: TypeArray 6(float) 8
55 11: TypeArray 9 10
58 14: TypeArray 9 13
76 56: TypeArray 6(float) 55
77 57: TypeArray 56 10
78 58: TypeArray 57 13
80 60: TypeArray 58 59
82 62: TypeArray 60 61
84 64: TypeArray 62 63
95 93: TypeArray 92 61
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.AofA.frag.out53 9: TypeArray 6(float) 8
55 11: TypeArray 9 10
58 14: TypeArray 9 13
76 56: TypeArray 6(float) 55
77 57: TypeArray 56 10
78 58: TypeArray 57 13
80 60: TypeArray 58 59
82 62: TypeArray 60 61
84 64: TypeArray 62 63
95 93: TypeArray 92 61
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/baseResults/
H A Dspv.AofA.frag.out53 9: TypeArray 6(float) 8
55 11: TypeArray 9 10
58 14: TypeArray 9 13
76 56: TypeArray 6(float) 55
77 57: TypeArray 56 10
78 58: TypeArray 57 13
80 60: TypeArray 58 59
82 62: TypeArray 60 61
84 64: TypeArray 62 63
95 93: TypeArray 92 61
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/baseResults/
H A Dspv.AofA.frag.out53 9: TypeArray 6(float) 8
55 11: TypeArray 9 10
58 14: TypeArray 9 13
76 56: TypeArray 6(float) 55
77 57: TypeArray 56 10
78 58: TypeArray 57 13
80 60: TypeArray 58 59
82 62: TypeArray 60 61
84 64: TypeArray 62 63
95 93: TypeArray 92 61
[all …]
/dports/graphics/glslang/glslang-11.7.1/Test/baseResults/
H A Dspv.AofA.frag.out53 9: TypeArray 6(float) 8
55 11: TypeArray 9 10
58 14: TypeArray 9 13
76 56: TypeArray 6(float) 55
77 57: TypeArray 56 10
78 58: TypeArray 57 13
80 60: TypeArray 58 59
82 62: TypeArray 60 61
84 64: TypeArray 62 63
95 93: TypeArray 92 61
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/baseResults/
H A Dspv.AofA.frag.out53 9: TypeArray 6(float) 8
55 11: TypeArray 9 10
58 14: TypeArray 9 13
76 56: TypeArray 6(float) 55
77 57: TypeArray 56 10
78 58: TypeArray 57 13
80 60: TypeArray 58 59
82 62: TypeArray 60 61
84 64: TypeArray 62 63
95 93: TypeArray 92 61
[all …]

12345678910>>...158