Searched refs:emax (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/gdtoa/
H A DstrtoIg.c78 if (++e1 > fpi->emax)
93 e1 = fpi->emax;
H A Dgdtoa.h90 int emax; member in struct:FPI
H A Dstrtodg.c275 else if (e > fpi->emax) {
276 e = fpi->emax + 1;
514 *exp = fpi->emax + 1;
677 if (e2 > fpi->emax + 1)
1003 if (rve > fpi->emax) {
1019 *exp = fpi->emax;
1034 *exp = fpi->emax + 1;
H A Dg_ddfmt.c162 fpi.emax = 2046-1023-106+1;
H A Dgethex.c255 if (e > fpi->emax) {
339 if (++e > fpi->emax)
/barrelfish-master/include/
H A Dgdtoa.h90 int emax; member in struct:FPI

Completed in 41 milliseconds