Searched refs:_setToLong (Results 1 – 4 of 4) sorted by relevance
362 _setToLong(n); in setToLong()367 private void _setToLong(long n) { in _setToLong() method in DecimalQuantity_AbstractBCD463 _setToLong((long) n); in _setToDoubleFast()484 _setToLong(result); in _setToDoubleFast()507 _setToLong(Long.parseLong(dstr.charAt(0) + dstr.substring(2, expPos))); in convertToAccurateDouble()512 _setToLong(Long.parseLong(dstr.substring(2))); in convertToAccurateDouble()520 _setToLong(Long.parseLong(dstr.substring(0, dstr.length() - 2))); in convertToAccurateDouble()525 … _setToLong(Long.parseLong(dstr.substring(0, decimalPos) + dstr.substring(decimalPos + 1))); in convertToAccurateDouble()
360 _setToLong(n); in setToLong()365 private void _setToLong(long n) { in _setToLong() method in DecimalQuantity_AbstractBCD461 _setToLong((long) n); in _setToDoubleFast()482 _setToLong(result); in _setToDoubleFast()505 _setToLong(Long.parseLong(dstr.charAt(0) + dstr.substring(2, expPos))); in convertToAccurateDouble()510 _setToLong(Long.parseLong(dstr.substring(2))); in convertToAccurateDouble()518 _setToLong(Long.parseLong(dstr.substring(0, dstr.length() - 2))); in convertToAccurateDouble()523 … _setToLong(Long.parseLong(dstr.substring(0, decimalPos) + dstr.substring(decimalPos + 1))); in convertToAccurateDouble()
356 _setToLong(n); in setToLong()362 void DecimalQuantity::_setToLong(int64_t n) { in _setToLong() function in DecimalQuantity418 _setToLong(static_cast<int64_t>(n)); in _setToDoubleFast()437 _setToLong(result); in _setToDoubleFast()
459 void _setToLong(int64_t n);