Searched refs:Math_MAX (Results 1 – 4 of 4) sorted by relevance
72 #define Math_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro
198 nextThresholdLow = Math_MAX(nextThresholdLow, notifyObject->thresholdLow); in setNextThresholds()
233 nextThresholdLow = Math_MAX(nextThresholdLow, notifyObject->thresholdLow); in setNextThresholds()
1403 Math_MAX(hfxtConfig.temperature.threshold, in PowerCC23X0_hfxtCompensateFxn()