Searched refs:fracpart (Results 1 – 1 of 1) sorted by relevance
519 long fracpart; in fmtfp() local550 fracpart = round((pow10 (max)) * (ufvalue - intpart)); in fmtfp()552 if (fracpart >= pow10 (max)) { in fmtfp()554 fracpart -= pow10 (max); in fmtfp()570 (caps? "0123456789ABCDEF":"0123456789abcdef")[fracpart % 10]; in fmtfp()571 fracpart = (fracpart / 10); in fmtfp()572 } while(fracpart && (fplace < 20)); in fmtfp()