Searched defs:Bigint (Results 1 – 7 of 7) sorted by relevance
10 pub(crate) struct Bigint { struct15 impl Default for Bigint { implementation23 impl Math for Bigint { implementation
111 fn large_atof<F>(mantissa: Bigint, exponent: i32) -> F in large_atof()135 fn small_atof<F>(mantissa: Bigint, exponent: i32, f: F) -> F in small_atof()
7 struct Bigint { struct11 impl Math for Bigint { implementation
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 { implementation102 impl ops::MulAssign<&Bigint> for Bigint { implementation103 fn mul_assign(&mut self, rhs: &Bigint) { in mul_assign()
325 Bigint { struct326 struct Bigint *next; argument331 typedef struct Bigint Bigint; argument
320 Bigint { struct321 struct Bigint *next; argument326 typedef struct Bigint Bigint; argument