Searched refs:tmpvalue (Results 1 – 1 of 1) sorted by relevance
569 LDOUBLE tmpvalue; in fmtfp() local618 tmpvalue = ufvalue; in fmtfp()621 while (tmpvalue < 1) { in fmtfp()622 tmpvalue *= 10; in fmtfp()625 while (tmpvalue > 10) { in fmtfp()626 tmpvalue /= 10; in fmtfp()657 ufvalue = tmpvalue; in fmtfp()