Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
DSkFloatToDecimal.cpp120 int decimalExponent = static_cast<int>(std::floor(kLog2 * binaryExponent)); in SkFloatToDecimal() local
121 int decimalShift = decimalExponent - 8; in SkFloatToDecimal()
129 decimalShift = decimalExponent - 7; in SkFloatToDecimal()
/third_party/decimal.js/
Ddecimal.mjs3826 // maxBinaryExponent = floor((decimalExponent + 1) * log[2](10))
3827 // minBinaryExponent = floor(decimalExponent * log[2](10))