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

  /external/icu/icu4c/source/i18n/
double-conversion-bignum.cpp 589 const int kHexCharsPerBigit = kBigitSize / 4;
598 int needed_chars = (BigitLength() - 1) * kHexCharsPerBigit +
604 for (int j = 0; j < kHexCharsPerBigit; ++j) {
610 for (int j = 0; j < kHexCharsPerBigit; ++j) {
  /external/v8/src/
bignum.cc 545 const int kHexCharsPerBigit = kBigitSize / 4;
554 int needed_chars = (BigitLength() - 1) * kHexCharsPerBigit +
560 for (int j = 0; j < kHexCharsPerBigit; ++j) {
566 for (int j = 0; j < kHexCharsPerBigit; ++j) {

Completed in 295 milliseconds