Home
last modified time | relevance | path

Searched refs:IsConstant (Results 1 – 25 of 986) sorted by relevance

12345678910>>...40

/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/merge/
H A DFuseGeLu.cpp71 if (helpers::IsBinaryAdd(x) && helpers::IsConstant(y)){ in FuseGeLu()
73 } else if (helpers::IsConstant(x) && helpers::IsBinaryAdd(y)){ in FuseGeLu()
81 if (helpers::IsConstant(x) && IsTanh(y)) { in FuseGeLu()
83 } else if (IsTanh(x) && helpers::IsConstant(y)) { in FuseGeLu()
96 if (helpers::IsBinaryAdd(x) && helpers::IsConstant(y)){ in FuseGeLu()
98 } else if (helpers::IsConstant(x) && helpers::IsBinaryAdd(y)) { in FuseGeLu()
118 if (IsBinaryPow(x) && helpers::IsConstant(y)) { in FuseGeLu()
120 } else if (helpers::IsConstant(x) && IsBinaryPow(y)) { in FuseGeLu()
H A DConv1dSqueezeMove.cpp80 if (helpers::IsConstant(expr0) && helpers::IsConstant(expr1)) { in __anonb12fa25e0102()
83 if (helpers::IsConstant(expr0)) { in __anonb12fa25e0102()
87 } else if (helpers::IsConstant(expr1)) { in __anonb12fa25e0102()
178 if (helpers::IsConstant(expr0)) { in __anonb12fa25e0302()
184 } else if (helpers::IsConstant(expr1)) { in __anonb12fa25e0302()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/flight_control/
H A DFGLinearActuator.cpp58 if (ptrSet && ptrSet->IsConstant()) { in FGLinearActuator()
67 if (ptrReset && ptrReset->IsConstant()) { in FGLinearActuator()
76 if (ptrVersus && ptrVersus->IsConstant()) { in FGLinearActuator()
85 if (ptrBias && ptrBias->IsConstant()) { in FGLinearActuator()
156 if (ptrSet && !ptrSet->IsConstant()) set = ptrSet->GetValue() >= 0.5; in Run()
157 if (ptrReset && !ptrReset->IsConstant()) reset = ptrReset->GetValue() >= 0.5; in Run()
170 if (ptrVersus && !ptrVersus->IsConstant()) { in Run()
203 if (ptrBias && !ptrBias->IsConstant()) { in Run()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/math/
H A Dsymdiff.tcl689 if {[IsConstant $g]} {
819 if {[IsConstant $a]} {
862 if {[IsConstant $left]} {
870 } elseif {[IsConstant $right]} {
905 if {[IsConstant $left]} {
951 if {[IsConstant $left]} {
1004 if {[IsConstant $n]} {
1012 } elseif {[IsConstant $d]} {
1047 if {[IsConstant $a]} {
1057 if {[IsConstant $b]} {
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/math/
H A Dsymdiff.tcl689 if {[IsConstant $g]} {
819 if {[IsConstant $a]} {
862 if {[IsConstant $left]} {
870 } elseif {[IsConstant $right]} {
905 if {[IsConstant $left]} {
951 if {[IsConstant $left]} {
1004 if {[IsConstant $n]} {
1012 } elseif {[IsConstant $d]} {
1047 if {[IsConstant $a]} {
1057 if {[IsConstant $b]} {
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/math/
H A Dsymdiff.tcl689 if {[IsConstant $g]} {
819 if {[IsConstant $a]} {
862 if {[IsConstant $left]} {
870 } elseif {[IsConstant $right]} {
905 if {[IsConstant $left]} {
951 if {[IsConstant $left]} {
1004 if {[IsConstant $n]} {
1012 } elseif {[IsConstant $d]} {
1047 if {[IsConstant $a]} {
1057 if {[IsConstant $b]} {
[all …]
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/
H A DEquation.cpp44 IsConstant = true; in Clear()
63 IsConstant = In.IsConstant; in operator =()
77 IsConstant = true; in FromConstant()
89 IsConstant = true; in FromAmfString()
96 IsConstant = false; in FromAmfString()
103 if (IsConstant){ in ToAmfString()
116 if (IsConstant) return true; in CheckParse()
141 if (IsConstant) return ConstantValue; in Eval()
/dports/math/py-mathics/Mathics3-2.2.0/mathics/packages/analytica/
H A Danalysis.m28 Continuous[a_, {x_, _}] := True/; IsConstant[a, x];
44 IsConstant[n, x] && Continuous[a, {x, x0}] && WeakSimplify[or[a!=0, n>=0]];
75 IsConstant[Pi, x_] := True;
77 IsConstant[Const[___], x_] := True;
79 IsConstant[f_, x_] := False /; !FreeQ[f, x];
81 IsConstant[f_[a___], x_] :=
82 Apply[and, Map[IsConstant[#, x]&, {a}]] /; f=!=Var;
84 IsConstant[_?NumberQ, x_] := True;
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_StlIterator.hxx28 template<class Category, class BaseIterator, class ItemType, bool IsConstant>
31 … typename opencascade::std::conditional<IsConstant, const ItemType*, ItemType*>::type,
32 … typename opencascade::std::conditional<IsConstant, const ItemType&, ItemType&>::type>
103 return Reference<IsConstant>(); in operator *()
109 return &Reference<IsConstant>(); in operator ->()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_StlIterator.hxx28 template<class Category, class BaseIterator, class ItemType, bool IsConstant>
31 … typename opencascade::std::conditional<IsConstant, const ItemType*, ItemType*>::type,
32 … typename opencascade::std::conditional<IsConstant, const ItemType&, ItemType&>::type>
103 return Reference<IsConstant>(); in operator *()
109 return &Reference<IsConstant>(); in operator ->()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_StlIterator.hxx28 template<class Category, class BaseIterator, class ItemType, bool IsConstant>
31 … typename opencascade::std::conditional<IsConstant, const ItemType*, ItemType*>::type,
32 … typename opencascade::std::conditional<IsConstant, const ItemType&, ItemType&>::type>
103 return Reference<IsConstant>(); in operator *()
109 return &Reference<IsConstant>(); in operator ->()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIStaticItem.cpp40 if (!label.IsConstant()) m_info.push_back(std::make_pair(label, "label")); in CGUIStaticItem()
41 if (!label2.IsConstant()) m_info.push_back(std::make_pair(label2, "label2")); in CGUIStaticItem()
42 if (!thumb.IsConstant()) m_info.push_back(std::make_pair(thumb, "thumb")); in CGUIStaticItem()
43 if (!icon.IsConstant()) m_info.push_back(std::make_pair(icon, "icon")); in CGUIStaticItem()
54 if (!prop.IsConstant()) in CGUIStaticItem()
/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dparameter_block_ordering.cc75 if (parameter_block->IsConstant()) { in ComputeStableSchurOrdering()
96 if (parameter_block->IsConstant()) { in ComputeSchurOrdering()
133 if (!parameter_block->IsConstant()) { in CreateHessianGraph()
145 if (parameter_blocks[j]->IsConstant()) { in CreateHessianGraph()
150 if (parameter_blocks[k]->IsConstant()) { in CreateHessianGraph()
H A Dblock_jacobian_writer.cc77 if (!parameter_block->IsConstant()) { in BuildJacobianLayout()
106 if (parameter_block->IsConstant()) { in BuildJacobianLayout()
161 CHECK(!parameter_blocks[i]->IsConstant()); in CreateJacobian()
193 if (!parameter_block->IsConstant()) { in CreateJacobian()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dparameter_block_ordering.cc72 if (parameter_block->IsConstant()) { in ComputeStableSchurOrdering()
92 if (parameter_block->IsConstant()) { in ComputeSchurOrdering()
127 if (!parameter_block->IsConstant()) { in CreateHessianGraph()
139 if (parameter_blocks[j]->IsConstant()) { in CreateHessianGraph()
144 if (parameter_blocks[k]->IsConstant()) { in CreateHessianGraph()
H A Dblock_jacobian_writer.cc78 if (!parameter_block->IsConstant()) { in BuildJacobianLayout()
107 if (parameter_block->IsConstant()) { in BuildJacobianLayout()
162 CHECK(!parameter_blocks[i]->IsConstant()); in CreateJacobian()
194 if (!parameter_block->IsConstant()) { in CreateJacobian()
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dparameter_block_ordering.cc75 if (parameter_block->IsConstant()) { in ComputeStableSchurOrdering()
96 if (parameter_block->IsConstant()) { in ComputeSchurOrdering()
133 if (!parameter_block->IsConstant()) { in CreateHessianGraph()
145 if (parameter_blocks[j]->IsConstant()) { in CreateHessianGraph()
150 if (parameter_blocks[k]->IsConstant()) { in CreateHessianGraph()
H A Dblock_jacobian_writer.cc77 if (!parameter_block->IsConstant()) { in BuildJacobianLayout()
106 if (parameter_block->IsConstant()) { in BuildJacobianLayout()
161 CHECK(!parameter_blocks[i]->IsConstant()); in CreateJacobian()
193 if (!parameter_block->IsConstant()) { in CreateJacobian()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis.Numerical/
H A DAssumeTrueVisitor.cs65 var leftIsConstant = Decoder.IsConstant (left); in VisitLogicalAnd()
66 var rightIsConstant = Decoder.IsConstant (right); in VisitLogicalAnd()
79 var leftIsConstant = Decoder.IsConstant (left); in VisitLogicalOr()
80 var rightIsConstant = Decoder.IsConstant (right); in VisitLogicalOr()
H A DBoxedExpressionDecoder.cs49 if (expr.IsConstant) in OperatorFor()
130 if (expr.IsConstant) { in TypeOf()
213 public bool IsConstant (BoxedExpression expr) in IsConstant() method in Mono.CodeContracts.Static.Analysis.Numerical.BoxedExpressionDecoder
215 return expr.IsConstant; in IsConstant()
225 if (!expr.IsConstant) in TryValueOf()
256 return expr.IsConstant && expr.IsNull; in IsNull()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFiDS/
H A DChFiDS_FilSpine.cxx241 Standard_Boolean ChFiDS_FilSpine::IsConstant()const in IsConstant() function in ChFiDS_FilSpine
532 if (IsConstant(k)){ // yes ! in Handle()
572 if (IsConstant(ind(1))) { in Handle()
587 if (IsConstant(iprec)){ in Handle()
594 if (IsConstant(ind(nbed))) Rfin = Radius(ind(nbed)); in Handle()
599 if (IsConstant(isuiv)) { in Handle()
607 if (IsConstant(ind(1))) { in Handle()
618 if (IsConstant(ind(1) - 1)){ in Handle()
630 if (IsConstant(ind(nbed))) Rfin = Radius(ind(nbed)); in Handle()
646 if (IsConstant(ind(icur))) { in Handle()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/doc/refman/html/
H A Dclass_n_collection___stl_iterator__inherit__graph.map1 …ory, BaseIterator, ItemType, IsConstant &gt;" name="NCollection_StlIterator&lt; Category, BaseIter…
/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
43 return v.Underlying.IsConstant()
71 if !value.IsConstant() {
79 if !value.IsConstant() {
139 if v.IsConstant() {
163 if !v.IsConstant() {
297 func (v *MapValue) IsConstant() bool { func
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A Dfactor.C349 if (IsConstant(f)) return IsIrred(LC(f)); in IsIrredPoly()
379 if (IsConstant(f)) return one(P); in RadicalOfPoly()
425 while (!IsConstant(g)) in RadicalOfPoly()
481 if (!IsConstant(G)) in SqFreeFactorPosDerChar0()
492 if (!IsConstant(rad)) in SqFreeFactorPosDerChar0()
535 if (!IsConstant(G)) in SqFreeFactorPosDerCharP()
546 if (!IsConstant(rad)) in SqFreeFactorPosDerCharP()
591 if (IsConstant(Q)) continue; in SqFreeFactorCharP()
596 if (IsConstant(facs[i])) break; in SqFreeFactorCharP()
602 while (last >= 0 && IsConstant(facs[last])) in SqFreeFactorCharP()
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A Dfactor.C349 if (IsConstant(f)) return IsIrred(LC(f)); in IsIrredPoly()
379 if (IsConstant(f)) return one(P); in RadicalOfPoly()
425 while (!IsConstant(g)) in RadicalOfPoly()
481 if (!IsConstant(G)) in SqFreeFactorPosDerChar0()
492 if (!IsConstant(rad)) in SqFreeFactorPosDerChar0()
535 if (!IsConstant(G)) in SqFreeFactorPosDerCharP()
546 if (!IsConstant(rad)) in SqFreeFactorPosDerCharP()
591 if (IsConstant(Q)) continue; in SqFreeFactorCharP()
596 if (IsConstant(facs[i])) break; in SqFreeFactorCharP()
602 while (last >= 0 && IsConstant(facs[last])) in SqFreeFactorCharP()
[all …]

12345678910>>...40