Searched refs:fracLength (Results 1 – 3 of 3) sorted by relevance
498 int fracLength = (int) ((52 - exponent) / 3.32192809488736234787031942948939017586); in _setToDoubleFast() local499 if (fracLength >= 0) { in _setToDoubleFast()500 int i = fracLength; in _setToDoubleFast()506 int i = fracLength; in _setToDoubleFast()515 scale -= fracLength; in _setToDoubleFast()596 int fracLength = n.scale(); in _setToBigDecimal() local597 n = n.scaleByPowerOfTen(fracLength); in _setToBigDecimal()600 scale -= fracLength; in _setToBigDecimal()
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()
464 …auto fracLength = static_cast<int32_t> ((52 - exponent) / 3.32192809488736234787031942948939017586… in _setToDoubleFast() local465 if (fracLength >= 0) { in _setToDoubleFast()466 int32_t i = fracLength; in _setToDoubleFast()471 int32_t i = fracLength; in _setToDoubleFast()479 scale -= fracLength; in _setToDoubleFast()