Home
last modified time | relevance | path

Searched refs:stopIter (Results 1 – 4 of 4) sorted by relevance

/dports/databases/couchdb3/apache-couchdb-3.2.1/test/elixir/test/
H A Dlist_views_test.exs98 stopIter: """
434 resp = Rawresp.get("/#{db_name}/_design/lists/_list/stopIter/basicView")
448 resp = Rawresp.get("/#{db_name}/_design/lists/_list/stopIter/withReduce?group=true")
/dports/textproc/py-xhtml2pdf/xhtml2pdf-0.2.5/xhtml2pdf/w3c/
H A Dcss.py50 def stopIter(value): function
/dports/science/dynare/dynare-4.6.4/matlab/optimization/
H A Dcmaes.m419 stopIter = myeval(opts.StopIter); variable
471 if (isfinite(stopFunEvals) || isfinite(stopIter)) && ~flgsaving
1501 if counteval >= stopFunEvals || countiter >= stopIter
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.c9612 int i, stopIter, direction, nswitches; in BetaQuantile() local
9617 stopIter = NO; in BetaQuantile()
9625 while (stopIter == NO) in BetaQuantile()
9672 stopIter = YES; in BetaQuantile()
9675 stopIter = YES; in BetaQuantile()