Home
last modified time | relevance | path

Searched refs:cnat (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Animals.ocd/LavaCore.ocd/
H A DScript.c199 var cnat = Target->GetContact(-1); variable
202 cnat = cnat | CNAT_Top;
206 if (cnat & (CNAT_Left | CNAT_Right | CNAT_Top | CNAT_Bottom) && this.evading_move <= 0)
209 if ((cnat & CNAT_Left) && !(cnat & CNAT_Right))
211 if ((cnat & CNAT_Right) && !(cnat & CNAT_Left))
213 if ((cnat & CNAT_Top) && !(cnat & CNAT_Bottom))
215 if ((cnat & CNAT_Bottom) && !(cnat & CNAT_Top))
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNameSignatureInstruction.java54 final ConstantNameAndType cnat = getNameAndType(cpg); in getSignature() local
55 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
62 final ConstantNameAndType cnat = getNameAndType(cpg); in getName() local
63 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
H A DFieldOrMethod.java59 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getSignature() local
60 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
69 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getName() local
70 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNameSignatureInstruction.java54 final ConstantNameAndType cnat = getNameAndType(cpg); in getSignature() local
55 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
62 final ConstantNameAndType cnat = getNameAndType(cpg); in getName() local
63 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
H A DFieldOrMethod.java59 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getSignature() local
60 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
69 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getName() local
70 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNameSignatureInstruction.java54 final ConstantNameAndType cnat = getNameAndType(cpg); in getSignature() local
55 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
62 final ConstantNameAndType cnat = getNameAndType(cpg); in getName() local
63 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
H A DFieldOrMethod.java59 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getSignature() local
60 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
69 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getName() local
70 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNameSignatureInstruction.java54 final ConstantNameAndType cnat = getNameAndType(cpg); in getSignature() local
55 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
62 final ConstantNameAndType cnat = getNameAndType(cpg); in getName() local
63 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
H A DFieldOrMethod.java59 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getSignature() local
60 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
69 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getName() local
70 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNameSignatureInstruction.java55 final ConstantNameAndType cnat = getNameAndType(cpg); in getSignature() local
56 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
63 final ConstantNameAndType cnat = getNameAndType(cpg); in getName() local
64 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
H A DFieldOrMethod.java59 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getSignature() local
60 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
69 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getName() local
70 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNameSignatureInstruction.java54 final ConstantNameAndType cnat = getNameAndType(cpg); in getSignature() local
55 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
62 final ConstantNameAndType cnat = getNameAndType(cpg); in getName() local
63 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
H A DFieldOrMethod.java59 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getSignature() local
60 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
69 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getName() local
70 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNameSignatureInstruction.java54 final ConstantNameAndType cnat = getNameAndType(cpg); in getSignature() local
55 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
62 final ConstantNameAndType cnat = getNameAndType(cpg); in getName() local
63 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
H A DFieldOrMethod.java59 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getSignature() local
60 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
69 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getName() local
70 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DNameSignatureInstruction.java55 final ConstantNameAndType cnat = getNameAndType(cpg); in getSignature() local
56 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
63 final ConstantNameAndType cnat = getNameAndType(cpg); in getName() local
64 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
H A DFieldOrMethod.java59 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getSignature() local
60 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
69 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getName() local
70 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFieldOrMethod.java87 ConstantNameAndType cnat = (ConstantNameAndType)cp.getConstant(cmr.getNameAndTypeIndex()); in getSignature() local
89 return ((ConstantUtf8)cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
97 ConstantNameAndType cnat = (ConstantNameAndType)cp.getConstant(cmr.getNameAndTypeIndex()); in getName() local
98 return ((ConstantUtf8)cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFieldOrMethod.java87 ConstantNameAndType cnat = (ConstantNameAndType)cp.getConstant(cmr.getNameAndTypeIndex()); in getSignature() local
89 return ((ConstantUtf8)cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()
97 ConstantNameAndType cnat = (ConstantNameAndType)cp.getConstant(cmr.getNameAndTypeIndex()); in getName() local
98 return ((ConstantUtf8)cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
/dports/math/octave-forge-ltfat/ltfat/inst/private/
H A Dtest_dtwfb.m108 cnat = dtwfb(f,dualwtana,'nat'); variable
111 for cnatId=1:numel(cnat)
113 if numel(c{cId}) == numel(cnat{cnatId})
114 res = norm(c{cId}-cnat{cnatId});
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DVertices.c57 global func HasCNAT(int cnat) in HasCNAT() argument
60 if (GetVertex(i, VTX_CNAT) == cnat) in HasCNAT()
/dports/java/apache-bcel/bcel-6.4.1/src/examples/
H A DTransitiveHull.java133 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(ccp.getNameAndTypeIndex(), in visitRef() local
136 final String signature = cnat.getSignature(cp); in visitRef()
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4Movement.cpp100 const char *CNATName(int32_t cnat) in CNATName() argument
102 switch (cnat) in CNATName()
129 void C4Object::StopAndContact(C4Real & ctco, C4Real limit, C4Real & speed, int32_t cnat) in StopAndContact() argument
133 Contact(cnat); in StopAndContact()
H A DC4Object.h250 bool Contact(int32_t cnat);
251 void StopAndContact(C4Real & ctco, C4Real limit, C4Real & speed, int32_t cnat);
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Clonk.ocd/Animations.ocd/
H A DScript.c1034 var cnat = GetVertex(i, VTX_CNAT); in SetSwimmingVertices() local
1045 SetVertex(i, VTX_CNAT, cnat, 2); in SetSwimmingVertices()

12