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