Searched refs:expacc (Results 1 – 1 of 1) sorted by relevance
323 int expacc; in conv_flt() local356 expacc = 0; in conv_flt()359 if (expacc < MAX_POSSIBLE_EXP) in conv_flt()360 expacc = expacc * 10 + (i - '0'); in conv_flt()363 expacc = -expacc; in conv_flt()368 exp += expacc; in conv_flt()