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

  /external/v8/src/
cached-powers.h 42 static const int kMinDecimalExponent;
55 // kMinDecimalExponent <= requested_exponent, and
cached-powers.cc 141 const int PowersOfTenCache::kMinDecimalExponent = -348;
168 ASSERT(kMinDecimalExponent <= requested_exponent);

Completed in 638 milliseconds