Searched defs:math (Results 26 - 50 of 87) sorted by relevance

1234

/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
H A DBigIntegerAndTest.java21 package org.apache.harmony.tests.java.math;
24 import java.math.BigInteger;
27 * Class: java.math.BigInteger
H A DBigIntegerModPowTest.java21 package org.apache.harmony.tests.java.math;
24 import java.math.BigInteger;
27 * Class: java.math.BigInteger
H A DBigIntegerMultiplyTest.java21 package org.apache.harmony.tests.java.math;
24 import java.math.BigInteger;
27 * Class: java.math.BigInteger
H A DBigIntegerOrTest.java21 package org.apache.harmony.tests.java.math;
24 import java.math.BigInteger;
27 * Class: java.math.BigInteger
H A DBigIntegerXorTest.java21 package org.apache.harmony.tests.java.math;
24 import java.math.BigInteger;
27 * Class: java.math.BigInteger
H A DBigDecimalScaleOperationsTest.java21 package org.apache.harmony.tests.java.math;
24 import java.math.*;
27 * Class: java.math.BigDecimal
H A DBigIntegerAddTest.java21 package org.apache.harmony.tests.java.math;
24 import java.math.BigInteger;
27 * Class: java.math.BigInteger
H A DBigIntegerCompareTest.java21 package org.apache.harmony.tests.java.math;
24 import java.math.BigInteger;
27 * Class: java.math.BigInteger
H A DBigIntegerDivideTest.java21 package org.apache.harmony.tests.java.math;
24 import java.math.BigInteger;
27 * Class: java.math.BigInteger
H A DBigIntegerSubtractTest.java21 package org.apache.harmony.tests.java.math;
24 import java.math.BigInteger;
27 * Class: java.math.BigInteger
/external/guava/guava/src/com/google/common/math/
H A DBigIntegerMath.java17 package com.google.common.math;
21 import static com.google.common.math.MathPreconditions.checkNonNegative;
22 import static com.google.common.math.MathPreconditions.checkPositive;
23 import static com.google.common.math.MathPreconditions.checkRoundingUnnecessary;
24 import static java.math.RoundingMode.CEILING;
25 import static java.math.RoundingMode.FLOOR;
26 import static java.math.RoundingMode.HALF_EVEN;
31 import java.math.BigDecimal;
32 import java.math.BigInteger;
33 import java.math
[all...]
H A DDoubleMath.java17 package com.google.common.math;
20 import static com.google.common.math.DoubleUtils.IMPLICIT_BIT;
21 import static com.google.common.math.DoubleUtils.SIGNIFICAND_BITS;
22 import static com.google.common.math.DoubleUtils.getExponent;
23 import static com.google.common.math.DoubleUtils.getSignificand;
24 import static com.google.common.math.DoubleUtils.isFinite;
25 import static com.google.common.math.DoubleUtils.isNormal;
26 import static com.google.common.math.DoubleUtils.next;
27 import static com.google.common.math.DoubleUtils.scaleNormalize;
28 import static com.google.common.math
[all...]
H A DDoubleUtils.java17 package com.google.common.math;
21 import java.math.BigInteger;
H A DIntMath.java17 package com.google.common.math;
21 import static com.google.common.math.MathPreconditions.checkNoOverflow;
22 import static com.google.common.math.MathPreconditions.checkNonNegative;
23 import static com.google.common.math.MathPreconditions.checkPositive;
24 import static com.google.common.math.MathPreconditions.checkRoundingUnnecessary;
26 import static java.math.RoundingMode.HALF_EVEN;
27 import static java.math.RoundingMode.HALF_UP;
34 import java.math.BigInteger;
35 import java.math.RoundingMode;
H A DLongMath.java17 package com.google.common.math;
21 import static com.google.common.math.MathPreconditions.checkNoOverflow;
22 import static com.google.common.math.MathPreconditions.checkNonNegative;
23 import static com.google.common.math.MathPreconditions.checkPositive;
24 import static com.google.common.math.MathPreconditions.checkRoundingUnnecessary;
27 import static java.math.RoundingMode.HALF_EVEN;
28 import static java.math.RoundingMode.HALF_UP;
33 import java.math.BigInteger;
34 import java.math.RoundingMode;
588 // We want to do this in long math fo
[all...]
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
H A DIntMath.java17 package com.google.common.math;
19 import static com.google.common.math.MathPreconditions.checkNoOverflow;
20 import static com.google.common.math.MathPreconditions.checkNonNegative;
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DCurveAndSurfaceMath.java1 package com.jme3.math;
3 import com.jme3.math.Spline.SplineType;
H A DLine.java32 package com.jme3.math;
H A DRing.java33 package com.jme3.math;
H A DEigen3f.java33 package com.jme3.math;
309 * math.
H A DLineSegment.java32 package com.jme3.math;
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java1 package org.bouncycastle.math.ec;
3 import java.math.BigInteger;
375 * @see org.bouncycastle.math.ec.ECPoint#getEncoded()
445 * @see org.bouncycastle.math.ec.ECPoint#add(org.bouncycastle.math.ec.ECPoint)
504 * @see org.bouncycastle.math.ec.ECPoint#subtract(org.bouncycastle.math.ec.ECPoint)
533 * @see org.bouncycastle.math.ec.ECPoint#twice()
H A DIntArray.java1 package org.bouncycastle.math.ec;
5 import java.math.BigInteger;
H A DSimpleBigDecimal.java1 package org.bouncycastle.math.ec;
3 import java.math.BigInteger;
8 * {@link java.math.BigInteger BigInteger} with a few digits on the right of
11 * Unlike in {@link java.math.BigDecimal BigDecimal}, the scale is not adjusted
/external/guava/guava-tests/test/com/google/common/math/
H A DMathTesting.java17 package com.google.common.math;
19 import static java.math.BigInteger.ONE;
20 import static java.math.BigInteger.ZERO;
21 import static java.math.RoundingMode.CEILING;
22 import static java.math.RoundingMode.DOWN;
23 import static java.math.RoundingMode.FLOOR;
24 import static java.math.RoundingMode.HALF_DOWN;
25 import static java.math.RoundingMode.HALF_EVEN;
26 import static java.math.RoundingMode.HALF_UP;
27 import static java.math
[all...]

Completed in 260 milliseconds

1234