Home
last modified time | relevance | path

Searched refs:expsize (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/stdio/
Dvfwprintf.cpp77 int expsize; /* character count for expstr */ in FUNCTION_NAME() local
424 expsize = exponent(expstr, expt - 1, expchar); in FUNCTION_NAME()
425 size = expsize + prec; in FUNCTION_NAME()
646 PRINT(expstr, expsize); in FUNCTION_NAME()
Dvfprintf.cpp77 int expsize; /* character count for expstr */ in FUNCTION_NAME() local
439 expsize = exponent(expstr, expt - 1, expchar); in FUNCTION_NAME()
440 size = expsize + prec; in FUNCTION_NAME()
657 PRINT(expstr, expsize); in FUNCTION_NAME()