OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXEXP
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/stdio/
floatio.h
40
#define
MAXEXP
308
vfprintf.c
117
#define BUF (
MAXEXP
+MAXFRACT+1) /* + decimal point */
1274
char expbuf[
MAXEXP
];
1284
t = expbuf +
MAXEXP
;
1290
for (; t < expbuf +
MAXEXP
; *p++ = *t++);
Completed in 155 milliseconds