Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-snprintf.c497 long intpart = value; in round() local
499 value -= intpart; in round()
501 intpart++; in round()
503 return intpart; in round()
518 long intpart; in fmtfp() local
538 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 …]