Searched refs:n1 (Results 1 – 1 of 1) sorted by relevance
/optee_rust/examples/big_int-rs/ta/src/ |
A D | main.rs | 50 match n0.compare_big_int(n1) { in compare() 64 trace_println!("{} in i32 is {}.", n1, n1.convert_to_s32().unwrap()); in convert() 69 let res = BigInt::add(n0, n1); in add() 75 let res = BigInt::sub(n0, n1); in sub() 81 let res = BigInt::multiply(n0, n1); in multiply() 93 let res = BigInt::module(n0, n1); in module() 105 let mut n1 = BigInt::new(2); in invoke_command() variables 113 Command::Add => add(&n0, &n1), in invoke_command() 114 Command::Sub => sub(&n0, &n1), in invoke_command() 116 Command::Divide => divide(&n0, &n1), in invoke_command() [all …]
|
Completed in 3 milliseconds