Home
last modified time | relevance | path

Searched refs:kLog2 (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/skia_shared/
DSkFloatToDecimal.cpp115 static const double kLog2 = 0.3010299956639812; // log10(2.0); in SkFloatToDecimal() local
116 int decimalExponent = static_cast<int>(std::floor(kLog2 * binaryExponent)); in SkFloatToDecimal()
/external/skqp/src/utils/
DSkFloatToDecimal.cpp119 static const double kLog2 = 0.3010299956639812; // log10(2.0); in SkFloatToDecimal() local
120 int decimalExponent = static_cast<int>(std::floor(kLog2 * binaryExponent)); in SkFloatToDecimal()
/external/skia/src/utils/
DSkFloatToDecimal.cpp119 static const double kLog2 = 0.3010299956639812; // log10(2.0); in SkFloatToDecimal() local
120 int decimalExponent = static_cast<int>(std::floor(kLog2 * binaryExponent)); in SkFloatToDecimal()
/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp146 kLog2, enumerator