Home
last modified time | relevance | path

Searched refs:MAXEXPDIG (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/stdio/
Dprintf_common.h132 CharT expbuf[MAXEXPDIG]; in exponent()
133 CharT* t = expbuf + MAXEXPDIG; in exponent()
139 for (; t < expbuf + MAXEXPDIG; *p++ = *t++) /* nothing */; in exponent()
Dlocal.h282 #define MAXEXPDIG 6 macro
Dvfwprintf.cpp80 CHAR_TYPE expstr[MAXEXPDIG + 2]; /* buffer for exponent string: e+ZZZ */ in FUNCTION_NAME()
Dvfprintf.cpp80 CHAR_TYPE expstr[MAXEXPDIG + 2]; /* buffer for exponent string: e+ZZZ */ in FUNCTION_NAME()