Lines Matching refs:fpi
38 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; CONST FPI *fpi; Long *exp; Bigint **B; int *rvp;
40 strtoIg(CONST char *s00, char **se, CONST FPI *fpi, Long *exp, Bigint **B, int *rvp)
49 rv = strtodg(s00, se, fpi, exp, b->x);
62 nb = fpi->nbits;
71 if (fpi->sudden_underflow) {
84 if (++e1 > fpi->emax)
99 e1 = fpi->emax;
113 if (e1 == fpi->emin) {
114 if (fpi->sudden_underflow)