48 static FPI fpi = {53, 1 - 1023 - 53 + 1, 2046 - 1023 - 53 + 1, 1,
SI};
58 k =
strtodg(s, sp, &fpi, &exp, bits);
68 u.L[_0] = (bits[1] & ~0x100000) | ((exp + 0x3ff + 52) << 20);
87 u.L[_0] = 0x7ff00000 | bits[1];
91 u.L[_0] |= 0x80000000L;
double strtod(CONST char *s, char **sp)
int strtodg(CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits)