Searched refs:BIGINT_BITS (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/minimal-lexical/src/ | ||
H A D | bigint.rs | 21 pub const BIGINT_BITS: usize = 4000; consts 24 pub const BIGINT_LIMBS: usize = BIGINT_BITS / LIMB_BITS; |
Completed in 2 milliseconds