Home
last modified time | relevance | path

Searched defs:SCALE (Results 1 – 3 of 3) sorted by relevance

/linux/arch/m68k/fpsp040/
H A Dsetox.S438 .set SCALE,FP_SCR1 define
/linux/drivers/hwmon/
H A Dsmsc47m192.c47 static inline int SCALE(long val, int mul, int div) in SCALE() function
H A Dlm85.c124 #define SCALE(val, from, to) (((val) * (to) + ((from) / 2)) / (from)) macro