OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArithmeticException
(Results
76 - 100
of
154
) sorted by null
1
2
3
4
5
6
7
/external/guava/guava/src/com/google/common/math/
IntMath.java
82
* @throws
ArithmeticException
if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
123
* @throws
ArithmeticException
if {@code mode} is {@link RoundingMode#UNNECESSARY} and {@code x}
184
* <p>Compare {@link #checkedPow}, which throws an {@link
ArithmeticException
} upon overflow.
226
* @throws
ArithmeticException
if {@code mode} is {@link RoundingMode#UNNECESSARY} and
274
* @throws
ArithmeticException
if {@code q == 0}, or if {@code mode == UNNECESSARY} and {@code a}
281
throw new
ArithmeticException
("/ by zero"); // for GWT
346
* @throws
ArithmeticException
if {@code m <= 0}
352
throw new
ArithmeticException
("Modulus " + m + " must be > 0");
412
* @throws
ArithmeticException
if {@code a + b} overflows in signed {@code int} arithmetic
423
* @throws
ArithmeticException
if {@code a - b} overflows in signed {@code int} arithmeti
[
all
...]
DoubleMath.java
59
throw new
ArithmeticException
("input is infinite or NaN");
120
* @throws
ArithmeticException
if
144
* @throws
ArithmeticException
if
172
* @throws
ArithmeticException
if
/external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntegerTest.java
205
fail("Expected
ArithmeticException
");
206
} catch (
ArithmeticException
expected) {}
230
fail("Expected
ArithmeticException
");
231
} catch (
ArithmeticException
expected) {}
UnsignedLongTest.java
214
fail("Expected
ArithmeticException
");
215
} catch (
ArithmeticException
expected) {}
241
fail("Expected
ArithmeticException
");
242
} catch (
ArithmeticException
expected) {}
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalScaleOperationsTest.java
120
fail("
ArithmeticException
has not been caught");
121
} catch (
ArithmeticException
e) {
333
fail("
ArithmeticException
has not been caught");
334
} catch (
ArithmeticException
e) {
BigDecimalTest.java
237
} catch (
ArithmeticException
e) {
261
} catch (
ArithmeticException
e) {
588
} catch (
ArithmeticException
e) {
702
} catch (
ArithmeticException
e) {
[
all
...]
OldBigIntegerTest.java
92
fail("
ArithmeticException
expected");
93
} catch (
ArithmeticException
expected) {
BigIntegerOperateBitsTest.java
134
fail("
ArithmeticException
has not been caught");
135
} catch (
ArithmeticException
e) {
440
fail("
ArithmeticException
has not been caught");
441
} catch (
ArithmeticException
e) {
729
fail("
ArithmeticException
has not been caught");
730
} catch (
ArithmeticException
e) {
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimal.java
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimal.java
[
all
...]
/external/crcalc/src/com/hp/creals/
CR.java
289
if (Double.isNaN(n)) throw new
ArithmeticException
("Nan argument");
290
if (Double.isInfinite(n)) throw new
ArithmeticException
("Infinite argument");
634
if (n <= 0) throw new
ArithmeticException
("Bad precision argument");
[
all
...]
UnaryCRFunction.java
393
throw new
ArithmeticException
("inverse(out-of-bounds)");
627
throw new
ArithmeticException
("fn not monotone");
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialFunctionLagrangeForm.java
219
* @throws
ArithmeticException
if any abscissas coincide
221
protected void computeCoefficients() throws
ArithmeticException
{
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
BigIntegerMathTest.java
103
} catch (
ArithmeticException
e) {
/external/proguard/src/proguard/evaluation/
Processor.java
288
catch (
ArithmeticException
ex)
303
catch (
ArithmeticException
ex)
326
catch (
ArithmeticException
ex)
341
catch (
ArithmeticException
ex)
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
FutureTaskTest.java
680
final
ArithmeticException
e = new
ArithmeticException
();
704
final
ArithmeticException
e = new
ArithmeticException
();
/libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalTest.java
180
} catch (
ArithmeticException
e) {
/prebuilts/misc/common/swig/include/2.0.11/csharp/
csharphead.swg
176
SWIGPendingException.Set(new System.
ArithmeticException
(message, SWIGPendingException.Retrieve()));
/prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i
103
class
ArithmeticException
;
/art/test/450-checker-types/src/
Main.java
439
/// CHECK: LoadException klass:java.lang.
ArithmeticException
can_be_null:false exact:false
443
} catch (
ArithmeticException
ex) {
/art/test/800-smali/src/
Main.java
78
testCases.add(new TestCase("MoveExc", "MoveExc", "run", null, new
ArithmeticException
(),
/external/sfntly/cpp/src/sfntly/data/
readable_font_data.cc
118
throw
ArithmeticException
("Long value too large to fit into an integer.");
/libcore/ojluni/src/main/java/java/text/
DigitList.java
421
* @exception
ArithmeticException
if rounding is needed with rounding
484
throw new
ArithmeticException
(
Completed in 1062 milliseconds
1
2
3
4
5
6
7