Home
last modified time | relevance | path

Searched refs:shl_limbs (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
H A Dbigint.rs649 pub fn shl_limbs(x: &mut VecType, n: usize) -> Option<()> { in shl_limbs() functions
680 shl_limbs(x, div)?; in shl()
/third_party/rust/crates/minimal-lexical/tests/
H A Dvec_tests.rs357 bigint::shl_limbs(&mut x, 2); in shl_limbs_test()

Completed in 2 milliseconds