Searched refs:data_mut (Results 1 – 2 of 2) sorted by relevance
797 fn data_mut(&mut self) -> &mut Vec<Limb>; in data_mut() method830 v.data_mut().extend_from_slice(&slc); in from_u64()840 small::normalize(self.data_mut()); in normalize()848 small::iadd(self.data_mut(), y); in iadd_small()856 small::imul(self.data_mut(), y); in imul_small()868 small::imul_pow5(self.data_mut(), n) in imul_pow5()883 small::ishl(self.data_mut(), n); in ishl()
30 fn data_mut(&mut self) -> &mut Vec<Limb> { in data_mut() method