Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/tests/
H A Dvec_tests.rs102 x.add_small(1); in math_test()
104 x.add_small(LIMB_MAX); in math_test()
126 x.add_small(LIMB_MAX); in math_test()
/third_party/rust/crates/minimal-lexical/src/
H A Dheapvec.rs133 pub fn add_small(&mut self, y: bigint::Limb) -> Option<()> { in add_small() functions
H A Dstackvec.rs241 pub fn add_small(&mut self, y: bigint::Limb) -> Option<()> { in add_small() functions
H A Dslow.rs201 $result.data.add_small($value).unwrap();

Completed in 4 milliseconds