Searched refs:Math_MIN (Results 1 – 3 of 3) sorted by relevance
59 #define Math_MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
197 nextThresholdHigh = Math_MIN(nextThresholdHigh, notifyObject->thresholdHigh); in setNextThresholds()
232 nextThresholdHigh = Math_MIN(nextThresholdHigh, notifyObject->thresholdHigh); in setNextThresholds()