HomeSort by relevance Sort by last modified time
    Searched refs:MAXEXPDIG (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
floatio.h 46 * MAXEXPDIG is the maximum number of decimal digits needed to store a
52 #define MAXEXPDIG 6
vfwprintf.c 659 CHAR_T expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */
    [all...]
  /bionic/libc/stdio/
printf_common.h 130 CharT expbuf[MAXEXPDIG];
131 CharT* t = expbuf + MAXEXPDIG;
137 for (; t < expbuf + MAXEXPDIG; *p++ = *t++) /* nothing */;
local.h 276 * MAXEXPDIG is the maximum number of decimal digits needed to store a
282 #define MAXEXPDIG 6
vfprintf.cpp 79 CHAR_TYPE expstr[MAXEXPDIG + 2]; /* buffer for exponent string: e+ZZZ */
vfwprintf.cpp 79 CHAR_TYPE expstr[MAXEXPDIG + 2]; /* buffer for exponent string: e+ZZZ */

Completed in 91 milliseconds