Searched defs:SCALE (Results 1 – 3 of 3) sorted by relevance
438 .set SCALE,FP_SCR1 define
47 static inline int SCALE(long val, int mul, int div) in SCALE() function
124 #define SCALE(val, from, to) (((val) * (to) + ((from) / 2)) / (from)) macro