Home
last modified time | relevance | path

Searched refs:maxDiagonal (Results 1 – 6 of 6) sorted by relevance

/dports/math/g2o/g2o-20201223_git/g2o/core/
H A Doptimization_algorithm_levenberg.cpp154 number_t maxDiagonal=0; in computeLambdaInit() local
160 maxDiagonal = std::max(fabs(v->hessian(j,j)),maxDiagonal); in computeLambdaInit()
163 return _tau*maxDiagonal; in computeLambdaInit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/bench/
H A DShapesBench.cpp105 float maxDiagonal = static_cast<float>(std::min(kBenchWidth, kBenchHeight)); in clampShapeSize() local
108 if (diagonal > maxDiagonal) { in clampShapeSize()
109 fShapesSize.fWidth = static_cast<int>(fShapesSize.width() * maxDiagonal / diagonal); in clampShapeSize()
110 fShapesSize.fHeight = static_cast<int>(fShapesSize.height() * maxDiagonal / diagonal); in clampShapeSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/bench/
H A DShapesBench.cpp105 float maxDiagonal = static_cast<float>(std::min(kBenchWidth, kBenchHeight)); in clampShapeSize() local
108 if (diagonal > maxDiagonal) { in clampShapeSize()
109 fShapesSize.fWidth = static_cast<int>(fShapesSize.width() * maxDiagonal / diagonal); in clampShapeSize()
110 fShapesSize.fHeight = static_cast<int>(fShapesSize.height() * maxDiagonal / diagonal); in clampShapeSize()
/dports/graphics/libdmtx/libdmtx-0.7.5/
H A Ddmtxregion.c204 int maxDiagonal; in MatrixRegionOrientation() local
223 maxDiagonal = (int)(1.23 * dec->edgeMax + 0.5); /* sqrt(5/4) + 10% */ in MatrixRegionOrientation()
225 maxDiagonal = (int)(1.56 * dec->edgeMax + 0.5); /* sqrt(2) + 10% */ in MatrixRegionOrientation()
228 maxDiagonal = DmtxUndefined; in MatrixRegionOrientation()
232 err = TrailBlazeContinuous(dec, reg, begin, maxDiagonal); in MatrixRegionOrientation()
1072 TrailBlazeContinuous(DmtxDecode *dec, DmtxRegion *reg, DmtxPointFlow flowBegin, int maxDiagonal) in TrailBlazeContinuous() argument
1097 if(maxDiagonal != DmtxUndefined && (boundMax.X - boundMin.X > maxDiagonal || in TrailBlazeContinuous()
1098 boundMax.Y - boundMin.Y > maxDiagonal)) in TrailBlazeContinuous()
1159 if(maxDiagonal != DmtxUndefined && (boundMax.X - boundMin.X > maxDiagonal || in TrailBlazeContinuous()
1160 boundMax.Y - boundMin.Y > maxDiagonal)) in TrailBlazeContinuous()
H A Ddmtxstatic.h143 …l TrailBlazeContinuous(DmtxDecode *dec, DmtxRegion *reg, DmtxPointFlow flowBegin, int maxDiagonal);
/dports/biology/mmseqs2/MMseqs2-13-45111/src/linclust/
H A Dkmermatcher.cpp858 size_t maxDiagonal = 0; in writeKmerMatcherResult() local
871 if(diagonalCnt >= maxDiagonal){ in writeKmerMatcherResult()
873 maxDiagonal = diagonalCnt; in writeKmerMatcherResult()