Home
last modified time | relevance | path

Searched refs:data_mut (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/serde_json/src/lexical/
Dmath.rs797 fn data_mut(&mut self) -> &mut Vec<Limb>; in data_mut() method
830 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()
Dbignum.rs30 fn data_mut(&mut self) -> &mut Vec<Limb> { in data_mut() method