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