OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCachedPowers
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
cached-powers.cc
48
static const CachedPower
kCachedPowers
[] = {
137
static const int kCachedPowersOffset = 348; // -
kCachedPowers
[0].decimal_exponent
139
const int PowersOfTenCache::kDecimalExponentDistance = 8; //
kCachedPowers
[1].decimal_exponent -
kCachedPowers
[0].decimal_exponent
140
const int PowersOfTenCache::kMinDecimalExponent = -348; //
kCachedPowers
[0].decimal_exponent
141
const int PowersOfTenCache::kMaxDecimalExponent = 340; //
kCachedPowers
[kCachedPowersLength - 1].decimal_exponent
145
static const int kCachedPowersLength = ARRAY_SIZE(
kCachedPowers
);
148
// Check that the static constants match the values in
kCachedPowers
.
150
ASSERT(kCachedPowersOffset == -
kCachedPowers
[0].decimal_exponent);
151
ASSERT(PowersOfTenCache::kDecimalExponentDistance == (
kCachedPowers
[1].decimal_exponent - kCachedPowers[0].decimal_exponent))
[
all
...]
/external/chromium_org/v8/src/
cached-powers.cc
46
static const CachedPower
kCachedPowers
[] = {
136
static const int kCachedPowersLength = ARRAY_SIZE(
kCachedPowers
);
157
CachedPower cached_power =
kCachedPowers
[index];
172
CachedPower cached_power =
kCachedPowers
[index];
/external/v8/src/
cached-powers.cc
46
static const CachedPower
kCachedPowers
[] = {
136
static const int kCachedPowersLength = ARRAY_SIZE(
kCachedPowers
);
157
CachedPower cached_power =
kCachedPowers
[index];
172
CachedPower cached_power =
kCachedPowers
[index];
Completed in 101 milliseconds