Home
last modified time | relevance | path

Searched refs:testDist (Results 1 – 25 of 32) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/cd_utils/
H A DcuSeqTreeAlg.cpp292 double sibDist, testDist; in GetMaxPath() local
305 testDist = localBranch1 + sibDist + dBranch1; in GetMaxPath()
307 if (localMax > dMax && localMax > testDist) { in GetMaxPath()
315 } else if (testDist >= localMax && testDist > dMax) { in GetMaxPath()
317 dMax = testDist; in GetMaxPath()
328 } else if (dMax >= localMax && dMax >= testDist) { in GetMaxPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/smhasher/src/
H A DStats.h191 …td::vector<hashtype> & hashes, std::vector<hashtype> & collisions, bool testDist, bool drawDiagram… in TestHashList() argument
240 if(testDist) in TestHashList()
251 bool TestHashList ( std::vector<hashtype> & hashes, bool /*testColl*/, bool testDist, bool drawDiag… in TestHashList() argument
255 return TestHashList(hashes,collisions,testDist,drawDiagram); in TestHashList()
261 …shfunc<hashtype> hash, std::vector<keytype> & keys, bool testColl, bool testDist, bool drawDiagram… in TestKeyList() argument
282 bool result = TestHashList(hashes,testColl,testDist,drawDiagram); in TestKeyList()
H A DKeysetTest.h53 …ash, int maxlen, uint32_t * blocks, int blockcount, bool testColl, bool testDist, bool drawDiagram… in CombinationKeyTest() argument
73 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram); in CombinationKeyTest()
109 …<hashtype> hash, uint32_t * blocks, int blockcount, bool testColl, bool testDist, bool drawDiagram… in PermutationKeyTest() argument
125 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram); in PermutationKeyTest()
165 …<hashtype> hash, const int setbits, bool inclusive, bool testColl, bool testDist, bool drawDiagram… in SparseKeyTest() argument
191 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram); in SparseKeyTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/smhasher/src/
H A DStats.h191 …td::vector<hashtype> & hashes, std::vector<hashtype> & collisions, bool testDist, bool drawDiagram… in TestHashList() argument
240 if(testDist) in TestHashList()
251 bool TestHashList ( std::vector<hashtype> & hashes, bool /*testColl*/, bool testDist, bool drawDiag… in TestHashList() argument
255 return TestHashList(hashes,collisions,testDist,drawDiagram); in TestHashList()
261 …shfunc<hashtype> hash, std::vector<keytype> & keys, bool testColl, bool testDist, bool drawDiagram… in TestKeyList() argument
282 bool result = TestHashList(hashes,testColl,testDist,drawDiagram); in TestKeyList()
H A DKeysetTest.h53 …ash, int maxlen, uint32_t * blocks, int blockcount, bool testColl, bool testDist, bool drawDiagram… in CombinationKeyTest() argument
73 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram); in CombinationKeyTest()
109 …<hashtype> hash, uint32_t * blocks, int blockcount, bool testColl, bool testDist, bool drawDiagram… in PermutationKeyTest() argument
125 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram); in PermutationKeyTest()
165 …<hashtype> hash, const int setbits, bool inclusive, bool testColl, bool testDist, bool drawDiagram… in SparseKeyTest() argument
191 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram); in SparseKeyTest()
/dports/benchmarks/smhasher/smhasher-1.0/
H A DStats.h191 …td::vector<hashtype> & hashes, std::vector<hashtype> & collisions, bool testDist, bool drawDiagram… in TestHashList() argument
240 if(testDist) in TestHashList()
251 bool TestHashList ( std::vector<hashtype> & hashes, bool /*testColl*/, bool testDist, bool drawDiag… in TestHashList() argument
255 return TestHashList(hashes,collisions,testDist,drawDiagram); in TestHashList()
261 …shfunc<hashtype> hash, std::vector<keytype> & keys, bool testColl, bool testDist, bool drawDiagram… in TestKeyList() argument
282 bool result = TestHashList(hashes,testColl,testDist,drawDiagram); in TestKeyList()
H A DKeysetTest.h53 …ash, int maxlen, uint32_t * blocks, int blockcount, bool testColl, bool testDist, bool drawDiagram… in CombinationKeyTest() argument
73 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram); in CombinationKeyTest()
109 …<hashtype> hash, uint32_t * blocks, int blockcount, bool testColl, bool testDist, bool drawDiagram… in PermutationKeyTest() argument
125 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram); in PermutationKeyTest()
165 …<hashtype> hash, const int setbits, bool inclusive, bool testColl, bool testDist, bool drawDiagram… in SparseKeyTest() argument
191 result &= TestHashList<hashtype>(hashes,testColl,testDist,drawDiagram); in SparseKeyTest()
/dports/math/faiss/faiss-1.7.1/faiss/gpu/test/
H A DTestUtils.cpp156 const float* testDist, in compareLists() argument
169 maxAbsErr = std::max(maxAbsErr, std::abs(refDist[i] - testDist[i])); in compareLists()
250 auto testD = lookup(testDist, query, result, dim1, dim2); in compareLists()
319 float testD = lookup(testDist, query, result, dim1, dim2); in compareLists()
H A DTestUtils.h94 const float* testDist,
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/triangulate/
H A DConformingDelaunayTriangulator.java534 double testDist = testRadius; in findNonGabrielPoint() local
535 if (closestNonGabriel == null || testDist < minDist) { in findNonGabrielPoint()
537 minDist = testDist; in findNonGabrielPoint()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/DDACE/tests/
H A DTestDDaceSampler.h28 void testDist();
H A DTestDDaceSampler.cpp131 testDist(); in run()
407 void TestDDaceSampler::testDist() in testDist() function in TestDDaceSampler
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgsmaptoolcircle2tangentspoint.cpp150 … const double testDist = mapPoint.distanceSquared( mCenters.at( i ).x(), mCenters.at( i ).y() ); in cadCanvasMoveEvent() local
151 if ( testDist < currentDist ) in cadCanvasMoveEvent()
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsmaptoolcircle2tangentspoint.cpp150 … const double testDist = mapPoint.distanceSquared( mCenters.at( i ).x(), mCenters.at( i ).y() ); in cadCanvasMoveEvent() local
151 if ( testDist < currentDist ) in cadCanvasMoveEvent()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgslinestring.cpp1391 double testDist = 0; in closestSegment() local
1409testDist = QgsGeometryUtils::sqrDistToLine( pt.x(), pt.y(), prevX, prevY, currentX, currentY, segm… in closestSegment()
1410 if ( testDist < sqrDist ) in closestSegment()
1412 sqrDist = testDist; in closestSegment()
1419 if ( leftOf && qgsDoubleNear( testDist, sqrDist ) ) in closestSegment()
1427 if ( qgsDoubleNear( testDist, leftOfDist ) && left != prevLeftOf && prevLeftOf != 0 ) in closestSegment()
1440 leftOfDist = testDist; in closestSegment()
1444 else if ( testDist < leftOfDist ) in closestSegment()
1447 leftOfDist = testDist; in closestSegment()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgslinestring.cpp1712 double testDist = 0; in closestSegment() local
1730testDist = QgsGeometryUtils::sqrDistToLine( pt.x(), pt.y(), prevX, prevY, currentX, currentY, segm… in closestSegment()
1731 if ( testDist < sqrDist ) in closestSegment()
1733 sqrDist = testDist; in closestSegment()
1740 if ( leftOf && qgsDoubleNear( testDist, sqrDist ) ) in closestSegment()
1748 if ( qgsDoubleNear( testDist, leftOfDist ) && left != prevLeftOf && prevLeftOf != 0 ) in closestSegment()
1761 leftOfDist = testDist; in closestSegment()
1765 else if ( testDist < leftOfDist ) in closestSegment()
1768 leftOfDist = testDist; in closestSegment()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgstracer.cpp80 …double testDist = QgsGeometryUtils::sqrDistToLine( pt.x(), pt.y(), prevX, prevY, currentX, current… in closestSegment() local
81 if ( testDist < sqrDist ) in closestSegment()
83 sqrDist = testDist; in closestSegment()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgstracer.cpp79 …double testDist = QgsGeometryUtils::sqrDistToLine( pt.x(), pt.y(), prevX, prevY, currentX, current… in closestSegment() local
80 if ( testDist < sqrDist ) in closestSegment()
82 sqrDist = testDist; in closestSegment()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dai_wpnav.c1340 float testDist; in ConnectTrail() local
1351 testDist = VectorLength(endDist); in ConnectTrail()
1355 bestDist = testDist; in ConnectTrail()
1360 if (testDist < bestDist) in ConnectTrail()
1363 bestDist = testDist; in ConnectTrail()
2523 float testDist = 0; in G_NearestNodeToPoint() local
2528 testDist = VectorLength(vSub); in G_NearestNodeToPoint()
2533 bestDist = testDist; in G_NearestNodeToPoint()
2539 if (testDist < bestDist) in G_NearestNodeToPoint()
2542 bestDist = testDist; in G_NearestNodeToPoint()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/moonbase/
H A Dai_main.cpp2078 int testDist = 0; in energizeTarget() local
2101 testDist = radius; in energizeTarget()
2103 xPos = targetX + testDist * cos(degToRad(testAngle)); in energizeTarget()
2104 yPos = targetY + testDist * sin(degToRad(testAngle)); in energizeTarget()
2116testDist = (((((double)n - (double)attempt) / n) * .5) + .5) * (getDistance(getHubX(nextUnit), get… in energizeTarget()
2117 xPos = getHubX(nextUnit) + testDist * cos(degToRad(testAngle)); in energizeTarget()
2118 yPos = getHubY(nextUnit) + testDist * sin(degToRad(testAngle)); in energizeTarget()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/moonbase/
H A Dai_main.cpp2078 int testDist = 0; in energizeTarget() local
2101 testDist = radius; in energizeTarget()
2103 xPos = targetX + testDist * cos(degToRad(testAngle)); in energizeTarget()
2104 yPos = targetY + testDist * sin(degToRad(testAngle)); in energizeTarget()
2116testDist = (((((double)n - (double)attempt) / n) * .5) + .5) * (getDistance(getHubX(nextUnit), get… in energizeTarget()
2117 xPos = getHubX(nextUnit) + testDist * cos(degToRad(testAngle)); in energizeTarget()
2118 yPos = getHubY(nextUnit) + testDist * sin(degToRad(testAngle)); in energizeTarget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPathOpsDebug.cpp1194 double testDist = std::min(fabs(test->fStartT - t), fabs(test->fEndT - t)); in debugT() local
1195 if (bestDist > testDist) { in debugT()
1196 bestDist = testDist; in debugT()
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_active.cpp2137 qboolean G_CheckRollSafety( gentity_t *self, int anim, float testDist ) in G_CheckRollSafety() argument
2168 VectorMA( self->currentOrigin, testDist, right, testPos ); in G_CheckRollSafety()
2172 VectorMA( self->currentOrigin, -testDist, right, testPos ); in G_CheckRollSafety()
2176 VectorMA( self->currentOrigin, testDist, forward, testPos ); in G_CheckRollSafety()
2180 VectorMA( self->currentOrigin, -testDist, forward, testPos ); in G_CheckRollSafety()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_math.py813 def testDist(self): member in MathTests
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_math.py813 def testDist(self): member in MathTests

12