Home
last modified time | relevance | path

Searched refs:emax (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dstrtodg.c296 else if (e > fpi->emax) {
297 e = fpi->emax + 1;
534 *exp = fpi->emax + 1;
711 if (e2 > fpi->emax + 1)
1089 if (rve > fpi->emax) {
1105 *exp = fpi->emax;
1120 *exp = fpi->emax + 1;
Dgethex.c260 if (e > fpi->emax) {
346 if (++e > fpi->emax)
Dgdtoa.h91 int emax; member