Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/bio/
H A Db_print.c551 LDOUBLE tmpvalue; in fmtfp() local
597 tmpvalue = fvalue; in fmtfp()
600 while (tmpvalue < 1) { in fmtfp()
601 tmpvalue *= 10; in fmtfp()
604 while (tmpvalue > 10) { in fmtfp()
605 tmpvalue /= 10; in fmtfp()
635 fvalue = tmpvalue; in fmtfp()