Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbio_print.c569 LDOUBLE tmpvalue; in fmtfp() local
618 tmpvalue = ufvalue; in fmtfp()
621 while (tmpvalue < 1) { in fmtfp()
622 tmpvalue *= 10; in fmtfp()
625 while (tmpvalue > 10) { in fmtfp()
626 tmpvalue /= 10; in fmtfp()
657 ufvalue = tmpvalue; in fmtfp()