OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxexp
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/stdio/
floatio.h
40
#define
MAXEXP
308
vfprintf.c
117
#define BUF (
MAXEXP
+MAXFRACT+1) /* + decimal point */
1273
char expbuf[
MAXEXP
];
1283
t = expbuf +
MAXEXP
;
1289
for (; t < expbuf +
MAXEXP
; *p++ = *t++);
/external/clang/lib/Frontend/
InitPreprocessor.cpp
139
int
MaxExp
= PickFP(Sem, 128, 1024, 16384, 1024, 16384);
163
Builder.defineMacro(DefPrefix + "MAX_EXP__", Twine(
MaxExp
));
/external/icu4c/i18n/
decNumber.c
3083
Int
maxexp
=set->emax-set->digits+1;
local
[
all
...]
Completed in 188 milliseconds