Home
last modified time | relevance | path

Searched refs:bestvalue (Results 1 – 25 of 46) sorted by relevance

12

/dports/math/barvinok/barvinok-0.41.5/zsolve/
H A Dlattice.c35 int currentindex, bestindex, currentvalue, bestvalue; in generateLattice() local
106 bestvalue = 0; in generateLattice()
110 if (currentvalue!=0 && (bestvalue==0 || currentvalue<bestvalue)) in generateLattice()
112 bestvalue = currentvalue; in generateLattice()
116 if (bestvalue==0) in generateLattice()
127 bestvalue = 0; in generateLattice()
131 if (currentvalue!=0 && (bestvalue<=0 || currentvalue<bestvalue)) in generateLattice()
134 bestvalue = currentvalue; in generateLattice()
137 assert(bestvalue!=0); in generateLattice()
152 factor = H->Data[j+H->Width*i] / -bestvalue; in generateLattice()
[all …]
H A Dvectorarray.c169 int bestvalue, bestindex; in sortVectorArrayColumns() local
177 bestvalue = array->Properties[i].Column; in sortVectorArrayColumns()
180 if (cmp(array->Properties[j].Column, bestvalue) < 0) in sortVectorArrayColumns()
183 bestvalue = array->Properties[j].Column; in sortVectorArrayColumns()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_non_copper_zones_properties.cpp141 int bestvalue = m_settings.m_HatchThickness; in TransferDataToWindow() local
143 if( bestvalue <= 0 ) // No defined value for m_hatchWidth in TransferDataToWindow()
144 bestvalue = std::max( m_settings.m_ZoneMinThickness * 4, Millimeter2iu( 1.0 ) ); in TransferDataToWindow()
146 m_hatchWidth.SetValue( std::max( bestvalue, m_settings.m_ZoneMinThickness ) ); in TransferDataToWindow()
148 bestvalue = m_settings.m_HatchGap; in TransferDataToWindow()
150 if( bestvalue <= 0 ) // No defined value for m_hatchGap in TransferDataToWindow()
151 bestvalue = std::max( m_settings.m_ZoneMinThickness * 6, Millimeter2iu( 1.5 ) ); in TransferDataToWindow()
153 m_hatchGap.SetValue( std::max( bestvalue, m_settings.m_ZoneMinThickness ) ); in TransferDataToWindow()
H A Ddialog_copper_zones.cpp280 int bestvalue = m_settings.m_HatchThickness; in TransferDataToWindow() local
282 if( bestvalue <= 0 ) // No defined value for m_HatchThickness in TransferDataToWindow()
283 bestvalue = std::max( m_settings.m_ZoneMinThickness * 4, Millimeter2iu( 1.0 ) ); in TransferDataToWindow()
285 m_gridStyleThickness.SetValue( std::max( bestvalue, m_settings.m_ZoneMinThickness ) ); in TransferDataToWindow()
287 bestvalue = m_settings.m_HatchGap; in TransferDataToWindow()
289 if( bestvalue <= 0 ) // No defined value for m_HatchGap in TransferDataToWindow()
290 bestvalue = std::max( m_settings.m_ZoneMinThickness * 6, Millimeter2iu( 1.5 ) ); in TransferDataToWindow()
292 m_gridStyleGap.SetValue( std::max( bestvalue, m_settings.m_ZoneMinThickness ) ); in TransferDataToWindow()
/dports/games/dobutsu/dobutsu-2/
H A Dtbvalidate.c68 tb_entry bestvalue = 1, actual; in validate_position() local
105 if (wdl_compare(bestvalue, e) >= 0) { in validate_position()
106 bestvalue = e; in validate_position()
112 if (next_dtm(actual) != bestvalue) { in validate_position()
120 posstr, (int)bestvalue, (int)next_dtm(actual)); in validate_position()
/dports/math/SCIP/scip-7.0.3/examples/Binpacking/src/
H A Dbranch_ryanfoster.c103 SCIP_Real bestvalue; in SCIP_DECL_BRANCHEXECLP() local
186 bestvalue = 0.0; in SCIP_DECL_BRANCHEXECLP()
196 if( bestvalue < value ) in SCIP_DECL_BRANCHEXECLP()
203 bestvalue = value; in SCIP_DECL_BRANCHEXECLP()
210 assert( bestvalue > 0.0 ); in SCIP_DECL_BRANCHEXECLP()
222 SCIPprobdataGetIds(probdata)[id1], SCIPprobdataGetIds(probdata)[id2], bestvalue); in SCIP_DECL_BRANCHEXECLP()
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfbsp/source/
H A Dsolidbsp.c131 vec_t bestvalue, value, dist; in ChooseMidPlaneFromList() local
134 bestvalue = 6 * 8192 * 8192; in ChooseMidPlaneFromList()
160 if (value > bestvalue) in ChooseMidPlaneFromList()
164 bestvalue = value; in ChooseMidPlaneFromList()
200 bestvalue = 999999; in ChoosePlaneFromList()
236 if (k >= bestvalue) in ChoosePlaneFromList()
241 if (k > bestvalue) in ChoosePlaneFromList()
245 if (k > bestvalue) in ChoosePlaneFromList()
251 if (k < bestvalue || (k == bestvalue && plane->type < PLANE_ANYX)) { in ChoosePlaneFromList()
268 if (value > bestdistribution && k == bestvalue) in ChoosePlaneFromList()
[all …]
/dports/games/uhexen2/hexen2source-1.5.9/utils/qbsp/
H A Dsolidbsp.c117 double bestvalue, value, dist; in ChooseMidPlaneFromList() local
123 bestvalue = 6*8192*8192; in ChooseMidPlaneFromList()
155 if (value > bestvalue) in ChooseMidPlaneFromList()
161 bestvalue = value; in ChooseMidPlaneFromList()
190 double bestvalue, bestdistribution, value, dist; in ChoosePlaneFromList() local
197 bestvalue = 99999; in ChoosePlaneFromList()
224 if (k >= bestvalue) in ChoosePlaneFromList()
228 if (k > bestvalue) in ChoosePlaneFromList()
232 if (k > bestvalue) in ChoosePlaneFromList()
237 if (k < bestvalue || (k == bestvalue && plane->type < PLANE_ANYX) ) in ChoosePlaneFromList()
[all …]
/dports/math/SCIP/scip-7.0.3/applications/CycleClustering/src/
H A Dsepa_partition.c148 SCIP_Real bestvalue; in SCIP_DECL_SEPAEXECLP() local
276 bestvalue = -SCIPinfinity(scip); in SCIP_DECL_SEPAEXECLP()
290 if( violationchg > bestvalue ) in SCIP_DECL_SEPAEXECLP()
292 bestvalue = violationchg; in SCIP_DECL_SEPAEXECLP()
307 violation += bestvalue; in SCIP_DECL_SEPAEXECLP()
310 bestvalue = -SCIPinfinity(scip); in SCIP_DECL_SEPAEXECLP()
355 bestvalue = -SCIPinfinity(scip); in SCIP_DECL_SEPAEXECLP()
369 if( violationchg > bestvalue ) in SCIP_DECL_SEPAEXECLP()
371 bestvalue = violationchg; in SCIP_DECL_SEPAEXECLP()
382 violation += bestvalue; in SCIP_DECL_SEPAEXECLP()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/utils/hwloc/
H A Dmisc.h669 bestvalue = 0; in hwloc_utils_get_best_node_in_array_by_memattr()
679 bestvalue = values[j]; in hwloc_utils_get_best_node_in_array_by_memattr()
681 if (values[j] > bestvalue) { in hwloc_utils_get_best_node_in_array_by_memattr()
683 bestvalue = values[j]; in hwloc_utils_get_best_node_in_array_by_memattr()
687 if (values[j] < bestvalue) { in hwloc_utils_get_best_node_in_array_by_memattr()
689 bestvalue = values[j]; in hwloc_utils_get_best_node_in_array_by_memattr()
736 bestvalue = 0; in hwloc_utils_get_best_node_in_nodeset_by_memattr()
746 bestvalue = values[j]; in hwloc_utils_get_best_node_in_nodeset_by_memattr()
748 if (values[j] > bestvalue) { in hwloc_utils_get_best_node_in_nodeset_by_memattr()
750 bestvalue = values[j]; in hwloc_utils_get_best_node_in_nodeset_by_memattr()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/hwloc/utils/hwloc/
H A Dmisc.h669 bestvalue = 0; in hwloc_utils_get_best_node_in_array_by_memattr()
679 bestvalue = values[j]; in hwloc_utils_get_best_node_in_array_by_memattr()
681 if (values[j] > bestvalue) { in hwloc_utils_get_best_node_in_array_by_memattr()
683 bestvalue = values[j]; in hwloc_utils_get_best_node_in_array_by_memattr()
687 if (values[j] < bestvalue) { in hwloc_utils_get_best_node_in_array_by_memattr()
689 bestvalue = values[j]; in hwloc_utils_get_best_node_in_array_by_memattr()
736 bestvalue = 0; in hwloc_utils_get_best_node_in_nodeset_by_memattr()
746 bestvalue = values[j]; in hwloc_utils_get_best_node_in_nodeset_by_memattr()
748 if (values[j] > bestvalue) { in hwloc_utils_get_best_node_in_nodeset_by_memattr()
750 bestvalue = values[j]; in hwloc_utils_get_best_node_in_nodeset_by_memattr()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/utils/hwloc/
H A Dmisc.h669 bestvalue = 0; in hwloc_utils_get_best_node_in_array_by_memattr()
679 bestvalue = values[j]; in hwloc_utils_get_best_node_in_array_by_memattr()
681 if (values[j] > bestvalue) { in hwloc_utils_get_best_node_in_array_by_memattr()
683 bestvalue = values[j]; in hwloc_utils_get_best_node_in_array_by_memattr()
687 if (values[j] < bestvalue) { in hwloc_utils_get_best_node_in_array_by_memattr()
689 bestvalue = values[j]; in hwloc_utils_get_best_node_in_array_by_memattr()
736 bestvalue = 0; in hwloc_utils_get_best_node_in_nodeset_by_memattr()
746 bestvalue = values[j]; in hwloc_utils_get_best_node_in_nodeset_by_memattr()
748 if (values[j] > bestvalue) { in hwloc_utils_get_best_node_in_nodeset_by_memattr()
750 bestvalue = values[j]; in hwloc_utils_get_best_node_in_nodeset_by_memattr()
[all …]
/dports/games/zhlt/zhlt-3.4/hlbsp/
H A Dsolidbsp.cpp140 vec_t bestvalue; in ChooseMidPlaneFromList() local
148 bestvalue = 6 * 8192 * 8192; in ChooseMidPlaneFromList()
186 if (value > bestvalue) in ChooseMidPlaneFromList()
194 bestvalue = value; in ChooseMidPlaneFromList()
225 vec_t bestvalue; in ChoosePlaneFromList() local
237 bestvalue = WORST_VALUE; in ChoosePlaneFromList()
294 if (k >= bestvalue) in ChoosePlaneFromList()
301 if (k > bestvalue) in ChoosePlaneFromList()
307 if (k > bestvalue) in ChoosePlaneFromList()
314 if (k < bestvalue || (k == bestvalue && (plane->type <= last_axial))) in ChoosePlaneFromList()
[all …]
/dports/devel/hwloc2/hwloc-2.5.0/utils/hwloc/
H A Dmisc.h714 bestvalue = 0; in hwloc_utils_get_best_node_in_array_by_memattr()
724 bestvalue = values[j]; in hwloc_utils_get_best_node_in_array_by_memattr()
726 if (values[j] > bestvalue) { in hwloc_utils_get_best_node_in_array_by_memattr()
728 bestvalue = values[j]; in hwloc_utils_get_best_node_in_array_by_memattr()
732 if (values[j] < bestvalue) { in hwloc_utils_get_best_node_in_array_by_memattr()
734 bestvalue = values[j]; in hwloc_utils_get_best_node_in_array_by_memattr()
781 bestvalue = 0; in hwloc_utils_get_best_node_in_nodeset_by_memattr()
791 bestvalue = values[j]; in hwloc_utils_get_best_node_in_nodeset_by_memattr()
793 if (values[j] > bestvalue) { in hwloc_utils_get_best_node_in_nodeset_by_memattr()
795 bestvalue = values[j]; in hwloc_utils_get_best_node_in_nodeset_by_memattr()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dcombat.c677 int bestvalue = -99, best_cost = 0, rating_of_best = 0; in get_defender() local
709 if (unit_def > bestvalue) { in get_defender()
711 } else if (unit_def == bestvalue) { in get_defender()
722 bestvalue = unit_def; in get_defender()
743 int bestvalue = -1, unit_a, best_cost = 0; in get_attacker() local
752 if (unit_a > bestvalue || in get_attacker()
753 (unit_a == bestvalue && build_cost < best_cost)) { in get_attacker()
754 bestvalue = unit_a; in get_attacker()
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dcombat.c677 int bestvalue = -99, best_cost = 0, rating_of_best = 0; in get_defender() local
709 if (unit_def > bestvalue) { in get_defender()
711 } else if (unit_def == bestvalue) { in get_defender()
722 bestvalue = unit_def; in get_defender()
743 int bestvalue = -1, unit_a, best_cost = 0; in get_attacker() local
752 if (unit_a > bestvalue || in get_attacker()
753 (unit_a == bestvalue && build_cost < best_cost)) { in get_attacker()
754 bestvalue = unit_a; in get_attacker()
/dports/math/py-nevergrad/nevergrad-0.4.3.post2/nevergrad/functions/games/
H A Dgame.py121 bestvalue = self.flip_value(
140 if value < bestvalue:
143 bestvalue = value
154 bestvalue = self.flip_value(
173 if value < bestvalue:
176 bestvalue = value
/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DRemote.hs91 | otherwise = replacement ++ drop (S.length bestvalue) l
95 (bestkey, bestvalue) = function
/dports/games/ufoai/ufoai-2.5-source/src/tools/ufo2map/
H A Dbspbrush.cpp433 int value, bestvalue; in SelectSplitSide() local
445 bestvalue = -99999; in SelectSplitSide()
529 if (value > bestvalue) { in SelectSplitSide()
530 bestvalue = value; in SelectSplitSide()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dnodebuild.cpp452 int bestvalue; in SelectSplitter() local
457 bestvalue = 0; in SelectSplitter()
491 if (value > bestvalue) in SelectSplitter()
493 bestvalue = value; in SelectSplitter()
512 …split seg %u in set %d, score %d, step %d, nosplit %d\n", bestseg, set, bestvalue, step, nosplit)); in SelectSplitter()
/dports/math/ipopt/Ipopt-3.12.13/ThirdParty/Mumps/MUMPS/PORD/lib/
H A Dddbisect.c211 int nvtx, bestvalue, weight, qhead, qtail, qopt, q, dS, dB, dW; in constructLevelSep() local
256 bestvalue = MAX_INT; in constructLevelSep()
278 if (cwght[GRAY] + deltaS[u] < bestvalue) in constructLevelSep()
279 { bestvalue = cwght[GRAY] + deltaS[u]; in constructLevelSep()
/dports/math/coinmumps/MUMPS_4.10.0/PORD/lib/
H A Dddbisect.c211 int nvtx, bestvalue, weight, qhead, qtail, qopt, q, dS, dB, dW; in constructLevelSep() local
256 bestvalue = MAX_INT; in constructLevelSep()
278 if (cwght[GRAY] + deltaS[u] < bestvalue) in constructLevelSep()
279 { bestvalue = cwght[GRAY] + deltaS[u]; in constructLevelSep()
/dports/math/mumps/mumps-5.1.2/PORD/lib/
H A Dddbisect.c211 PORD_INT nvtx, bestvalue, weight, qhead, qtail, qopt, q, dS, dB, dW; in constructLevelSep() local
256 bestvalue = MAX_INT; in constructLevelSep()
278 if (cwght[GRAY] + deltaS[u] < bestvalue) in constructLevelSep()
279 { bestvalue = cwght[GRAY] + deltaS[u]; in constructLevelSep()
/dports/math/mumps4/MUMPS_4.10.0/PORD/lib/
H A Dddbisect.c211 int nvtx, bestvalue, weight, qhead, qtail, qopt, q, dS, dB, dW; in constructLevelSep() local
256 bestvalue = MAX_INT; in constructLevelSep()
278 if (cwght[GRAY] + deltaS[u] < bestvalue) in constructLevelSep()
279 { bestvalue = cwght[GRAY] + deltaS[u]; in constructLevelSep()
/dports/games/gtkradiant/GPL/Q2Tools/bsp/qbsp3/
H A Dbrushbsp.c746 int value, bestvalue; in SelectSplitSide() local
759 bestvalue = -99999; in SelectSplitSide()
850 if (value > bestvalue) in SelectSplitSide()
852 bestvalue = value; in SelectSplitSide()

12