Home
last modified time | relevance | path

Searched refs:kD_1_LOG2_10 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dcached-powers.cc138 static const double kD_1_LOG2_10 = 0.30102999566398114; // 1 / lg(10) variable
152 double k = ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()
/external/v8/src/
Dcached-powers.cc138 static const double kD_1_LOG2_10 = 0.30102999566398114; // 1 / lg(10) variable
152 double k = ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Dcached-powers.cc47 static const double kD_1_LOG2_10 = 0.30102999566398114; // 1 / lg(10) variable
166 double k = ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()