Searched refs:_setToLong (Results 1 – 4 of 4) sorted by relevance
342 _setToLong(n); in setToLong()347 private void _setToLong(long n) { in _setToLong() method in DecimalQuantity_AbstractBCD423 _setToLong((long) n); in _setToDoubleFast()442 _setToLong(result); in _setToDoubleFast()465 _setToLong(Long.parseLong(dstr.charAt(0) + dstr.substring(2, expPos))); in convertToAccurateDouble()470 _setToLong(Long.parseLong(dstr.substring(2))); in convertToAccurateDouble()478 _setToLong(Long.parseLong(dstr.substring(0, dstr.length() - 2))); in convertToAccurateDouble()483 _setToLong(Long.parseLong(dstr.substring(0, decimalPos) + dstr.substring(decimalPos + 1))); in convertToAccurateDouble()
344 _setToLong(n); in setToLong()349 private void _setToLong(long n) { in _setToLong() method in DecimalQuantity_AbstractBCD425 _setToLong((long) n); in _setToDoubleFast()444 _setToLong(result); in _setToDoubleFast()467 _setToLong(Long.parseLong(dstr.charAt(0) + dstr.substring(2, expPos))); in convertToAccurateDouble()472 _setToLong(Long.parseLong(dstr.substring(2))); in convertToAccurateDouble()480 _setToLong(Long.parseLong(dstr.substring(0, dstr.length() - 2))); in convertToAccurateDouble()485 _setToLong(Long.parseLong(dstr.substring(0, decimalPos) + dstr.substring(decimalPos + 1))); in convertToAccurateDouble()
310 _setToLong(n); in setToLong()316 void DecimalQuantity::_setToLong(int64_t n) { in _setToLong() function in DecimalQuantity370 _setToLong(static_cast<int64_t>(n)); in _setToDoubleFast()389 _setToLong(result); in _setToDoubleFast()
412 void _setToLong(int64_t n);