Home
last modified time | relevance | path

Searched defs:curDist (Results 1 – 25 of 52) sorted by relevance

123

/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/graphics/vector/
H A Dcolorref.cpp100 …qreal curDist = qPow(colorDict[i][0] - l, 2) + qPow(colorDict[i][1] - u, 2) + qPow(colorDict[i][2]… in getDefaultColorName() local
113 …qreal curDist = qPow(colorDict[i][0] - l, 2) + qPow(colorDict[i][1] - u, 2) + qPow(colorDict[i][2]… in getDefaultColorName() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A DPathSimplify.cpp511 double curDist; in AttemptSimplify() local
566 double curDist; in AttemptSimplify() local
634 double curDist; in AttemptSimplify() local
691 double curDist; in AttemptSimplify() local
906 double curDist; in AttemptSimplify() local
946 double curDist; in AttemptSimplify() local
1025 double curDist; in AttemptSimplify() local
1064 double curDist; in AttemptSimplify() local
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOAI_UNIT.cpp132 short curDist, minDist=0x1000; in find_skilled_unit() local
379 int curDist, curRating, bestRating=0; in train_unit() local
472 int curDist, curRating, bestRating=0, bestTownRecno=0; in recruit_jobless_worker() local
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_entitycontainer.cpp1137 double curDist; // currently measured distance in getNearestEndpoint() local
1170 double curDist; // currently measured distance in getNearestEndpoint() local
1228 double curDist = RS_MAXDOUBLE; // currently measured distance in getNearestCenter() local
1258 double curDist = RS_MAXDOUBLE; // currently measured distance in getNearestMiddle() local
1308 double curDist = RS_MAXDOUBLE; // currently measured distance in getNearestIntersection() local
1388 double curDist; // currently measured distance in getNearestRef() local
1414 double curDist; // currently measured distance in getNearestSelectedRef() local
1445 double curDist; // currently measured distance in getDistanceToPoint() local
/dports/math/pdal/PDAL-2.3.0/filters/
H A DVoxelCenterNearestNeighborFilter.cpp97 double curDist = std::get<1>(t2); in run() local
/dports/games/openjk/OpenJK-07675e2/code/game/
H A DAI_Animal.cpp264 float curDist = Distance(NPC->currentOrigin, leader->followPos); in NPC_BSAnimal_Default() local
H A DAI_GalakMech.cpp226 float curDist = 0; in Vehicle_Find() local
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DCarModel_Update.cpp139 Vector3 curDist = car - start; in UpdTrackPercent() local
149 Vector3 curDist = start - car; in UpdTrackPercent() local
158 Vector3 curDist = car - next; // car dist to next checkpoint in UpdTrackPercent() local
/dports/math/faiss/faiss-1.7.1/faiss/gpu/test/
H A DTestGpuIndexBinaryFlat.cpp34 int curDist = -1; in compareBinaryDist() local
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/textool/item/
H A DFaceVertexItem.cpp16 double curDist = (texcoord - curPivot).getLengthSquared(); in getFurthestPivot() local
/dports/graphics/embree/embree-3.13.2/kernels/bvh/
H A Dbvh_intersector_hybrid.cpp227 vfloat<K> curDist = *sptr_near; in intersect() local
430 vfloat<K> curDist = *(float*)&stackPtr->dist; in intersectCoherent() local
673 vfloat<K> curDist = *sptr_near; in occluded() local
/dports/math/vtk8/VTK-8.2.0/Infovis/Core/
H A DvtkEdgeCenters.cxx124 double curDist = sqrt(vtkMath::Distance2BetweenPoints(curPt, curPt+3)); in RequestData() local
/dports/math/vtk9/VTK-9.1.0/Infovis/Core/
H A DvtkEdgeCenters.cxx120 double curDist = sqrt(vtkMath::Distance2BetweenPoints(curPt, curPt + 3)); in RequestData() local
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/test/
H A Dtest_detectors_regression.impl.hpp106 float curDist = (float)cv::norm( calcKeypoints[c].pt - validKeypoints[v].pt ); in compareKeypointSets() local
H A Dtest_affine_feature.cpp141 float curDist = (float)cv::norm( calcKeypoints[c].pt - validKeypoints[v].pt ); in TEST() local
/dports/math/vtk6/VTK-6.2.0/Infovis/Core/
H A DvtkEdgeCenters.cxx124 double curDist = sqrt(vtkMath::Distance2BetweenPoints(curPt, curPt+3)); in RequestData() local
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGMotionSMILAnimationFunction.cpp287 double curDist = aPointDistances[i] * distanceMultiplier; in GenerateValuesForPathAndPoints() local
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGMotionSMILAnimationFunction.cpp287 double curDist = aPointDistances[i] * distanceMultiplier; in GenerateValuesForPathAndPoints() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/line_descriptor/test/
H A Dtest_detector_regression.cpp227 float curDist = (float)cv::norm(calcKeylines[c].pt - validKeylines[v].pt); in compareKeylineSets() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGMotionSMILAnimationFunction.cpp287 double curDist = aPointDistances[i] * distanceMultiplier; in GenerateValuesForPathAndPoints() local
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGMotionSMILAnimationFunction.cpp298 double curDist = aPointDistances[i] * distanceMultiplier; in GenerateValuesForPathAndPoints() local
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGMotionSMILAnimationFunction.cpp282 double curDist = aPointDistances[i] * distanceMultiplier; in GenerateValuesForPathAndPoints() local
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGMotionSMILAnimationFunction.cpp308 double curDist = aPointDistances[i] * distanceMultiplier; in GenerateValuesForPathAndPoints() local
/dports/games/keeperrl/keeperrl-alpha23/
H A Dminion_task.cpp17 double curDist = from.dist8(current); in betterPos() local
/dports/math/gecode/gecode-0916a1a/gecode/gist/
H A Dspacenode.cpp104 int curDist = 0; in recompute() local

123