HomeSort by relevance Sort by last modified time
    Searched refs:max10 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
b_print.c 622 long max10; local
643 max10 = roundv(pow_10(max));
646 if (fracpart >= max10) {
648 fracpart -= max10;
  /external/openssl/crypto/bio/
b_print.c 622 long max10; local
643 max10 = roundv(pow_10(max));
646 if (fracpart >= max10) {
648 fracpart -= max10;

Completed in 120 milliseconds