Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dconv_flt.c336 int expacc; in conv_flt() local
369 expacc = 0; in conv_flt()
372 if (expacc < MAX_POSSIBLE_EXP) in conv_flt()
373 expacc = expacc * 10 + (i - '0'); in conv_flt()
376 expacc = -expacc; in conv_flt()
381 exp += expacc; in conv_flt()