Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbio_print.c541 static LDOUBLE pow_10(int in_exp) in pow_10() function
605 || (max > 0 && fvalue >= pow_10(max))) { in fmtfp()
679 max10 = roundv(pow_10(max)); in fmtfp()
680 fracpart = roundv(pow_10(max) * (ufvalue - intpart)); in fmtfp()

Completed in 5 milliseconds