Home
last modified time | relevance | path

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

/external/v8/src/
Dcached-powers.cc119 static const double kD_1_LOG2_10 = 0.30102999566398114; // 1 / lg(10) variable
133 double k = std::ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-cached-powers.cpp149 static const double kD_1_LOG2_10 = 0.30102999566398114; // 1 / lg(10) variable
161 double k = ceil((min_exponent + kQ - 1) * kD_1_LOG2_10); in GetCachedPowerForBinaryExponentRange()