Searched defs:limitValue (Results 1 – 3 of 3) sorted by relevance
1199 int limitValue; in parseRequirement() local
265 …const deInt64 limitValue = (limitValueCouldOverflow) ? (0) : (lineLengthSquared * broadRejectD… in doesLineSegmentExitDiamond() local
366 inline int checkNoise(int noiseValue, int limitValue, int newValue) { in checkNoise()