Home
last modified time | relevance | path

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

/src/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c643 static LDOUBLE POW10(int val) in POW10() function
767 fracpart = ROUND((POW10(max)) * (ufvalue - intpart)); in fmtfp()
769 if (fracpart >= POW10(max)) { in fmtfp()
771 fracpart -= POW10(max); in fmtfp()