Home | History | Annotate | Download | only in gdtoa

Lines Matching refs:fpi

41 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign, locale_t loc)
141 switch(fpi->rounding) {
158 switch(fpi->rounding) {
171 nbits = fpi->nbits;
182 *expt = fpi->emin;
218 nbits = fpi->nbits;
243 if (e > fpi->emax) {
253 if (e < fpi->emin) {
255 n = fpi->emin - e;
257 switch (fpi->rounding) {
272 *expt = fpi->emin;
296 e = fpi->emin;
300 switch(fpi->rounding) {
319 if (nbits == fpi->nbits - 1
327 if (++e > fpi->emax)