Home
last modified time | relevance | path

Searched refs:numberOfIterations (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/science/gabedit/GabeditSrc251_300720/src/Molcas/
H A DMolcasOptimization.c40 molcasOptimization.numberOfIterations = 0; in initMolcasOptimization()
53 molcasOptimization.numberOfIterations = 0; in freeMolcasOptimization()
74 molcasOptimization.numberOfIterations = 0; in activateRadioButton()
80 molcasOptimization.numberOfIterations = 15; in activateRadioButton()
103 molcasOptimization.numberOfIterations = atoi(tmp); in changedEntryMaxIterations()
106 molcasOptimization.numberOfIterations = 15; in changedEntryMaxIterations()
113 molcasOptimization.numberOfIterations = 15; in changedEntryMaxIterations()
182 molcasOptimization.numberOfIterations = 0; in createOptimizationFrame()
189 if(molcasOptimization.numberOfIterations<1) return; in putBeginOptimizationInTextEditor()
195 sprintf(buffer,">>> Set maxiter %d\n",molcasOptimization.numberOfIterations); in putBeginOptimizationInTextEditor()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/nashorn/src/jdk/nashorn/internal/performance/
H A DPerformanceWrapper.java45 …protected void runCompileOnlyTest(final String name, final int numberOfIterations, final int runsP… in runCompileOnlyTest() argument
48 final long[] times = new long[numberOfIterations + 1]; in runCompileOnlyTest()
51 for (int iteration = 1; iteration <= numberOfIterations; iteration++) { in runCompileOnlyTest()
58 for (int i = 0; i < numberOfIterations; i++) { in runCompileOnlyTest()
63 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
64 …runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, System.out, System.err, ne… in runExecuteOnlyTest()
67 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
68 … runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, out, err, new String[0]); in runExecuteOnlyTest()
72 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
80 _numberOfIterations = numberOfIterations; in runExecuteOnlyTest()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/nashorn/src/jdk/nashorn/internal/performance/
H A DPerformanceWrapper.java45 …protected void runCompileOnlyTest(final String name, final int numberOfIterations, final int runsP… in runCompileOnlyTest() argument
48 final long[] times = new long[numberOfIterations + 1]; in runCompileOnlyTest()
51 for (int iteration = 1; iteration <= numberOfIterations; iteration++) { in runCompileOnlyTest()
58 for (int i = 0; i < numberOfIterations; i++) { in runCompileOnlyTest()
63 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
64 …runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, System.out, System.err, ne… in runExecuteOnlyTest()
67 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
68 … runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, out, err, new String[0]); in runExecuteOnlyTest()
72 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
80 _numberOfIterations = numberOfIterations; in runExecuteOnlyTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/nashorn/src/jdk/nashorn/internal/performance/
H A DPerformanceWrapper.java45 …protected void runCompileOnlyTest(final String name, final int numberOfIterations, final int runsP… in runCompileOnlyTest() argument
48 final long[] times = new long[numberOfIterations + 1]; in runCompileOnlyTest()
51 for (int iteration = 1; iteration <= numberOfIterations; iteration++) { in runCompileOnlyTest()
58 for (int i = 0; i < numberOfIterations; i++) { in runCompileOnlyTest()
63 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
64 …runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, System.out, System.err, ne… in runExecuteOnlyTest()
67 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
68 … runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, out, err, new String[0]); in runExecuteOnlyTest()
72 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
80 _numberOfIterations = numberOfIterations; in runExecuteOnlyTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/nashorn/src/jdk/nashorn/internal/performance/
H A DPerformanceWrapper.java45 …protected void runCompileOnlyTest(final String name, final int numberOfIterations, final int runsP… in runCompileOnlyTest() argument
48 final long[] times = new long[numberOfIterations + 1]; in runCompileOnlyTest()
51 for (int iteration = 1; iteration <= numberOfIterations; iteration++) { in runCompileOnlyTest()
58 for (int i = 0; i < numberOfIterations; i++) { in runCompileOnlyTest()
63 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
64 …runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, System.out, System.err, ne… in runExecuteOnlyTest()
67 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
68 … runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, out, err, new String[0]); in runExecuteOnlyTest()
72 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
80 _numberOfIterations = numberOfIterations; in runExecuteOnlyTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/nashorn/src/jdk/nashorn/internal/performance/
H A DPerformanceWrapper.java45 …protected void runCompileOnlyTest(final String name, final int numberOfIterations, final int runsP… in runCompileOnlyTest() argument
48 final long[] times = new long[numberOfIterations + 1]; in runCompileOnlyTest()
51 for (int iteration = 1; iteration <= numberOfIterations; iteration++) { in runCompileOnlyTest()
58 for (int i = 0; i < numberOfIterations; i++) { in runCompileOnlyTest()
63 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
64 …runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, System.out, System.err, ne… in runExecuteOnlyTest()
67 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
68 … runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, out, err, new String[0]); in runExecuteOnlyTest()
72 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
80 _numberOfIterations = numberOfIterations; in runExecuteOnlyTest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/test/src/jdk/nashorn/internal/performance/
H A DPerformanceWrapper.java45 …protected void runCompileOnlyTest(final String name, final int numberOfIterations, final int runsP… in runCompileOnlyTest() argument
48 final long[] times = new long[numberOfIterations + 1]; in runCompileOnlyTest()
51 for (int iteration = 1; iteration <= numberOfIterations; iteration++) { in runCompileOnlyTest()
58 for (int i = 0; i < numberOfIterations; i++) { in runCompileOnlyTest()
63 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
64 …runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, System.out, System.err, ne… in runExecuteOnlyTest()
67 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
68 … runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, out, err, new String[0]); in runExecuteOnlyTest()
72 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
80 _numberOfIterations = numberOfIterations; in runExecuteOnlyTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/test/src/jdk/nashorn/internal/performance/
H A DPerformanceWrapper.java45 …protected void runCompileOnlyTest(final String name, final int numberOfIterations, final int runsP… in runCompileOnlyTest() argument
48 final long[] times = new long[numberOfIterations + 1]; in runCompileOnlyTest()
51 for (int iteration = 1; iteration <= numberOfIterations; iteration++) { in runCompileOnlyTest()
58 for (int i = 0; i < numberOfIterations; i++) { in runCompileOnlyTest()
63 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
64 …runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, System.out, System.err, ne… in runExecuteOnlyTest()
67 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
68 … runExecuteOnlyTest(name, numberOfIterations, runsPerIteration, testURL, out, err, new String[0]); in runExecuteOnlyTest()
72 …protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsP… in runExecuteOnlyTest() argument
80 _numberOfIterations = numberOfIterations; in runExecuteOnlyTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkSTLThreadTest.cxx25 static int numberOfIterations = 10; variable
51 itkSTLThreadTestImpl::numberOfIterations = ni; in itkSTLThreadTest()
63 if(itkSTLThreadTestImpl::numberOfIterations) in itkSTLThreadTest()
65 std::cout << "Using " << itkSTLThreadTestImpl::numberOfIterations in itkSTLThreadTest()
156 while(!done && !(numberOfIterations && (iteration >= numberOfIterations))) in Thread()
189 if(numberOfIterations && (iteration >= numberOfIterations)) in Thread()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DMDS.h157 double tolerance, integer numberOfIterations, integer numberOfRepetitions);
161 double tolerance, integer numberOfIterations, integer numberOfRepetitions);
212 double tolerance, integer numberOfIterations, bool showProgress, double *out_stress);
215 double tolerance, integer numberOfIterations, integer numberOfRepetitions, bool showProgress);
218 double tolerance, integer numberOfIterations, integer numberOfRepetitions, bool showProgress);
221 double tolerance, integer numberOfIterations, integer numberOfRepetitions, bool showProgress);
224 double tolerance, integer numberOfIterations, integer numberOfRepetitions, bool showProgress);
227 double tolerance, integer numberOfIterations, integer numberOfRepetitions, bool showProgress);
231 double tolerance, integer numberOfIterations, integer numberOfRepetitions, bool showProgress
244 double tolerance, integer numberOfIterations, integer numberOfRepetitions, bool showProgress
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Metricsv4/test/
H A DitkLabeledPointSetMetricRegistrationTest.cxx65 int itkLabeledPointSetMetricRegistrationTestPerMetric( unsigned int numberOfIterations, PointSetMet… in itkLabeledPointSetMetricRegistrationTestPerMetric() argument
134 optimizer->SetNumberOfIterations( numberOfIterations ); in itkLabeledPointSetMetricRegistrationTestPerMetric()
146 std::cout << "numberOfIterations: " << numberOfIterations << std::endl; in itkLabeledPointSetMetricRegistrationTestPerMetric()
184 unsigned int numberOfIterations = 10; in itkLabeledPointSetMetricRegistrationTest() local
187 numberOfIterations = std::stoi( argv[1] ); in itkLabeledPointSetMetricRegistrationTest()
198 …abeledPointSetMetricRegistrationTestPerMetric<PointSetMetricType>( numberOfIterations, metric.GetP… in itkLabeledPointSetMetricRegistrationTest()
208 …abeledPointSetMetricRegistrationTestPerMetric<PointSetMetricType>( numberOfIterations, metric.GetP… in itkLabeledPointSetMetricRegistrationTest()
222 …abeledPointSetMetricRegistrationTestPerMetric<PointSetMetricType>( numberOfIterations, metric.GetP… in itkLabeledPointSetMetricRegistrationTest()
H A DitkObjectToObjectMultiMetricv4RegistrationTest.cxx138 …ObjectMultiMetricv4RegistrationTestRun( typename TMetric::Pointer & metric, int numberOfIterations, in ObjectToObjectMultiMetricv4RegistrationTestRun() argument
158 optimizer->SetNumberOfIterations( numberOfIterations ); in ObjectToObjectMultiMetricv4RegistrationTestRun()
193 int numberOfIterations = 30; in itkObjectToObjectMultiMetricv4RegistrationTest() local
196 numberOfIterations = std::stoi( argv[1] ); in itkObjectToObjectMultiMetricv4RegistrationTest()
223 …icv4RegistrationTestRun<CorrelationMetricType>( correlationMetric, numberOfIterations, singleValue… in itkObjectToObjectMultiMetricv4RegistrationTest()
243 …ObjectToObjectMultiMetricv4RegistrationTestRun<MultiMetricType>( multiMetric, numberOfIterations, … in itkObjectToObjectMultiMetricv4RegistrationTest()
277 …icv4RegistrationTestRun<CorrelationMetricType>( correlationMetric, numberOfIterations, singleValue… in itkObjectToObjectMultiMetricv4RegistrationTest()
281 …ObjectToObjectMultiMetricv4RegistrationTestRun<MultiMetricType>( multiMetric, numberOfIterations, … in itkObjectToObjectMultiMetricv4RegistrationTest()
322 …ObjectToObjectMultiMetricv4RegistrationTestRun<MultiMetricType>( multiMetric2, numberOfIterations,… in itkObjectToObjectMultiMetricv4RegistrationTest()
H A DitkEuclideanDistancePointSetMetricRegistrationTest.cxx69 unsigned int numberOfIterations, double maximumPhysicalStepSize, double pointMax, in itkEuclideanDistancePointSetMetricRegistrationTestRun() argument
130 optimizer->SetNumberOfIterations( numberOfIterations ); in itkEuclideanDistancePointSetMetricRegistrationTestRun()
141 std::cout << "numberOfIterations: " << numberOfIterations << std::endl; in itkEuclideanDistancePointSetMetricRegistrationTestRun()
202 unsigned int numberOfIterations = 100; in itkEuclideanDistancePointSetMetricRegistrationTest() local
206 numberOfIterations = std::stoi( argv[1] ); in itkEuclideanDistancePointSetMetricRegistrationTest()
230 ( numberOfIterations, maximumPhysicalStepSize, pointMax, affineTransform, metric ); in itkEuclideanDistancePointSetMetricRegistrationTest()
294 ( numberOfIterations, maximumPhysicalStepSize, pointMax, displacementTransform, metric2 ); in itkEuclideanDistancePointSetMetricRegistrationTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Optimizersv4/test/
H A DitkRegularStepGradientDescentOptimizerv4Test.cxx146 itk::SizeValueType numberOfIterations, in RegularStepGradientDescentOptimizerv4TestHelper() argument
183 optimizer->SetNumberOfIterations( numberOfIterations ); in RegularStepGradientDescentOptimizerv4TestHelper()
278 itk::SizeValueType numberOfIterations = 900; in itkRegularStepGradientDescentOptimizerv4Test() local
286 numberOfIterations, in itkRegularStepGradientDescentOptimizerv4Test()
303 numberOfIterations, in itkRegularStepGradientDescentOptimizerv4Test()
321 numberOfIterations, in itkRegularStepGradientDescentOptimizerv4Test()
339 numberOfIterations, in itkRegularStepGradientDescentOptimizerv4Test()
354 numberOfIterations, in itkRegularStepGradientDescentOptimizerv4Test()
386 numberOfIterations, in itkRegularStepGradientDescentOptimizerv4Test()
H A DitkAutoScaledGradientDescentRegistrationOnVectorTest.cxx37 int itkAutoScaledGradientDescentRegistrationOnVectorTestTemplated(int numberOfIterations, double sh… in itkAutoScaledGradientDescentRegistrationOnVectorTestTemplated() argument
106 optimizer->SetNumberOfIterations( numberOfIterations ); in itkAutoScaledGradientDescentRegistrationOnVectorTestTemplated()
143 << "Number of iterations: " << numberOfIterations << std::endl; in itkAutoScaledGradientDescentRegistrationOnVectorTestTemplated()
220 unsigned int numberOfIterations = 30; in itkAutoScaledGradientDescentRegistrationOnVectorTest() local
225 numberOfIterations = std::stoi( argv[1] ); in itkAutoScaledGradientDescentRegistrationOnVectorTest()
236 …DescentRegistrationOnVectorTestTemplated<TranslationTransformType>(numberOfIterations, shiftOfStep… in itkAutoScaledGradientDescentRegistrationOnVectorTest()
240 …DescentRegistrationOnVectorTestTemplated<TranslationTransformType>(numberOfIterations, 0.0, "jacob… in itkAutoScaledGradientDescentRegistrationOnVectorTest()
H A DitkQuasiNewtonOptimizerv4Test.cxx39 int itkQuasiNewtonOptimizerv4TestTemplated(int numberOfIterations, in itkQuasiNewtonOptimizerv4TestTemplated() argument
111 optimizer->SetNumberOfIterations( numberOfIterations ); in itkQuasiNewtonOptimizerv4TestTemplated()
159 << "Number of iterations: " << numberOfIterations << std::endl; in itkQuasiNewtonOptimizerv4TestTemplated()
236 unsigned int numberOfIterations = 50; in itkQuasiNewtonOptimizerv4Test() local
241 numberOfIterations = std::stoi( argv[1] ); in itkQuasiNewtonOptimizerv4Test()
252 …int ret1 = itkQuasiNewtonOptimizerv4TestTemplated<TranslationTransformType>(numberOfIterations, sh… in itkQuasiNewtonOptimizerv4Test()
256 …int ret2 = itkQuasiNewtonOptimizerv4TestTemplated<TranslationTransformType>(numberOfIterations, sh… in itkQuasiNewtonOptimizerv4Test()
H A DitkAutoScaledGradientDescentRegistrationTest.cxx39 int numberOfIterations, in itkAutoScaledGradientDescentRegistrationTestTemplated() argument
114 optimizer->SetNumberOfIterations( numberOfIterations ); in itkAutoScaledGradientDescentRegistrationTestTemplated()
181 << "Number of iterations: " << numberOfIterations << std::endl; in itkAutoScaledGradientDescentRegistrationTestTemplated()
293 unsigned int numberOfIterations = 30; in itkAutoScaledGradientDescentRegistrationTest() local
301 numberOfIterations = std::stoi( argv[1] ); in itkAutoScaledGradientDescentRegistrationTest()
326 numberOfIterations, shiftOfStep, "shift", usePhysicalSpaceForShift, in itkAutoScaledGradientDescentRegistrationTest()
332 numberOfIterations, 0.0, "jacobian", usePhysicalSpaceForShift, in itkAutoScaledGradientDescentRegistrationTest()
/dports/java/jcckit/JCCKit/docs/WebSite/UserGuide/zoomExample/
H A DZoomExample.java139 int numberOfIterations) in makeKochCurve() argument
141 if (numberOfIterations == 0) in makeKochCurve()
147 numberOfIterations--; in makeKochCurve()
155 makeKochCurve(curve, p1, a, numberOfIterations); in makeKochCurve()
156 makeKochCurve(curve, a, b, numberOfIterations); in makeKochCurve()
157 makeKochCurve(curve, b, c, numberOfIterations); in makeKochCurve()
158 makeKochCurve(curve, c, p2, numberOfIterations); in makeKochCurve()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Optimizersv4/include/
H A DitkGradientDescentOptimizerBasev4.h98 void SetNumberOfIterations( const SizeValueType numberOfIterations ) override in SetNumberOfIterations() argument
100 itkDebugMacro("setting NumberOfIterations to " << numberOfIterations ); in SetNumberOfIterations()
101 if ( this->m_NumberOfIterations != numberOfIterations) in SetNumberOfIterations()
103 this->m_NumberOfIterations = numberOfIterations; in SetNumberOfIterations()
/dports/math/ogdf/OGDF/include/ogdf/energybased/
H A DStressMinimization.h95 inline void setIterations(int numberOfIterations);
219 void StressMinimization::setIterations(int numberOfIterations) { in setIterations() argument
220 m_numberOfIterations = (numberOfIterations > 0) ? numberOfIterations : 100; in setIterations()
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/
H A Dlocal.98.9.def9 unsigned[2] numberOfIterations : dump;
24 alias local.numberOfIterations= numberOfIterations;
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib3/
H A Dlocal.98.9.def9 unsigned[2] numberOfIterations : dump;
24 alias local.numberOfIterations= numberOfIterations;
/dports/audio/praat/praat-6.2.03/LPC/
H A DPowerCepstrum.cpp247 for (integer k = 1; k <= numberOfIterations; k ++) {
265 for (integer k = 1; k <= numberOfIterations; k ++)
270 my z.row (1) <<= ( numberOfIterations % 2 == 1 ? qout.get() : qin.get() );
277 …h_inplaceGaussian (PowerCepstrum me, double quefrencyAveragingWindow, integer numberOfIterations) {
287 const double sigma_n = sqrt (numberOfIterations) * sigma;
300 …um_smooth_inplace (PowerCepstrum me, double quefrencyAveragingWindow, integer numberOfIterations) {
302 PowerCepstrum_smooth_inplaceRectangular_old (me, quefrencyAveragingWindow, numberOfIterations);
304 PowerCepstrum_smooth_inplaceGaussian (me, quefrencyAveragingWindow, numberOfIterations);
306 PowerCepstrum_smooth_inplaceRectangular (me, quefrencyAveragingWindow, numberOfIterations);
309 …erCepstrum_smooth (PowerCepstrum me, double quefrencyAveragingWindow, integer numberOfIterations) {
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/AntiAlias/wrapping/test/
H A DAntiAliasBinaryImageFilterTest.py35 numberOfIterations = 50 variable
41 numberOfIterations = int(argv[4]) variable
79 antiAliasFilter.SetNumberOfIterations(numberOfIterations)
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DMultithreadedFindTest.java44 private int numberOfIterations = 5000; field in MultithreadedFindTest
109 if (getDebug()) System.out.println("Finding " + numberOfIterations + " subscribers."); in run()
110 for(int i = 0; i < numberOfIterations; i++ ) { in run()
116 …if (getDebug()) System.out.println("Elapsed time for " + numberOfIterations + " find operations: "… in run()

12345678