Home
last modified time | relevance | path

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

/external/openssl/crypto/bio/
Db_print.c579 pow_10(int in_exp) in pow_10() function
643 max10 = roundv(pow_10(max)); in fmtfp()
644 fracpart = roundv(pow_10(max) * (ufvalue - intpart)); in fmtfp()