Searched refs:fracLength (Results 1 – 3 of 3) sorted by relevance
468 int fracLength = (int) ((52 - exponent) / 3.32192809489); in _setToDoubleFast() local469 if (fracLength >= 0) { in _setToDoubleFast()470 int i = fracLength; in _setToDoubleFast()476 int i = fracLength; in _setToDoubleFast()485 scale -= fracLength; in _setToDoubleFast()566 int fracLength = n.scale(); in _setToBigDecimal() local567 n = n.scaleByPowerOfTen(fracLength); in _setToBigDecimal()570 scale -= fracLength; in _setToBigDecimal()
466 int fracLength = (int) ((52 - exponent) / 3.32192809489); in _setToDoubleFast() local467 if (fracLength >= 0) { in _setToDoubleFast()468 int i = fracLength; in _setToDoubleFast()474 int i = fracLength; in _setToDoubleFast()483 scale -= fracLength; in _setToDoubleFast()564 int fracLength = n.scale(); in _setToBigDecimal() local565 n = n.scaleByPowerOfTen(fracLength); in _setToBigDecimal()568 scale -= fracLength; in _setToBigDecimal()
423 auto fracLength = static_cast<int32_t> ((52 - exponent) / 3.32192809489); in _setToDoubleFast() local424 if (fracLength >= 0) { in _setToDoubleFast()425 int32_t i = fracLength; in _setToDoubleFast()430 int32_t i = fracLength; in _setToDoubleFast()438 scale -= fracLength; in _setToDoubleFast()