Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbio_print.c568 LDOUBLE ufvalue; in fmtfp() local
656 ufvalue = abs_val(fvalue); in fmtfp()
661 if (ufvalue >= (double)(ULONG_MAX - 65535) + 65536.0) { in fmtfp()
666 intpart = (unsigned long)ufvalue; in fmtfp()
680 fracpart = roundv(pow_10(max) * (ufvalue - intpart)); in fmtfp()

Completed in 6 milliseconds