Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbio_print.c569 LDOUBLE tmpvalue; in fmtfp() local
615 tmpvalue = fvalue; in fmtfp()
618 while (tmpvalue < 1) { in fmtfp()
619 tmpvalue *= 10; in fmtfp()
622 while (tmpvalue > 10) { in fmtfp()
623 tmpvalue /= 10; in fmtfp()
654 fvalue = tmpvalue; in fmtfp()

Completed in 5 milliseconds