Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dzstrformat.cpp109 #define MAXEXPDIG 6 macro
334 char expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */ in VWorker()
921 char expbuf[MAXEXPDIG]; in exponent()
934 t = expbuf + MAXEXPDIG; in exponent()
943 for(; t < expbuf + MAXEXPDIG; *p++ = *t++) in exponent()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dzstrformat.cpp109 #define MAXEXPDIG 6 macro
334 char expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */ in VWorker()
925 char expbuf[MAXEXPDIG]; in exponent()
938 t = expbuf + MAXEXPDIG; in exponent()
947 for(; t < expbuf + MAXEXPDIG; *p++ = *t++) in exponent()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdio/
H A Dfloatio.h52 #define MAXEXPDIG 6 macro
H A Dvfwprintf.c666 CHAR_T expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */ in WDECL()
2052 CHAR_T expbuf[MAXEXPDIG]; in exponent()
2062 t = expbuf + MAXEXPDIG; in exponent()
2068 for (; t < expbuf + MAXEXPDIG; *p++ = *t++); in exponent()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Stdio/
H A Dfloatio.h52 #define MAXEXPDIG 6 macro
H A Dvfwprintf.c659 CHAR_T expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */ in WDECL()
2022 CHAR_T expbuf[MAXEXPDIG]; in exponent()
2032 t = expbuf + MAXEXPDIG; in exponent()
2038 for (; t < expbuf + MAXEXPDIG; *p++ = *t++); in exponent()
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dsnprintf.c312 char expstr[MAXEXPDIG+2]; /* buffer for exponent string: e+ZZZ */ in xxxprintf()
1495 char expbuf[MAXEXPDIG]; in exponent()
1504 t = expbuf + MAXEXPDIG; in exponent()
1510 for (; t < expbuf + MAXEXPDIG; *p++ = *t++) in exponent()