Home
last modified time | relevance | path

Searched refs:ArithmeticException (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dexception_type.h72 class ArithmeticException : public Exception {
74 ArithmeticException() throw() : Exception("Arithmetic exception") {} in ArithmeticException() function
75 explicit ArithmeticException(const char* message) throw() in ArithmeticException() function
77 virtual ~ArithmeticException() throw() {} in ~ArithmeticException()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
DBigDecimal.java1353 throw new java.lang.ArithmeticException("Negative scale:" + " " + scale); in divide()
1739 throw new java.lang.ArithmeticException("Negative power:" + " " + rhs.toString()); in pow()
1743 throw new java.lang.ArithmeticException("Too many digits:" + " " + rhs.toString()); in pow()
1879 throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in byteValueExact()
2200 … throw new java.lang.ArithmeticException("Exponent Overflow:" + " " + num.exp); in format()
2369 … throw new java.lang.ArithmeticException("Decimal part non-zero:" + " " + this.toString()); in intValueExact()
2375 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in intValueExact()
2401 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in intValueExact()
2454 … throw new java.lang.ArithmeticException("Decimal part non-zero:" + " " + this.toString()); in longValueExact()
2460 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in longValueExact()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DBigDecimal.java1382 throw new java.lang.ArithmeticException("Negative scale:" + " " + scale); in divide()
1783 throw new java.lang.ArithmeticException("Negative power:" + " " + rhs.toString()); in pow()
1787 throw new java.lang.ArithmeticException("Too many digits:" + " " + rhs.toString()); in pow()
1928 throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in byteValueExact()
2254 … throw new java.lang.ArithmeticException("Exponent Overflow:" + " " + num.exp); in format()
2426 … throw new java.lang.ArithmeticException("Decimal part non-zero:" + " " + this.toString()); in intValueExact()
2432 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in intValueExact()
2458 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in intValueExact()
2513 … throw new java.lang.ArithmeticException("Decimal part non-zero:" + " " + this.toString()); in longValueExact()
2519 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in longValueExact()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimalTest.java754 java.lang.ArithmeticException ae = null; in diagabs()
776 } catch (java.lang.ArithmeticException $19) { in diagabs()
786 } catch (java.lang.ArithmeticException $20) { in diagabs()
811 java.lang.ArithmeticException ae = null; in diagadd()
1040 } catch (java.lang.ArithmeticException $24) { in diagadd()
1049 } catch (java.lang.ArithmeticException $25) { in diagadd()
1060 } catch (java.lang.ArithmeticException $26) { in diagadd()
1068 } catch (java.lang.ArithmeticException $27) { in diagadd()
1085 java.lang.ArithmeticException ae = null; in diagcompareto()
1115 } catch (java.lang.ArithmeticException $30) { in diagcompareto()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
DDiagBigDecimalTest.java757 java.lang.ArithmeticException ae = null; in diagabs()
779 } catch (java.lang.ArithmeticException $19) { in diagabs()
789 } catch (java.lang.ArithmeticException $20) { in diagabs()
814 java.lang.ArithmeticException ae = null; in diagadd()
1043 } catch (java.lang.ArithmeticException $24) { in diagadd()
1052 } catch (java.lang.ArithmeticException $25) { in diagadd()
1063 } catch (java.lang.ArithmeticException $26) { in diagadd()
1071 } catch (java.lang.ArithmeticException $27) { in diagadd()
1088 java.lang.ArithmeticException ae = null; in diagcompareto()
1118 } catch (java.lang.ArithmeticException $30) { in diagcompareto()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalQuantity.java125 public int getMagnitude() throws ArithmeticException; in getMagnitude()
DRoundingUtils.java117 throw new ArithmeticException("Rounding is required on " + reference.toString()); in getRoundingDirection()
DDecimalQuantity_AbstractBCD.java210 public int getMagnitude() throws ArithmeticException { in getMagnitude()
212 throw new ArithmeticException("Magnitude is not well-defined for zero"); in getMagnitude()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity.java123 public int getMagnitude() throws ArithmeticException; in getMagnitude()
DRoundingUtils.java115 throw new ArithmeticException("Rounding is required on " + reference.toString()); in getRoundingDirection()
DDecimalQuantity_AbstractBCD.java208 public int getMagnitude() throws ArithmeticException { in getMagnitude()
210 throw new ArithmeticException("Magnitude is not well-defined for zero"); in getMagnitude()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontInputStream.java212 throw new ArithmeticException("Long value too large to fit into an integer."); in readULongAsInt()
DReadableFontData.java437 throw new ArithmeticException("Long value too large to fit into an integer."); in readULongAsInt()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java493 public int getMagnitude() throws ArithmeticException {
497 throw new ArithmeticException("Magnitude is not well-defined for zero");
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/impl/number/
DDecimalQuantity_SimpleStorage.java486 public int getMagnitude() throws ArithmeticException {
490 throw new ArithmeticException("Magnitude is not well-defined for zero");
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DDecimalMatcher.java387 } catch (ArithmeticException e) { in match()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DDecimalMatcher.java389 } catch (ArithmeticException e) { in match()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc152 throw ArithmeticException("Long value too large to fit into an integer."); in ReadULongAsInt()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java470 } catch (ArithmeticException | AssertionError e) { in testFitsInLong()
618 } catch (ArithmeticException expected) { in testNickelRounding()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java3972 } catch (ArithmeticException e) { in TestRoundingBehavior()
4747 } catch (ArithmeticException expected) {
4754 } catch (ArithmeticException expected) {
4761 } catch (ArithmeticException expected) {
4768 } catch (ArithmeticException expected) {
4775 } catch (ArithmeticException expected) {
5266 } catch (ArithmeticException e) {
5282 } catch (ArithmeticException e) {
5298 } catch (ArithmeticException e) {
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java3969 } catch (ArithmeticException e) { in TestRoundingBehavior()
4747 } catch (ArithmeticException expected) {
4754 } catch (ArithmeticException expected) {
4761 } catch (ArithmeticException expected) {
4768 } catch (ArithmeticException expected) {
4775 } catch (ArithmeticException expected) {
5266 } catch (ArithmeticException e) {
5282 } catch (ArithmeticException e) {
5298 } catch (ArithmeticException e) {
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DDecimalQuantityTest.java609 } catch (ArithmeticException expected) { in testNickelRounding()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUtility.java1817 throw new ArithmeticException("integer overflow");
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUtility.java1913 throw new ArithmeticException("integer overflow"); in addExact()