Searched defs:parsed_string (Results 1 – 1 of 1) sorted by relevance
30 struct parsed_string { struct31 int negative; /* non-zero iff the number is negative */32 int base; /* base of the string */33 unsigned char *mantissa; /* raw significand (without any point) */34 unsigned char *mant; /* stripped significand (without starting and37 size_t prec; /* length of mant (zero for +/-0) */38 size_t alloc; /* allocation size of mantissa */39 mpfr_exp_t exp_base; /* number of digits before the point, + exponent41 mpfr_exp_t exp_bin; /* binary exponent of the pxxx format for