Home
last modified time | relevance | path

Searched defs:IsConstant (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/math/
H A DFGRealValue.h65 bool IsConstant(void) const override { return true; } in IsConstant() function
H A DFGParameter.h64 virtual bool IsConstant(void) const { return false; } in IsConstant() function
H A DFGPropertyValue.h69 bool IsConstant(void) const override { in IsConstant() function
H A DFGParameterValue.h85 bool IsConstant(void) const override { return param->IsConstant(); } in IsConstant() function
/dports/devel/tinygo/tinygo-0.14.1/interp/
H A Dvalues.go17 IsConstant() bool // returns true if this value is a constant value methodSpec
39 func (v *LocalValue) IsConstant() bool { func
297 func (v *MapValue) IsConstant() bool { func
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/XsltOld/
H A DAvt.cs35 public bool IsConstant property in System.Xml.Xsl.XsltOld.Avt
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/
H A DAvt.cs34 public bool IsConstant { property in System.Xml.Xsl.XsltOld.Avt
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dmathobj.h155 virtual bool IsConstant (void) { in IsConstant() function
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dcp_model.h312 const bool IsConstant() const { return variables_.empty(); } in IsConstant() function
439 const bool IsConstant() const { return variables_.empty(); } in IsConstant() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis.ExpressionAnalysis.Decoding/
H A DVisitorForValueOf.cs40 …public static bool IsConstant (E expr, out object value, out TypeNode type, FullExpressionDecoder<… in IsConstant() method in Mono.CodeContracts.Static.Analysis.ExpressionAnalysis.Decoding.VisitorForValueOf
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Filter/
H A DZeroOpNode.cs53 internal override bool IsConstant() { in IsConstant() method in System.Data.ZeroOpNode
H A DLookupNode.cs102 internal override bool IsConstant() { in IsConstant() method in System.Data.LookupNode
H A DUnaryNode.cs140 internal override bool IsConstant() { in IsConstant() method in System.Data.UnaryNode
H A DConstNode.cs83 internal override bool IsConstant() { in IsConstant() method in System.Data.ConstNode
H A DNameNode.cs103 internal override bool IsConstant() { in IsConstant() method in System.Data.NameNode
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Filter/
H A DZeroOpNode.cs55 internal override bool IsConstant() in IsConstant() method in System.Data.ZeroOpNode
H A DLookupNode.cs108 internal override bool IsConstant() in IsConstant() method in System.Data.LookupNode
H A DUnaryNode.cs149 internal override bool IsConstant() in IsConstant() method in System.Data.UnaryNode
H A DConstNode.cs87 internal override bool IsConstant() in IsConstant() method in System.Data.ConstNode
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis/
H A DIValueContext.cs40 bool IsConstant (APC readAt, SymbolicValue symbol, out TypeNode type, out object constant); in IsConstant() method
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_SectionLaw.cxx62 Standard_Boolean GeomFill_SectionLaw::IsConstant(Standard_Real& Error) const in IsConstant() function in GeomFill_SectionLaw
H A DGeomFill_TrihedronLaw.cxx70 Standard_Boolean GeomFill_TrihedronLaw::IsConstant() const in IsConstant() function in GeomFill_TrihedronLaw
/dports/math/mfem/mfem-4.3/fem/ceed/
H A Dcoefficient.hpp40 virtual bool IsConstant() const { return true; } in IsConstant() function
50 virtual bool IsConstant() const override { return false; } in IsConstant() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis.Numerical/
H A DIExpressionDecoder.cs37 bool IsConstant (TExpression expr); in IsConstant() method
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dnode-properties.h71 static bool IsConstant(Node* node) { in IsConstant() function

12345678910>>...18