Searched refs:intpart (Results 1 – 1 of 1) sorted by relevance
497 long intpart = value; in round() local499 value -= intpart; in round()501 intpart++; in round()503 return intpart; in round()518 long intpart; in fmtfp() local538 intpart = ufvalue; in fmtfp()550 fracpart = round((pow10 (max)) * (ufvalue - intpart)); in fmtfp()553 intpart++; in fmtfp()560 (caps? "0123456789ABCDEF":"0123456789abcdef")[intpart % 10]; in fmtfp()561 intpart = (intpart / 10); in fmtfp()[all …]