Home
last modified time | relevance | path

Searched defs:Bigint (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/serde_json/src/lexical/
Dbignum.rs10 pub(crate) struct Bigint { struct
15 impl Default for Bigint { implementation
23 impl Math for Bigint { implementation
Dbhcomp.rs111 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()
/external/rust/crates/serde_json/tests/lexical/
Dmath.rs7 struct Bigint { struct
11 impl Math for Bigint { implementation
/external/rust/crates/minimal-lexical/src/
Dslow.rs69 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()
Dbigint.rs43 pub struct Bigint { struct
60 impl Bigint { implementation
102 impl ops::MulAssign<&Bigint> for Bigint { implementation
103 fn mul_assign(&mut self, rhs: &Bigint) { in mul_assign()
/external/python/cpython3/Python/
Ddtoa.c325 Bigint { struct
326 struct Bigint *next; argument
331 typedef struct Bigint Bigint; argument
/external/python/cpython2/Python/
Ddtoa.c320 Bigint { struct
321 struct Bigint *next; argument
326 typedef struct Bigint Bigint; argument