Home
last modified time | relevance | path

Searched refs:bestQuality (Results 1 – 16 of 16) sorted by relevance

/dports/math/alps/CHiPPS-ALPS-releases-2.0.1/Alps/src/
H A DAlpsNodePool.cpp80 double bestQuality = ALPS_OBJ_MAX; in getBestKnowledgeValue() local
84 if (node->getQuality() < bestQuality) { in getBestKnowledgeValue()
85 bestQuality = node->getQuality(); in getBestKnowledgeValue()
88 return bestQuality; in getBestKnowledgeValue()
96 double bestQuality = ALPS_OBJ_MAX; in getBestNode() local
110 if (node->getQuality() < bestQuality) { in getBestNode()
111 bestQuality = node->getQuality(); in getBestNode()
H A DAlpsKnowledgeBrokerMPI.cpp2464 double bestQuality = ALPS_OBJ_MAX; // Worst could be in hubSatisfyWorkerRequest() local
2483 if (workerWorkQualities_[i] < bestQuality) { in hubSatisfyWorkerRequest()
2484 bestQuality = workerWorkQualities_[i]; in hubSatisfyWorkerRequest()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dgshhs.cpp1523 int bestQuality = 0; in selectBestQuality() local
1529 else if(qualityAvailable[0]) bestQuality = 0; in selectBestQuality()
1531 bestQuality++; in selectBestQuality()
1533 while( !qualityAvailable[bestQuality] ) { in selectBestQuality()
1534 bestQuality--; in selectBestQuality()
1535 if( bestQuality < 0 ) break; in selectBestQuality()
1542 return bestQuality; in selectBestQuality()
1554 int bestQuality = 4; in gshhsCrossesLandInit() local
1555 while( !reader->qualityAvailable[bestQuality] && bestQuality > 0) in gshhsCrossesLandInit()
1556 bestQuality--; in gshhsCrossesLandInit()
[all …]
/dports/graphics/opengv/opengv-91f4b19/src/sac_problems/relative_pose/
H A DNoncentralRelativePoseSacProblem.cpp131 double bestQuality = 1000000.0; in computeModelCoefficients() local
178 if( quality < bestQuality ) in computeModelCoefficients()
180 bestQuality = quality; in computeModelCoefficients()
H A DCentralRelativePoseSacProblem.cpp101 double bestQuality = 1000000.0; in computeModelCoefficients() local
193 if( quality < bestQuality ) in computeModelCoefficients()
195 bestQuality = quality; in computeModelCoefficients()
H A DMultiNoncentralRelativePoseSacProblem.cpp183 double bestQuality = 1000000.0; in computeModelCoefficients() local
230 if( quality < bestQuality ) in computeModelCoefficients()
232 bestQuality = quality; in computeModelCoefficients()
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Dheuristic-lec.c1414 … int bestQuality = bestCompFound & 0x03 + (bestCompFound & 0x04) * 2 + (bestCompFound & 0x08) * 2; in AckHeuristic()
1417 …int bestQuality = (bestCompFound & 0x03) + (bestCompFound & 0x04) * 2 + (bestCompFound & 0x08) * 2; in AckHeuristic() local
1446 if(quality > bestQuality) in AckHeuristic()
1461 else if(quality == bestQuality) undecidable = 1; in AckHeuristic()
1754 … int bestQuality = bestCompFound & 0x03 + (bestCompFound & 0x04) * 2 + (bestCompFound & 0x08) * 2; in AckHeuristic()
1757 …int bestQuality = (bestCompFound & 0x03) + (bestCompFound & 0x04) * 2 + (bestCompFound & 0x08) * 2; in AckHeuristic() local
1792 if(quality > bestQuality) in AckHeuristic()
1807 else if(quality == bestQuality) undecidable = 1; in AckHeuristic()
/dports/math/disco/DisCO-releases-1.0.0-33-g68720be/src/
H A DDcoModel.hpp295 double bestQuality();
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinSearchTree.hpp510 inline double bestQuality() const in bestQuality() function in CoinSearchTreeManager
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinSearchTree.hpp510 inline double bestQuality() const in bestQuality() function in CoinSearchTreeManager
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinSearchTree.hpp510 inline double bestQuality() const in bestQuality() function in CoinSearchTreeManager
/dports/math/ogdf/OGDF/include/coin/
H A DCoinSearchTree.hpp454 inline double bestQuality() const { in bestQuality() function in CoinSearchTreeManager
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/DiscreteIntegration/
H A DIntegration3D.cpp237 int bestQuality(const DI_Point *p1, const DI_Point *p2, const DI_Point *p3, const DI_Point *p4, in bestQuality() function
312 int bestQuality(const DI_Point *p1, const DI_Point *p2, const DI_Point *p3, in bestQuality() function
355 int bestQuality (DI_Point *p0, DI_Point *p1, DI_Point *p2, in bestQuality() function
1257 else bestQuality(U[0], U[1], pt(s2), pt(s3), &t2, &t3); in selfSplit()
1388 int qual = bestQuality(U[1], U[0], pt(s4), pt(s3), pt(s1), &t2, &t3); in selfSplit()
1451 bestQuality(U[0], U[1], U[2], pt(s2), pt(s3), pt(s4), &t2, &t3, &t4, QError); in selfSplit()
1538 bestQuality(U[0], U[1], U[2], U[3], &tr1, &tr2); in selfSplit()
1540 bestQuality(pt(s1), U[0], U[1], pt(s4), U[3], U[2], &t1, &t2, &t3, QError); in selfSplit()
1541 bestQuality(pt(s2), U[0], U[3], pt(s3), U[1], U[2], &t4, &t5, &t6, QError); in selfSplit()
/dports/biology/bbmap/bbmap/current/jgi/
H A DDedupeProtein.java1706 float bestQuality=quality[0]; in pickBestRepresenative() local
H A DDedupe.java1747 float bestQuality=quality[0]; in pickBestRepresenative() local
H A DDedupe2.java1676 float bestQuality=quality[0]; in pickBestRepresenative() local