Home
last modified time | relevance | path

Searched refs:mul_small (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
H A Dheapvec.rs139 pub fn mul_small(&mut self, y: bigint::Limb) -> Option<()> { in mul_small() functions
H A Dstackvec.rs247 pub fn mul_small(&mut self, y: bigint::Limb) -> Option<()> { in mul_small() functions
H A Dslow.rs200 $result.data.mul_small($power).unwrap();
/third_party/rust/crates/minimal-lexical/tests/
H A Dvec_tests.rs107 x.mul_small(3); in math_test()
109 x.mul_small(LIMB_MAX); in math_test()

Completed in 3 milliseconds