Searched defs:decimalExponent (Results 1 – 4 of 4) sorted by relevance
120 int decimalExponent = static_cast<int>(std::floor(kLog2 * binaryExponent)); in SkFloatToDecimal() local
116 int decimalExponent = static_cast<int>(std::floor(kLog2 * binaryExponent)); in SkFloatToDecimal() local
42 int decimalExponent; /* assuming decimal point to the left of first digit */ member