Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-snprintf.c520 long double ufvalue; in fmtfp() local
529 ufvalue = abs_val(fvalue); in fmtfp()
538 intpart = ufvalue; in fmtfp()
550 fracpart = round((pow10 (max)) * (ufvalue - intpart)); in fmtfp()