Home
last modified time | relevance | path

Searched defs:div_rem (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/num-integer/src/
Dlib.rs262 fn div_rem(&self, other: &Self) -> (Self, Self); in div_rem() method
361 pub fn div_rem<T: Integer>(x: T, y: T) -> (T, T) { in div_rem() function
/external/rust/crates/num-bigint/src/biguint/
Ddivision.rs119 fn div_rem(mut u: BigUint, mut d: BigUint) -> (BigUint, BigUint) { in div_rem() function
/external/rust/crates/num-bigint/src/
Dbiguint.rs185 fn div_rem(&self, other: &BigUint) -> (BigUint, BigUint) { in div_rem() method
Dbigint.rs356 fn div_rem(&self, other: &BigInt) -> (BigInt, BigInt) { in div_rem() method
/external/rust/crates/openssl/src/
Dbn.rs529 pub fn div_rem( in div_rem() method