Home
last modified time | relevance | path

Searched refs:midType (Results 1 – 13 of 13) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/execution/
H A DVulkanUnary.cpp19 VulkanUnary::VulkanUnary(const std::string& midType, Backend* bn, bool image) : VulkanBasicExecutio… in VulkanUnary() argument
29 mUnaryPipeline = vkbackend->getPipeline(prefix + midType + posfix, types); in VulkanUnary()
36 std::string midType = ""; in _getMidType() local
38 midType = "TANH"; in _getMidType()
40 midType = "SIGMOID"; in _getMidType()
44 #define SETTYPE(type, name) if (unaryType == type) {midType = name; break;} in _getMidType()
79 return midType; in _getMidType()
132 auto midType = _getMidType(op); in onCreate() local
133 if (midType.empty()) { in onCreate()
136 return new VulkanUnary(midType, bn, true); in onCreate()
H A DVulkanUnary.hpp19 VulkanUnary(const std::string& midType, Backend* bn, bool image = false);
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.TypeSystem/tests/
H A DInterfacesTests.cs96 MetadataType midType = _testModule.GetType("InterfaceArrangements", "Mid`2"); in TestOverlappingGenericInterfaces()
104 TypeDesc mid_string_string = midType.MakeInstantiatedType(stringType, stringType); in TestOverlappingGenericInterfaces()
105 TypeDesc mid_string_object = midType.MakeInstantiatedType(stringType, objectType); in TestOverlappingGenericInterfaces()
106 TypeDesc mid_object_string = midType.MakeInstantiatedType(objectType, stringType); in TestOverlappingGenericInterfaces()
107 TypeDesc mid_object_object = midType.MakeInstantiatedType(objectType, objectType); in TestOverlappingGenericInterfaces()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandleImpl.java285 MethodType midType = target.type().basicType();
316 midType = srcType;
318 Class<?>[] ptypes = midType.ptypes().clone();
322 midType = MethodType.makeImpl(midType.rtype(), ptypes, true);
330 mh = mh.copyWithExtendL(midType, form2, fn);
345 midType = srcType;
349 mh = mh.copyWithExtendL(midType, form2, fn);
352 mh = mh.copyWith(midType, form2);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleImpl.java212 MethodType midType = target.type().basicType(); in makePairwiseConvertByEditor() local
227 midType = srcType; in makePairwiseConvertByEditor()
229 midType = midType.changeParameterType(i, newType); in makePairwiseConvertByEditor()
231 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
247 midType = srcType; in makePairwiseConvertByEditor()
251 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
254 mh = mh.copyWith(midType, form2); in makePairwiseConvertByEditor()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleImpl.java212 MethodType midType = target.type().basicType(); in makePairwiseConvertByEditor() local
227 midType = srcType; in makePairwiseConvertByEditor()
229 midType = midType.changeParameterType(i, newType); in makePairwiseConvertByEditor()
231 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
247 midType = srcType; in makePairwiseConvertByEditor()
251 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
254 mh = mh.copyWith(midType, form2); in makePairwiseConvertByEditor()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandleImpl.java280 MethodType midType = target.type().basicType(); in makePairwiseConvertByEditor() local
311 midType = srcType; in makePairwiseConvertByEditor()
313 Class<?>[] ptypes = midType.ptypes().clone(); in makePairwiseConvertByEditor()
317 midType = MethodType.makeImpl(midType.rtype(), ptypes, true); in makePairwiseConvertByEditor()
325 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
340 midType = srcType; in makePairwiseConvertByEditor()
344 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
347 mh = mh.copyWith(midType, form2); in makePairwiseConvertByEditor()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandleImpl.java279 MethodType midType = target.type().basicType(); in makePairwiseConvertByEditor() local
310 midType = srcType; in makePairwiseConvertByEditor()
312 Class<?>[] ptypes = midType.ptypes().clone(); in makePairwiseConvertByEditor()
316 midType = MethodType.makeImpl(midType.rtype(), ptypes, true); in makePairwiseConvertByEditor()
324 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
339 midType = srcType; in makePairwiseConvertByEditor()
343 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
346 mh = mh.copyWith(midType, form2); in makePairwiseConvertByEditor()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandleImpl.java283 MethodType midType = target.type().basicType(); in makePairwiseConvertByEditor() local
314 midType = srcType; in makePairwiseConvertByEditor()
316 Class<?>[] ptypes = midType.ptypes().clone(); in makePairwiseConvertByEditor()
320 midType = MethodType.makeImpl(midType.rtype(), ptypes, true); in makePairwiseConvertByEditor()
328 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
343 midType = srcType; in makePairwiseConvertByEditor()
347 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
350 mh = mh.copyWith(midType, form2); in makePairwiseConvertByEditor()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandleImpl.java282 MethodType midType = target.type().basicType(); in makePairwiseConvertByEditor() local
313 midType = srcType; in makePairwiseConvertByEditor()
315 Class<?>[] ptypes = midType.ptypes().clone(); in makePairwiseConvertByEditor()
319 midType = MethodType.makeImpl(midType.rtype(), ptypes, true); in makePairwiseConvertByEditor()
327 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
342 midType = srcType; in makePairwiseConvertByEditor()
346 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
349 mh = mh.copyWith(midType, form2); in makePairwiseConvertByEditor()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandleImpl.java282 MethodType midType = target.type().basicType(); in makePairwiseConvertByEditor() local
313 midType = srcType; in makePairwiseConvertByEditor()
315 Class<?>[] ptypes = midType.ptypes().clone(); in makePairwiseConvertByEditor()
319 midType = MethodType.makeImpl(midType.rtype(), ptypes, true); in makePairwiseConvertByEditor()
327 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
342 midType = srcType; in makePairwiseConvertByEditor()
346 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
349 mh = mh.copyWith(midType, form2); in makePairwiseConvertByEditor()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandleImpl.java273 MethodType midType = target.type().basicType(); in makePairwiseConvertByEditor() local
288 midType = srcType; in makePairwiseConvertByEditor()
290 midType = midType.changeParameterType(i, newType); in makePairwiseConvertByEditor()
292 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
308 midType = srcType; in makePairwiseConvertByEditor()
312 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
315 mh = mh.copyWith(midType, form2); in makePairwiseConvertByEditor()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/invoke/
H A DMethodHandleImpl.java273 MethodType midType = target.type().basicType(); in makePairwiseConvertByEditor() local
288 midType = srcType; in makePairwiseConvertByEditor()
290 midType = midType.changeParameterType(i, newType); in makePairwiseConvertByEditor()
292 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
308 midType = srcType; in makePairwiseConvertByEditor()
312 mh = mh.copyWithExtendL(midType, form2, fn); in makePairwiseConvertByEditor()
315 mh = mh.copyWith(midType, form2); in makePairwiseConvertByEditor()