Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
H A Dbigint.rs430 pub fn small_add_from(x: &mut VecType, y: Limb, start: usize) -> Option<()> { in small_add_from() functions
449 small_add_from(x, y, 0) in small_add()
504 small_add_from(x, 1, y.len() + start)?; in large_add_from()

Completed in 2 milliseconds