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

  /external/v8/src/
cached-powers.h 20 static const int kMinDecimalExponent;
33 // kMinDecimalExponent <= requested_exponent, and
cached-powers.cc 122 const int PowersOfTenCache::kMinDecimalExponent = -348;
149 DCHECK(kMinDecimalExponent <= requested_exponent);
strtod.cc 256 if (exponent < PowersOfTenCache::kMinDecimalExponent) {

Completed in 65 milliseconds