Home
last modified time | relevance | path

Searched refs:multiply (Results 1 – 2 of 2) sorted by relevance

/optee_rust/examples/big_int-rs/ta/src/
A Dmain.rs80 fn multiply(n0: &BigInt, n1: &BigInt) -> Result<()> { in multiply() function
81 let res = BigInt::multiply(n0, n1); in multiply()
115 Command::Multiply => multiply(&n0, &n1), in invoke_command()
/optee_rust/optee-utee/src/
A Darithmetical.rs134 pub fn multiply(op1: &Self, op2: &Self) -> Self { in multiply() method

Completed in 3 milliseconds