Home
last modified time | relevance | path

Searched refs:kCachedPowers (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Dcached-powers.cc48 static const CachedPower kCachedPowers[] = { variable
145 static const int kCachedPowersLength = ARRAY_SIZE(kCachedPowers);
150 ASSERT(kCachedPowersOffset == -kCachedPowers[0].decimal_exponent); in validateStaticConstants()
151 …SERT(PowersOfTenCache::kDecimalExponentDistance == (kCachedPowers[1].decimal_exponent - kCachedPow… in validateStaticConstants()
152 ASSERT(PowersOfTenCache::kMinDecimalExponent == kCachedPowers[0].decimal_exponent); in validateStaticConstants()
153 …ASSERT(PowersOfTenCache::kMaxDecimalExponent == kCachedPowers[kCachedPowersLength - 1].decimal_exp… in validateStaticConstants()
171 CachedPower cached_power = kCachedPowers[index]; in GetCachedPowerForBinaryExponentRange()
189 CachedPower cached_power = kCachedPowers[index]; in GetCachedPowerForDecimalExponent()
/external/chromium_org/v8/src/
Dcached-powers.cc23 static const CachedPower kCachedPowers[] = { variable
114 static const int kCachedPowersLength = ARRAY_SIZE(kCachedPowers);
137 CachedPower cached_power = kCachedPowers[index]; in GetCachedPowerForBinaryExponentRange()
152 CachedPower cached_power = kCachedPowers[index]; in GetCachedPowerForDecimalExponent()