Home
last modified time | relevance | path

Searched refs:LeftValue (Results 1 – 25 of 139) sorted by relevance

123456

/dports/sysutils/acpica-tools/acpica-unix-20210930/source/compiler/
H A Ddtexpress.c223 UINT64 LeftValue, in DtDoOperator() argument
246 Result = LeftValue * RightValue; in DtDoOperator()
258 Result = LeftValue / RightValue; in DtDoOperator()
270 Result = LeftValue % RightValue; in DtDoOperator()
274 Result = LeftValue + RightValue; in DtDoOperator()
279 Result = LeftValue - RightValue; in DtDoOperator()
294 Result = LeftValue < RightValue; in DtDoOperator()
299 Result = LeftValue > RightValue; in DtDoOperator()
324 Result = LeftValue & RightValue; in DtDoOperator()
329 Result = LeftValue ^ RightValue; in DtDoOperator()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/compiler/
H A Ddtexpress.c116 UINT64 LeftValue, in DtDoOperator() argument
139 Result = LeftValue * RightValue; in DtDoOperator()
151 Result = LeftValue / RightValue; in DtDoOperator()
163 Result = LeftValue % RightValue; in DtDoOperator()
167 Result = LeftValue + RightValue; in DtDoOperator()
172 Result = LeftValue - RightValue; in DtDoOperator()
187 Result = LeftValue < RightValue; in DtDoOperator()
192 Result = LeftValue > RightValue; in DtDoOperator()
217 Result = LeftValue & RightValue; in DtDoOperator()
222 Result = LeftValue ^ RightValue; in DtDoOperator()
[all …]
/dports/devel/fpc-fcl-passrc/fpc-3.2.2/packages/fcl-passrc/src/
H A Dpasresolveeval.pas1482 LeftValue:=nil;
1494 Result:=LeftValue;
1495 LeftValue:=nil;
1571 case LeftValue.Kind of
1883 case LeftValue.Kind of
2160 case LeftValue.Kind of
2440 case LeftValue.Kind of
2628 case LeftValue.Kind of
2706 case LeftValue.Kind of
2786 case LeftValue.Kind of
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-passrc/src/
H A Dpasresolveeval.pas1482 LeftValue:=nil;
1494 Result:=LeftValue;
1495 LeftValue:=nil;
1571 case LeftValue.Kind of
1883 case LeftValue.Kind of
2160 case LeftValue.Kind of
2440 case LeftValue.Kind of
2628 case LeftValue.Kind of
2706 case LeftValue.Kind of
2786 case LeftValue.Kind of
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/gen/
H A DCore-inl.h192 class LeftValue,
196 class Chain = detail::Chain<LeftValue, Left, Right>>
198 const GenImpl<LeftValue, Left>& left,
201 std::is_same<LeftValue, RightValue>::value,
207 class LeftValue,
211 class Chain = detail::Chain<LeftValue, Left, Right>>
215 std::is_same<LeftValue, RightValue>::value,
221 class LeftValue,
229 std::is_same<LeftValue, RightValue>::value,
235 class LeftValue,
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkSpline.h138 vtkSetMacro(LeftValue,double);
139 vtkGetMacro(LeftValue,double);
160 double LeftValue; variable
H A DvtkSpline.cxx31 this->LeftValue = 0.0; in vtkSpline()
157 this->LeftValue = s->LeftValue; in DeepCopy()
222 os << indent << "Left Value: " << this->LeftValue << "\n"; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkSpline.h160 vtkSetMacro(LeftValue,double);
161 vtkGetMacro(LeftValue,double);
185 double LeftValue; variable
H A DvtkSpline.cxx31 this->LeftValue = 0.0; in vtkSpline()
157 this->LeftValue = s->LeftValue; in DeepCopy()
222 os << indent << "Left Value: " << this->LeftValue << "\n"; in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkSpline.h159 vtkSetMacro(LeftValue, double);
160 vtkGetMacro(LeftValue, double);
184 double LeftValue; variable
H A DvtkSpline.cxx30 this->LeftValue = 0.0; in vtkSpline()
157 this->LeftValue = s->LeftValue; in DeepCopy()
221 os << indent << "Left Value: " << this->LeftValue << "\n"; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Common/ComputationalGeometry/
H A DvtkParametricSpline.h134 vtkSetMacro(LeftValue,double);
135 vtkGetMacro(LeftValue,double);
155 double LeftValue; variable
/dports/math/vtk9/VTK-9.1.0/Common/ComputationalGeometry/
H A DvtkParametricSpline.h161 vtkSetMacro(LeftValue, double);
162 vtkGetMacro(LeftValue, double);
183 double LeftValue; variable
/dports/math/vtk8/VTK-8.2.0/Common/ComputationalGeometry/
H A DvtkParametricSpline.h161 vtkSetMacro(LeftValue,double);
162 vtkGetMacro(LeftValue,double);
183 double LeftValue; variable
/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A DAFunction.cpp660 ma= a[0].LeftValue()->nbitem(); in formalMatCofactor()
662 if( ma != (int) a[i].LeftValue()->nbitem()) in formalMatCofactor()
741 ma= a[0].LeftValue()->nbitem(); in formalMatTrace()
743 if( ma != (int) a[i].LeftValue()->nbitem()) in formalMatTrace()
791 ma= a[0].LeftValue()->nbitem(); in formalMatDet()
793 if( ma != (int) a[i].LeftValue()->nbitem()) in formalMatDet()
1788 ma= a[0].LeftValue()->nbitem(); in code2()
1790 if( ma != (int) a[i].LeftValue()->nbitem()) in code2()
1795 mb= b[1].LeftValue()->nbitem(); in code2()
1913 ma= a[0].LeftValue()->nbitem(); in code2()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/src/Algo/
H A Dlgalgo.cpp133 opJ = dynamic_cast< const Polymorphic * >(args[0].LeftValue( )); in E_LCG()
137 opdJ = dynamic_cast< const Polymorphic * >(args[1].LeftValue( )); in E_LCG()
141 ophJ = dynamic_cast< const Polymorphic * >(args[2].LeftValue( )); in E_LCG()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp189 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator +() local
207 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator +() local
210 checkedAddUnsigned<uint64_t>(LeftValue, RightValue); in operator +()
221 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator -() local
245 if (LeftValue >= RightValue) in operator -()
246 return ExpressionValue(LeftValue - RightValue); in operator -()
248 uint64_t AbsoluteDifference = RightValue - LeftValue; in operator -()
292 checkedMulUnsigned<uint64_t>(LeftValue, RightValue); in operator *()
316 return ExpressionValue(LeftValue / RightValue); in operator /()
324 return ExpressionValue(std::max(LeftValue, RightValue)); in max()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DFileCheck.cpp155 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator +() local
173 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator +() local
176 checkedAddUnsigned<uint64_t>(LeftValue, RightValue); in operator +()
187 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator -() local
211 if (LeftValue >= RightValue) in operator -()
212 return ExpressionValue(LeftValue - RightValue); in operator -()
214 uint64_t AbsoluteDifference = RightValue - LeftValue; in operator -()
258 checkedMulUnsigned<uint64_t>(LeftValue, RightValue); in operator *()
282 return ExpressionValue(LeftValue / RightValue); in operator /()
290 return ExpressionValue(std::max(LeftValue, RightValue)); in max()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DFileCheck.cpp155 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator +() local
173 uint64_t LeftValue = cantFail(LeftOperand.getUnsignedValue()); in operator +() local
176 checkedAddUnsigned<uint64_t>(LeftValue, RightValue); in operator +()
187 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator -() local
211 if (LeftValue >= RightValue) in operator -()
212 return ExpressionValue(LeftValue - RightValue); in operator -()
214 uint64_t AbsoluteDifference = RightValue - LeftValue; in operator -()
258 checkedMulUnsigned<uint64_t>(LeftValue, RightValue); in operator *()
282 return ExpressionValue(LeftValue / RightValue); in operator /()
290 return ExpressionValue(std::max(LeftValue, RightValue)); in max()
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/emirpasic/gods/gods-1.12.0/examples/btree/
H A Dbtree.go55 tree.LeftValue() // get the left-most (min) node's value
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/emirpasic/gods/examples/btree/
H A Dbtree.go55 tree.LeftValue() // get the left-most (min) node's value
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/emirpasic/gods/examples/btree/
H A Dbtree.go55 tree.LeftValue() // get the left-most (min) node's value
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/emirpasic/gods/examples/btree/
H A Dbtree.go55 tree.LeftValue() // get the left-most (min) node's value
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/emirpasic/gods/examples/btree/
H A Dbtree.go55 tree.LeftValue() // get the left-most (min) node's value
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/FileCheck/
H A DFileCheck.cpp207 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator +() local
228 checkedAddUnsigned<uint64_t>(LeftValue, RightValue); in operator +()
239 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in operator -() local
263 if (LeftValue >= RightValue) in operator -()
264 return ExpressionValue(LeftValue - RightValue); in operator -()
266 uint64_t AbsoluteDifference = RightValue - LeftValue; in operator -()
310 checkedMulUnsigned<uint64_t>(LeftValue, RightValue); in operator *()
334 return ExpressionValue(LeftValue / RightValue); in operator /()
340 int64_t LeftValue = cantFail(LeftOperand.getSignedValue()); in max() local
342 return ExpressionValue(std::max(LeftValue, RightValue)); in max()
[all …]

123456