Home
last modified time | relevance | path

Searched refs:getConstantValue (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/util/generator/
H A DFieldsGenerator.java72 Object field_value = field.getConstantValue(); in validateField()
81 Object value = field.getConstantValue(); in generateField()
85 field_value_string = "0x" + Integer.toHexString((Integer)field.getConstantValue()).toUpperCase(); in generateField()
87 field_value_string = "0x" + Long.toHexString((Long)field.getConstantValue()).toUpperCase() + 'L'; in generateField()
89 field_value_string = field.getConstantValue() + "f"; in generateField()
91 field_value_string = "0x" + Integer.toHexString((Byte)field.getConstantValue()).toUpperCase(); in generateField()
93 field_value_string = "\"" + field.getConstantValue() + "\""; in generateField()
/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/lepton/src/
H A DParsedExpression.cpp127 double first = getConstantValue(children[0]); in substituteSimplerExpression()
128 double second = getConstantValue(children[1]); in substituteSimplerExpression()
147 double first = getConstantValue(children[0]); in substituteSimplerExpression()
150 double second = getConstantValue(children[1]); in substituteSimplerExpression()
161 double first = getConstantValue(children[0]); in substituteSimplerExpression()
162 double second = getConstantValue(children[1]); in substituteSimplerExpression()
205 double numerator = getConstantValue(children[0]); in substituteSimplerExpression()
210 double denominator = getConstantValue(children[1]); in substituteSimplerExpression()
232 double base = getConstantValue(children[0]); in substituteSimplerExpression()
237 double exponent = getConstantValue(children[1]); in substituteSimplerExpression()
[all …]
/dports/science/opensim-core/opensim-core-4.1/Vendors/lepton/src/
H A DParsedExpression.cpp127 double first = getConstantValue(children[0]); in substituteSimplerExpression()
128 double second = getConstantValue(children[1]); in substituteSimplerExpression()
147 double first = getConstantValue(children[0]); in substituteSimplerExpression()
150 double second = getConstantValue(children[1]); in substituteSimplerExpression()
161 double first = getConstantValue(children[0]); in substituteSimplerExpression()
162 double second = getConstantValue(children[1]); in substituteSimplerExpression()
205 double numerator = getConstantValue(children[0]); in substituteSimplerExpression()
210 double denominator = getConstantValue(children[1]); in substituteSimplerExpression()
232 double base = getConstantValue(children[0]); in substituteSimplerExpression()
237 double exponent = getConstantValue(children[1]); in substituteSimplerExpression()
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/vcell/
H A DSimpleValueProvider.cpp8 rate = getConstantValue(); in SimpleValueProvider()
11 double SimpleValueProvider::getConstantValue() { in getConstantValue() function in SimpleValueProvider
25 return getConstantValue(); in getValue()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/declaration/
H A DFieldDeclarationImpl.java44 final Object constant = field.getConstantValue(); in getConstantExpression()
50 public Object getConstantValue() in getConstantValue() method in FieldDeclarationImpl
53 return field.getConstantValue(); in getConstantValue()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/compiler/translator/
H A DOutputTree.cpp276 const TConstantUnion *constantUnion = intermConstantUnion->getConstantValue(); in visitBinary()
560 switch (node->getConstantValue()[i].getType()) in visitConstantUnion()
563 if (node->getConstantValue()[i].getBConst()) in visitConstantUnion()
574 mOut << node->getConstantValue()[i].getFConst(); in visitConstantUnion()
578 mOut << node->getConstantValue()[i].getIConst(); in visitConstantUnion()
582 mOut << node->getConstantValue()[i].getUConst(); in visitConstantUnion()
587 node->getConstantValue()[i].getYuvCscStandardEXTConst()); in visitConstantUnion()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/
H A DApiField.java80 public Object getConstantValue() { in getConstantValue() method in ApiField
91 if (getConstantValue() != null) { in toString()
92 buffer.append(" = ").append(getConstantValue()); //$NON-NLS-1$ in toString()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp553 GenericValue GV = getConstantValue(Op0); in getConstantValue()
559 GenericValue GV = getConstantValue(Op0); in getConstantValue()
565 GenericValue GV = getConstantValue(Op0); in getConstantValue()
572 GenericValue GV = getConstantValue(Op0); in getConstantValue()
578 GenericValue GV = getConstantValue(Op0); in getConstantValue()
583 GenericValue GV = getConstantValue(Op0); in getConstantValue()
599 GenericValue GV = getConstantValue(Op0); in getConstantValue()
616 GenericValue GV = getConstantValue(Op0); in getConstantValue()
634 GenericValue GV = getConstantValue(Op0); in getConstantValue()
640 GenericValue GV = getConstantValue(Op0); in getConstantValue()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DOutputTree.cpp282 const TConstantUnion *constantUnion = intermConstantUnion->getConstantValue(); in visitBinary()
578 switch (node->getConstantValue()[i].getType()) in visitConstantUnion()
581 if (node->getConstantValue()[i].getBConst()) in visitConstantUnion()
592 mOut << node->getConstantValue()[i].getFConst(); in visitConstantUnion()
596 mOut << node->getConstantValue()[i].getIConst(); in visitConstantUnion()
600 mOut << node->getConstantValue()[i].getUConst(); in visitConstantUnion()
605 node->getConstantValue()[i].getYuvCscStandardEXTConst()); in visitConstantUnion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DOutputTree.cpp282 const TConstantUnion *constantUnion = intermConstantUnion->getConstantValue(); in visitBinary()
578 switch (node->getConstantValue()[i].getType()) in visitConstantUnion()
581 if (node->getConstantValue()[i].getBConst()) in visitConstantUnion()
592 mOut << node->getConstantValue()[i].getFConst(); in visitConstantUnion()
596 mOut << node->getConstantValue()[i].getIConst(); in visitConstantUnion()
600 mOut << node->getConstantValue()[i].getUConst(); in visitConstantUnion()
605 node->getConstantValue()[i].getYuvCscStandardEXTConst()); in visitConstantUnion()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DOutputTree.cpp282 const TConstantUnion *constantUnion = intermConstantUnion->getConstantValue(); in visitBinary()
578 switch (node->getConstantValue()[i].getType()) in visitConstantUnion()
581 if (node->getConstantValue()[i].getBConst()) in visitConstantUnion()
592 mOut << node->getConstantValue()[i].getFConst(); in visitConstantUnion()
596 mOut << node->getConstantValue()[i].getIConst(); in visitConstantUnion()
600 mOut << node->getConstantValue()[i].getUConst(); in visitConstantUnion()
605 node->getConstantValue()[i].getYuvCscStandardEXTConst()); in visitConstantUnion()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DOutputTree.cpp282 const TConstantUnion *constantUnion = intermConstantUnion->getConstantValue(); in visitBinary()
578 switch (node->getConstantValue()[i].getType()) in visitConstantUnion()
581 if (node->getConstantValue()[i].getBConst()) in visitConstantUnion()
592 mOut << node->getConstantValue()[i].getFConst(); in visitConstantUnion()
596 mOut << node->getConstantValue()[i].getIConst(); in visitConstantUnion()
600 mOut << node->getConstantValue()[i].getUConst(); in visitConstantUnion()
605 node->getConstantValue()[i].getYuvCscStandardEXTConst()); in visitConstantUnion()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DOutputTree.cpp282 const TConstantUnion *constantUnion = intermConstantUnion->getConstantValue(); in visitBinary()
578 switch (node->getConstantValue()[i].getType()) in visitConstantUnion()
581 if (node->getConstantValue()[i].getBConst()) in visitConstantUnion()
592 mOut << node->getConstantValue()[i].getFConst(); in visitConstantUnion()
596 mOut << node->getConstantValue()[i].getIConst(); in visitConstantUnion()
600 mOut << node->getConstantValue()[i].getUConst(); in visitConstantUnion()
605 node->getConstantValue()[i].getYuvCscStandardEXTConst()); in visitConstantUnion()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DOutputTree.cpp282 const TConstantUnion *constantUnion = intermConstantUnion->getConstantValue(); in visitBinary()
578 switch (node->getConstantValue()[i].getType()) in visitConstantUnion()
581 if (node->getConstantValue()[i].getBConst()) in visitConstantUnion()
592 mOut << node->getConstantValue()[i].getFConst(); in visitConstantUnion()
596 mOut << node->getConstantValue()[i].getIConst(); in visitConstantUnion()
600 mOut << node->getConstantValue()[i].getUConst(); in visitConstantUnion()
605 node->getConstantValue()[i].getYuvCscStandardEXTConst()); in visitConstantUnion()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/LLVMIRCodeGen/
H A DFunctionSpecializer.cpp56 llvm::Value *getConstantValue(llvm::Value *v) { in getConstantValue() function
301 if (!getConstantValue(arg)) { in specializeCall()
396 hash, getConstantValue(key.call_->getArgOperand(idx))); in operator ()()
414 if (getConstantValue(lhs.call_->getArgOperand(idx)) != in operator ()()
415 getConstantValue(rhs.call_->getArgOperand(idx))) in operator ()()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantClass.java140 public Object getConstantValue(ConstantPool cp) { in getConstantValue() method in ConstantClass
148 return (String)getConstantValue(cp); in getBytes()
H A DConstantString.java140 public Object getConstantValue(ConstantPool cp) { in getConstantValue() method in ConstantString
148 return (String)getConstantValue(cp); in getBytes()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantString.java140 public Object getConstantValue(ConstantPool cp) { in getConstantValue() method in ConstantString
148 return (String)getConstantValue(cp); in getBytes()
H A DConstantClass.java140 public Object getConstantValue(ConstantPool cp) { in getConstantValue() method in ConstantClass
148 return (String)getConstantValue(cp); in getBytes()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DConstantClass.java115 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantClass
124 return (String) getConstantValue(cp); in getBytes()
H A DConstantPackage.java118 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantPackage
127 return (String) getConstantValue(cp); in getBytes()
H A DConstantModule.java118 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantModule
127 return (String) getConstantValue(cp); in getBytes()
H A DConstantString.java123 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantString
132 return (String) getConstantValue(cp); in getBytes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DConstantClass.java115 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantClass
124 return (String) getConstantValue(cp); in getBytes()
H A DConstantString.java123 public Object getConstantValue( final ConstantPool cp ) { in getConstantValue() method in ConstantString
132 return (String) getConstantValue(cp); in getBytes()

12345678910>>...23