Searched defs:Bigint (Results 1 – 4 of 4) sorted by relevance
69 pub fn positive_digit_comp<F: Float>(mut bigmant: Bigint, exponent: i32) -> ExtendedFloat { in positive_digit_comp()117 bigmant: Bigint, in negative_digit_comp()269 ) -> (Bigint, usize) in parse_mantissa()
43 pub struct Bigint { struct60 impl Bigint { impl102 impl ops::MulAssign<&Bigint> for Bigint { implementation103 fn mul_assign(&mut self, rhs: &Bigint) { in mul_assign()
488 Bigint { struct489 struct Bigint *next; argument494 typedef struct Bigint Bigint; argument
325 Bigint { struct326 struct Bigint *next; argument331 typedef struct Bigint Bigint; typedef