HomeSort by: relevance | last modified time | path
    Searched refs:MAXEXPDIG (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdio/
floatio.h 46 * MAXEXPDIG is the maximum number of decimal digits needed to store a
52 #define MAXEXPDIG 6
vfwprintf.c 663 CHAR_T expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */
1951 CHAR_T expbuf[MAXEXPDIG];
1961 t = expbuf + MAXEXPDIG;
1967 for (; t < expbuf + MAXEXPDIG; *p++ = *t++);

Completed in 12 milliseconds