Searched refs:fracLength (Results 1 – 3 of 3) sorted by relevance
428 int fracLength = (int) ((52 - exponent) / 3.32192809489); in _setToDoubleFast() local429 if (fracLength >= 0) { in _setToDoubleFast()430 int i = fracLength; in _setToDoubleFast()435 int i = fracLength; in _setToDoubleFast()443 scale -= fracLength; in _setToDoubleFast()522 int fracLength = n.scale(); in _setToBigDecimal() local523 n = n.scaleByPowerOfTen(fracLength); in _setToBigDecimal()526 scale -= fracLength; in _setToBigDecimal()
430 int fracLength = (int) ((52 - exponent) / 3.32192809489); in _setToDoubleFast() local431 if (fracLength >= 0) { in _setToDoubleFast()432 int i = fracLength; in _setToDoubleFast()437 int i = fracLength; in _setToDoubleFast()445 scale -= fracLength; in _setToDoubleFast()524 int fracLength = n.scale(); in _setToBigDecimal() local525 n = n.scaleByPowerOfTen(fracLength); in _setToBigDecimal()528 scale -= fracLength; in _setToBigDecimal()
375 auto fracLength = static_cast<int32_t> ((52 - exponent) / 3.32192809489); in _setToDoubleFast() local376 if (fracLength >= 0) { in _setToDoubleFast()377 int32_t i = fracLength; in _setToDoubleFast()382 int32_t i = fracLength; in _setToDoubleFast()390 scale -= fracLength; in _setToDoubleFast()