Searched refs:thresholdValue (Results 1 – 2 of 2) sorted by relevance
397 float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange() argument398 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()400 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()
100 float currentValue, float thresholdValue);