Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
H A Dstackvec.rs13 data: [mem::MaybeUninit<bigint::Limb>; bigint::BIGINT_LIMBS],
25 data: [mem::MaybeUninit::uninit(); bigint::BIGINT_LIMBS],
45 /// Safe as long as `len` is less than `BIGINT_LIMBS`.
50 debug_assert!(len <= bigint::BIGINT_LIMBS); in set_len()
69 bigint::BIGINT_LIMBS as usize
H A Dheapvec.rs26 data: Vec::with_capacity(bigint::BIGINT_LIMBS), in new()
49 debug_assert!(len <= bigint::BIGINT_LIMBS); in set_len()
H A Dbigint.rs24 pub const BIGINT_LIMBS: usize = BIGINT_BITS / LIMB_BITS; consts
/third_party/rust/crates/minimal-lexical/tests/
H A Dvec_tests.rs21 assert_eq!(x.capacity(), bigint::BIGINT_LIMBS); in simple_test()

Completed in 4 milliseconds