Home
last modified time | relevance | path

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

/external/rust/crates/num-bigint/tests/
Dbigint.rs1057 let big_b: BigInt = FromPrimitive::from_isize(b).unwrap(); in test_gcd() localVariable
1080 let big_b: BigInt = FromPrimitive::from_isize(b).unwrap(); in test_lcm() localVariable
Dbiguint.rs1102 let big_b: BigUint = FromPrimitive::from_usize(b).unwrap(); in test_gcd() localVariable
1120 let big_b: BigUint = FromPrimitive::from_usize(b).unwrap(); in test_lcm() localVariable