Lines Matching refs:newDistance
6027 float newDistance = fabs(newValue - thresholdValue);6028 if (newDistance < filter) {6030 if (newDistance < oldDistance) {