Searched refs:fracLength (Results 1 – 3 of 3) sorted by relevance
462 int fracLength = (int) ((52 - exponent) / 3.32192809489); in _setToDoubleFast() local463 if (fracLength >= 0) { in _setToDoubleFast()464 int i = fracLength; in _setToDoubleFast()470 int i = fracLength; in _setToDoubleFast()479 scale -= fracLength; in _setToDoubleFast()560 int fracLength = n.scale(); in _setToBigDecimal() local561 n = n.scaleByPowerOfTen(fracLength); in _setToBigDecimal()564 scale -= fracLength; in _setToBigDecimal()
464 int fracLength = (int) ((52 - exponent) / 3.32192809489); in _setToDoubleFast() local465 if (fracLength >= 0) { in _setToDoubleFast()466 int i = fracLength; in _setToDoubleFast()472 int i = fracLength; in _setToDoubleFast()481 scale -= fracLength; in _setToDoubleFast()562 int fracLength = n.scale(); in _setToBigDecimal() local563 n = n.scaleByPowerOfTen(fracLength); in _setToBigDecimal()566 scale -= fracLength; in _setToBigDecimal()
443 auto fracLength = static_cast<int32_t> ((52 - exponent) / 3.32192809489); in _setToDoubleFast() local444 if (fracLength >= 0) { in _setToDoubleFast()445 int32_t i = fracLength; in _setToDoubleFast()450 int32_t i = fracLength; in _setToDoubleFast()458 scale -= fracLength; in _setToDoubleFast()