Home | History | Annotate | Download | only in linux

Lines Matching defs:FSHIFT

107 #define FSHIFT		11		/* nr of bits of precision */
108 #define FIXED_1 (1<<FSHIFT) /* 1.0 as fixed-point */
117 load >>= FSHIFT;