Home
last modified time | relevance | path

Searched refs:origDelta (Results 1 - 14 of 14) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalQuantity_AbstractBCD.java77 protected int origDelta; field in DecimalQuantity_AbstractBCD
107 origDelta = other.origDelta; in copyFrom()
116 setBcdToZero(); // sets scale, precision, hasDouble, origDouble, origDelta, exponent, and BCD data in clear()
222 origDelta = Utility.addExact(origDelta, delta); in adjustMagnitude()
481 origDelta = 0; in _setToDoubleFast()
529 int delta = origDelta; in convertToAccurateDouble()
894 origDelta = 0; in roundToMagnitude()
1142 return origDouble == _other.origDouble && origDelta in equals()
[all...]
H A DDecimalQuantity_DualStorageBCD.java184 origDelta = 0; in setBcdToZero()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalQuantity_AbstractBCD.java75 protected int origDelta; field in DecimalQuantity_AbstractBCD
105 origDelta = other.origDelta; in copyFrom()
114 setBcdToZero(); // sets scale, precision, hasDouble, origDouble, origDelta, exponent, and BCD data in clear()
220 origDelta = Utility.addExact(origDelta, delta); in adjustMagnitude()
493 origDelta = 0; in _setToDoubleFast()
541 int delta = origDelta; in convertToAccurateDouble()
898 origDelta = 0; in roundToMagnitude()
1193 return origDouble == _other.origDouble && origDelta in equals()
[all...]
H A DDecimalQuantity_DualStorageBCD.java226 origDelta = 0; in setBcdToZero()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_decimalquantity.cpp122 origDelta = other.origDelta; in copyFieldsFrom()
131 setBcdToZero(); // sets scale, precision, hasDouble, origDouble, origDelta, and BCD data in clear()
248 // i.e., scale += delta; origDelta += delta in adjustMagnitude()
250 overflow = uprv_add32_overflow(origDelta, delta, &origDelta) || overflow; in adjustMagnitude()
453 origDelta = 0; in _setToDoubleFast()
501 int32_t delta = origDelta; in convertToAccurateDouble()
872 origDelta = 0; in roundToMagnitude()
1184 origDelta in setBcdToZero()
[all...]
H A Dnumber_decimalquantity.h405 int32_t origDelta; member in number::impl::DecimalQuantity
491 * hasDouble, origDouble, origDelta, exponent, and BCD data.
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimalquantity.cpp122 origDelta = other.origDelta; in copyFieldsFrom()
131 setBcdToZero(); // sets scale, precision, hasDouble, origDouble, origDelta, and BCD data in clear()
248 // i.e., scale += delta; origDelta += delta in adjustMagnitude()
250 overflow = uprv_add32_overflow(origDelta, delta, &origDelta) || overflow; in adjustMagnitude()
453 origDelta = 0; in _setToDoubleFast()
501 int32_t delta = origDelta; in convertToAccurateDouble()
872 origDelta = 0; in roundToMagnitude()
1184 origDelta in setBcdToZero()
[all...]
H A Dnumber_decimalquantity.h405 int32_t origDelta; member in number::impl::DecimalQuantity
491 * hasDouble, origDouble, origDelta, exponent, and BCD data.
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_decimalquantity.cpp122 origDelta = other.origDelta; in copyFieldsFrom()
131 setBcdToZero(); // sets scale, precision, hasDouble, origDouble, origDelta, and BCD data in clear()
246 // i.e., scale += delta; origDelta += delta in adjustMagnitude()
248 overflow = uprv_add32_overflow(origDelta, delta, &origDelta) || overflow; in adjustMagnitude()
440 origDelta = 0; in _setToDoubleFast()
488 int32_t delta = origDelta; in convertToAccurateDouble()
795 origDelta = 0; in roundToMagnitude()
1064 origDelta in setBcdToZero()
[all...]
H A Dnumber_decimalquantity.h382 int32_t origDelta; member in number::impl::DecimalQuantity
466 * hasDouble, origDouble, origDelta, exponent, and BCD data.
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
H A DDecimalQuantity_64BitBCD.java97 origDelta = 0; in setBcdToZero()
H A DDecimalQuantity_ByteArrayBCD.java114 origDelta = 0; in setBcdToZero()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
H A DDecimalQuantity_64BitBCD.java100 origDelta = 0; in setBcdToZero()
H A DDecimalQuantity_ByteArrayBCD.java117 origDelta = 0; in setBcdToZero()

Completed in 16 milliseconds