Searched defs:CLAMP (Results 1 – 5 of 5) sorted by relevance
34 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) macro
89 CLAMP (0), enumConstant
54 CLAMP (4), enumConstant
41 CLAMP (4), enumConstant
53 public static final float CLAMP = asNan(OFFSET + 27); field in AnimatedFloatExpression