Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dconv_flt.c370 int expacc; in conv_flt() local
403 expacc = 0; in conv_flt()
406 if (expacc < MAX_POSSIBLE_EXP) in conv_flt()
407 expacc = expacc * 10 + (i - '0'); in conv_flt()
410 expacc = -expacc; in conv_flt()
411 exp += expacc; in conv_flt()