Lines Matching refs:newDistance
7466 float newDistance = fabs(newValue - thresholdValue);7467 if (newDistance < filter) {7469 if (newDistance < oldDistance) {