Home
last modified time | relevance | path

Searched defs:big_b (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/num-bigint/tests/
Dbigint.rs1054 let big_b: BigInt = FromPrimitive::from_isize(b).unwrap(); in test_gcd() localVariable
1077 let big_b: BigInt = FromPrimitive::from_isize(b).unwrap(); in test_lcm() localVariable
Dbiguint.rs1099 let big_b: BigUint = FromPrimitive::from_usize(b).unwrap(); in test_gcd() localVariable
1117 let big_b: BigUint = FromPrimitive::from_usize(b).unwrap(); in test_lcm() localVariable