Searched refs:thresholdValue (Results 1 – 2 of 2) sorted by relevance
2025 float newValue, float currentValue, float thresholdValue);
7223 float filter, float newValue, float currentValue, float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange() argument7224 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()7226 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange()