/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
D | exception_type.h | 72 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/ |
D | BigDecimal.java | 1353 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/ |
D | BigDecimal.java | 1382 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/ |
D | DiagBigDecimalTest.java | 754 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/ |
D | DiagBigDecimalTest.java | 757 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/ |
D | DecimalQuantity.java | 125 public int getMagnitude() throws ArithmeticException; in getMagnitude()
|
D | RoundingUtils.java | 117 throw new ArithmeticException("Rounding is required on " + reference.toString()); in getRoundingDirection()
|
D | DecimalQuantity_AbstractBCD.java | 210 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/ |
D | DecimalQuantity.java | 123 public int getMagnitude() throws ArithmeticException; in getMagnitude()
|
D | RoundingUtils.java | 115 throw new ArithmeticException("Rounding is required on " + reference.toString()); in getRoundingDirection()
|
D | DecimalQuantity_AbstractBCD.java | 208 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/ |
D | FontInputStream.java | 212 throw new ArithmeticException("Long value too large to fit into an integer."); in readULongAsInt()
|
D | ReadableFontData.java | 437 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/ |
D | DecimalQuantity_SimpleStorage.java | 493 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/ |
D | DecimalQuantity_SimpleStorage.java | 486 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/ |
D | DecimalMatcher.java | 387 } catch (ArithmeticException e) { in match()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | DecimalMatcher.java | 389 } catch (ArithmeticException e) { in match()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.cc | 152 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/ |
D | DecimalQuantityTest.java | 470 } 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/ |
D | NumberFormatTest.java | 3972 } 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/ |
D | NumberFormatTest.java | 3969 } 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/ |
D | DecimalQuantityTest.java | 609 } catch (ArithmeticException expected) { in testNickelRounding()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Utility.java | 1817 throw new ArithmeticException("integer overflow");
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Utility.java | 1913 throw new ArithmeticException("integer overflow"); in addExact()
|