Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/crypto/bio/
H A Db_print.c588 LDOUBLE ufvalue; in fmtfp() local
601 ufvalue = abs_val(fvalue); in fmtfp()
609 intpart = (long)ufvalue; in fmtfp()
623 fracpart = roundv(pow_10(max) * (ufvalue - intpart)); in fmtfp()