Searched defs:MULTIPLIER (Results 1 – 7 of 7) sorted by relevance
213 #define MULTIPLIER(a) ((a) * 32897U) macro216 #define MULTIPLIER(a) ((a) * 65793U) macro243 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro
22 #define MULTIPLIER(a) ((a) * 0x8081) macro
149 #define MULTIPLIER(a) ((a) * 0x8081) macro
405 #define MULTIPLIER int /* type for fastest integer multiply */ macro407 #define MULTIPLIER short /* prefer 16-bit with SIMD for parellelism */ macro
69 #define MULTIPLIER 10 /* decides the rate at which share value gets multiplied */ macro
70 #define MULTIPLIER 10 /* Rate at which share value gets multiplied */ macro
352 #define MULTIPLIER int /* type for fastest integer multiply */ macro