Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-snprintf.c519 long fracpart; in fmtfp() local
550 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()