Home
last modified time | relevance | path

Searched refs:worstError (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DPreviewLayoutLinesTool.cpp411 if (cp.error > line.worstError) in updateLineInformation()
413 line.worstError = cp.error; in updateLineInformation()
589 hugin_utils::ControlPointErrorColour(worstError,red,green,blue); in draw()
602 worstError(0), in LineDetails()
H A DPreviewLayoutLinesTool.h114 double worstError; variable
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dfit.c1516 float worstError; in findError() local
1522 worstError = FLT_MIN; /* initial value */ in findError()
1530 if (thisError >= worstError) { in findError()
1532 worstError = thisError; in findError()
1544 worstPoint, worstError); in findError()
1550 *errorP = worstError; in findError()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Simulation/include/SimTKcommon/internal/
H A DSystem.h1117 ProjectResults& setNormOnEntrance(Real norm, int worstError) in setNormOnEntrance() argument
1118 { m_normOnEntrance=norm; m_worstError=worstError; return *this; } in setNormOnEntrance()