Searched refs:fracLength (Results 1 – 6 of 6) sorted by relevance
500 int fracLength = (int) ((52 - exponent) / 3.32192809488736234787031942948939017586); in _setToDoubleFast() local501 if (fracLength >= 0) { in _setToDoubleFast()502 int i = fracLength; in _setToDoubleFast()508 int i = fracLength; in _setToDoubleFast()517 scale -= fracLength; in _setToDoubleFast()598 int fracLength = n.scale(); in _setToBigDecimal() local599 n = n.scaleByPowerOfTen(fracLength); in _setToBigDecimal()602 scale -= fracLength; in _setToBigDecimal()
506 int fracLength = (int) ((52 - exponent) / 3.32192809488736234787031942948939017586); in _setToDoubleFast() local507 if (fracLength >= 0) { in _setToDoubleFast()508 int i = fracLength; in _setToDoubleFast()514 int i = fracLength; in _setToDoubleFast()523 scale -= fracLength; in _setToDoubleFast()604 int fracLength = n.scale(); in _setToBigDecimal() local605 n = n.scaleByPowerOfTen(fracLength); in _setToBigDecimal()608 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()
467 …auto fracLength = static_cast<int32_t> ((52 - exponent) / 3.32192809488736234787031942948939017586… in _setToDoubleFast() local468 if (fracLength >= 0) { in _setToDoubleFast()469 int32_t i = fracLength; in _setToDoubleFast()474 int32_t i = fracLength; in _setToDoubleFast()482 scale -= fracLength; in _setToDoubleFast()
472 …auto fracLength = static_cast<int32_t> ((52 - exponent) / 3.32192809488736234787031942948939017586… in _setToDoubleFast() local473 if (fracLength >= 0) { in _setToDoubleFast()474 int32_t i = fracLength; in _setToDoubleFast()479 int32_t i = fracLength; in _setToDoubleFast()487 scale -= fracLength; in _setToDoubleFast()