Searched defs:MULTIPLIER (Results 1 – 8 of 8) sorted by relevance
370 #define MULTIPLIER int /* type for fastest integer multiply */ macro372 #define MULTIPLIER short /* prefer 16-bit with SIMD for parellelism */ macro
216 #define MULTIPLIER(a) ((a) * 32897U) macro219 #define MULTIPLIER(a) ((a) * 65793U) macro248 #define MULTIPLIER(a) ((a) * 0x1111) // 0x1111 ~= (1 << 16) / 15 macro
22 #define MULTIPLIER(a) ((a) * 0x8081) macro
149 #define MULTIPLIER(a) ((a) * 0x8081) macro
70 #define MULTIPLIER 10 /* decides the rate at which share value gets multiplied */ macro
71 #define MULTIPLIER 10 /* Rate at which share value gets multiplied */ macro
45 pub(crate) const MULTIPLIER: u64 = 6364136223846793005; constant176 pub(crate) const MULTIPLIER: u128 = 47026247687942121848144207491837523525; constant
734 const MULTIPLIER: &[i32] = &[1, 2, 5]; in key_points() constant