Searched refs:thresholdValue (Results 1 – 2 of 2) sorted by relevance
399 float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange() argument400 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()402 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()
101 float currentValue, float thresholdValue);