Searched defs:parsed_string (Results 1 – 1 of 1) sorted by relevance
31 struct parsed_string { struct32 int negative; /* non-zero iff the number is negative */33 int base; /* base of the string */34 unsigned char *mantissa; /* raw significand (without any point) */35 unsigned char *mant; /* stripped significand (without starting and38 size_t prec; /* length of mant (zero for +/-0) */39 size_t alloc; /* allocation size of mantissa */40 mpfr_exp_t exp_base; /* number of digits before the point */41 mpfr_exp_t exp_bin; /* exponent in case base=2 or 16, and the pxxx