Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
H A Dbigint.rs619 pub fn shl_bits(x: &mut VecType, n: usize) -> Option<()> { in shl_bits() functions
677 shl_bits(x, rem)?; in shl()
/third_party/rust/crates/minimal-lexical/tests/
H A Dvec_tests.rs349 bigint::shl_bits(&mut x, 5); in shl_bits_test()

Completed in 3 milliseconds