Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
H A Dnum.rs88 const CARRY_MASK: u64; consts
214 const CARRY_MASK: u64 = 0x1000000; consts
262 const CARRY_MASK: u64 = 0x20000000000000; consts
H A Drounding.rs53 let carry_mask = F::CARRY_MASK; in round()

Completed in 1 milliseconds