Searched defs:MULTIPLIER (Results 1 – 4 of 4) 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
149 #define MULTIPLIER(a) ((a) * 0x8081) macro
382 #define MULTIPLIER int /* type for fastest integer multiply */ macro384 #define MULTIPLIER short /* prefer 16-bit with SIMD for parellelism */ macro
356 #define MULTIPLIER int /* type for fastest integer multiply */ macro