Home
last modified time | relevance | path

Searched refs:RightValue (Results 1 – 25 of 116) sorted by relevance

12345

/dports/sysutils/acpica-tools/acpica-unix-20210930/source/compiler/
H A Ddtexpress.c225 UINT64 RightValue) in DtDoOperator() argument
236 Result = ~RightValue; in DtDoOperator()
241 Result = !RightValue; in DtDoOperator()
246 Result = LeftValue * RightValue; in DtDoOperator()
251 if (!RightValue) in DtDoOperator()
258 Result = LeftValue / RightValue; in DtDoOperator()
263 if (!RightValue) in DtDoOperator()
270 Result = LeftValue % RightValue; in DtDoOperator()
274 Result = LeftValue + RightValue; in DtDoOperator()
279 Result = LeftValue - RightValue; in DtDoOperator()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/compiler/
H A Ddtexpress.c118 UINT64 RightValue) in DtDoOperator() argument
129 Result = ~RightValue; in DtDoOperator()
134 Result = !RightValue; in DtDoOperator()
139 Result = LeftValue * RightValue; in DtDoOperator()
144 if (!RightValue) in DtDoOperator()
151 Result = LeftValue / RightValue; in DtDoOperator()
156 if (!RightValue) in DtDoOperator()
163 Result = LeftValue % RightValue; in DtDoOperator()
167 Result = LeftValue + RightValue; in DtDoOperator()
172 Result = LeftValue - RightValue; in DtDoOperator()
[all …]
/dports/devel/fpc-fcl-passrc/fpc-3.2.2/packages/fcl-passrc/src/
H A Dpasresolveeval.pas1483 RightValue:=nil;
1502 Result:=RightValue;
1503 RightValue:=nil;
1887 case RightValue.Kind of
1948 case RightValue.Kind of
2003 case RightValue.Kind of
2058 case RightValue.Kind of
2111 case RightValue.Kind of
2792 if (TResEvalInt(RightValue).Int<0) or (TResEvalInt(RightValue).Int>63) then
2822 if (TResEvalInt(RightValue).Int<0) or (TResEvalInt(RightValue).Int>63) then
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-passrc/src/
H A Dpasresolveeval.pas1483 RightValue:=nil;
1502 Result:=RightValue;
1503 RightValue:=nil;
1887 case RightValue.Kind of
1948 case RightValue.Kind of
2003 case RightValue.Kind of
2058 case RightValue.Kind of
2111 case RightValue.Kind of
2792 if (TResEvalInt(RightValue).Int<0) or (TResEvalInt(RightValue).Int>63) then
2822 if (TResEvalInt(RightValue).Int<0) or (TResEvalInt(RightValue).Int>63) then
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/
H A DBuiltInFunctions.H68 template <typename T> const T& RefTo(boost::intrusive_ptr<const RightValue>);
70 template <> const BigInt& RefTo<BigInt>(boost::intrusive_ptr<const RightValue>);
71 template <> const BigRat& RefTo<BigRat>(boost::intrusive_ptr<const RightValue>);
72 template <> const ModuleElem& RefTo<ModuleElem>(boost::intrusive_ptr<const RightValue>);
73 template <> const RingElem& RefTo<RingElem>(boost::intrusive_ptr<const RightValue>);
74 template <> const ideal& RefTo<ideal>(boost::intrusive_ptr<const RightValue>);
75 template <> const matrix& RefTo<matrix>(boost::intrusive_ptr<const RightValue>);
76 template <> const module& RefTo<module>(boost::intrusive_ptr<const RightValue>);
77 template <> const ring& RefTo<ring>(boost::intrusive_ptr<const RightValue>);
78 template <> const std::string& RefTo<std::string>(boost::intrusive_ptr<const RightValue>);
[all …]
H A DInterpreter.H246 class TaggedValue : public RightValue {
255 boost::intrusive_ptr<RightValue> clone();
506 class LIST : public RightValue {
534 class MAT : public RightValue {
788 class RECORD : public RightValue {
1123 const boost::intrusive_ptr<RightValue> v = this->evalArgAs<RightValue>(arg);
1136 const boost::intrusive_ptr<RightValue> v = this->evalArgAs<RightValue>(arg);
1153 const boost::intrusive_ptr<RightValue> v = this->evalArgAs<RightValue>(arg);
1174 const boost::intrusive_ptr<RightValue> v = this->evalArgAs<RightValue>(arg);
1201 const boost::intrusive_ptr<RightValue> v = this->evalArgAs<RightValue>(arg);
[all …]
H A DInterpreter.C113 intrusive_ptr<const RightValue> v=this->evalArgAs<RightValue>(arg); in evalArgAsListOfSymbols()
290 this->RightValue::describe(out); in describe()
1460 intrusive_ptr<const RightValue> TYPE::convert(intrusive_ptr<const RightValue> from, intrusive_ptr<c… in convert()
2849 RightValue * const target = intrusive_ptr_cast<RightValue>(varSlot.value).get(); in obtainOwnership()
3337 intrusive_ptr<RightValue> v = this->leftExp->evalAs<RightValue>(runtimeEnv); in implEval()
3338 intrusive_ptr<RightValue> container = this->rightExp->evalAs<RightValue>(runtimeEnv); in implEval()
3508 intrusive_ptr<RightValue> currValue = (*expIt++)->evalAs<RightValue>(runtimeEnv); in implEval()
3529 intrusive_ptr<RightValue> currValue = (*expIt++)->evalAs<RightValue>(runtimeEnv); in implEval()
3839 intrusive_ptr<RightValue> target = this->targetExp->evalAs<RightValue>(runtimeEnv); in implEval()
4128 intrusive_ptr<RightValue> v = e->evalAs<RightValue>(runtimeEnv); in implExecute()
[all …]
H A DBuiltInFunctions-CoCoALib.C211 intrusive_ptr<RightValue> result = INT::zero;
349 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which);
703 intrusive_ptr<RightValue> v = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which);
714 intrusive_ptr<RightValue> v = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which);
725 intrusive_ptr<RightValue> v = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which);
789 intrusive_ptr<RightValue> v = runtimeEnv->evalArgAsT1orT2<INT, RAT>(arg0, which);
811 intrusive_ptr<RightValue> v = runtimeEnv->evalArgAsT1orT2<INT, RAT>(arg0, which);
830 intrusive_ptr<RightValue> v0 = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which);
841 intrusive_ptr<RightValue> v0 = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which);
1375 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2<INT, MAT>(ARG(1), which);
[all …]
H A DBuiltInFunctions.C156 intrusive_ptr<RightValue> val = INT::zero; in DECLARE_BUILTIN_FUNCTION()
158 val = runtimeEnv->evalArgAs<RightValue>(ARG(1)); in DECLARE_BUILTIN_FUNCTION()
210 intrusive_ptr<RightValue> result = INT::zero; in DECLARE_BUILTIN_FUNCTION()
217 result = runtimeEnv->evalArgAs<RightValue>(ARG(1)); in DECLARE_BUILTIN_FUNCTION()
235 intrusive_ptr<RightValue> result = INT::one; in DECLARE_BUILTIN_FUNCTION()
284 intrusive_ptr<RightValue> elem = runtimeEnv->evalArgAs<RightValue>(ARG(1));
317 intrusive_ptr<RightValue> shouldBeAnIndex = runtimeEnv->evalArgAs<RightValue>(indexArg);
327 intrusive_ptr<RightValue> shouldBeAnIndex = runtimeEnv->evalArgAs<RightValue>(indexArg);
328 intrusive_ptr<RightValue> elem = runtimeEnv->evalArgAs<RightValue>(ARG(2));
498 intrusive_ptr<RightValue> v = runtimeEnv->evalArgAs<RightValue>(argValue);
[all …]
H A DBuiltInFunctionsVarArgs-CoCoALib.C214 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAs<RINGELEM>(ARG(0)); in DECLARE_BUILTIN_FUNCTION()
223 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which); in DECLARE_BUILTIN_FUNCTION()
247 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2orT3<INT, RAT, RINGELEM>(ARG(0), which); in DECLARE_BUILTIN_FUNCTION()
272 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2orT3<INT, RAT, RINGELEM>(ARG(0), which); in DECLARE_BUILTIN_FUNCTION()
297 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2orT3<INT, RAT, RINGELEM>(ARG(0), which); in DECLARE_BUILTIN_FUNCTION()
353 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2<IDEAL, MODULE>(ARG(n-1), which); in DECLARE_BUILTIN_FUNCTION()
398 intrusive_ptr<RightValue> v0 = runtimeEnv->evalArgAsT1orT2<INT, RINGELEM>(ARG(0), which0); in DECLARE_BUILTIN_FUNCTION()
400 intrusive_ptr<RightValue> v1 = runtimeEnv->evalArgAsT1orT2<INT, RINGELEM>(ARG(1), which1); in DECLARE_BUILTIN_FUNCTION()
439 intrusive_ptr<RightValue> v0 = runtimeEnv->evalArgAsT1orT2<INT, RINGELEM>(ARG(0), which0); in DECLARE_BUILTIN_FUNCTION()
440 intrusive_ptr<RightValue> v1 = runtimeEnv->evalArgAsT1orT2<INT, RINGELEM>(ARG(1), which1); in DECLARE_BUILTIN_FUNCTION()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/
H A DBuiltInFunctions.H68 template <typename T> const T& RefTo(boost::intrusive_ptr<const RightValue>);
70 template <> const BigInt& RefTo<BigInt>(boost::intrusive_ptr<const RightValue>);
71 template <> const BigRat& RefTo<BigRat>(boost::intrusive_ptr<const RightValue>);
72 template <> const ModuleElem& RefTo<ModuleElem>(boost::intrusive_ptr<const RightValue>);
73 template <> const RingElem& RefTo<RingElem>(boost::intrusive_ptr<const RightValue>);
74 template <> const ideal& RefTo<ideal>(boost::intrusive_ptr<const RightValue>);
75 template <> const matrix& RefTo<matrix>(boost::intrusive_ptr<const RightValue>);
76 template <> const module& RefTo<module>(boost::intrusive_ptr<const RightValue>);
77 template <> const ring& RefTo<ring>(boost::intrusive_ptr<const RightValue>);
78 template <> const std::string& RefTo<std::string>(boost::intrusive_ptr<const RightValue>);
[all …]
H A DInterpreter.H247 class TaggedValue : public RightValue {
256 boost::intrusive_ptr<RightValue> clone();
507 class LIST : public RightValue {
535 class MAT : public RightValue {
787 class RECORD : public RightValue {
1122 const boost::intrusive_ptr<RightValue> v = this->evalArgAs<RightValue>(arg);
1135 const boost::intrusive_ptr<RightValue> v = this->evalArgAs<RightValue>(arg);
1152 const boost::intrusive_ptr<RightValue> v = this->evalArgAs<RightValue>(arg);
1173 const boost::intrusive_ptr<RightValue> v = this->evalArgAs<RightValue>(arg);
1200 const boost::intrusive_ptr<RightValue> v = this->evalArgAs<RightValue>(arg);
[all …]
H A DInterpreter.C113 intrusive_ptr<const RightValue> v=this->evalArgAs<RightValue>(arg); in evalArgAsListOfSymbols()
1451 intrusive_ptr<const RightValue> TYPE::convert(intrusive_ptr<const RightValue> from, intrusive_ptr<c… in convert()
2829 RightValue * const target = intrusive_ptr_cast<RightValue>(varSlot.value).get(); in obtainOwnership()
3317 intrusive_ptr<RightValue> v = this->leftExp->evalAs<RightValue>(runtimeEnv); in implEval()
3318 intrusive_ptr<RightValue> container = this->rightExp->evalAs<RightValue>(runtimeEnv); in implEval()
3488 intrusive_ptr<RightValue> currValue = (*expIt++)->evalAs<RightValue>(runtimeEnv); in implEval()
3509 intrusive_ptr<RightValue> currValue = (*expIt++)->evalAs<RightValue>(runtimeEnv); in implEval()
3681 const intrusive_ptr<RightValue> indexValue = indexExp->evalAs<RightValue>(runtimeEnv); in implEval()
3809 intrusive_ptr<RightValue> target = this->targetExp->evalAs<RightValue>(runtimeEnv); in implEval()
4095 intrusive_ptr<RightValue> v = e->evalAs<RightValue>(runtimeEnv); in implExecute()
[all …]
H A DBuiltInFunctions.C155 intrusive_ptr<RightValue> val = INT::zero; in DECLARE_BUILTIN_FUNCTION()
157 val = runtimeEnv->evalArgAs<RightValue>(ARG(1)); in DECLARE_BUILTIN_FUNCTION()
209 intrusive_ptr<RightValue> result = INT::zero; in DECLARE_BUILTIN_FUNCTION()
216 result = runtimeEnv->evalArgAs<RightValue>(ARG(1)); in DECLARE_BUILTIN_FUNCTION()
234 intrusive_ptr<RightValue> result = INT::one; in DECLARE_BUILTIN_FUNCTION()
282 intrusive_ptr<RightValue> elem = runtimeEnv->evalArgAs<RightValue>(ARG(1));
315 intrusive_ptr<RightValue> shouldBeAnIndex = runtimeEnv->evalArgAs<RightValue>(indexArg);
325 intrusive_ptr<RightValue> shouldBeAnIndex = runtimeEnv->evalArgAs<RightValue>(indexArg);
326 intrusive_ptr<RightValue> elem = runtimeEnv->evalArgAs<RightValue>(ARG(2));
497 intrusive_ptr<RightValue> v = runtimeEnv->evalArgAs<RightValue>(argValue);
[all …]
H A DBuiltInFunctions-CoCoALib.C182 intrusive_ptr<RightValue> result = INT::zero;
320 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which);
666 intrusive_ptr<RightValue> v = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which);
677 intrusive_ptr<RightValue> v = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which);
688 intrusive_ptr<RightValue> v = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which);
752 intrusive_ptr<RightValue> v = runtimeEnv->evalArgAsT1orT2<INT, RAT>(arg0, which);
774 intrusive_ptr<RightValue> v = runtimeEnv->evalArgAsT1orT2<INT, RAT>(arg0, which);
793 intrusive_ptr<RightValue> v0 = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which);
804 intrusive_ptr<RightValue> v0 = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which);
1323 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2<INT, MAT>(ARG(1), which);
[all …]
H A DBuiltInFunctionsVarArgs-CoCoALib.C214 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAs<RINGELEM>(ARG(0)); in DECLARE_BUILTIN_FUNCTION()
223 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2<INT, RAT>(ARG(0), which); in DECLARE_BUILTIN_FUNCTION()
247 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2orT3<INT, RAT, RINGELEM>(ARG(0), which); in DECLARE_BUILTIN_FUNCTION()
272 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2orT3<INT, RAT, RINGELEM>(ARG(0), which); in DECLARE_BUILTIN_FUNCTION()
297 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2orT3<INT, RAT, RINGELEM>(ARG(0), which); in DECLARE_BUILTIN_FUNCTION()
353 intrusive_ptr<RightValue> x = runtimeEnv->evalArgAsT1orT2<IDEAL, MODULE>(ARG(n-1), which); in DECLARE_BUILTIN_FUNCTION()
398 intrusive_ptr<RightValue> v0 = runtimeEnv->evalArgAsT1orT2<INT, RINGELEM>(ARG(0), which0); in DECLARE_BUILTIN_FUNCTION()
400 intrusive_ptr<RightValue> v1 = runtimeEnv->evalArgAsT1orT2<INT, RINGELEM>(ARG(1), which1); in DECLARE_BUILTIN_FUNCTION()
439 intrusive_ptr<RightValue> v0 = runtimeEnv->evalArgAsT1orT2<INT, RINGELEM>(ARG(0), which0); in DECLARE_BUILTIN_FUNCTION()
440 intrusive_ptr<RightValue> v1 = runtimeEnv->evalArgAsT1orT2<INT, RINGELEM>(ARG(1), which1); in DECLARE_BUILTIN_FUNCTION()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/gen/
H A DCore-inl.h194 class RightValue,
199 const GenImpl<RightValue, Right>& right) {
201 std::is_same<LeftValue, RightValue>::value,
209 class RightValue,
213 const GenImpl<LeftValue, Left>& left, GenImpl<RightValue, Right>&& right) {
215 std::is_same<LeftValue, RightValue>::value,
223 class RightValue,
229 std::is_same<LeftValue, RightValue>::value,
237 class RightValue,
241 GenImpl<LeftValue, Left>&& left, GenImpl<RightValue, Right>&& right) {
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkSpline.h140 vtkSetMacro(RightValue,double);
141 vtkGetMacro(RightValue,double);
162 double RightValue; variable
H A DvtkSpline.cxx33 this->RightValue = 0.0; in vtkSpline()
159 this->RightValue = s->RightValue; in DeepCopy()
223 os << indent << "Right Value: " << this->RightValue << "\n"; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkSpline.h162 vtkSetMacro(RightValue,double);
163 vtkGetMacro(RightValue,double);
187 double RightValue; variable
H A DvtkSpline.cxx33 this->RightValue = 0.0; in vtkSpline()
159 this->RightValue = s->RightValue; in DeepCopy()
223 os << indent << "Right Value: " << this->RightValue << "\n"; in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkSpline.h161 vtkSetMacro(RightValue, double);
162 vtkGetMacro(RightValue, double);
186 double RightValue; variable
H A DvtkSpline.cxx32 this->RightValue = 0.0; in vtkSpline()
159 this->RightValue = s->RightValue; in DeepCopy()
222 os << indent << "Right Value: " << this->RightValue << "\n"; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Common/ComputationalGeometry/
H A DvtkParametricSpline.h136 vtkSetMacro(RightValue,double);
137 vtkGetMacro(RightValue,double);
156 double RightValue; variable
/dports/math/vtk9/VTK-9.1.0/Common/ComputationalGeometry/
H A DvtkParametricSpline.h163 vtkSetMacro(RightValue, double);
164 vtkGetMacro(RightValue, double);
184 double RightValue; variable

12345