Home
last modified time | relevance | path

Searched refs:initVal (Results 101 – 125 of 432) sorted by relevance

12345678910>>...18

/dports/cad/veroroute/VeroRoute/Src/
H A DFootPrint.h93 CompElement initVal; in Stretch() local
94 assert( initVal.GetPinIndex() == BAD_PININDEX ); in Stretch()
95 assert( initVal.GetHoleUse() == HOLE_FREE ); in Stretch()
96 initVal.SetSurface(bPlug ? SURFACE_PLUG : SURFACE_FULL); in Stretch()
110 StretchSimple(bGrow, initVal); in Stretch()
/dports/misc/sword/sword-1.8.1/include/
H A Dswbuf.h98 inline SWBuf(const char *initVal, unsigned long initSize = 0) {
100 if (initVal)
101 set(initVal);
119 inline SWBuf(char initVal, unsigned long initSize = 0) {
121 *buf = initVal;
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeCoordinateChaser.cpp105 MFVec3f *initVal = initialValue(); in sendChasedEvent() local
112 if (initVal->getSize() != m_destination->getSize()) { in sendChasedEvent()
132 dnmin1 = initVal; in sendChasedEvent()
H A DNodeScalarChaser.cpp79 float initVal = initialValue()->getValue(); in sendChasedEvent() local
94 dnmin1 = initVal; in sendChasedEvent()
H A DNodePositionChaser.cpp81 Vec3f initVal(v[0], v[1], v[2]); in sendChasedEvent() local
96 dnmin1 = initVal; in sendChasedEvent()
H A DNodePositionChaser2D.cpp81 Vec2f initVal(v[0], v[1]); in sendChasedEvent() local
96 dnmin1 = initVal; in sendChasedEvent()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DEZRanger.schelp31 argument:: initVal
192 g=EZRanger(nil, 400@16," freq ", \freq,initVal:[100.rand,200+2000.rand],
201 g=EZRanger(nil, 400@16, nil, \freq,initVal:[100.rand,200+2000.rand],
215 g=EZRanger(nil, 300@42," freq ", \freq,initVal:[100.rand,200+2000.rand],
224 g=EZRanger(nil, 300@42," freq ", \freq,initVal:[100.rand,200+2000.rand],
233 g=EZRanger(nil, 300@42,nil, \freq, initVal:[100.rand,200+2000.rand],
243 g=EZRanger(nil, 150@42,nil, \freq,initVal:[100.rand,200+2000.rand],
256 g=EZRanger(nil, 45@300," Vol ", \db.asSpec.step_(0.01),initVal:[-3-15.rand,-2.rand],
265 g=EZRanger(nil, 45@300, nil, \db.asSpec.step_(0.01),initVal:[-3-15.rand,-2.rand],
274 g=EZRanger(nil, 45@300, " Vol", \db.asSpec.step_(0.01),initVal:[-3-15.rand,-2.rand],
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/wavelets/
H A DWaveletBase.h229 typename ArrayType::ValueType initVal = vtkm::cont::ArrayGetValue(0, array); in DeviceMax() local
230 return vtkm::cont::Algorithm::Reduce(array, initVal, maxFunctor()); in DeviceMax()
235 typename ArrayType::ValueType initVal = vtkm::cont::ArrayGetValue(0, array); in DeviceMin() local
236 return vtkm::cont::Algorithm::Reduce(array, initVal, minFunctor()); in DeviceMin()
251 typename ArrayType::ValueType initVal = array.ReadPortal().Get(0); in DeviceMaxAbs() local
252 return vtkm::cont::Algorithm::Reduce(array, initVal, maxAbsFunctor()); in DeviceMaxAbs()
/dports/misc/hs-hascard/hascard-0.3.0.1/src/
H A DSettings.hs85 let initVal = initialState ^. stLens function
92 in FormFieldState { formFieldState = initVal
107 let initVal = initialState ^. stLens function
116 in FormFieldState { formFieldState = initVal
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/examples/toy/Ch7/include/toy/
H A DAST.h130 std::unique_ptr<ExprAST> initVal; variable
134 std::unique_ptr<ExprAST> initVal = nullptr)
136 initVal(std::move(initVal)) {} in ExprAST()
139 ExprAST *getInitVal() { return initVal.get(); } in getInitVal()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/examples/toy/Ch7/include/toy/
H A DAST.h130 std::unique_ptr<ExprAST> initVal; variable
134 std::unique_ptr<ExprAST> initVal = nullptr)
136 initVal(std::move(initVal)) {} in ExprAST()
139 ExprAST *getInitVal() { return initVal.get(); } in getInitVal()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/examples/toy/Ch7/include/toy/
H A DAST.h130 std::unique_ptr<ExprAST> initVal; variable
134 std::unique_ptr<ExprAST> initVal = nullptr)
136 initVal(std::move(initVal)) {} in ExprAST()
139 ExprAST *getInitVal() { return initVal.get(); } in getInitVal()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DAST.h130 std::unique_ptr<ExprAST> initVal; variable
134 std::unique_ptr<ExprAST> initVal = nullptr)
136 initVal(std::move(initVal)) {} in ExprAST()
139 ExprAST *getInitVal() { return initVal.get(); } in getInitVal()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/examples/toy/Ch7/include/toy/
H A DAST.h130 std::unique_ptr<ExprAST> initVal; variable
134 std::unique_ptr<ExprAST> initVal = nullptr)
136 initVal(std::move(initVal)) {} in ExprAST()
139 ExprAST *getInitVal() { return initVal.get(); } in getInitVal()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/examples/toy/Ch7/include/toy/
H A DAST.h130 std::unique_ptr<ExprAST> initVal; variable
134 std::unique_ptr<ExprAST> initVal = nullptr)
136 initVal(std::move(initVal)) {} in ExprAST()
139 ExprAST *getInitVal() { return initVal.get(); } in getInitVal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/examples/toy/Ch7/include/toy/
H A DAST.h130 std::unique_ptr<ExprAST> initVal; variable
134 std::unique_ptr<ExprAST> initVal = nullptr)
136 initVal(std::move(initVal)) {} in ExprAST()
139 ExprAST *getInitVal() { return initVal.get(); } in getInitVal()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/examples/toy/Ch7/include/toy/
H A DAST.h130 std::unique_ptr<ExprAST> initVal; variable
134 std::unique_ptr<ExprAST> initVal = nullptr)
136 initVal(std::move(initVal)) {} in ExprAST()
139 ExprAST *getInitVal() { return initVal.get(); } in getInitVal()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/examples/toy/Ch7/include/toy/
H A DAST.h130 std::unique_ptr<ExprAST> initVal; variable
134 std::unique_ptr<ExprAST> initVal = nullptr)
136 initVal(std::move(initVal)) {} in ExprAST()
139 ExprAST *getInitVal() { return initVal.get(); } in getInitVal()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DFitDialog.cpp1193 void FitDialog::fitBuiltInFunction(const QString &function, double *initVal) in fitBuiltInFunction() argument
1197 initVal[1] = 1 / initVal[1]; in fitBuiltInFunction()
1200 initVal[1] = -1 / initVal[1]; in fitBuiltInFunction()
1203 initVal[1] = 1 / initVal[1]; in fitBuiltInFunction()
1204 initVal[3] = 1 / initVal[3]; in fitBuiltInFunction()
1207 initVal[1] = 1 / initVal[1]; in fitBuiltInFunction()
1208 initVal[3] = 1 / initVal[3]; in fitBuiltInFunction()
1209 initVal[5] = 1 / initVal[5]; in fitBuiltInFunction()
1223 d_fitter->setInitialGuesses(initVal); in fitBuiltInFunction()
/dports/biology/jalview/jalview/src/jalview/gui/
H A DOptsAndParamsPage.java89 String initVal = null; field in OptsAndParamsPage.OptionBox
161 if (initVal != null) in checkIfModified()
163 notmod &= initVal.equals(val.getSelectedItem()); in checkIfModified()
174 notmod &= (initVal != null) ? initVal.equals(val.getSelectedItem()) in checkIfModified()
175 : val.getSelectedItem() != initVal; in checkIfModified()
262 initVal = (String) val.getSelectedItem(); in setInitialValue()
266 initVal = (initEnabled) ? (String) val.getSelectedItem() : null; in setInitialValue()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/wavelets/
H A DWaveletBase.h256 typename ArrayType::ValueType initVal = array.GetPortalConstControl().Get(0); in DeviceMax() local
257 return vtkm::cont::Algorithm::Reduce(device, array, initVal, maxFunctor()); in DeviceMax()
263 typename ArrayType::ValueType initVal = array.GetPortalConstControl().Get(0); in DeviceMin() local
264 return vtkm::cont::Algorithm::Reduce(device, array, initVal, minFunctor()); in DeviceMin()
280 typename ArrayType::ValueType initVal = array.GetPortalConstControl().Get(0); in DeviceMaxAbs() local
281 return vtkm::cont::Algorithm::Reduce(device, array, initVal, maxAbsFunctor()); in DeviceMaxAbs()
/dports/math/optpp/optpp-2.4/src/UserInterface/
H A DSaveOptAction.java72 double initVal = var_i.getDouble("initVal"); in doAction() local
76 if (initVal < var_i.getDouble("lower")) in doAction()
84 if (initVal > var_i.getDouble("upper")) in doAction()
/dports/math/octomap/octomap-1.9.7/octomap/include/octomap/
H A DOcTreeDataNode.hxx44 OcTreeDataNode<T>::OcTreeDataNode(T initVal) in OcTreeDataNode() argument
45 : children(NULL), value(initVal) in OcTreeDataNode()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/raytracing/
H A DRayOperations.h155 const vtkm::Id initVal = 0; in RaysInMesh() local
156 vtkm::Id count = vtkm::cont::Algorithm::Reduce(castedMasks, initVal); in RaysInMesh()
177 const vtkm::Id initVal = 0; in GetStatusCount() local
178 vtkm::Id count = vtkm::cont::Algorithm::Reduce(castedMasks, initVal); in GetStatusCount()
197 const vtkm::Id initVal = 0; in RaysProcessed() local
198 vtkm::Id count = vtkm::cont::Algorithm::Reduce(castedMasks, initVal); in RaysProcessed()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/PBQP/
H A DMath.h31 Vector(unsigned length, PBQPNum initVal) : in Vector() argument
33 std::fill(data, data + length, initVal); in Vector()
122 Matrix(unsigned rows, unsigned cols, PBQPNum initVal) : in Matrix() argument
124 std::fill(data, data + (rows * cols), initVal); in Matrix()

12345678910>>...18