Home
last modified time | relevance | path

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

/openssl-master/crypto/bio/
A Dbio_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()
636 fvalue = tmpvalue; in fmtfp()

Completed in 5 milliseconds