Searched refs:kLog2 (Results 1 – 1 of 1) sorted by relevance
380 static const double kLog2 = 0.3010299956639812; // log10(2.0); in FloatToDecimal() local381 int decimalExponent = static_cast<int>(std::floor(kLog2 * binaryExponent)); in FloatToDecimal()