Home
last modified time | relevance | path

Searched defs:maxmin (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/graphics/wings/wings-8d019ebe48/plugins_src/autouv/
H A Dauv_util.erl33 maxmin([{Id, {X,Y,_}}|Rest]) -> function
35 maxmin([{Id, {X,Y}}|Rest]) -> function
38 maxmin([],Xmin,Xmax,Ymin,Ymax) -> function
40 maxmin([{Id, {X,Y,_}}|Rest], function
60 maxmin([{Id, {X,Y}}|Rest], function
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/src/c/
H A Dminmax.c33 double maxmin = 0.; in minmax() local
/dports/math/4ti2/4ti2-Release_1_6_9/test/markov/
H A DMakefile.am1 SUBDIRS = saturation maxmin subdir
/dports/graphics/hugin/hugin-2020.0.0/src/celeste/
H A DPGMImage.cpp271 float max, min, maxmin; in Write() local
336 float max, min, maxmin; in WriteScaled() local
/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dlocminmax_reg.c74 l_int32 maxmin) in DoLocMinmax()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Digs_color_rgb_hsv.cpp22 const double maxmin = maxi - mini; in rgb_to_hsv() local
/dports/math/R-cran-psych/psych/R/
H A Dsummary.psych.R73 maxmin <- max(eigenvalues[2:numfactors])/min(eigenvalues[2:numfactors]) functionVar
H A Dprint.psych.schmid.R46 maxmin <- max(eigenvalues[2:numfactors])/min(eigenvalues[2:numfactors]) functionVar
/dports/science/pagmo2/pagmo2-2.18.0/src/algorithms/
H A Dnspso.cpp270 vector_double maxmin(swarm_size, 0); in evolve() local
383 vector_double maxmin(2 * swarm_size, 0); in evolve() local
468 void nspso::compute_maxmin(vector_double &maxmin, const std::vector<vector_double> &fit) const in compute_maxmin()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/stock/
H A Dmassstockmove.php513 $maxmin = $max; variable
516 $maxmin = min($max, $maxphp); variable
521 $maxmin = min($max, $maxphp2); variable
/dports/biology/protomol/protomol/framework/frontend/
H A DOutputCache.cpp243 int maxmin = -1; in brentMaxima() local
300 int maxmin = -1; in brent() local
/dports/devel/xsimd/xsimd-7.6.0/test/
H A Dtest_batch_int.cpp36 B maxmin(max, min); in run() local
92 B maxmin(0, 0, max, 0, min, 0, 0, 0); in run() local
122 B maxmin(0, 0, max, 0, min, 0, 0, 0, 0, 0, max, 0, min, 0, 0, 0); in run() local
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/admin/
H A Dmodules.php1108 $maxmin = $max; variable
1111 $maxmin = min($max, $maxphp); variable
1116 $maxmin = min($max, $maxphp2); variable
/dports/biology/canu/canu-2.2/src/overlapBasedTrimming/
H A DsplitReads-subReads.C37 uint32 maxmin = std::max(b1, b2); in intervalOverlap() local
/dports/math/spar/spar-0.5.10/lib/
H A DMakefile.am19 …ror formula framework geom io integration interpolation list math matrix maxmin module parser perm… subdir
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveEmpty.cpp64 const double maxmin = prob->maxmin_; in presolve() local
323 const double maxmin = prob->maxmin_; in postsolve() local
H A DCoinPresolveIsolated.cpp49 const double maxmin = prob->maxmin_; in presolve() local
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveEmpty.cpp64 const double maxmin = prob->maxmin_; in presolve() local
323 const double maxmin = prob->maxmin_; in postsolve() local
H A DCoinPresolveIsolated.cpp49 const double maxmin = prob->maxmin_; in presolve() local
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinPresolveEmpty.cpp58 const double maxmin = prob->maxmin_; in presolve() local
258 const double maxmin = prob->maxmin_; in postsolve() local
H A DCoinPresolveIsolated.cpp49 const double maxmin = prob->maxmin_; in presolve() local
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPresolveEmpty.cpp64 const double maxmin = prob->maxmin_; in presolve() local
323 const double maxmin = prob->maxmin_; in postsolve() local
H A DCoinPresolveIsolated.cpp49 const double maxmin = prob->maxmin_; in presolve() local
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/
H A Dmodules.php1176 $maxmin = $max; variable
1179 $maxmin = min($max, $maxphp); variable
1184 $maxmin = min($max, $maxphp2); variable
/dports/math/osi/Osi-0.108.6/Osi/src/Osi/
H A DOsiPresolve.cpp110 double maxmin = si.getObjSense(); in presolvedModel() local
1254 double maxmin = originalModel_->getObjSense(); in postsolve() local
1381 double maxmin, in CoinPresolveMatrix()
1652 double maxmin, in CoinPostsolveMatrix()

123456789