Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbio_print.c95 LDOUBLE fvalue; in _dopr() local
272 fvalue = va_arg(args, double); in _dopr()
284 fvalue = va_arg(args, double); in _dopr()
587 if (fvalue < 0) in fmtfp()
600 if (fvalue == 0.0) { in fmtfp()
602 } else if (fvalue < 0.0001) { in fmtfp()
604 } else if ((max == 0 && fvalue >= 10) in fmtfp()
615 tmpvalue = fvalue; in fmtfp()
617 if (fvalue != 0.0) { in fmtfp()
654 fvalue = tmpvalue; in fmtfp()
[all …]

Completed in 5 milliseconds