Searched refs:max10 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Db_print.c623 long max10; local
648 max10 = roundv(pow_10(max));
651 if (fracpart >= max10) {
653 fracpart -= max10;

Completed in 221 milliseconds