/external/proguard/src/proguard/evaluation/value/ |
D | ParticularLongValue.java | 101 throws ArithmeticException in divide() 107 throws ArithmeticException in divideOf() 113 throws ArithmeticException in remainder() 119 throws ArithmeticException in remainderOf() 189 throws ArithmeticException in divide() 195 throws ArithmeticException in divideOf() 201 throws ArithmeticException in remainder() 207 throws ArithmeticException in remainderOf()
|
D | SpecificLongValue.java | 81 throws ArithmeticException in divide() 87 throws ArithmeticException in divideOf() 93 throws ArithmeticException in remainder() 99 throws ArithmeticException in remainderOf() 173 throws ArithmeticException in divide() 179 throws ArithmeticException in divideOf() 185 throws ArithmeticException in remainder() 191 throws ArithmeticException in remainderOf()
|
D | UnknownLongValue.java | 76 throws ArithmeticException in multiply() 82 throws ArithmeticException in divide() 88 throws ArithmeticException in divideOf() 94 throws ArithmeticException in remainder() 100 throws ArithmeticException in remainderOf()
|
D | UnknownIntegerValue.java | 92 throws ArithmeticException in multiply() 98 throws ArithmeticException in divide() 104 throws ArithmeticException in divideOf() 110 throws ArithmeticException in remainder() 116 throws ArithmeticException in remainderOf()
|
D | SpecificIntegerValue.java | 96 throws ArithmeticException in divide() 102 throws ArithmeticException in divideOf() 108 throws ArithmeticException in remainder() 114 throws ArithmeticException in remainderOf() 228 throws ArithmeticException in divide() 234 throws ArithmeticException in divideOf() 240 throws ArithmeticException in remainder() 246 throws ArithmeticException in remainderOf()
|
D | ParticularIntegerValue.java | 128 throws ArithmeticException in divide() 134 throws ArithmeticException in divideOf() 140 throws ArithmeticException in remainder() 146 throws ArithmeticException in remainderOf() 256 throws ArithmeticException in divide() 262 throws ArithmeticException in divideOf() 268 throws ArithmeticException in remainder() 274 throws ArithmeticException in remainderOf()
|
D | LongValue.java | 104 throws ArithmeticException in multiply() 113 throws ArithmeticException in divide() 122 throws ArithmeticException in divideOf() 132 throws ArithmeticException in remainder() 142 throws ArithmeticException in remainderOf()
|
D | IntegerValue.java | 106 throws ArithmeticException; in multiply() 112 throws ArithmeticException; in divide() 118 throws ArithmeticException; in divideOf() 125 throws ArithmeticException; in remainder() 132 throws ArithmeticException; in remainderOf()
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | DoubleMathTest.java | 93 } catch (ArithmeticException e) { in testRoundIntegralDoubleToInt() 111 } catch (ArithmeticException e) { in testRoundFractionalDoubleToInt() 128 } catch (ArithmeticException e) { in testRoundExactIntegralDoubleToInt() 140 } catch (ArithmeticException expected) {} in testRoundExactFractionalDoubleToIntFails() 150 } catch (ArithmeticException expected) {} in testRoundNaNToIntAlwaysFails() 160 } catch (ArithmeticException expected) {} in testRoundInfiniteToIntAlwaysFails() 164 } catch (ArithmeticException expected) {} in testRoundInfiniteToIntAlwaysFails() 179 } catch (ArithmeticException e) { in testRoundIntegralDoubleToLong() 197 } catch (ArithmeticException e) { in testRoundFractionalDoubleToLong() 215 } catch (ArithmeticException e) { in testRoundExactIntegralDoubleToLong() [all …]
|
D | LongMathTest.java | 73 } catch (ArithmeticException expected) {} in testConstantsPowersOf10() 102 } catch (ArithmeticException expect) {} in testConstantsFactorials() 129 } catch (ArithmeticException expected) {} in testConstantsBiggestSimpleBinomials() 137 } catch (ArithmeticException expected) {} in testConstantsBiggestSimpleBinomials() 212 } catch (ArithmeticException e) { in testLog2Exact() 259 } catch (ArithmeticException e) { in testLog10Exact() 307 } catch (ArithmeticException e) { in testSqrtExactMatchesFloorOrThrows() 346 } catch (ArithmeticException e) { in testDivNonZeroExact() 369 } catch (ArithmeticException expected) {} in testDivByZeroAlwaysFails() 392 } catch (ArithmeticException expected) {} in testIntModNegativeModulusFails() [all …]
|
D | IntMathTest.java | 158 } catch (ArithmeticException e) { in testLog2Exact() 206 } catch (ArithmeticException e) { in testLog10Exact() 263 } catch (ArithmeticException e) { in testSqrtExactMatchesFloorOrThrows() 306 } catch (ArithmeticException e) { in testDivNonZeroExact() 327 } catch (ArithmeticException expected) {} in testDivByZeroAlwaysFails() 346 } catch (ArithmeticException expected) {} in testModNegativeModulusFails() 356 } catch (ArithmeticException expected) {} in testModZeroModulusFails() 410 } catch (ArithmeticException e) { in testCheckedAdd() 425 } catch (ArithmeticException e) { in testCheckedSubtract() 440 } catch (ArithmeticException e) { in testCheckedMultiply() [all …]
|
D | MathPreconditionsTest.java | 244 } catch (ArithmeticException expected) {} in testCheckRoundingUnnecessary_failure() 255 } catch (ArithmeticException expected) {} in testCheckInRange_failure() 266 } catch (ArithmeticException expected) {} in testCheckNoOverflow_failure()
|
D | BigIntegerMathTest.java | 115 } catch (ArithmeticException e) { in testLog2Exact() 205 } catch (ArithmeticException e) { in testLog10Exact() 306 } catch (ArithmeticException e) { 378 } catch (ArithmeticException e) { 401 } catch (ArithmeticException expected) {}
|
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/ |
D | IntMathTest.java | 95 } catch (ArithmeticException e) { in testLog2Exact() 139 } catch (ArithmeticException e) { in testDivNonZeroExact() 160 } catch (ArithmeticException expected) {} in testDivByZeroAlwaysFails() 179 } catch (ArithmeticException expected) {} in testModNegativeModulusFails() 189 } catch (ArithmeticException expected) {} in testModZeroModulusFails() 243 } catch (ArithmeticException e) { in testCheckedAdd() 258 } catch (ArithmeticException e) { in testCheckedSubtract() 273 } catch (ArithmeticException e) { in testCheckedMultiply() 288 } catch (ArithmeticException e) { in testCheckedPow()
|
/external/testng/src/test/java/test/sample/ |
D | Sample1.java | 51 @ExpectedExceptions( {NumberFormatException.class, ArithmeticException.class}) 57 @ExpectedExceptions( {NumberFormatException.class, ArithmeticException.class}) 59 throw new ArithmeticException(); in throwExpectedException2ShouldPass()
|
/external/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()
|
/external/guava/guava/src/com/google/common/math/ |
D | MathPreconditions.java | 81 throw new ArithmeticException("mode was UNNECESSARY, but rounding was necessary"); in checkRoundingUnnecessary() 87 throw new ArithmeticException("not in range"); in checkInRange() 93 throw new ArithmeticException("overflow"); in checkNoOverflow()
|
/external/guava/guava-tests/benchmark/com/google/common/math/ |
D | ApacheBenchmark.java | 67 } catch (ArithmeticException e) { in noAddOverflow() 77 } catch (ArithmeticException e) { in noAddOverflow() 87 } catch (ArithmeticException e) { in noMulOverflow() 97 } catch (ArithmeticException e) { in noMulOverflow()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
D | BigDecimal.java | 1379 throw new java.lang.ArithmeticException("Negative scale:" + " " + scale); in divide() 1780 throw new java.lang.ArithmeticException("Negative power:" + " " + rhs.toString()); in pow() 1784 throw new java.lang.ArithmeticException("Too many digits:" + " " + rhs.toString()); in pow() 1925 throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in byteValueExact() 2248 … throw new java.lang.ArithmeticException("Exponent Overflow:" + " " + num.exp); in format() 2418 … throw new java.lang.ArithmeticException("Decimal part non-zero:" + " " + this.toString()); in intValueExact() 2424 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in intValueExact() 2450 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in intValueExact() 2504 … throw new java.lang.ArithmeticException("Decimal part non-zero:" + " " + this.toString()); in longValueExact() 2510 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in longValueExact() [all …]
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/ |
D | BigDecimal.java | 1377 throw new java.lang.ArithmeticException("Negative scale:" + " " + scale); in divide() 1778 throw new java.lang.ArithmeticException("Negative power:" + " " + rhs.toString()); in pow() 1782 throw new java.lang.ArithmeticException("Too many digits:" + " " + rhs.toString()); in pow() 1923 throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in byteValueExact() 2246 … throw new java.lang.ArithmeticException("Exponent Overflow:" + " " + num.exp); in format() 2416 … throw new java.lang.ArithmeticException("Decimal part non-zero:" + " " + this.toString()); in intValueExact() 2422 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in intValueExact() 2448 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in intValueExact() 2502 … throw new java.lang.ArithmeticException("Decimal part non-zero:" + " " + this.toString()); in longValueExact() 2508 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in longValueExact() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/math/ |
D | BigDecimal.java | 1350 throw new java.lang.ArithmeticException("Negative scale:" + " " + scale); in divide() 1736 throw new java.lang.ArithmeticException("Negative power:" + " " + rhs.toString()); in pow() 1740 throw new java.lang.ArithmeticException("Too many digits:" + " " + rhs.toString()); in pow() 1876 throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in byteValueExact() 2194 … throw new java.lang.ArithmeticException("Exponent Overflow:" + " " + num.exp); in format() 2361 … throw new java.lang.ArithmeticException("Decimal part non-zero:" + " " + this.toString()); in intValueExact() 2367 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in intValueExact() 2393 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in intValueExact() 2445 … throw new java.lang.ArithmeticException("Decimal part non-zero:" + " " + this.toString()); in longValueExact() 2451 … throw new java.lang.ArithmeticException("Conversion overflow:" + " " + this.toString()); in longValueExact() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | MathUtils.java | 801 throw new ArithmeticException( 1242 throw new ArithmeticException("overflow: mul"); 1270 throw new ArithmeticException(msg); 1277 throw new ArithmeticException(msg); 1292 throw new ArithmeticException(msg); 1421 throws ArithmeticException, IllegalArgumentException { 1597 throw new ArithmeticException("Inexact result from rounding"); 1759 throw new ArithmeticException(msg);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ |
D | MathRuntimeException.java | 230 public static ArithmeticException createArithmeticException(final String pattern, in createArithmeticException() 243 public static ArithmeticException createArithmeticException(final Localizable pattern, in createArithmeticException() 245 return new ArithmeticException() { in createArithmeticException()
|
D | FieldElement.java | 53 T divide(T a) throws ArithmeticException; in divide()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/ |
D | DiagBigDecimal.java | 981 java.lang.ArithmeticException ae = null; in diagabs() 1003 } catch (java.lang.ArithmeticException $19) { in diagabs() 1013 } catch (java.lang.ArithmeticException $20) { in diagabs() 1038 java.lang.ArithmeticException ae = null; in diagadd() 1267 } catch (java.lang.ArithmeticException $24) { in diagadd() 1276 } catch (java.lang.ArithmeticException $25) { in diagadd() 1287 } catch (java.lang.ArithmeticException $26) { in diagadd() 1295 } catch (java.lang.ArithmeticException $27) { in diagadd() 1312 java.lang.ArithmeticException ae = null; in diagcompareto() 1342 } catch (java.lang.ArithmeticException $30) { in diagcompareto() [all …]
|