Searched refs:FV_FSHIFT (Results 1 – 1 of 1) sorted by relevance
1105 #define FV_FSHIFT 5 /* weight of average fraction -- 1/32 */ macro1106 #define FV_FSCALE(x) ((x) << FV_FSHIFT)1107 #define FV_FUNSCALE(x) ((x) >> FV_FSHIFT)