Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dstrtofr.c30 struct parsed_string { struct
31 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 and
37 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, + exponent
41 mpfr_exp_t exp_bin; /* binary exponent of the pxxx format for