Home
last modified time | relevance | path

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

/optee_rust/optee-utee/src/
A Darithmetical.rs92 pub fn compare_big_int(&self, target: &Self) -> i32 { in compare_big_int() method
149 let q_bits = match op1.compare_big_int(op2) { in divide()
/optee_rust/examples/big_int-rs/ta/src/
A Dmain.rs50 match n0.compare_big_int(n1) { in compare()

Completed in 4 milliseconds