Searched refs:_setToLong (Results 1 – 5 of 5) sorted by relevance
384 _setToLong(n); in setToLong()389 private void _setToLong(long n) { in _setToLong() method in DecimalQuantity_AbstractBCD487 _setToLong((long) n); in _setToDoubleFast()514 _setToLong(result); in _setToDoubleFast()537 _setToLong(Long.parseLong(dstr.charAt(0) + dstr.substring(2, expPos))); in convertToAccurateDouble()542 _setToLong(Long.parseLong(dstr.substring(2))); in convertToAccurateDouble()550 _setToLong(Long.parseLong(dstr.substring(0, dstr.length() - 2))); in convertToAccurateDouble()555 … _setToLong(Long.parseLong(dstr.substring(0, decimalPos) + dstr.substring(decimalPos + 1))); in convertToAccurateDouble()
386 _setToLong(n); in setToLong()391 private void _setToLong(long n) { in _setToLong() method in DecimalQuantity_AbstractBCD489 _setToLong((long) n); in _setToDoubleFast()516 _setToLong(result); in _setToDoubleFast()539 _setToLong(Long.parseLong(dstr.charAt(0) + dstr.substring(2, expPos))); in convertToAccurateDouble()544 _setToLong(Long.parseLong(dstr.substring(2))); in convertToAccurateDouble()552 _setToLong(Long.parseLong(dstr.substring(0, dstr.length() - 2))); in convertToAccurateDouble()557 … _setToLong(Long.parseLong(dstr.substring(0, decimalPos) + dstr.substring(decimalPos + 1))); in convertToAccurateDouble()
508 void _setToLong(int64_t n);
394 _setToLong(n); in setToLong()400 void DecimalQuantity::_setToLong(int64_t n) { in _setToLong() function in DecimalQuantity453 _setToLong(static_cast<int64_t>(n)); in _setToDoubleFast()478 _setToLong(result); in _setToDoubleFast()