Searched defs:div_rem (Results 1 – 5 of 5) sorted by relevance
| /external/rust/crates/num-integer/src/ |
| D | lib.rs | 262 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/ |
| D | division.rs | 119 fn div_rem(mut u: BigUint, mut d: BigUint) -> (BigUint, BigUint) { in div_rem() function
|
| /external/rust/crates/num-bigint/src/ |
| D | biguint.rs | 185 fn div_rem(&self, other: &BigUint) -> (BigUint, BigUint) { in div_rem() method
|
| D | bigint.rs | 356 fn div_rem(&self, other: &BigInt) -> (BigInt, BigInt) { in div_rem() method
|
| /external/rust/crates/openssl/src/ |
| D | bn.rs | 529 pub fn div_rem( in div_rem() method
|