OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxexp
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/stdio/
floatio.h
40
#define
MAXEXP
308
vfprintf.c
117
#define BUF (
MAXEXP
+MAXFRACT+1) /* + decimal point */
1263
char expbuf[
MAXEXP
];
1273
t = expbuf +
MAXEXP
;
1279
for (; t < expbuf +
MAXEXP
; *p++ = *t++);
/external/icu4c/i18n/
decNumber.c
3083
Int
maxexp
=set->emax-set->digits+1;
local
[
all
...]
Completed in 86 milliseconds