Searched refs:kLog2 (Results 1 – 4 of 4) sorted by relevance
115 static const double kLog2 = 0.3010299956639812; // log10(2.0); in SkFloatToDecimal() local116 int decimalExponent = static_cast<int>(std::floor(kLog2 * binaryExponent)); in SkFloatToDecimal()
119 static const double kLog2 = 0.3010299956639812; // log10(2.0); in SkFloatToDecimal() local120 int decimalExponent = static_cast<int>(std::floor(kLog2 * binaryExponent)); in SkFloatToDecimal()
146 kLog2, enumerator