Searched refs:lsh (Results 1 – 3 of 3) sorted by relevance
13 bi.lsh(1); in test_fixed_big_int_set_bit()19 bi.lsh(0); in test_fixed_big_int_set_bit()30 bi.lsh(20); in test_fixed_big_int_set_bit()41 bi.lsh(4); in test_fixed_big_int_set_bit()52 bi.lsh(64); in test_fixed_big_int_set_bit()64 bi.lsh(129); in test_fixed_big_int_set_bit()71 bi.lsh(1); in test_fixed_big_int_set_bit()
43 pub(crate) fn lsh(&mut self, n: usize) { in lsh() method
71 self.mask.lsh((self.seq - self.latest_seq) as usize); in accept()161 self.mask.lsh((-diff) as usize); in accept()