Home
last modified time | relevance | path

Searched refs:maxStepSize (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/svrg/
H A Dbarzilai_borwein_decay.hpp47 BarzilaiBorweinDecay(const double maxStepSize = DBL_MAX, in BarzilaiBorweinDecay() argument
50 maxStepSize(maxStepSize) in BarzilaiBorweinDecay()
59 double MaxStepSize() const { return maxStepSize; } in MaxStepSize()
61 double& MaxStepSize() { return maxStepSize; } in MaxStepSize()
103 stepSize = std::min(stepSize, parent.maxStepSize); in Update()
121 double maxStepSize; member in ens::BarzilaiBorweinDecay
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/actions/dialog/
H A DSetupDialog.java128 JFormattedTextField maxStepSize) { in applyModifiers() argument
133 maxStepSize.setEnabled(modifiers.contains(SolverModifiers.MAX_STEP_SIZE)); in applyModifiers()
245 private JFormattedTextField maxStepSize; field in SetupDialog
339 …urrent.applyModifiers(integrator, integratorRel, toleranceOnTime, maxIntegrationTime, maxStepSize); in initComponents()
344 maxStepSize = new JFormattedTextField(CURRENT_FORMAT); in initComponents()
345 maxStepSize.setInputVerifier(VALIDATE_POSITIVE_DOUBLE); in initComponents()
346maxStepSize.setValue(new BigDecimal(parameters.getProperties(controller).get(ScicosParameters.MAXI… in initComponents()
421 add(maxStepSize, gbc); in initComponents()
445 …urrent.applyModifiers(integrator, integratorRel, toleranceOnTime, maxIntegrationTime, maxStepSize); in initComponents()
481maxStepSize.setValue(new BigDecimal(ScicosParameters.DEFAULT_PARAMETERS.get(ScicosParameters.MAXIM… in installActionListeners()
[all …]
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/datamatrix/
H A DDMDetector.cpp478 StepResult traceStep(PointF dEdge, int maxStepSize, bool goodDirection) in traceStep() argument
482 for (int step = 1; step <= maxStepSize; ++step) in traceStep()
491 for (int j = 0; j < std::max(maxStepSize, 3) && isIn(pEdge); ++j) { in traceStep()
497 if (history && maxStepSize == 1) { in traceStep()
614 maxStepSize = std::min(maxStepSize, static_cast<int>(finishLine.signedDistance(p)));
616 auto stepResult = traceStep(dEdge, maxStepSize, line.isValid());
621 static_cast<int>(finishLine.signedDistance(p)) <= maxStepSize + 1;
701 CHECK(tlTracer.traceGaps(tlTracer.right(), lineT, maxStepSize)); in Scan()
703 maxStepSize = std::min(lineT.length() / 3, static_cast<int>(lenL / 5)) * 2; in Scan()
708 CHECK(t.traceGaps(t.left(), lineR, maxStepSize, lineT)); in Scan()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/spice2xyzv/
H A Dspice2xyzv.cpp43 maxStepSize(MAX_STEP_SIZE), in Configuration()
56 double maxStepSize; member in Configuration
307 while (dt < config.maxStepSize && et + dt * 2.0 < endET) in convertSpkToXyzv()
320 if (positionError > config.tolerance || dt > config.maxStepSize) in convertSpkToXyzv()
379 out << "# Max step size: " << config.maxStepSize << " s" << endl; in writeCommentHeader()
437 in >> config.maxStepSize; in readConfig()
/dports/astro/celestia/celestia-1.6.1/src/tools/spice2xyzv/
H A Dspice2xyzv.cpp43 maxStepSize(MAX_STEP_SIZE), in Configuration()
56 double maxStepSize; member in Configuration
307 while (dt < config.maxStepSize && et + dt * 2.0 < endET) in convertSpkToXyzv()
320 if (positionError > config.tolerance || dt > config.maxStepSize) in convertSpkToXyzv()
379 out << "# Max step size: " << config.maxStepSize << " s" << endl; in writeCommentHeader()
437 in >> config.maxStepSize; in readConfig()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/equil/
H A DChemEquil.h30 maxStepSize(10.0), propertyPair(TP), contin(false) {} in EquilOpt()
41 doublereal maxStepSize; variable
/dports/games/scorched3d/scorched/src/server/server/
H A DServerSimulator.cpp34 static fixed maxStepSize(true, 1 * fixed::FIXED_RESOLUTION); variable
146 fixed stepSize = MAX(MIN(max, maxStepSize), minStepSize); in calcSendStepSize()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/kinetics/
H A DImplicitSurfChem.cpp22 double maxStepSize, size_t maxSteps, in ImplicitSurfChem() argument
29 m_maxstep(maxStepSize), in ImplicitSurfChem()
H A DInterfaceKinetics.cpp858 doublereal atol, doublereal maxStepSize, in advanceCoverages() argument
866 m_integrator->setMaxStepSize(maxStepSize); in advanceCoverages()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/kinetics/
H A DImplicitSurfChem.h75 double maxStepSize=0, size_t maxSteps=20000,
H A DInterfaceKinetics.h254 double atol=1.e-14, double maxStepSize=0,
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Modeling/src/
H A DODEBase.cpp27 …abstol(pt.get<double>("AbsoluteTolerance", 1.0e-8)), maxStepSize(pt.get<double>("MaxStepSize", 1.0… in ODEBase()
121 flag = CVodeSetMaxStepB(cvode_mem, indexB, maxStepSize); in CreateSolverMemoryB()
194 flag = CVodeSetMaxStep(cvode_mem, maxStepSize); in CreateSolverMemory()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/MUQ/Modeling/
H A DODEBase.h160 const double maxStepSize; variable
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/
H A Dplayback.hpp74 void checkPlayPosition(int maxStepSize);
H A Dplayback.cpp1541 void PlaybackManager::checkPlayPosition(int maxStepSize) in checkPlayPosition() argument
1543 if (isPlaySong() && playStepNum_ >= maxStepSize) { in checkPlayPosition()
1544 playStepNum_ = maxStepSize - 1; in checkPlayPosition()
/dports/math/vtk9/VTK-9.1.0/Filters/Points/
H A DvtkPointSmoothingFilter.cxx1108 double maxStepSize, vtkIdType* conn, DisplacePoint* f, PointConstraints* c, vtkPlane* plane) in operator ()()
1110 SmoothPoints<PointsT1, PointsT2> smooth(inPts, outPts, neiSize, maxStepSize, conn, f, c, plane); in operator ()()
1294 double maxStepSize = this->MaximumStepSize; in RequestData() local
1314 maxStepSize, conn, disp, constraints, plane)) in RequestData()
1316 sworker(inBuf->GetData(), outBuf->GetData(), numPts, neiSize, maxStepSize, conn, disp, in RequestData()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/
H A DRealSpinBoxInput.qml84 mouseArea.stepSize = myControl.maxStepSize
227 mouseArea.stepSize = myControl.maxStepSize
H A DSpinBox.qml40 property real maxStepSize: 10
268 mySpinBox.stepSize = mySpinBox.maxStepSize
H A DRealSpinBox.qml47 property real maxStepSize: {
322 mySpinBox.realStepSize = mySpinBox.maxStepSize
/dports/net/yaz/yaz-5.31.1/src/yaz/
H A Dz-exp.h561 Odr_int *maxStepSize; /* OPT */ member
/dports/net/yaz/yaz-5.31.1/src/
H A Dz-exp.c575 &(*p)->maxStepSize, ODR_CONTEXT, 0, 1, "maxStepSize") && in z_EScanInfo()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/z3950/
H A Dz3950-externals.asn823 maxStepSize [0] IMPLICIT INTEGER OPTIONAL,
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/z3950/
H A Dz3950-externals.asn823 maxStepSize [0] IMPLICIT INTEGER OPTIONAL,
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/z3950/
H A Dz3950-externals.asn823 maxStepSize [0] IMPLICIT INTEGER OPTIONAL,
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/z3950/
H A Dz3950-externals.asn823 maxStepSize [0] IMPLICIT INTEGER OPTIONAL,

12