Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/src/
H A Dbigint.rs393 small_mul(x, max_native)?; in pow()
399 small_mul(x, small_power as Limb)?; in pow()
454 pub fn small_mul(x: &mut VecType, y: Limb) -> Option<()> { in small_mul() functions
585 small_mul(&mut z, y0)?; in long_mul()
590 small_mul(&mut zi, yi)?; in long_mul()
607 small_mul(x, y[0])?; in large_mul()
H A Dheapvec.rs140 bigint::small_mul(self, y) in mul_small()
H A Dstackvec.rs248 bigint::small_mul(self, y) in mul_small()
/third_party/rust/crates/minimal-lexical/tests/
H A Dvec_tests.rs172 bigint::small_mul(&mut x, 7); in small_mul_test()
178 bigint::small_mul(&mut x, 5); in small_mul_test()
184 bigint::small_mul(&mut x, 5); in small_mul_test()
190 bigint::small_mul(&mut x, 5); in small_mul_test()
196 bigint::small_mul(&mut x, 5); in small_mul_test()

Completed in 3 milliseconds