Searched defs:clamp (Results 1 – 8 of 8) sorted by relevance
48 static SkScalar clamp(SkScalar value, SkScalar min, SkScalar max) in clamp() function
94 uint8_t clamp; /* flag: apply IEEE exponent clamp */ member
355 int clamp = SkClampMax(value, max); in TestMath() local
636 BigInteger.prototype.clamp = bnpClamp; method in BigInteger
644 BigInteger.prototype.clamp = bnpClamp; method in BigInteger
141 clamp(int x) in clamp() function