Searched refs:expstr (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c209 char *expstr; local
511 expstr = _itoa_word (exponent, expbuf + sizeof expbuf, 10, 0);
520 + ((expbuf + sizeof expbuf) - expstr));
571 PRINT (expstr, wexpstr, (expbuf + sizeof expbuf) - expstr);

Completed in 34 milliseconds