Lines Matching defs:sub
114 fn sub(mut self, other: &BigUint) -> BigUint { in sub() method
129 fn sub(self, mut other: BigUint) -> BigUint { in sub() method
154 fn sub(mut self, other: u32) -> BigUint { in sub() method
172 fn sub(self, mut other: BigUint) -> BigUint { in sub() method
183 fn sub(self, mut other: BigUint) -> BigUint { in sub() method
197 fn sub(mut self, other: u64) -> BigUint { in sub() method
225 fn sub(self, mut other: BigUint) -> BigUint { in sub() method
237 fn sub(self, mut other: BigUint) -> BigUint { in sub() method
251 fn sub(mut self, other: u128) -> BigUint { in sub() method
280 fn sub(self, mut other: BigUint) -> BigUint { in sub() method
292 fn sub(self, mut other: BigUint) -> BigUint { in sub() method